A B C D E F G H I J K L M N O P Q R S T U V W X Z

A

AboutAction - Class in nl.strohalm.cyclos.controls.general
Action used to show the about page
AboutAction() - Constructor for class nl.strohalm.cyclos.controls.general.AboutAction
 
AbstractActionContext - Class in nl.strohalm.cyclos.controls
Abstract class for the Struts context
AbstractActionContext(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse, MessageHelper, User) - Constructor for class nl.strohalm.cyclos.controls.AbstractActionContext
 
AbstractActionPolicy - Class in nl.strohalm.cyclos.struts.access.policies.utils
Base class for action policies with utilities methods
AbstractActionPolicy() - Constructor for class nl.strohalm.cyclos.struts.access.policies.utils.AbstractActionPolicy
 
AbstractAdQuery - Class in nl.strohalm.cyclos.entities.ads
Base definitions for an advertisement query
AbstractAdQuery() - Constructor for class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
AbstractAdSearchParameters - Class in nl.strohalm.cyclos.webservices.ads
Base class for parameters for searching ads via web services
AbstractAdSearchParameters() - Constructor for class nl.strohalm.cyclos.webservices.ads.AbstractAdSearchParameters
 
AbstractAdSearchParameters.AdVOStatus - Enum in nl.strohalm.cyclos.webservices.ads
 
AbstractAdSearchParameters.AdVOTradeType - Enum in nl.strohalm.cyclos.webservices.ads
Trade types for searching
AbstractCustomizedFileTag - Class in nl.strohalm.cyclos.taglibs
Abstract customized file tag
AbstractCustomizedFileTag() - Constructor for class nl.strohalm.cyclos.taglibs.AbstractCustomizedFileTag
 
AbstractDocumentMapper<E extends Entity & Indexable> - Class in nl.strohalm.cyclos.utils.lucene
Abstract implementation for document mappers
AbstractDocumentMapper() - Constructor for class nl.strohalm.cyclos.utils.lucene.AbstractDocumentMapper
 
AbstractDynamicAttributesTag - Class in nl.strohalm.cyclos.taglibs
Abstract tag that implements DynamicAttributes
AbstractDynamicAttributesTag() - Constructor for class nl.strohalm.cyclos.taglibs.AbstractDynamicAttributesTag
 
AbstractEnumType<EnumType> - Class in nl.strohalm.cyclos.utils.hibernate
An abstract custom type for storing enumerations
AbstractEnumType() - Constructor for class nl.strohalm.cyclos.utils.hibernate.AbstractEnumType
 
AbstractEscapeTag - Class in nl.strohalm.cyclos.taglibs
Base tag used for escaping content.
AbstractEscapeTag() - Constructor for class nl.strohalm.cyclos.taglibs.AbstractEscapeTag
 
AbstractMemberRecordQuery - Class in nl.strohalm.cyclos.entities.members.records
Base query parameters for member records
AbstractMemberRecordQuery() - Constructor for class nl.strohalm.cyclos.entities.members.records.AbstractMemberRecordQuery
 
AbstractMemberRecordQuery.WriterNature - Enum in nl.strohalm.cyclos.entities.members.records
 
AbstractMemberSearchParameters - Class in nl.strohalm.cyclos.webservices.members
Base parameters for searching members via web services
AbstractMemberSearchParameters() - Constructor for class nl.strohalm.cyclos.webservices.members.AbstractMemberSearchParameters
 
AbstractPaymentParameters - Class in nl.strohalm.cyclos.webservices.payments
Base parameters for payment-related operations
AbstractPaymentParameters() - Constructor for class nl.strohalm.cyclos.webservices.payments.AbstractPaymentParameters
 
AbstractPermissionCheck - Class in nl.strohalm.cyclos.services.access
Abstract implementation for PermissionCheck
AbstractPermissionCheck() - Constructor for class nl.strohalm.cyclos.services.access.AbstractPermissionCheck
 
AbstractPermissionCheck.RequiredValuesBean - Class in nl.strohalm.cyclos.services.access
 
AbstractPermissionCheck.RequiredValuesBean(Permission, Entity[]) - Constructor for class nl.strohalm.cyclos.services.access.AbstractPermissionCheck.RequiredValuesBean
 
AbstractPositiveValidation - Class in nl.strohalm.cyclos.utils.validation
Validates a value as being positive
AbstractPositiveValidation(boolean) - Constructor for class nl.strohalm.cyclos.utils.validation.AbstractPositiveValidation
 
AbstractValueValidation - Class in nl.strohalm.cyclos.utils.validation
Validates that the property value is one / none of the given values
AbstractValueValidation(Object...) - Constructor for class nl.strohalm.cyclos.utils.validation.AbstractValueValidation
 
accept(Invoice) - Method in interface nl.strohalm.cyclos.services.transactions.InvoiceService
Accepts the given invoice
accept(Invoice) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
accept(Invoice) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceSecurity
 
accept(String) - Method in class nl.strohalm.cyclos.utils.lucene.IdFieldSelector
 
acceptAgreement(String) - Method in interface nl.strohalm.cyclos.services.elements.ElementService
Used for a member to accept to accept the current registration agreement of his group
acceptAgreement(String) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
acceptAgreement(String) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceSecurity
 
acceptBrokerCommissionContract(Long) - Method in interface nl.strohalm.cyclos.services.elements.CommissionService
A member accepts a pending broker commission contract.
acceptBrokerCommissionContract(Long) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
acceptBrokerCommissionContract(Long) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceSecurity
 
AcceptBrokerCommissionContractAction - Class in nl.strohalm.cyclos.controls.members.brokering
Action used to accept a broker commission contract
AcceptBrokerCommissionContractAction() - Constructor for class nl.strohalm.cyclos.controls.members.brokering.AcceptBrokerCommissionContractAction
 
AcceptBrokerCommissionContractForm - Class in nl.strohalm.cyclos.controls.members.brokering
Form used to accept a broker commission contract
AcceptBrokerCommissionContractForm() - Constructor for class nl.strohalm.cyclos.controls.members.brokering.AcceptBrokerCommissionContractForm
 
acceptedInvoiceNotification(Invoice) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
acceptedInvoiceNotification(Invoice) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
acceptGuarantee(Guarantee, boolean) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeService
 
acceptGuarantee(Guarantee, boolean) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
acceptGuarantee(Guarantee, boolean) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceSecurity
 
AcceptInvoiceAction - Class in nl.strohalm.cyclos.controls.invoices
Action used to accept an invoice
AcceptInvoiceAction() - Constructor for class nl.strohalm.cyclos.controls.invoices.AcceptInvoiceAction
 
AcceptInvoiceForm - Class in nl.strohalm.cyclos.controls.invoices
Form used for accepting invoices
AcceptInvoiceForm() - Constructor for class nl.strohalm.cyclos.controls.invoices.AcceptInvoiceForm
 
AcceptPaymentObligationAction - Class in nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations
 
AcceptPaymentObligationAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.AcceptPaymentObligationAction
 
AcceptPaymentObligationForm - Class in nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations
 
AcceptPaymentObligationForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.AcceptPaymentObligationForm
 
AcceptPaymentObligationPackAction - Class in nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations
 
AcceptPaymentObligationPackAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.AcceptPaymentObligationPackAction
 
AcceptPaymentObligationPackForm - Class in nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations
 
AcceptPaymentObligationPackForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.AcceptPaymentObligationPackForm
 
AcceptRegistrationAgreementAction - Class in nl.strohalm.cyclos.controls.members
Action used to accept a registration agreement
AcceptRegistrationAgreementAction() - Constructor for class nl.strohalm.cyclos.controls.members.AcceptRegistrationAgreementAction
 
AcceptRegistrationAgreementAction - Class in nl.strohalm.cyclos.controls.posweb
 
AcceptRegistrationAgreementAction() - Constructor for class nl.strohalm.cyclos.controls.posweb.AcceptRegistrationAgreementAction
 
AcceptRegistrationAgreementForm - Class in nl.strohalm.cyclos.controls.members
Form used to accept a registration agreement
AcceptRegistrationAgreementForm() - Constructor for class nl.strohalm.cyclos.controls.members.AcceptRegistrationAgreementForm
 
ACCESS_FOR_FILTERING - Static variable in class nl.strohalm.cyclos.dao.members.MemberDocumentMapper
 
ACCESS_KEY - Static variable in class nl.strohalm.cyclos.utils.SettingsHelper
 
AccessDeniedException - Exception in nl.strohalm.cyclos.exceptions
Exception thrown when an user tries to access restricted area without a proper login
AccessDeniedException() - Constructor for exception nl.strohalm.cyclos.exceptions.AccessDeniedException
 
accessService - Variable in class nl.strohalm.cyclos.controls.access.LoginAction
 
accessService - Variable in class nl.strohalm.cyclos.controls.BaseAction
 
AccessService - Interface in nl.strohalm.cyclos.services.access
Service interface for login/logout and related operations, as well as managing credentials
AccessServiceImpl - Class in nl.strohalm.cyclos.services.access
Implementation class for access services Service.
AccessServiceImpl() - Constructor for class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
AccessServiceLocal - Interface in nl.strohalm.cyclos.services.access
Local interface.
AccessServiceSecurity - Class in nl.strohalm.cyclos.services.access
Security layer for AccessService
AccessServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.access.AccessServiceSecurity
 
AccessSettings - Class in nl.strohalm.cyclos.entities.settings
Groups login / access settings
AccessSettings() - Constructor for class nl.strohalm.cyclos.entities.settings.AccessSettings
 
AccessSettings.UsernameGeneration - Enum in nl.strohalm.cyclos.entities.settings
 
AccessSettingsChangeListener - Interface in nl.strohalm.cyclos.entities.settings.events
Listener interface for access settings modifications.
AccessSettingsEvent - Class in nl.strohalm.cyclos.entities.settings.events
Event triggered when access settings are changed
AccessSettingsEvent(AccessSettings) - Constructor for class nl.strohalm.cyclos.entities.settings.events.AccessSettingsEvent
 
AccessSettingsHandler - Class in nl.strohalm.cyclos.services.settings
Access settings handler
AccessSettingsHandler() - Constructor for class nl.strohalm.cyclos.services.settings.AccessSettingsHandler
 
AccessWebService - Interface in nl.strohalm.cyclos.webservices.access
Web service interface for access
AccessWebServiceImpl - Class in nl.strohalm.cyclos.webservices.access
Implementation for AccessWebService
AccessWebServiceImpl() - Constructor for class nl.strohalm.cyclos.webservices.access.AccessWebServiceImpl
 
Account - Class in nl.strohalm.cyclos.entities.accounts
A generic account
Account() - Constructor for class nl.strohalm.cyclos.entities.accounts.Account
 
Account.Relationships - Enum in nl.strohalm.cyclos.entities.accounts
 
AccountActivationPollingTask - Class in nl.strohalm.cyclos.scheduling.polling
A PollingTask which activates or deactivates accounts associated to groups (which result in potentially large number of accounts)
AccountActivationPollingTask() - Constructor for class nl.strohalm.cyclos.scheduling.polling.AccountActivationPollingTask
 
AccountActivitiesVO - Class in nl.strohalm.cyclos.services.elements
Contains data for account activities report
AccountActivitiesVO() - Constructor for class nl.strohalm.cyclos.services.elements.AccountActivitiesVO
 
AccountDailyDifference - Class in nl.strohalm.cyclos.dao.accounts
Contains a difference, by day, of either balance or reserved amount
AccountDailyDifference() - Constructor for class nl.strohalm.cyclos.dao.accounts.AccountDailyDifference
 
AccountDAO - Interface in nl.strohalm.cyclos.dao.accounts
Interface DAO for accounts
AccountDAOImpl - Class in nl.strohalm.cyclos.dao.accounts
Implementation DAO for accounts
AccountDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.AccountDAOImpl
 
AccountDateDTO - Class in nl.strohalm.cyclos.services.accounts
Holds an account and a date
AccountDateDTO() - Constructor for class nl.strohalm.cyclos.services.accounts.AccountDateDTO
 
AccountDateDTO(Account) - Constructor for class nl.strohalm.cyclos.services.accounts.AccountDateDTO
 
AccountDateDTO(Account, Calendar) - Constructor for class nl.strohalm.cyclos.services.accounts.AccountDateDTO
 
AccountDateDTO(AccountOwner, AccountType) - Constructor for class nl.strohalm.cyclos.services.accounts.AccountDateDTO
 
AccountDateDTO(AccountOwner, AccountType, Calendar) - Constructor for class nl.strohalm.cyclos.services.accounts.AccountDateDTO
 
AccountDTO - Class in nl.strohalm.cyclos.services.accounts
DTO for retrieving an account or data related to an account
AccountDTO() - Constructor for class nl.strohalm.cyclos.services.accounts.AccountDTO
 
AccountDTO(Account) - Constructor for class nl.strohalm.cyclos.services.accounts.AccountDTO
 
AccountDTO(AccountOwner, AccountType) - Constructor for class nl.strohalm.cyclos.services.accounts.AccountDTO
 
AccountFee - Class in nl.strohalm.cyclos.entities.accounts.fees.account
Taxes are charged over all accounts of a given type
AccountFee() - Constructor for class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
AccountFee.ChargeMode - Enum in nl.strohalm.cyclos.entities.accounts.fees.account
 
AccountFee.InvoiceMode - Enum in nl.strohalm.cyclos.entities.accounts.fees.account
 
AccountFee.PaymentDirection - Enum in nl.strohalm.cyclos.entities.accounts.fees.account
 
AccountFee.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.fees.account
 
AccountFee.RunMode - Enum in nl.strohalm.cyclos.entities.accounts.fees.account
 
AccountFeeAmount - Class in nl.strohalm.cyclos.entities.accounts.fees.account
Holds an amount to be charged by an account fee over transactioned volume.
AccountFeeAmount() - Constructor for class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeAmount
 
AccountFeeAmount.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.fees.account
 
AccountFeeAmountDAO - Interface in nl.strohalm.cyclos.dao.accounts.fee.account
Data access interface for account fee amounts.
AccountFeeAmountDAOImpl - Class in nl.strohalm.cyclos.dao.accounts.fee.account
Implementation for AccountFeeAmountDAO
AccountFeeAmountDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.fee.account.AccountFeeAmountDAOImpl
 
AccountFeeDAO - Interface in nl.strohalm.cyclos.dao.accounts.fee.account
Interface for account fee DAO
AccountFeeDAOImpl - Class in nl.strohalm.cyclos.dao.accounts.fee.account
Implementation DAO for account fees
AccountFeeDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.fee.account.AccountFeeDAOImpl
 
AccountFeeExecutionForm - Class in nl.strohalm.cyclos.controls.accounts.accountfees
Form used to manage an account fee execution
AccountFeeExecutionForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.accountfees.AccountFeeExecutionForm
 
AccountFeeLog - Class in nl.strohalm.cyclos.entities.accounts.fees.account
An account fee log records an account fee execution (either manual or scheduled fees)
AccountFeeLog() - Constructor for class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLog
 
AccountFeeLog.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.fees.account
 
AccountFeeLogDAO - Interface in nl.strohalm.cyclos.dao.accounts.fee.account
Interface for account fee log DAO
AccountFeeLogDAOImpl - Class in nl.strohalm.cyclos.dao.accounts.fee.account
Default implementation for AccountFeeLogDAO component.
AccountFeeLogDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.fee.account.AccountFeeLogDAOImpl
 
AccountFeeLogDetailsAction - Class in nl.strohalm.cyclos.controls.accounts.accountfees
Action used to show details of an account fee execution and to search for charged members within that log
AccountFeeLogDetailsAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.accountfees.AccountFeeLogDetailsAction
 
AccountFeeLogDetailsDTO - Class in nl.strohalm.cyclos.entities.accounts.fees.account
Contains details for an AccountFeeLog
AccountFeeLogDetailsDTO() - Constructor for class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLogDetailsDTO
 
AccountFeeLogDetailsForm - Class in nl.strohalm.cyclos.controls.accounts.accountfees
Form used on the account fee log details page.
AccountFeeLogDetailsForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.accountfees.AccountFeeLogDetailsForm
 
AccountFeeLogForm - Class in nl.strohalm.cyclos.controls.accounts.accountfees
Form used to query the account fee log
AccountFeeLogForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.accountfees.AccountFeeLogForm
 
AccountFeeLogPeriodMigration - Class in nl.strohalm.cyclos.setup.migrations.version3_5
Fixes periods of scheduled fees which were generated incorrectly
AccountFeeLogPeriodMigration() - Constructor for class nl.strohalm.cyclos.setup.migrations.version3_5.AccountFeeLogPeriodMigration
 
AccountFeeLogQuery - Class in nl.strohalm.cyclos.entities.accounts.fees.account
Search parameters for account fee logs
AccountFeeLogQuery() - Constructor for class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLogQuery
 
AccountFeeQuery - Class in nl.strohalm.cyclos.entities.accounts.fees.account
Parameters for an account fee query
AccountFeeQuery() - Constructor for class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeQuery
 
AccountFeeScheduledTask - Class in nl.strohalm.cyclos.scheduling.tasks
Runs the account fees
AccountFeeScheduledTask() - Constructor for class nl.strohalm.cyclos.scheduling.tasks.AccountFeeScheduledTask
 
AccountFeeService - Interface in nl.strohalm.cyclos.services.accountfees
Service interface for account fees.
AccountFeeServiceImpl - Class in nl.strohalm.cyclos.services.accountfees
Implementation class for account fee service
AccountFeeServiceImpl() - Constructor for class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceImpl
 
AccountFeeServiceLocal - Interface in nl.strohalm.cyclos.services.accountfees
Local interface.
AccountFeeServiceSecurity - Class in nl.strohalm.cyclos.services.accountfees
Security implementation for AccountFeeService
AccountFeeServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceSecurity
 
AccountHelper - Class in nl.strohalm.cyclos.webservices.utils
Utility class for accounts
AccountHelper() - Constructor for class nl.strohalm.cyclos.webservices.utils.AccountHelper
 
AccountHistoryAction - Class in nl.strohalm.cyclos.controls.accounts.details
Action used to retrieve the account history
AccountHistoryAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.details.AccountHistoryAction
 
AccountHistoryAction.Entry - Class in nl.strohalm.cyclos.controls.accounts.details
An account history entry, containing the current account and a transfer
AccountHistoryDTO - Class in nl.strohalm.cyclos.controls.reports.members.transactions
 
AccountHistoryDTO() - Constructor for class nl.strohalm.cyclos.controls.reports.members.transactions.AccountHistoryDTO
 
AccountHistoryForm - Class in nl.strohalm.cyclos.controls.accounts.details
Form used to retrieve the account details
AccountHistoryForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.details.AccountHistoryForm
 
AccountHistoryPosParameters - Class in nl.strohalm.cyclos.webservices.pos
Parameters for retrieving an account history
AccountHistoryPosParameters() - Constructor for class nl.strohalm.cyclos.webservices.pos.AccountHistoryPosParameters
 
AccountHistoryResultPage - Class in nl.strohalm.cyclos.webservices.accounts
Page results for account history transfers
AccountHistoryResultPage() - Constructor for class nl.strohalm.cyclos.webservices.accounts.AccountHistoryResultPage
 
AccountHistoryResultPage(int, int, List<AccountHistoryTransferVO>) - Constructor for class nl.strohalm.cyclos.webservices.accounts.AccountHistoryResultPage
 
AccountHistorySearchParameters - Class in nl.strohalm.cyclos.webservices.accounts
Parameters for retrieving and account history
AccountHistorySearchParameters() - Constructor for class nl.strohalm.cyclos.webservices.accounts.AccountHistorySearchParameters
 
AccountHistoryTransferVO - Class in nl.strohalm.cyclos.webservices.model
Represents a transfer from the point of view of an account (no absolute from / to, but the amount is negative for debits and positive for credits)
AccountHistoryTransferVO() - Constructor for class nl.strohalm.cyclos.webservices.model.AccountHistoryTransferVO
 
AccountLimitLog - Class in nl.strohalm.cyclos.entities.accounts
Logs every change of either lower or upper credit limit on an account
AccountLimitLog() - Constructor for class nl.strohalm.cyclos.entities.accounts.AccountLimitLog
 
AccountLimitLogDAO - Interface in nl.strohalm.cyclos.dao.accounts
DAO interface for AccountLimitLog
AccountLimitLogDAOImpl - Class in nl.strohalm.cyclos.dao.accounts
Implementation for AccountLimitLogDAO
AccountLimitLogDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.AccountLimitLogDAOImpl
 
AccountLock - Class in nl.strohalm.cyclos.entities.accounts
AccountLocks just contains the account relationship and are used to lock accounts, independent of the account themselves, as locking accounts could have several other impacts, like not allowing inserting transfers from/to that account
AccountLock() - Constructor for class nl.strohalm.cyclos.entities.accounts.AccountLock
 
AccountLock(Account) - Constructor for class nl.strohalm.cyclos.entities.accounts.AccountLock
 
AccountOverviewAction - Class in nl.strohalm.cyclos.controls.accounts.details
Action used to retrieve the account overview, or redirect to the account details if there is a single account
AccountOverviewAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.details.AccountOverviewAction
 
AccountOverviewActionPolicy - Class in nl.strohalm.cyclos.struts.access.policies
 
AccountOverviewForm - Class in nl.strohalm.cyclos.controls.accounts.details
Form used to retrieve the account overview
AccountOverviewForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.details.AccountOverviewForm
 
AccountOwner - Interface in nl.strohalm.cyclos.entities.accounts
Marker interface for entities that can be owner of accounts
accountOwner() - Static method in class nl.strohalm.cyclos.utils.access.LoggedUser
Return the current account owner - system when an admin is logged, or the member
AccountOwnerConverter - Class in nl.strohalm.cyclos.utils.conversion
Converts between an id and an account owner.
AccountQuery - Class in nl.strohalm.cyclos.entities.accounts
 
AccountQuery() - Constructor for class nl.strohalm.cyclos.entities.accounts.AccountQuery
 
AccountRates - Class in nl.strohalm.cyclos.entities.accounts
 
AccountRates() - Constructor for class nl.strohalm.cyclos.entities.accounts.AccountRates
 
AccountRates.Relationships - Enum in nl.strohalm.cyclos.entities.accounts
 
AccountRatesDAO - Interface in nl.strohalm.cyclos.dao.accounts
DAO interface for AccountRates.
AccountRatesDAOImpl - Class in nl.strohalm.cyclos.dao.accounts
Implementation for AccountRatesDAO
AccountRatesDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.AccountRatesDAOImpl
 
accountService - Variable in class nl.strohalm.cyclos.controls.accounts.details.AccountHistoryAction
 
AccountService - Interface in nl.strohalm.cyclos.services.accounts
Account service: manages accounts and account types related operations and calculations broker commission, credit limits, transaction volumes etc.
accountService - Variable in class nl.strohalm.cyclos.services.transactions.BaseLoanHandler
 
AccountServiceImpl - Class in nl.strohalm.cyclos.services.accounts
Account service implementation
AccountServiceImpl() - Constructor for class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
AccountServiceLocal - Interface in nl.strohalm.cyclos.services.accounts
Local interface.
AccountServiceSecurity - Class in nl.strohalm.cyclos.services.accounts
Security layer for AccountService
AccountServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.accounts.AccountServiceSecurity
 
AccountStatus - Class in nl.strohalm.cyclos.entities.accounts
Holds the current status for a given account
AccountStatus() - Constructor for class nl.strohalm.cyclos.entities.accounts.AccountStatus
 
AccountStatusMigration - Class in nl.strohalm.cyclos.setup.migrations.version3_5
Populates the account_status and account_fee_charges tables
AccountStatusMigration() - Constructor for class nl.strohalm.cyclos.setup.migrations.version3_5.AccountStatusMigration
 
AccountStatusPosParameters - Class in nl.strohalm.cyclos.webservices.pos
Parameters used to get an account status
AccountStatusPosParameters() - Constructor for class nl.strohalm.cyclos.webservices.pos.AccountStatusPosParameters
 
AccountStatusRecreationMigration - Class in nl.strohalm.cyclos.setup.migrations.version3_5
Populates the account_status and account_fee_charges tables
AccountStatusRecreationMigration() - Constructor for class nl.strohalm.cyclos.setup.migrations.version3_5.AccountStatusRecreationMigration
 
AccountStatusVO - Class in nl.strohalm.cyclos.webservices.model
Represents an account status
AccountStatusVO() - Constructor for class nl.strohalm.cyclos.webservices.model.AccountStatusVO
 
AccountType - Class in nl.strohalm.cyclos.entities.accounts
Represents an account type
AccountType() - Constructor for class nl.strohalm.cyclos.entities.accounts.AccountType
 
AccountType.LimitType - Enum in nl.strohalm.cyclos.entities.accounts
 
AccountType.Nature - Enum in nl.strohalm.cyclos.entities.accounts
 
AccountType.Relationships - Enum in nl.strohalm.cyclos.entities.accounts
 
accountTypeBinder() - Static method in class nl.strohalm.cyclos.utils.binding.DataBinderHelper
Returns a data binder for a Map to allow reading account types as a Map with the properties: id, name and currency id
AccountTypeDAO - Interface in nl.strohalm.cyclos.dao.accounts
Interface for account type DAO
AccountTypeDAOImpl - Class in nl.strohalm.cyclos.dao.accounts
Implementation dao for account types
AccountTypeDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.AccountTypeDAOImpl
 
AccountTypeQuery - Class in nl.strohalm.cyclos.entities.accounts
Contains filters for an account type query
AccountTypeQuery() - Constructor for class nl.strohalm.cyclos.entities.accounts.AccountTypeQuery
 
accountTypeService - Variable in class nl.strohalm.cyclos.controls.payments.BasePaymentAction
 
AccountTypeService - Interface in nl.strohalm.cyclos.services.accounts
Service interface for account types
AccountTypeServiceImpl - Class in nl.strohalm.cyclos.services.accounts
Implementation for account type service
AccountTypeServiceImpl() - Constructor for class nl.strohalm.cyclos.services.accounts.AccountTypeServiceImpl
 
AccountTypeServiceLocal - Interface in nl.strohalm.cyclos.services.accounts
Local interface.
AccountTypeServiceSecurity - Class in nl.strohalm.cyclos.services.accounts
Security implementation for AccountTypeService
AccountTypeServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.accounts.AccountTypeServiceSecurity
 
AccountTypeVO - Class in nl.strohalm.cyclos.webservices.model
Represents an account type
AccountTypeVO() - Constructor for class nl.strohalm.cyclos.webservices.model.AccountTypeVO
 
AccountWebService - Interface in nl.strohalm.cyclos.webservices.accounts
Web service interface for accounts
AccountWebServiceImpl - Class in nl.strohalm.cyclos.webservices.accounts
Implementation for account web service
AccountWebServiceImpl() - Constructor for class nl.strohalm.cyclos.webservices.accounts.AccountWebServiceImpl
 
ActionAccessMonitor - Class in nl.strohalm.cyclos.struts.access
 
ActionAccessMonitor() - Constructor for class nl.strohalm.cyclos.struts.access.ActionAccessMonitor
 
ActionContext - Class in nl.strohalm.cyclos.controls
Contains all objects used on the Struts context
ActionContext(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse, User, MessageHelper) - Constructor for class nl.strohalm.cyclos.controls.ActionContext
 
ActionDescriptor - Class in nl.strohalm.cyclos.struts.access
Descriptor containing information about the requested action
Used by policies to grant/deny access
actionForm - Variable in class nl.strohalm.cyclos.controls.webshop.ConfirmWebShopPaymentAction.ShouldValidateTPParameter
 
actionHelper - Variable in class nl.strohalm.cyclos.controls.BaseAction
 
actionHelper - Variable in class nl.strohalm.cyclos.controls.BasePublicAction
 
actionHelper - Variable in class nl.strohalm.cyclos.controls.mobile.MobileBaseAction
 
actionHelper - Variable in class nl.strohalm.cyclos.controls.mobile.MobileLoginAction
 
ActionHelper - Class in nl.strohalm.cyclos.utils
Contains helper methods for struts actions
ActionHelper() - Constructor for class nl.strohalm.cyclos.utils.ActionHelper
 
ActionHelper.ByElementExtractor - Interface in nl.strohalm.cyclos.utils
Interface for implementations that extracts the by element from an entity.
ActionPolicy - Interface in nl.strohalm.cyclos.struts.access
Policy used to grant/deny access to a requested action
ActionPolicyRepository - Class in nl.strohalm.cyclos.struts.access
 
ActionPolicyRepository() - Constructor for class nl.strohalm.cyclos.struts.access.ActionPolicyRepository
 
activate(Member, MemberAccountType) - Method in class nl.strohalm.cyclos.services.accounts.MemberAccountHandler
Activate the member account if it exists, or create if it doesn't
activate(MemberAccount) - Method in class nl.strohalm.cyclos.services.accounts.MemberAccountHandler
Activate the member account
activateAcceptedBrokerCommissionContracts(Calendar) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
activateAcceptedBrokerCommissionContracts(Calendar) - Method in interface nl.strohalm.cyclos.services.elements.CommissionServiceLocal
Activates broker commission contracts that were accepted and begin today
activateCard(Card, String) - Method in interface nl.strohalm.cyclos.services.accounts.cards.CardService
Activate the given card
activateCard(Card, String) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardServiceImpl
 
activateCard(Card, String) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardServiceSecurity
 
activateMembersOfGroup(MemberGroup) - Method in interface nl.strohalm.cyclos.dao.members.ElementDAO
Activates all inactive members on the given group
activateMembersOfGroup(MemberGroup) - Method in class nl.strohalm.cyclos.dao.members.ElementDAOImpl
 
ActiveCertificationNotFoundException - Exception in nl.strohalm.cyclos.services.accounts.guarantees.exceptions
Throws when there isn't an active certification for the buyer, issuer and currency specified
ActiveCertificationNotFoundException() - Constructor for exception nl.strohalm.cyclos.services.accounts.guarantees.exceptions.ActiveCertificationNotFoundException
 
ActiveCertificationNotFoundException(Member, Member, Currency) - Constructor for exception nl.strohalm.cyclos.services.accounts.guarantees.exceptions.ActiveCertificationNotFoundException
 
ActivitiesAction - Class in nl.strohalm.cyclos.controls.members.activities
Action to retrieve a member's activities
ActivitiesAction() - Constructor for class nl.strohalm.cyclos.controls.members.activities.ActivitiesAction
 
ActivitiesActionPolicy - Class in nl.strohalm.cyclos.struts.access.policies
 
ActivitiesForm - Class in nl.strohalm.cyclos.controls.members.activities
Form for member activities
ActivitiesForm() - Constructor for class nl.strohalm.cyclos.controls.members.activities.ActivitiesForm
 
ActivitiesVO - Class in nl.strohalm.cyclos.services.elements
Return class for the statistical data regarding the activities of a specified user.
ActivitiesVO() - Constructor for class nl.strohalm.cyclos.services.elements.ActivitiesVO
 
Ad - Class in nl.strohalm.cyclos.entities.ads
A product / service advertisement by a member
Ad() - Constructor for class nl.strohalm.cyclos.entities.ads.Ad
 
Ad.Relationships - Enum in nl.strohalm.cyclos.entities.ads
 
Ad.Status - Enum in nl.strohalm.cyclos.entities.ads
 
Ad.TradeType - Enum in nl.strohalm.cyclos.entities.ads
 
AdCategory - Class in nl.strohalm.cyclos.entities.ads
A hierarchical ad category
AdCategory() - Constructor for class nl.strohalm.cyclos.entities.ads.AdCategory
 
AdCategory.Relationships - Enum in nl.strohalm.cyclos.entities.ads
 
AdCategoryDAO - Interface in nl.strohalm.cyclos.dao.ads
Interface for category DAO
AdCategoryDAOImpl - Class in nl.strohalm.cyclos.dao.ads
Implementation class for ad category DAO
AdCategoryDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.ads.AdCategoryDAOImpl
 
AdCategoryForm - Class in nl.strohalm.cyclos.controls.ads.categories
Form used to edit a category
AdCategoryForm() - Constructor for class nl.strohalm.cyclos.controls.ads.categories.AdCategoryForm
 
AdCategoryQuery - Class in nl.strohalm.cyclos.entities.ads
Parameter for ad categories queries
AdCategoryQuery() - Constructor for class nl.strohalm.cyclos.entities.ads.AdCategoryQuery
 
adCategoryService - Variable in class nl.strohalm.cyclos.controls.ads.SearchAdsAction
 
AdCategoryService - Interface in nl.strohalm.cyclos.services.ads
Service interface for advertisement categories On Cyclos2, there were two different entities: Heading and Category.
AdCategoryServiceImpl - Class in nl.strohalm.cyclos.services.ads
Implementation class for the Advertisement service interface
AdCategoryServiceImpl() - Constructor for class nl.strohalm.cyclos.services.ads.AdCategoryServiceImpl
 
AdCategoryServiceLocal - Interface in nl.strohalm.cyclos.services.ads
Local interface.
AdCategoryServiceSecurity - Class in nl.strohalm.cyclos.services.ads
Security implementation for AdCategoryService
AdCategoryServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.ads.AdCategoryServiceSecurity
 
AdCategoryVO - Class in nl.strohalm.cyclos.webservices.model
Category data for web services
AdCategoryVO() - Constructor for class nl.strohalm.cyclos.webservices.model.AdCategoryVO
 
AdCategoryWithCounterQuery - Class in nl.strohalm.cyclos.entities.ads
Query parameters for counting ads in categories
AdCategoryWithCounterQuery() - Constructor for class nl.strohalm.cyclos.entities.ads.AdCategoryWithCounterQuery
 
AdCategoryWithCounterVO - Class in nl.strohalm.cyclos.entities.ads
An hierarchical VO which holds the id / name of an ad category and the number of available ads in it
AdCategoryWithCounterVO(Long, String, int, int, AdCategoryWithCounterVO) - Constructor for class nl.strohalm.cyclos.entities.ads.AdCategoryWithCounterVO
 
AdCustomField - Class in nl.strohalm.cyclos.entities.customization.fields
A custom field for advertisements
AdCustomField() - Constructor for class nl.strohalm.cyclos.entities.customization.fields.AdCustomField
 
AdCustomField.Visibility - Enum in nl.strohalm.cyclos.entities.customization.fields
 
adCustomFieldService - Variable in class nl.strohalm.cyclos.controls.ads.SearchAdsAction
 
AdCustomFieldService - Interface in nl.strohalm.cyclos.services.customization
Service for advertisements custom fields
AdCustomFieldServiceImpl - Class in nl.strohalm.cyclos.services.customization
Implementation for AdCustomFieldServiceLocal
AdCustomFieldServiceImpl() - Constructor for class nl.strohalm.cyclos.services.customization.AdCustomFieldServiceImpl
 
AdCustomFieldServiceLocal - Interface in nl.strohalm.cyclos.services.customization
Local interface for AdCustomFieldService
AdCustomFieldServiceSecurity - Class in nl.strohalm.cyclos.services.customization
Security layer for AdCustomFieldService
AdCustomFieldServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.customization.AdCustomFieldServiceSecurity
 
AdCustomFieldValue - Class in nl.strohalm.cyclos.entities.customization.fields
Custom field value for ads
AdCustomFieldValue() - Constructor for class nl.strohalm.cyclos.entities.customization.fields.AdCustomFieldValue
 
AdCustomFieldValue.Relationships - Enum in nl.strohalm.cyclos.entities.customization.fields
 
add() - Method in class nl.strohalm.cyclos.controls.loangroups.AddMemberToLoanGroupAction
 
add() - Method in class nl.strohalm.cyclos.controls.loangroups.BaseLoanGroupMembershipAction
 
add() - Method in class nl.strohalm.cyclos.controls.loangroups.RemoveMemberFromLoanGroupAction
 
add(BigDecimal) - Method in class nl.strohalm.cyclos.services.transactions.TransactionSummaryVO
Returns a new transaction summary, adding one transaction with the given amount
add(int, BigDecimal) - Method in class nl.strohalm.cyclos.services.transactions.TransactionSummaryVO
Returns a new transaction summary, adding the given parameters to this one
add(TransactionSummaryVO) - Method in class nl.strohalm.cyclos.services.transactions.TransactionSummaryVO
Returns a new transaction summary, adding the given parameters to this one
add(BigDecimal) - Method in class nl.strohalm.cyclos.utils.Amount
 
add(E) - Method in class nl.strohalm.cyclos.utils.IteratorListImpl
 
add(int, E) - Method in class nl.strohalm.cyclos.utils.IteratorListImpl
 
add(double, double, double, Comparable, Comparable) - Method in class nl.strohalm.cyclos.utils.jfreeAsymmetric.AsymmetricStatisticalCategoryDataset
Adds a mean with an asymmetrical error bar around it to the table.
add(Number, Number, Number, Comparable, Comparable) - Method in class nl.strohalm.cyclos.utils.jfreeAsymmetric.AsymmetricStatisticalCategoryDataset
Adds a mean with an asymmetrical error bar around it to the table.
add(String, BigDecimal) - Method in class nl.strohalm.cyclos.utils.lucene.DocumentBuilder
Adds a decimal field
add(String, boolean) - Method in class nl.strohalm.cyclos.utils.lucene.DocumentBuilder
Adds a boolean field
add(String, Calendar) - Method in class nl.strohalm.cyclos.utils.lucene.DocumentBuilder
Adds an date field
add(String, Collection<? extends CustomFieldValue>) - Method in class nl.strohalm.cyclos.utils.lucene.DocumentBuilder
Adds custom field values
add(String, Entity) - Method in class nl.strohalm.cyclos.utils.lucene.DocumentBuilder
Adds an entity field, which is stored as id
add(String, Enum<?>) - Method in class nl.strohalm.cyclos.utils.lucene.DocumentBuilder
Adds an enumerated field
add(String, String) - Method in class nl.strohalm.cyclos.utils.lucene.DocumentBuilder
Adds an analyzed string field
add(String, String, boolean) - Method in class nl.strohalm.cyclos.utils.lucene.DocumentBuilder
Adds an string field, which may be analyzer or not
add(Filter) - Method in class nl.strohalm.cyclos.utils.lucene.Filters
Adds a custom filter
add(Calendar) - Method in class nl.strohalm.cyclos.utils.TimePeriod
Return a new calendar adding this time period
add(PropertyValidation...) - Method in class nl.strohalm.cyclos.utils.validation.Validator.Property
 
addAccountActivities(String, AccountActivitiesVO) - Method in class nl.strohalm.cyclos.services.elements.ActivitiesVO
 
addAlias(String) - Method in class nl.strohalm.cyclos.entities.infotexts.InfoText
 
addAll(Collection<? extends E>) - Method in class nl.strohalm.cyclos.utils.IteratorListImpl
 
addAll(int, Collection<? extends E>) - Method in class nl.strohalm.cyclos.utils.IteratorListImpl
 
AdDAO - Interface in nl.strohalm.cyclos.dao.ads
Interface for ad DAO
AdDAOImpl - Class in nl.strohalm.cyclos.dao.ads
Implementation class for ad DAO
AdDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.ads.AdDAOImpl
 
addBlankRows(int) - Method in class nl.strohalm.cyclos.services.stats.general.FilterUsed
ads blank rows to a list.
addChild(AdCategoryWithCounterVO) - Method in class nl.strohalm.cyclos.entities.ads.AdCategoryWithCounterVO
 
addColumn(String, String) - Method in class nl.strohalm.cyclos.utils.csv.BaseCSVHandler
 
addColumn(String, String, Converter<?>) - Method in class nl.strohalm.cyclos.utils.csv.BaseCSVHandler
 
addCommitListener(TransactionCommitListener) - Method in class nl.strohalm.cyclos.utils.transaction.TransactionListeners
Adds a commit listener
AddContactAction - Class in nl.strohalm.cyclos.controls.members.contacts
Add a contact to the logged member's contact list
AddContactAction() - Constructor for class nl.strohalm.cyclos.controls.members.contacts.AddContactAction
 
AddContactForm - Class in nl.strohalm.cyclos.controls.members.contacts
Form for adding a contact
AddContactForm() - Constructor for class nl.strohalm.cyclos.controls.members.contacts.AddContactForm
 
addCredits(PaymentFilter, TransactionSummaryVO) - Method in class nl.strohalm.cyclos.entities.members.MemberTransactionSummaryReportData
 
addCustomField(Filters, Analyzer, CustomFieldValue) - Method in class nl.strohalm.cyclos.dao.IndexedDAOImpl
 
addCustomField(Filters, Analyzer, CustomFieldValue, String) - Method in class nl.strohalm.cyclos.dao.IndexedDAOImpl
 
addDebits(PaymentFilter, TransactionSummaryVO) - Method in class nl.strohalm.cyclos.entities.members.MemberTransactionSummaryReportData
 
addDocument(Document) - Method in class nl.strohalm.cyclos.entities.groups.SystemGroup
 
addEndListener(TransactionEndListener) - Method in class nl.strohalm.cyclos.utils.transaction.TransactionListeners
Adds an end listener
addFieldQuery(Analyzer, String, String) - Method in class nl.strohalm.cyclos.utils.lucene.Filters
Adds a query text for a given field.
addGeneralError(ValidationError) - Method in exception nl.strohalm.cyclos.utils.validation.ValidationException
Add a general error
addGroup(SystemGroup) - Method in class nl.strohalm.cyclos.entities.customization.documents.Document
 
addImageChangeListener(ImageChangeListener) - Method in class nl.strohalm.cyclos.utils.customizedfile.BaseCustomizedFileHandler
 
addImageChangeListener(ImageChangeListener) - Method in interface nl.strohalm.cyclos.utils.customizedfile.CustomizedFileHandler
Listener for image change events
addIndexOperationListener(IndexOperationListener) - Method in class nl.strohalm.cyclos.utils.lucene.IndexOperationRunner
 
addInElementsParameter(StringBuilder, Map<String, Object>, String, Entity) - Static method in class nl.strohalm.cyclos.utils.hibernate.HibernateHelper
Adds an "in elements()" operator parameter to the HQL query, if the given value is not empty, appending the values to the named parameters map Used to search on associated relations
addInParameterToQuery(StringBuilder, Map<String, Object>, String, Collection<?>) - Static method in class nl.strohalm.cyclos.utils.hibernate.HibernateHelper
Adds an "in" operator parameter to the HQL query, if the given value is not empty, appending the values to the named parameters map
addInParameterToQuery(StringBuilder, Map<String, Object>, String, Object...) - Static method in class nl.strohalm.cyclos.utils.hibernate.HibernateHelper
Adds an "in" operator parameter to the HQL query, if the given value is not empty, appending the values to the named parameters map
addLikeParameterToQuery(StringBuilder, Map<String, Object>, String, String) - Static method in class nl.strohalm.cyclos.utils.hibernate.HibernateHelper
Adds a 'path like %value%' parameter to the HQL query if the given value is not empty, appending the value to the named parameters map
addListener(L) - Method in class nl.strohalm.cyclos.services.settings.BaseSettingsHandler
 
addListener(L) - Method in interface nl.strohalm.cyclos.services.settings.SettingsHandler
Adds a settings listener
addListener(SettingsChangeListener) - Method in interface nl.strohalm.cyclos.services.settings.SettingsService
Adds a local settings change listener
addListener(SettingsChangeListener) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
addListener(SettingsChangeListener) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceSecurity
 
addListener(CacheListener) - Method in interface nl.strohalm.cyclos.utils.cache.Cache
Adds a cache listener for the given scope, if it was not yet registered
addListener(CacheListener) - Method in class nl.strohalm.cyclos.utils.cache.EhCacheCache
 
addLoginPasswordValidation(Element, Validator.Property) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
addLoginPasswordValidation(Element, Validator.Property) - Method in interface nl.strohalm.cyclos.services.access.AccessServiceLocal
Adds the login password validation to the given property
addMember(Member, LoanGroup) - Method in interface nl.strohalm.cyclos.services.loangroups.LoanGroupService
Adds a member to the loan group
addMember(Member, LoanGroup) - Method in class nl.strohalm.cyclos.services.loangroups.LoanGroupServiceImpl
 
addMember(Member, LoanGroup) - Method in class nl.strohalm.cyclos.services.loangroups.LoanGroupServiceSecurity
 
AddMemberToLoanGroupAction - Class in nl.strohalm.cyclos.controls.loangroups
Action used to add a member to a loan group
AddMemberToLoanGroupAction() - Constructor for class nl.strohalm.cyclos.controls.loangroups.AddMemberToLoanGroupAction
 
addMessageResourcesLoadedListener(MessageResourcesLoadedListener) - Method in class nl.strohalm.cyclos.controls.AbstractActionContext
 
addMessageResourcesLoadedListener(MessageResourcesLoadedListener) - Method in class nl.strohalm.cyclos.utils.MessageHelper
 
addMessageResourcesLoadedListener(MessageResourcesLoadedListener) - Method in interface nl.strohalm.cyclos.utils.MessageResolver
Add a listener for events signalising that the translation resource bundles have been loaded.
addMessageResourcesLoadedListener(MessageResourcesLoadedListener) - Method in class nl.strohalm.cyclos.utils.MessageResolver.NoOpMessageResolver
 
addMessageResourcesLoadedListener(MessageResourcesLoadedListener) - Method in class nl.strohalm.cyclos.utils.MessageResolverImpl
 
addMessagesLoadedListener(MessageResourcesLoadedListener) - Method in class nl.strohalm.cyclos.struts.CyclosMessageResources
 
addMigration(String, Class<Migration>) - Method in class nl.strohalm.cyclos.setup.Version
 
AdDocumentMapper - Class in nl.strohalm.cyclos.dao.ads
Maps Ads to lucene Documents
AdDocumentMapper() - Constructor for class nl.strohalm.cyclos.dao.ads.AdDocumentMapper
 
addParameterToQuery(StringBuilder, Map<String, Object>, String, Object) - Static method in class nl.strohalm.cyclos.utils.hibernate.HibernateHelper
Adds a equals parameter to the HQL query, if the given value is not empty, appending the value to the named parameters map
addParameterToQuery(StringBuilder, Map<String, Object>, String, HibernateHelper.QueryParameter) - Static method in class nl.strohalm.cyclos.utils.hibernate.HibernateHelper
Adds a custom parameter to the HQL query, if the given parameter is not empty, appending the value to the named parameters map
addParameterToQueryOperator(StringBuilder, Map<String, Object>, String, String, Object) - Static method in class nl.strohalm.cyclos.utils.hibernate.HibernateHelper
Adds a custom operator parameter to the HQL query, if the given value is not empty, appending the value to the named parameters map
addPeriod(String, Period) - Method in class nl.strohalm.cyclos.utils.lucene.Filters
Adds a period for the given query
addPeriodParameterToQuery(StringBuilder, Map<String, Object>, String, Period) - Static method in class nl.strohalm.cyclos.utils.hibernate.HibernateHelper
Adds a period test to the HQL query, if the given period is not empty, appending the value to the named parameters map.
addPinValidation(Member, Validator.Property) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
addPinValidation(Member, Validator.Property) - Method in interface nl.strohalm.cyclos.services.access.AccessServiceLocal
Appends a validation for pin on the given property
addPropertyError(String, ValidationError) - Method in exception nl.strohalm.cyclos.utils.validation.ValidationException
Add a validation error for a given property
addRange(String, Calendar, Calendar) - Method in class nl.strohalm.cyclos.utils.lucene.Filters
Adds a date range filter including min and max values
addRange(String, Calendar, Calendar, boolean, boolean) - Method in class nl.strohalm.cyclos.utils.lucene.Filters
Adds a date range filter, optionally including min and max values
addRange(String, Number, Number) - Method in class nl.strohalm.cyclos.utils.lucene.Filters
Adds a numeric range filter including min and max values
addRange(String, Number, Number, boolean, boolean) - Method in class nl.strohalm.cyclos.utils.lucene.Filters
Adds a numeric range filter, optionally including min and max values
addRightLikeParameterToQuery(StringBuilder, Map<String, Object>, String, String) - Static method in class nl.strohalm.cyclos.utils.hibernate.HibernateHelper
Adds a 'path like value%' parameter to the HQL query if the given value is not empty, appending the value to the named parameters map
addRollbackListener(TransactionRollbackListener) - Method in class nl.strohalm.cyclos.utils.transaction.TransactionListeners
Adds a rollback listener
addStatements(String, List<String>) - Method in class nl.strohalm.cyclos.setup.Version
 
addTerms(String, Collection<?>) - Method in class nl.strohalm.cyclos.utils.lucene.Filters
Returns a filter that forces a given field to be one of the given values
addTerms(String, Object...) - Method in class nl.strohalm.cyclos.utils.lucene.Filters
Returns a filter that forces a given field to be one of the given values
addToFetch(Relationship[], Relationship...) - Method in class nl.strohalm.cyclos.services.BaseServiceSecurity
adds a Relationship to a fetch list.
addToIndex(E) - Method in interface nl.strohalm.cyclos.dao.IndexedDAO
Adds or updates the given entity on the index
addToIndex(E) - Method in class nl.strohalm.cyclos.dao.IndexedDAOImpl
 
addTransactionCommitListener(TransactionCommitListener) - Static method in class nl.strohalm.cyclos.utils.transaction.CurrentTransactionData
Adds a transaction commit listener
addTransactionEndListener(TransactionEndListener) - Static method in class nl.strohalm.cyclos.utils.transaction.CurrentTransactionData
Adds a transaction end listener
addTransactionRollbackListener(TransactionRollbackListener) - Static method in class nl.strohalm.cyclos.utils.transaction.CurrentTransactionData
Adds a transaction rollback listener
addTranslationChangeListener(TranslationChangeListener) - Method in interface nl.strohalm.cyclos.services.customization.TranslationMessageService
Adds a listener for translations change events
addTranslationChangeListener(TranslationChangeListener) - Method in class nl.strohalm.cyclos.services.customization.TranslationMessageServiceImpl
 
addTranslationChangeListener(TranslationChangeListener) - Method in class nl.strohalm.cyclos.services.customization.TranslationMessageServiceSecurity
 
addVersion(Version) - Method in class nl.strohalm.cyclos.setup.VersionHistory
 
AdExpirationScheduledTask - Class in nl.strohalm.cyclos.scheduling.tasks
Scheduled task that notifies expired ads
AdExpirationScheduledTask() - Constructor for class nl.strohalm.cyclos.scheduling.tasks.AdExpirationScheduledTask
 
adFieldsForAdSearch() - Method in interface nl.strohalm.cyclos.webservices.fields.FieldWebService
Returns an array of ad fields that can be used on ad search
adFieldsForAdSearch() - Method in class nl.strohalm.cyclos.webservices.fields.FieldWebServiceImpl
 
adFieldsForSearch(List<AdCustomField>) - Static method in class nl.strohalm.cyclos.utils.CustomFieldHelper
Filters ad custom fields to be used on advanced search
AdForm - Class in nl.strohalm.cyclos.controls.ads
Form for ad details
AdForm() - Constructor for class nl.strohalm.cyclos.controls.ads.AdForm
 
adFullTextQueryDataBinder(LocalSettings) - Static method in class nl.strohalm.cyclos.controls.ads.SearchAdsAction
 
AdHelper - Class in nl.strohalm.cyclos.webservices.utils
Utility class for ads
AdHelper() - Constructor for class nl.strohalm.cyclos.webservices.utils.AdHelper
 
AdImage - Class in nl.strohalm.cyclos.entities.customization.images
An image that belongs to an advertisement
AdImage() - Constructor for class nl.strohalm.cyclos.entities.customization.images.AdImage
 
AdImage.Relationships - Enum in nl.strohalm.cyclos.entities.customization.images
 
AdImport - Class in nl.strohalm.cyclos.entities.ads.imports
Contains data about a whole advertisement import
AdImport() - Constructor for class nl.strohalm.cyclos.entities.ads.imports.AdImport
 
AdImport.Relationships - Enum in nl.strohalm.cyclos.entities.ads.imports
 
AdImportDAO - Interface in nl.strohalm.cyclos.dao.ads.imports
DAO interface for ad imports
AdImportDAOImpl - Class in nl.strohalm.cyclos.dao.ads.imports
 
AdImportDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.ads.imports.AdImportDAOImpl
 
AdImportResult - Class in nl.strohalm.cyclos.entities.ads.imports
Contains summarized results for an advertisement import
AdImportResult() - Constructor for class nl.strohalm.cyclos.entities.ads.imports.AdImportResult
 
AdImportService - Interface in nl.strohalm.cyclos.services.ads
Service interface to handle ad imports
AdImportServiceImpl - Class in nl.strohalm.cyclos.services.ads
 
AdImportServiceImpl() - Constructor for class nl.strohalm.cyclos.services.ads.AdImportServiceImpl
 
AdImportServiceLocal - Interface in nl.strohalm.cyclos.services.ads
Local interface.
AdImportServiceSecurity - Class in nl.strohalm.cyclos.services.ads
Security implementation for AdImportService
AdImportServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.ads.AdImportServiceSecurity
 
AdInterest - Class in nl.strohalm.cyclos.entities.members.adInterests
 
AdInterest() - Constructor for class nl.strohalm.cyclos.entities.members.adInterests.AdInterest
 
AdInterest.Relationships - Enum in nl.strohalm.cyclos.entities.members.adInterests
 
AdInterestDAO - Interface in nl.strohalm.cyclos.dao.members
Interface for ad interest dao
AdInterestDAOImpl - Class in nl.strohalm.cyclos.dao.members
Implementation for ad interests dao
AdInterestDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.members.AdInterestDAOImpl
 
AdInterestQuery - Class in nl.strohalm.cyclos.entities.members.adInterests
Parameters for ad interest queries
AdInterestQuery() - Constructor for class nl.strohalm.cyclos.entities.members.adInterests.AdInterestQuery
 
AdInterestService - Interface in nl.strohalm.cyclos.services.elements
Service interface for ad interests
AdInterestServiceImpl - Class in nl.strohalm.cyclos.services.elements
Service implementation for advertisements
AdInterestServiceImpl() - Constructor for class nl.strohalm.cyclos.services.elements.AdInterestServiceImpl
 
AdInterestServiceLocal - Interface in nl.strohalm.cyclos.services.elements
Local interface.
AdInterestServiceSecurity - Class in nl.strohalm.cyclos.services.elements
Security implementation for AdInterestService
AdInterestServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.elements.AdInterestServiceSecurity
 
AdInterestsNotificationPollingTask - Class in nl.strohalm.cyclos.scheduling.polling
A PollingTask which notifies members with matching AdInterests to published Ads
AdInterestsNotificationPollingTask() - Constructor for class nl.strohalm.cyclos.scheduling.polling.AdInterestsNotificationPollingTask
 
admin(AdminPermission...) - Method in interface nl.strohalm.cyclos.access.PermissionCheck
Adds a permission check for administrators
admin(AdminPermission...) - Method in class nl.strohalm.cyclos.services.access.AbstractPermissionCheck
 
ADMIN_HELPS - Static variable in class nl.strohalm.cyclos.controls.general.ManualAction
 
AdminAdminPermission - Enum in nl.strohalm.cyclos.access
This enum contains all permissions related to the ADMIN_ADMIN module type
AdminCustomField - Class in nl.strohalm.cyclos.entities.customization.fields
A custom field for administrators
AdminCustomField() - Constructor for class nl.strohalm.cyclos.entities.customization.fields.AdminCustomField
 
AdminCustomField.Relationships - Enum in nl.strohalm.cyclos.entities.customization.fields
 
AdminCustomFieldService - Interface in nl.strohalm.cyclos.services.customization
Service for administrator custom fields
AdminCustomFieldServiceImpl - Class in nl.strohalm.cyclos.services.customization
Implementation for AdminCustomFieldServiceLocal
AdminCustomFieldServiceImpl() - Constructor for class nl.strohalm.cyclos.services.customization.AdminCustomFieldServiceImpl
 
AdminCustomFieldServiceLocal - Interface in nl.strohalm.cyclos.services.customization
Local interface for AdminCustomFieldService
AdminCustomFieldServiceSecurity - Class in nl.strohalm.cyclos.services.customization
Security layer for AdminCustomFieldService
AdminCustomFieldServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.customization.AdminCustomFieldServiceSecurity
 
AdminCustomFieldValue - Class in nl.strohalm.cyclos.entities.customization.fields
Custom field value for administrators
AdminCustomFieldValue() - Constructor for class nl.strohalm.cyclos.entities.customization.fields.AdminCustomFieldValue
 
AdminCustomFieldValue.Relationships - Enum in nl.strohalm.cyclos.entities.customization.fields
 
adminFor(AdminPermission, Entity...) - Method in interface nl.strohalm.cyclos.access.PermissionCheck
Adds a check to administrators that ensures ALL entities must belong to the collection represented by the given administrator permission.
adminFor(AdminPermission, Entity...) - Method in class nl.strohalm.cyclos.services.access.AbstractPermissionCheck
 
AdminGroup - Class in nl.strohalm.cyclos.entities.groups
A group of administrators
AdminGroup() - Constructor for class nl.strohalm.cyclos.entities.groups.AdminGroup
 
AdminGroup.Relationships - Enum in nl.strohalm.cyclos.entities.groups
 
AdminGroupPermissionsDTO - Class in nl.strohalm.cyclos.services.groups
Permissions for an admin group
AdminGroupPermissionsDTO() - Constructor for class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
AdministrativeTasksAction - Class in nl.strohalm.cyclos.controls.admintasks
Action used to assemble the administrative tasks page
AdministrativeTasksAction() - Constructor for class nl.strohalm.cyclos.controls.admintasks.AdministrativeTasksAction
 
Administrator - Class in nl.strohalm.cyclos.entities.members
An administrator is an user with system privilleges
Administrator() - Constructor for class nl.strohalm.cyclos.entities.members.Administrator
 
Administrator.Relationships - Enum in nl.strohalm.cyclos.entities.members
 
AdministratorDocumentMapper - Class in nl.strohalm.cyclos.dao.members
Maps Administrators to lucene Documents
AdministratorDocumentMapper() - Constructor for class nl.strohalm.cyclos.dao.members.AdministratorDocumentMapper
 
AdminMemberPermission - Enum in nl.strohalm.cyclos.access
This enum contains all permissions related to the ADMIN_MEMBER module type
AdminNotificationHandler - Interface in nl.strohalm.cyclos.utils.notifications
Used to send notifications to administrators
AdminNotificationHandlerImpl - Class in nl.strohalm.cyclos.utils.notifications
Aspect used to notify admins about events on the system
AdminNotificationHandlerImpl() - Constructor for class nl.strohalm.cyclos.utils.notifications.AdminNotificationHandlerImpl
 
AdminNotificationPreference - Class in nl.strohalm.cyclos.entities.members.preferences
Notification Preference for an administrator
AdminNotificationPreference() - Constructor for class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreference
 
AdminNotificationPreference.Relationships - Enum in nl.strohalm.cyclos.entities.members.preferences
 
AdminNotificationPreferenceDAO - Interface in nl.strohalm.cyclos.dao.members
Dao interface for admin notification preferences
AdminNotificationPreferenceDAOImpl - Class in nl.strohalm.cyclos.dao.members
Implementation for
AdminNotificationPreferenceDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.members.AdminNotificationPreferenceDAOImpl
 
AdminNotificationPreferenceQuery - Class in nl.strohalm.cyclos.entities.members.preferences
Query for admin notification preferences according to events
AdminNotificationPreferenceQuery() - Constructor for class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreferenceQuery
 
AdminPermission - Interface in nl.strohalm.cyclos.access
Interface implemented by the various administrator permission enumerations
adminPermissions - Variable in class nl.strohalm.cyclos.services.access.AbstractPermissionCheck
 
AdminProfileAction - Class in nl.strohalm.cyclos.controls.admins
Profile action for admins
AdminProfileAction() - Constructor for class nl.strohalm.cyclos.controls.admins.AdminProfileAction
 
AdminProfileForm - Class in nl.strohalm.cyclos.controls.admins
Form for an admin profile
AdminProfileForm() - Constructor for class nl.strohalm.cyclos.controls.admins.AdminProfileForm
 
AdminQuery - Class in nl.strohalm.cyclos.entities.members
Query parameters for administrators
AdminQuery() - Constructor for class nl.strohalm.cyclos.entities.members.AdminQuery
 
AdminSystemPermission - Enum in nl.strohalm.cyclos.access
This enum contains all permissions related to the ADMIN_SYSTEM module type
AdminUser - Class in nl.strohalm.cyclos.entities.access
A user for administrators
AdminUser() - Constructor for class nl.strohalm.cyclos.entities.access.AdminUser
 
AdQuery - Class in nl.strohalm.cyclos.entities.ads
Parameters for ad queries
AdQuery() - Constructor for class nl.strohalm.cyclos.entities.ads.AdQuery
 
AdReportVO - Class in nl.strohalm.cyclos.entities.reports
 
AdReportVO() - Constructor for class nl.strohalm.cyclos.entities.reports.AdReportVO
 
AdResultPage - Class in nl.strohalm.cyclos.webservices.ads
Page results for ads
AdResultPage() - Constructor for class nl.strohalm.cyclos.webservices.ads.AdResultPage
 
AdResultPage(int, int, List<AdVO>) - Constructor for class nl.strohalm.cyclos.webservices.ads.AdResultPage
 
AdSearchParameters - Class in nl.strohalm.cyclos.webservices.ads
Parameters for normal ad search via web services
AdSearchParameters() - Constructor for class nl.strohalm.cyclos.webservices.ads.AdSearchParameters
 
adService - Variable in class nl.strohalm.cyclos.controls.ads.SearchAdsAction
 
AdService - Interface in nl.strohalm.cyclos.services.ads
Service interface for Advertisements used to control ad operations like add, remove, expiration date, number of ads by member.
AdServiceImpl - Class in nl.strohalm.cyclos.services.ads
Implementation class for the Advertisement service interface
AdServiceImpl() - Constructor for class nl.strohalm.cyclos.services.ads.AdServiceImpl
 
AdServiceImpl.MaxAdDescriptionSizeValidation - Class in nl.strohalm.cyclos.services.ads
Validates max description size
AdServiceImpl.MaxAdDescriptionSizeValidation() - Constructor for class nl.strohalm.cyclos.services.ads.AdServiceImpl.MaxAdDescriptionSizeValidation
 
AdServiceImpl.MaxPublicationTimeValidation - Class in nl.strohalm.cyclos.services.ads
Validates max publication period
AdServiceImpl.MaxPublicationTimeValidation() - Constructor for class nl.strohalm.cyclos.services.ads.AdServiceImpl.MaxPublicationTimeValidation
 
AdServiceImpl.PublicationPeriodValidation - Class in nl.strohalm.cyclos.services.ads
Validates an ad publication period
AdServiceImpl.PublicationPeriodValidation() - Constructor for class nl.strohalm.cyclos.services.ads.AdServiceImpl.PublicationPeriodValidation
 
AdServiceLocal - Interface in nl.strohalm.cyclos.services.ads
Local interface.
AdServiceSecurity - Class in nl.strohalm.cyclos.services.ads
Security implementation for AdService
AdServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.ads.AdServiceSecurity
 
AdVO - Class in nl.strohalm.cyclos.webservices.model
Ad data for web services
AdVO() - Constructor for class nl.strohalm.cyclos.webservices.model.AdVO
 
AdWebService - Interface in nl.strohalm.cyclos.webservices.ads
Web service interface for ads
AdWebServiceImpl - Class in nl.strohalm.cyclos.webservices.ads
Web service implementation
AdWebServiceImpl() - Constructor for class nl.strohalm.cyclos.webservices.ads.AdWebServiceImpl
 
afterCommit(T) - Method in class nl.strohalm.cyclos.utils.BaseTransactional
 
afterCommit(T) - Method in interface nl.strohalm.cyclos.utils.Transactional
This method will be invoked only if the transaction commits successfully.
afterPropertiesSet() - Method in class nl.strohalm.cyclos.controls.BaseQueryAction
 
afterPropertiesSet() - Method in class nl.strohalm.cyclos.scheduling.SchedulingHandler
 
afterPropertiesSet() - Method in class nl.strohalm.cyclos.services.access.ChannelServiceImpl
 
afterPropertiesSet() - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
afterPropertiesSet() - Method in class nl.strohalm.cyclos.services.customization.TranslationMessageServiceImpl
 
afterPropertiesSet() - Method in class nl.strohalm.cyclos.services.settings.BaseSettingsHandler
 
afterPropertiesSet() - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
afterPropertiesSet() - Method in class nl.strohalm.cyclos.utils.cache.EhCacheCacheManager
 
afterPropertiesSet() - Method in class nl.strohalm.cyclos.utils.CaptchaProducer
 
afterPropertiesSet() - Method in class nl.strohalm.cyclos.utils.customizedfile.HazelcastCustomizedFileHandler
 
afterPropertiesSet() - Method in class nl.strohalm.cyclos.utils.instance.HazelcastInstanceHandler
 
afterPropertiesSet() - Method in class nl.strohalm.cyclos.utils.lock.HazelcastLockHandlerFactory
 
afterPropertiesSet() - Method in class nl.strohalm.cyclos.utils.lucene.IndexHandler
 
afterPropertiesSet() - Method in class nl.strohalm.cyclos.utils.lucene.IndexOperationRunner
 
afterPropertiesSet() - Method in class nl.strohalm.cyclos.utils.MailHandler
 
afterPropertiesSet() - Method in class nl.strohalm.cyclos.utils.tasks.HazelcastTaskRunner
 
Alert - Class in nl.strohalm.cyclos.entities.alerts
An alert
Alert() - Constructor for class nl.strohalm.cyclos.entities.alerts.Alert
 
Alert.Type - Enum in nl.strohalm.cyclos.entities.alerts
 
ALERT_KEY - Static variable in class nl.strohalm.cyclos.utils.SettingsHelper
 
AlertDAO - Interface in nl.strohalm.cyclos.dao.alerts
Interface for alert DAO.
AlertDAOImpl - Class in nl.strohalm.cyclos.dao.alerts
Implementation class for AlertDAO component.
AlertDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.alerts.AlertDAOImpl
 
alertExpiredLoans(Calendar) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceImpl
 
alertExpiredLoans(Calendar) - Method in interface nl.strohalm.cyclos.services.transactions.LoanServiceLocal
Generates alerts for expired loans
alertExpiredSystemInvoices(Calendar) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
alertExpiredSystemInvoices(Calendar) - Method in interface nl.strohalm.cyclos.services.transactions.InvoiceServiceLocal
Process expired invoices, generating a member alert for system to member invoices that expires today, according to the AlertSettings.idleInvoiceExpiration
AlertQuery - Class in nl.strohalm.cyclos.entities.alerts
Query parameters for alerts
AlertQuery() - Constructor for class nl.strohalm.cyclos.entities.alerts.AlertQuery
 
AlertService - Interface in nl.strohalm.cyclos.services.alerts
Service interface for alerts
AlertServiceImpl - Class in nl.strohalm.cyclos.services.alerts
Implementation class for alerts service interface
AlertServiceImpl() - Constructor for class nl.strohalm.cyclos.services.alerts.AlertServiceImpl
 
AlertServiceLocal - Interface in nl.strohalm.cyclos.services.alerts
Local interface.
AlertServiceSecurity - Class in nl.strohalm.cyclos.services.alerts
Security implementation for AlertService
AlertServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.alerts.AlertServiceSecurity
 
AlertSettings - Class in nl.strohalm.cyclos.entities.settings
Groups alert settings
AlertSettings() - Constructor for class nl.strohalm.cyclos.entities.settings.AlertSettings
 
AlertSettingsChangeListener - Interface in nl.strohalm.cyclos.entities.settings.events
Listener interface for alert settings modifications.
AlertSettingsEvent - Class in nl.strohalm.cyclos.entities.settings.events
Event triggered when alert settings are changed
AlertSettingsEvent(AlertSettings) - Constructor for class nl.strohalm.cyclos.entities.settings.events.AlertSettingsEvent
 
AlertSettingsHandler - Class in nl.strohalm.cyclos.services.settings
Alert settings handler
AlertSettingsHandler() - Constructor for class nl.strohalm.cyclos.services.settings.AlertSettingsHandler
 
AlertType - Interface in nl.strohalm.cyclos.entities.alerts
Marker interface for alert types
alive() - Method in class nl.strohalm.cyclos.utils.cache.ehcache.HazelcastCacheReplicator
 
all() - Static method in class nl.strohalm.cyclos.utils.query.PageParameters
Returns an instance that returns all results (currentPage = Integer.MAX_VALUE and pageSize = 0)
ALL_KEY - Static variable in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
 
allAdFields() - Method in interface nl.strohalm.cyclos.webservices.fields.FieldWebService
Returns an array of all advertisement fields
allAdFields() - Method in class nl.strohalm.cyclos.webservices.fields.FieldWebServiceImpl
 
AllGrantedActionPolicy - Class in nl.strohalm.cyclos.struts.access.policies.utils
Policy that always grant access to all requested objects
allImplementedTypes(Class<?>) - Static method in class nl.strohalm.cyclos.utils.ClassHelper
Returns all implemented types for a given class - itself if a class and interfaces
allMemberFields() - Method in interface nl.strohalm.cyclos.webservices.fields.FieldWebService
Returns an array of all member fields
allMemberFields() - Method in class nl.strohalm.cyclos.webservices.fields.FieldWebServiceImpl
 
allowNegative() - Method in class nl.strohalm.cyclos.services.transactions.NegativeAllowedTransactionSummaryVO
 
allowNegative() - Method in class nl.strohalm.cyclos.services.transactions.TransactionSummaryVO
 
allowRemovedGroups() - Method in class nl.strohalm.cyclos.controls.members.bulk.MemberBulkActionsAction
 
allowRemovedGroups() - Method in class nl.strohalm.cyclos.controls.members.SearchMembersAction
 
allows(PrincipalType) - Method in class nl.strohalm.cyclos.entities.access.Channel
 
allowsPaymentRequest(String) - Method in interface nl.strohalm.cyclos.services.access.ChannelService
Checks whether the given channel may support external payment
allowsPaymentRequest(String) - Method in class nl.strohalm.cyclos.services.access.ChannelServiceImpl
 
allowsPaymentRequest(String) - Method in class nl.strohalm.cyclos.services.access.ChannelServiceSecurity
 
AllowUserLoginAction - Class in nl.strohalm.cyclos.controls.access
Action used to reenable a user to login immediately if his login was blocked by wrong password tries
AllowUserLoginAction() - Constructor for class nl.strohalm.cyclos.controls.access.AllowUserLoginAction
 
AllowUserLoginForm - Class in nl.strohalm.cyclos.controls.access
Form used to reenable a user to login immediately if his login was blocked by wrong password tries
AllowUserLoginForm() - Constructor for class nl.strohalm.cyclos.controls.access.AllowUserLoginForm
 
ALPHA - Static variable in interface nl.strohalm.cyclos.services.stats.StatisticalService
The level on which is tested.
AlreadyAuthorizedException - Exception in nl.strohalm.cyclos.services.transactions.exceptions
Exception thrown when an user is trying to authorize a payment, but he has already authorized a previous level
AlreadyAuthorizedException() - Constructor for exception nl.strohalm.cyclos.services.transactions.exceptions.AlreadyAuthorizedException
 
AlreadyConnectedException - Exception in nl.strohalm.cyclos.services.access.exceptions
Indicates that a given user is already connected, while the access settings prevents mutliple connections
AlreadyConnectedException() - Constructor for exception nl.strohalm.cyclos.services.access.exceptions.AlreadyConnectedException
 
alreadyLoggedForward(ActionMapping, HttpServletRequest, HttpServletResponse, LoginForm, User) - Method in class nl.strohalm.cyclos.controls.access.LoginAction
Returns a forward for a page preparation when there's already a logged user
alreadyLoggedForward(ActionMapping, HttpServletRequest, HttpServletResponse, LoginForm, User) - Method in class nl.strohalm.cyclos.controls.posweb.LoginAction
 
Amount - Class in nl.strohalm.cyclos.utils
Represents a percentage or fixed value
Amount() - Constructor for class nl.strohalm.cyclos.utils.Amount
 
Amount(BigDecimal, Amount.Type) - Constructor for class nl.strohalm.cyclos.utils.Amount
 
Amount.Type - Enum in nl.strohalm.cyclos.utils
 
amountConverter(String, LocalSettings) - Static method in class nl.strohalm.cyclos.utils.binding.DataBinderHelper
Returns an Amount binder
AmountConverter - Class in nl.strohalm.cyclos.utils.conversion
Converter for amounts
AmountConverter(DecimalFormat) - Constructor for class nl.strohalm.cyclos.utils.conversion.AmountConverter
 
AmountConverter(DecimalFormat, String) - Constructor for class nl.strohalm.cyclos.utils.conversion.AmountConverter
 
AmountReservation - Class in nl.strohalm.cyclos.entities.accounts
Contains an amount reservation (if amount is positive) or reservation return (if negative) for an account
AmountReservation() - Constructor for class nl.strohalm.cyclos.entities.accounts.AmountReservation
 
AmountReservationDAO - Interface in nl.strohalm.cyclos.dao.accounts
DAO interface for AmountReservation
AmountReservationDAOImpl - Class in nl.strohalm.cyclos.dao.accounts
Implementation for AmountReservationDAO
AmountReservationDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.AmountReservationDAOImpl
 
AmountType - Class in nl.strohalm.cyclos.utils.hibernate
Hibernate user type to persist amounts
AmountType() - Constructor for class nl.strohalm.cyclos.utils.hibernate.AmountType
 
and(Filter...) - Static method in class nl.strohalm.cyclos.utils.lucene.Filters
Returns all filters in a AND operation
andNot(Filter...) - Static method in class nl.strohalm.cyclos.utils.lucene.Filters
Returns all filters in a ANDNOT operation
anyGraphChecked() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
checks if any graph is checked.
anyOf(Collection<?>) - Method in class nl.strohalm.cyclos.utils.validation.Validator.Property
 
anyOf(Object...) - Method in class nl.strohalm.cyclos.utils.validation.Validator.Property
 
AnyOfValidation - Class in nl.strohalm.cyclos.utils.validation
Validates that the property value is one of the given values
AnyOfValidation(Collection<?>) - Constructor for class nl.strohalm.cyclos.utils.validation.AnyOfValidation
 
AnyOfValidation(Object...) - Constructor for class nl.strohalm.cyclos.utils.validation.AnyOfValidation
 
appendConditions(StringBuilder, Map<String, Object>, Collection<? extends CustomFieldValue>) - Method in class nl.strohalm.cyclos.utils.hibernate.HibernateCustomFieldHandler
Appends the custom field values on a query.
appendJoinFetch(StringBuilder, Class<? extends Entity>, String, Collection<Relationship>) - Static method in class nl.strohalm.cyclos.utils.hibernate.HibernateHelper
Appends the join portion on the query to fetch the specified relationships, when appliable
appendJoins(StringBuilder, String, Collection<? extends CustomFieldValue>) - Method in class nl.strohalm.cyclos.utils.hibernate.HibernateCustomFieldHandler
Appends the inner joins for each custom field.
appendOrder(StringBuilder, Collection<String>) - Static method in class nl.strohalm.cyclos.utils.hibernate.HibernateHelper
Appends the order by portion, with the given path lists (with an optional direction, ie: "e.date desc", "e.name", "x.name")
appendOrder(StringBuilder, String...) - Static method in class nl.strohalm.cyclos.utils.hibernate.HibernateHelper
Appends the order by portion, with the given path lists (with an optional direction, ie: "e.date desc", "e.name", "x.name")
appendValidationErrors(ValidationException, Object) - Method in class nl.strohalm.cyclos.utils.validation.DelegatingValidator
 
appendValidationErrors(ValidationException, Object) - Method in class nl.strohalm.cyclos.utils.validation.Validator
 
appendValidations(Validator) - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
May be overridden in order to append any custom validations
appendValidations(Validator) - Method in class nl.strohalm.cyclos.services.customization.MemberCustomFieldServiceImpl
 
appendVariableValues(Map<String, Object>, LocalSettings) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
appendVariableValues(Map<String, Object>, LocalSettings) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Certification
 
appendVariableValues(Map<String, Object>, LocalSettings) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
appendVariableValues(Map<String, Object>, LocalSettings) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligation
 
appendVariableValues(Map<String, Object>, LocalSettings) - Method in class nl.strohalm.cyclos.entities.accounts.loans.Loan
 
appendVariableValues(Map<String, Object>, LocalSettings) - Method in class nl.strohalm.cyclos.entities.accounts.pos.Pos
 
appendVariableValues(Map<String, Object>, LocalSettings) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
appendVariableValues(Map<String, Object>, LocalSettings) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Payment
 
appendVariableValues(Map<String, Object>, LocalSettings) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Ticket
 
appendVariableValues(Map<String, Object>, LocalSettings) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
appendVariableValues(Map<String, Object>, LocalSettings) - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
appendVariableValues(Map<String, Object>, LocalSettings) - Method in class nl.strohalm.cyclos.entities.Entity
Should be overriden by subclasses to append variable values on the given map
appendVariableValues(Map<String, Object>, LocalSettings) - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContract
 
appendVariableValues(Map<String, Object>, LocalSettings) - Method in class nl.strohalm.cyclos.entities.members.Element
 
appendVariableValues(Map<String, Object>, LocalSettings) - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
Application - Class in nl.strohalm.cyclos.entities
Contains basic information about the Cyclos application
Application() - Constructor for class nl.strohalm.cyclos.entities.Application
 
Application.PasswordHash - Enum in nl.strohalm.cyclos.entities
Defines which algorithm will be used for password hash
APPLICATION_PAGES_PATH - Static variable in class nl.strohalm.cyclos.utils.CustomizationHelper
 
applicationContext - Variable in class nl.strohalm.cyclos.spring.BaseSingletonFactoryBean
 
applicationContext - Variable in class nl.strohalm.cyclos.utils.tasks.TaskRunnerImpl
 
ApplicationDAO - Interface in nl.strohalm.cyclos.dao
DAO interface for application
ApplicationDAOImpl - Class in nl.strohalm.cyclos.dao
Implementation for application dao
ApplicationDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.ApplicationDAOImpl
 
ApplicationException - Exception in nl.strohalm.cyclos.exceptions
Common class for all exceptions in cyclos
ApplicationException() - Constructor for exception nl.strohalm.cyclos.exceptions.ApplicationException
 
ApplicationException(String) - Constructor for exception nl.strohalm.cyclos.exceptions.ApplicationException
 
ApplicationException(String, Throwable) - Constructor for exception nl.strohalm.cyclos.exceptions.ApplicationException
 
ApplicationException(Throwable) - Constructor for exception nl.strohalm.cyclos.exceptions.ApplicationException
 
applicationService - Variable in class nl.strohalm.cyclos.controls.admintasks.BaseIndexesAction
 
ApplicationService - Interface in nl.strohalm.cyclos.services.application
Service interface for application-wide (global) events like status, time and messages.
ApplicationServiceImpl - Class in nl.strohalm.cyclos.services.application
Implementation class for the application service interface.
ApplicationServiceImpl() - Constructor for class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
ApplicationServiceLocal - Interface in nl.strohalm.cyclos.services.application
Local interface.
ApplicationServiceSecurity - Class in nl.strohalm.cyclos.services.application
Security implementation for ApplicationService
ApplicationServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.application.ApplicationServiceSecurity
 
ApplicationStatusVO - Class in nl.strohalm.cyclos.services.application
Return class for the statistical data regarding application status.
ApplicationStatusVO() - Constructor for class nl.strohalm.cyclos.services.application.ApplicationStatusVO
 
apply(BigDecimal) - Method in class nl.strohalm.cyclos.utils.Amount
 
apply(BigDecimal, BigDecimal) - Method in enum nl.strohalm.cyclos.utils.Amount.Type
 
applyARateFieldsValidation(Validator, ARatedFeeDTO, SimpleTransactionFee.ARateRelation) - Method in class nl.strohalm.cyclos.services.accounts.rates.RateServiceImplMock
 
applyARateFieldsValidation(Validator, ARatedFeeDTO, SimpleTransactionFee.ARateRelation) - Method in interface nl.strohalm.cyclos.services.accounts.rates.RateServiceLocal
does the validation for fields when configuring an A-rated fee.
applyFeeFilters(HttpServletRequest) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsTaxesAction
 
applyGroupFilter(HttpServletRequest) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsAction
takes care that a group filter box is filled with appropriate values.
applyLoan(TransferDTO, GrantLoanDTO) - Method in class nl.strohalm.cyclos.services.accounts.rates.RateServiceImplMock
 
applyLoan(TransferDTO, GrantLoanDTO) - Method in interface nl.strohalm.cyclos.services.accounts.rates.RateServiceLocal
applies the rates for a newly created loan
applyMask(String, String) - Static method in class nl.strohalm.cyclos.utils.StringHelper
Removes the given mask from the given value
applyPageParameters(PageParameters, Query) - Method in class nl.strohalm.cyclos.utils.hibernate.HibernateQueryHandler
Applies the result limits to the given query
applyPaymentFilter(HttpServletRequest) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsAction
takes care that the payment filter box filled with appropriate payment filters.
applyResultParameters(QueryParameters.ResultType, PageParameters, Collection<E>) - Method in class nl.strohalm.cyclos.utils.hibernate.HibernateQueryHandler
Apply the page parameters to an in-memory collection
applySystemAccountFilter(HttpServletRequest) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsAction
takes care that the system account filter box filled with appropriate system accounts.
applyTransfer(Transfer) - Method in class nl.strohalm.cyclos.services.accounts.rates.RateServiceImplMock
 
applyTransfer(Transfer) - Method in interface nl.strohalm.cyclos.services.accounts.rates.RateServiceLocal
applies the needed rate changes which result from the transfer to the account.
ARateConfigSimulationAction - Class in nl.strohalm.cyclos.controls.reports.simulations
Action for the Simulation of the ARate Configuration, showing the ARate curve in a graph.
ARateConfigSimulationAction() - Constructor for class nl.strohalm.cyclos.controls.reports.simulations.ARateConfigSimulationAction
 
ARatedFeeDTO - Class in nl.strohalm.cyclos.services.accounts.rates
DTO for the simulation of the ARate configuration, showing the ARate curve in a graph.
ARatedFeeDTO() - Constructor for class nl.strohalm.cyclos.services.accounts.rates.ARatedFeeDTO
 
ARatedFeeDTO(SimpleTransactionFee) - Constructor for class nl.strohalm.cyclos.services.accounts.rates.ARatedFeeDTO
 
ARateParameters - Class in nl.strohalm.cyclos.entities.accounts
The parameters needed for a currency when A-rate is enabled.
ARateParameters() - Constructor for class nl.strohalm.cyclos.entities.accounts.ARateParameters
 
ARateParametersDAO - Interface in nl.strohalm.cyclos.dao.accounts
DAO interface for A-Rate parameters
ARateParametersDAOImpl - Class in nl.strohalm.cyclos.dao.accounts
Implementation for ARateParametersDAO
ARateParametersDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.ARateParametersDAOImpl
 
arctan(BigDecimal, int) - Static method in class nl.strohalm.cyclos.utils.BigDecimalHelper
Compute the arctangent of x to a given scale, |x| < 1
areEnabledGuaranteeTypes() - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeTypeServiceImpl
 
areEnabledGuaranteeTypes() - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeTypeServiceLocal
 
arg0 - Variable in class nl.strohalm.cyclos.entities.alerts.Alert
 
arg0 - Variable in class nl.strohalm.cyclos.entities.sms.SmsLog
 
arg1 - Variable in class nl.strohalm.cyclos.entities.alerts.Alert
 
arg1 - Variable in class nl.strohalm.cyclos.entities.sms.SmsLog
 
arg2 - Variable in class nl.strohalm.cyclos.entities.alerts.Alert
 
arg2 - Variable in class nl.strohalm.cyclos.entities.sms.SmsLog
 
arg3 - Variable in class nl.strohalm.cyclos.entities.alerts.Alert
 
arg3 - Variable in class nl.strohalm.cyclos.entities.sms.SmsLog
 
arg4 - Variable in class nl.strohalm.cyclos.entities.alerts.Alert
 
arg4 - Variable in class nl.strohalm.cyclos.entities.sms.SmsLog
 
Arguments - Class in nl.strohalm.cyclos.setup
Handle setup arguments.
Arguments() - Constructor for class nl.strohalm.cyclos.setup.Arguments
 
arrayToList(double[]) - Static method in class nl.strohalm.cyclos.utils.statistics.ListOperations
Make a List of a double[]
arrayToString(Long[]) - Static method in class nl.strohalm.cyclos.utils.RequestHelper
 
asPercentageOf(BigDecimal, BigDecimal) - Static method in class nl.strohalm.cyclos.utils.BigDecimalHelper
returns amount as a percentage of total.
asPercentFraction(BigDecimal) - Static method in class nl.strohalm.cyclos.utils.BigDecimalHelper
returns a nominal percentage (like 5.2%) as a fraction (0.052).
asPrincipalType() - Method in class nl.strohalm.cyclos.entities.access.ChannelPrincipal
 
assemble(Serializable, Object) - Method in class nl.strohalm.cyclos.utils.hibernate.AbstractEnumType
 
assemble(Serializable, Object) - Method in class nl.strohalm.cyclos.utils.hibernate.AmountType
 
assemble(Serializable, SessionImplementor, Object) - Method in class nl.strohalm.cyclos.utils.hibernate.BasePeriodType
 
assemble(Serializable, Object) - Method in class nl.strohalm.cyclos.utils.hibernate.PermissionType
 
assemble(Serializable, Object) - Method in class nl.strohalm.cyclos.utils.hibernate.RangeConstraintType
 
assemble(Serializable, SessionImplementor, Object) - Method in class nl.strohalm.cyclos.utils.hibernate.TimePeriodType
 
assignPendingToSendByBroker(Message, Member) - Method in interface nl.strohalm.cyclos.dao.members.MessageDAO
Assign the members which have the given member as broker as pending to send
assignPendingToSendByBroker(Message, Member) - Method in class nl.strohalm.cyclos.dao.members.MessageDAOImpl
 
assignPendingToSendByGroups(Message, Collection<MemberGroup>) - Method in interface nl.strohalm.cyclos.dao.members.MessageDAO
Assign the members on any of the given groups as pending to send
assignPendingToSendByGroups(Message, Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.dao.members.MessageDAOImpl
 
assignPos(Member, Long) - Method in interface nl.strohalm.cyclos.services.accounts.pos.PosService
Assign the POS to a given member
assignPos(Member, Long) - Method in class nl.strohalm.cyclos.services.accounts.pos.PosServiceImpl
 
assignPos(Member, Long) - Method in class nl.strohalm.cyclos.services.accounts.pos.PosServiceSecurity
 
AssignPosAction - Class in nl.strohalm.cyclos.controls.accounts.pos
 
AssignPosAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.pos.AssignPosAction
 
assignUsersToSend(SmsMailing, MemberCustomField) - Method in interface nl.strohalm.cyclos.dao.sms.SmsMailingDAO
Populates the collection of users which should receive the given sms mailing
assignUsersToSend(SmsMailing, MemberCustomField) - Method in class nl.strohalm.cyclos.dao.sms.SmsMailingDAOImpl
 
AsymmetricStatisticalBarRenderer - Class in nl.strohalm.cyclos.utils.jfreeAsymmetric
A StatisticalBarRenderer which can display error bars inside a normal bar, which are asymmetric (that is: the lower and upper half of the bar need not be equal).
AsymmetricStatisticalBarRenderer() - Constructor for class nl.strohalm.cyclos.utils.jfreeAsymmetric.AsymmetricStatisticalBarRenderer
Default constructor.
AsymmetricStatisticalCategoryDataset - Class in nl.strohalm.cyclos.utils.jfreeAsymmetric
This class is a replacement of the JFreeChart DefaultStatisticalCategoryDataset as such, that it can handle asymmetrical error bars around numbers.
AsymmetricStatisticalCategoryDataset() - Constructor for class nl.strohalm.cyclos.utils.jfreeAsymmetric.AsymmetricStatisticalCategoryDataset
Creates a new dataset.
AsymmetricStatisticalLineAndShapeRenderer - Class in nl.strohalm.cyclos.utils.jfreeAsymmetric
An alternative for StatisticalLineAndShapeRenderer from JFreeChart.
AsymmetricStatisticalLineAndShapeRenderer() - Constructor for class nl.strohalm.cyclos.utils.jfreeAsymmetric.AsymmetricStatisticalLineAndShapeRenderer
 
AsymmetricStatisticalLineAndShapeRenderer(boolean, boolean) - Constructor for class nl.strohalm.cyclos.utils.jfreeAsymmetric.AsymmetricStatisticalLineAndShapeRenderer
 
attributesForTag() - Method in class nl.strohalm.cyclos.taglibs.AbstractDynamicAttributesTag
 
attributesForTag(Map<String, String>) - Method in class nl.strohalm.cyclos.taglibs.AbstractDynamicAttributesTag
 
attributesForTag() - Method in class nl.strohalm.cyclos.taglibs.CellTag
 
attributesForTag() - Method in class nl.strohalm.cyclos.taglibs.CustomImageTag
 
attributesForTag() - Method in class nl.strohalm.cyclos.taglibs.LayoutTag
 
AuthInterceptor - Class in nl.strohalm.cyclos.webservices.interceptor
A CXF interceptor that will process authentication & authorization for web services
AuthInterceptor() - Constructor for class nl.strohalm.cyclos.webservices.interceptor.AuthInterceptor
 
AuthorizationLevel - Class in nl.strohalm.cyclos.entities.accounts.transactions
An authorization level for an authorized transfer type
AuthorizationLevel() - Constructor for class nl.strohalm.cyclos.entities.accounts.transactions.AuthorizationLevel
 
AuthorizationLevel.Authorizer - Enum in nl.strohalm.cyclos.entities.accounts.transactions
 
AuthorizationLevel.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.transactions
 
AuthorizationLevelDAO - Interface in nl.strohalm.cyclos.dao.accounts.transactions
Data access interface for transfer type authorization levels
AuthorizationLevelDAOImpl - Class in nl.strohalm.cyclos.dao.accounts.transactions
Implementation for AuthorizationLevelDAO
AuthorizationLevelDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.transactions.AuthorizationLevelDAOImpl
 
AuthorizationLevelService - Interface in nl.strohalm.cyclos.services.transfertypes
Service interface for authorization levels
AuthorizationLevelServiceImpl - Class in nl.strohalm.cyclos.services.transfertypes
Implementation for AuthorizationLevelService
AuthorizationLevelServiceImpl() - Constructor for class nl.strohalm.cyclos.services.transfertypes.AuthorizationLevelServiceImpl
 
AuthorizationLevelServiceImpl.AdminGroupRequiredValidation - Class in nl.strohalm.cyclos.services.transfertypes
Validates the authorization level before saving.
AuthorizationLevelServiceImpl.AdminGroupRequiredValidation() - Constructor for class nl.strohalm.cyclos.services.transfertypes.AuthorizationLevelServiceImpl.AdminGroupRequiredValidation
 
AuthorizationLevelServiceImpl.AmountValidation - Class in nl.strohalm.cyclos.services.transfertypes
Validates the authorization level before saving.
AuthorizationLevelServiceImpl.AmountValidation() - Constructor for class nl.strohalm.cyclos.services.transfertypes.AuthorizationLevelServiceImpl.AmountValidation
 
AuthorizationLevelServiceImpl.AuthorizerLevelValidation - Class in nl.strohalm.cyclos.services.transfertypes
Validates the authorization level before saving.
AuthorizationLevelServiceImpl.AuthorizerLevelValidation() - Constructor for class nl.strohalm.cyclos.services.transfertypes.AuthorizationLevelServiceImpl.AuthorizerLevelValidation
 
AuthorizationLevelServiceImpl.MaxLevelValidation - Class in nl.strohalm.cyclos.services.transfertypes
Validates the authorization level before saving.
AuthorizationLevelServiceImpl.MaxLevelValidation() - Constructor for class nl.strohalm.cyclos.services.transfertypes.AuthorizationLevelServiceImpl.MaxLevelValidation
 
AuthorizationLevelServiceLocal - Interface in nl.strohalm.cyclos.services.transfertypes
Local interface.
AuthorizationLevelServiceSecurity - Class in nl.strohalm.cyclos.services.transfertypes
Security implementation for AuthorizationLevelService
AuthorizationLevelServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.transfertypes.AuthorizationLevelServiceSecurity
 
authorize(TransferAuthorizationDTO) - Method in interface nl.strohalm.cyclos.services.transactions.TransferAuthorizationService
Authorizes a payment awaiting for authorization
authorize(TransferAuthorizationDTO) - Method in class nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceImpl
 
authorize(TransferAuthorizationDTO, boolean) - Method in class nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceImpl
 
authorize(TransferAuthorizationDTO, boolean) - Method in interface nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceLocal
Same as TransferAuthorizationService.authorize(TransferAuthorizationDTO), but allowing to determine whether a new transaction is used
authorize(TransferAuthorizationDTO) - Method in class nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceSecurity
 
AuthorizedPaymentInPastException - Exception in nl.strohalm.cyclos.services.transactions.exceptions
Exception thrown when a new authorized payment is set to a past date
AuthorizedPaymentInPastException() - Constructor for exception nl.strohalm.cyclos.services.transactions.exceptions.AuthorizedPaymentInPastException
 
AuthorizeGuaranteeAction - Class in nl.strohalm.cyclos.controls.accounts.guarantees.guarantees
 
AuthorizeGuaranteeAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.AuthorizeGuaranteeAction
 
AuthorizeGuaranteeForm - Class in nl.strohalm.cyclos.controls.accounts.guarantees.guarantees
 
AuthorizeGuaranteeForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.AuthorizeGuaranteeForm
 
authorizeOnInsert(Transfer) - Method in class nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceImpl
 
authorizeOnInsert(Transfer) - Method in interface nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceLocal
Automatically called when a transfer is inserted to authorize instantly when the one making a payment as member is the one that authorizes
AuthorizePaymentAction - Class in nl.strohalm.cyclos.controls.payments.authorization
 
AuthorizePaymentAction() - Constructor for class nl.strohalm.cyclos.controls.payments.authorization.AuthorizePaymentAction
 
automaticPaymentReceivedNotification(Transfer, TransferDTO) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
automaticPaymentReceivedNotification(Transfer, TransferDTO) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
awake() - Method in class nl.strohalm.cyclos.scheduling.polling.PollingTask
Awakes this polling task from sleep, if it is sleeping
awakePollingTask(Class<? extends PollingTask>) - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
awakePollingTask(Class<? extends PollingTask>) - Method in interface nl.strohalm.cyclos.services.application.ApplicationServiceLocal
Attempts to awake a PollingTask with the given type.
awakePollingTaskOnTransactionCommit(Class<? extends PollingTask>) - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
awakePollingTaskOnTransactionCommit(Class<? extends PollingTask>) - Method in interface nl.strohalm.cyclos.services.application.ApplicationServiceLocal
Adds a TransactionCommitListener which invokes ApplicationServiceLocal.awakePollingTask(Class)

B

back() - Method in class nl.strohalm.cyclos.controls.ActionContext
Returns a forward to the last visited action
back(ActionMapping) - Static method in class nl.strohalm.cyclos.utils.ActionHelper
Returns an action forward to go back to the previous action
back() - Method in class nl.strohalm.cyclos.utils.Navigation
Removes the current path and the last path, returning the last
BackAction - Class in nl.strohalm.cyclos.controls.general
Action used to go back to a page
BackAction() - Constructor for class nl.strohalm.cyclos.controls.general.BackAction
 
balanceDiff(Account, Period) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.TransferDAO
Sums the balance diff within the given period (optionally null, summing all transfers)
balanceDiff(Account, Period, Transfer) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.TransferDAO
sums the balance diff for the given account at the moment of the processing of the specified transfer.
balanceDiff(Account, Period) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.TransferDAOImpl
 
balanceDiff(Account, Period, Transfer) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.TransferDAOImpl
 
BaseAction - Class in nl.strohalm.cyclos.controls
Abstract action intented to be subclasses by all actions that need a logged user (not LoginAction, for example).
BaseAction() - Constructor for class nl.strohalm.cyclos.controls.BaseAction
 
BaseAdAction - Class in nl.strohalm.cyclos.controls.ads
Base action for ad display
BaseAdAction() - Constructor for class nl.strohalm.cyclos.controls.ads.BaseAdAction
 
BaseAjaxAction - Class in nl.strohalm.cyclos.controls
Abstract action to AJAX responses
BaseAjaxAction() - Constructor for class nl.strohalm.cyclos.controls.BaseAjaxAction
 
BaseAjaxAction.ContentType - Enum in nl.strohalm.cyclos.controls
An enum with possible content types
BaseBindingForm - Class in nl.strohalm.cyclos.controls
Base classes for forms that use a databinder
BaseBindingForm() - Constructor for class nl.strohalm.cyclos.controls.BaseBindingForm
 
BaseCacheManager - Class in nl.strohalm.cyclos.utils.cache
Base implementation for CacheManager
BaseCacheManager() - Constructor for class nl.strohalm.cyclos.utils.cache.BaseCacheManager
 
BaseCsvAction - Class in nl.strohalm.cyclos.controls
Base class for CSV export actions
BaseCsvAction() - Constructor for class nl.strohalm.cyclos.controls.BaseCsvAction
 
BaseCSVHandler<E> - Class in nl.strohalm.cyclos.utils.csv
 
BaseCSVHandler(Class<E>) - Constructor for class nl.strohalm.cyclos.utils.csv.BaseCSVHandler
 
BaseCSVHandler.Column - Class in nl.strohalm.cyclos.utils.csv
Entry for a column
BaseCSVHandler.Column(String, String, Converter<?>) - Constructor for class nl.strohalm.cyclos.utils.csv.BaseCSVHandler.Column
 
BaseCustomFieldService<CF extends CustomField> - Interface in nl.strohalm.cyclos.services.customization
Base interface for services of each custom field nature
BaseCustomFieldServiceImpl<CF extends CustomField> - Class in nl.strohalm.cyclos.services.customization
Base implementation for custom field services
BaseCustomFieldServiceImpl(Class<CF>) - Constructor for class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
 
BaseCustomFieldServiceImpl.BigDecimalValidator - Class in nl.strohalm.cyclos.services.customization
Validator for decimal fields
BaseCustomFieldServiceImpl.BigDecimalValidator() - Constructor for class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl.BigDecimalValidator
 
BaseCustomFieldServiceImpl.CustomFieldRetrievingStrategy - Class in nl.strohalm.cyclos.services.customization
Retrieving strategy for validating properties
BaseCustomFieldServiceImpl.CustomFieldRetrievingStrategy(CustomField) - Constructor for class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl.CustomFieldRetrievingStrategy
 
BaseCustomFieldServiceImpl.DateValidator - Class in nl.strohalm.cyclos.services.customization
Validator for date fields
BaseCustomFieldServiceImpl.DateValidator() - Constructor for class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl.DateValidator
 
BaseCustomFieldServiceImpl.EnumeratedValidator - Class in nl.strohalm.cyclos.services.customization
Validator for enumerated fields
BaseCustomFieldServiceImpl.EnumeratedValidator() - Constructor for class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl.EnumeratedValidator
 
BaseCustomFieldServiceImpl.IntegerValidator - Class in nl.strohalm.cyclos.services.customization
Validator for integer fields
BaseCustomFieldServiceImpl.IntegerValidator() - Constructor for class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl.IntegerValidator
 
BaseCustomFieldServiceImpl.JavaIdentifierValidation - Class in nl.strohalm.cyclos.services.customization
Validates a java identifier
BaseCustomFieldServiceImpl.JavaIdentifierValidation() - Constructor for class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl.JavaIdentifierValidation
 
BaseCustomFieldServiceImpl.ParentValidator - Class in nl.strohalm.cyclos.services.customization
Validates the parent field
BaseCustomFieldServiceImpl.ParentValidator() - Constructor for class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl.ParentValidator
 
BaseCustomFieldServiceImpl.PossibleValueKey - Class in nl.strohalm.cyclos.services.customization
A cache key for possible values.
BaseCustomFieldServiceImpl.PossibleValueKey(long) - Constructor for class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl.PossibleValueKey
 
BaseCustomFieldServiceImpl.UniqueCustomFieldInternalNameValidation - Class in nl.strohalm.cyclos.services.customization
Validator to ensure the internal name is unique
BaseCustomFieldServiceImpl.UniqueCustomFieldInternalNameValidation() - Constructor for class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl.UniqueCustomFieldInternalNameValidation
 
BaseCustomFieldServiceImpl.UniqueFieldValueValidation - Class in nl.strohalm.cyclos.services.customization
Validates an unique field value
BaseCustomFieldServiceImpl.UniqueFieldValueValidation() - Constructor for class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl.UniqueFieldValueValidation
 
BaseCustomFieldServiceLocal<CF extends CustomField> - Interface in nl.strohalm.cyclos.services.customization
Base local service interface for custom fields
BaseCustomizedFileHandler - Class in nl.strohalm.cyclos.utils.customizedfile
Base implementation for a customized file handler
BaseCustomizedFileHandler() - Constructor for class nl.strohalm.cyclos.utils.customizedfile.BaseCustomizedFileHandler
 
BaseDAO<E extends Entity> - Interface in nl.strohalm.cyclos.dao
Base Data Access Object which all DAO interface should extend.
BaseDAOImpl<E extends Entity> - Class in nl.strohalm.cyclos.dao
Basic implementation for DAOs, extending Spring Framework support for Hibernate 3.
BaseDAOImpl(Class<E>) - Constructor for class nl.strohalm.cyclos.dao.BaseDAOImpl
 
BaseEditReferenceAction<T extends Reference> - Class in nl.strohalm.cyclos.controls.members.references
Base action used to view / edit a reference details
BaseEditReferenceAction() - Constructor for class nl.strohalm.cyclos.controls.members.references.BaseEditReferenceAction
 
BaseErrorLogQueryAction - Class in nl.strohalm.cyclos.controls.alerts
Action used to view the error log
BaseErrorLogQueryAction() - Constructor for class nl.strohalm.cyclos.controls.alerts.BaseErrorLogQueryAction
 
BaseFilter - Class in nl.strohalm.cyclos.http
Base implementation for filters which inject beans on itself using SpringHelper.injectBeans(ServletContext, Object)
BaseFilter() - Constructor for class nl.strohalm.cyclos.http.BaseFilter
 
BaseFormAction - Class in nl.strohalm.cyclos.controls
Action used for common for actions, that handler 3 states: Form preparation: The first request, usually a get2-state case: the first request prepares the form and the second is a form submission
BaseFormAction() - Constructor for class nl.strohalm.cyclos.controls.BaseFormAction
 
BaseGlobalCustomFieldService<CF extends CustomField> - Interface in nl.strohalm.cyclos.services.customization
Service interface for custom fields which are global, that is, not scoped under another entity
BaseGlobalCustomFieldServiceImpl<CF extends CustomField> - Class in nl.strohalm.cyclos.services.customization
Base implementation for custom field services whose fields are global, that is, not scoped under another entity.
BaseGlobalCustomFieldServiceImpl(Class<CF>, CustomField.Nature) - Constructor for class nl.strohalm.cyclos.services.customization.BaseGlobalCustomFieldServiceImpl
 
BaseIndexesAction - Class in nl.strohalm.cyclos.controls.admintasks
Base action to perform operations over full-text indexes
BaseIndexesAction() - Constructor for class nl.strohalm.cyclos.controls.admintasks.BaseIndexesAction
 
BaseInvoiceForm - Class in nl.strohalm.cyclos.controls.invoices
Base form for invoice actions
BaseInvoiceForm() - Constructor for class nl.strohalm.cyclos.controls.invoices.BaseInvoiceForm
 
BaseListAlertsAction - Class in nl.strohalm.cyclos.controls.alerts
Base action for listing alerts
BaseListAlertsAction() - Constructor for class nl.strohalm.cyclos.controls.alerts.BaseListAlertsAction
 
BaseLoanActionForm - Class in nl.strohalm.cyclos.controls.loans
Base form for forms used to perform operations over a loan
BaseLoanActionForm() - Constructor for class nl.strohalm.cyclos.controls.loans.BaseLoanActionForm
 
BaseLoanGroupAction - Class in nl.strohalm.cyclos.controls.loangroups
Action used to edit a loan group
BaseLoanGroupAction() - Constructor for class nl.strohalm.cyclos.controls.loangroups.BaseLoanGroupAction
 
BaseLoanGroupMembershipAction - Class in nl.strohalm.cyclos.controls.loangroups
Base action for loan group memberships
BaseLoanGroupMembershipAction() - Constructor for class nl.strohalm.cyclos.controls.loangroups.BaseLoanGroupMembershipAction
 
BaseLoanHandler - Class in nl.strohalm.cyclos.services.transactions
Base implementation for loan handler
BaseLoanHandler(Loan.Type) - Constructor for class nl.strohalm.cyclos.services.transactions.BaseLoanHandler
 
BaseLoanQuery - Class in nl.strohalm.cyclos.entities.accounts.loans
Base parameters for loan related queries
BaseLoanQuery() - Constructor for class nl.strohalm.cyclos.entities.accounts.loans.BaseLoanQuery
 
BaseLockHandlerFactory - Class in nl.strohalm.cyclos.utils.lock
Base implementation for LockHandlerFactory classes
BaseLockHandlerFactory() - Constructor for class nl.strohalm.cyclos.utils.lock.BaseLockHandlerFactory
 
BaseMultiplePaymentLoanHandler - Class in nl.strohalm.cyclos.services.transactions
Base loan handler for types that handles multiple payments
BaseMultiplePaymentLoanHandler(Loan.Type) - Constructor for class nl.strohalm.cyclos.services.transactions.BaseMultiplePaymentLoanHandler
 
BasePaymentAction - Class in nl.strohalm.cyclos.controls.payments
Base action for payments
BasePaymentAction() - Constructor for class nl.strohalm.cyclos.controls.payments.BasePaymentAction
 
BasePaymentForm - Class in nl.strohalm.cyclos.controls.payments
Base form for payments
BasePaymentForm() - Constructor for class nl.strohalm.cyclos.controls.payments.BasePaymentForm
 
BasePaymentParameters - Class in nl.strohalm.cyclos.webservices.pos
Base class for payments in POS devices
BasePaymentParameters() - Constructor for class nl.strohalm.cyclos.webservices.pos.BasePaymentParameters
 
BasePeriodType - Class in nl.strohalm.cyclos.utils.hibernate
 
BasePeriodType() - Constructor for class nl.strohalm.cyclos.utils.hibernate.BasePeriodType
 
BasePosParameters - Class in nl.strohalm.cyclos.webservices.pos
Base definition for parameters for methods in PosWebService
BasePosParameters() - Constructor for class nl.strohalm.cyclos.webservices.pos.BasePosParameters
 
BasePosWebPaymentAction - Class in nl.strohalm.cyclos.controls.posweb
Base class for posweb payments
BasePosWebPaymentAction() - Constructor for class nl.strohalm.cyclos.controls.posweb.BasePosWebPaymentAction
 
BasePublicAction - Class in nl.strohalm.cyclos.controls
Base action where there is no logged user expected
BasePublicAction() - Constructor for class nl.strohalm.cyclos.controls.BasePublicAction
 
BasePublicFormAction - Class in nl.strohalm.cyclos.controls
Action to be used where no logged user is expected, but a BaseFormAction-like behavior is expected
BasePublicFormAction() - Constructor for class nl.strohalm.cyclos.controls.BasePublicFormAction
 
BaseQueryAction - Class in nl.strohalm.cyclos.controls
Base action for queries
BaseQueryAction() - Constructor for class nl.strohalm.cyclos.controls.BaseQueryAction
 
BaseQueryForm - Class in nl.strohalm.cyclos.controls
Base form for paged queries
BaseQueryForm() - Constructor for class nl.strohalm.cyclos.controls.BaseQueryForm
 
BaseReceiptPrintAjaxAction - Class in nl.strohalm.cyclos.controls
Base action used to get details for a receipt print
BaseReceiptPrintAjaxAction() - Constructor for class nl.strohalm.cyclos.controls.BaseReceiptPrintAjaxAction
 
BaseScheduledTask - Class in nl.strohalm.cyclos.scheduling.tasks
Base implementation for a scheduled task
BaseScheduledTask(String, boolean) - Constructor for class nl.strohalm.cyclos.scheduling.tasks.BaseScheduledTask
 
BaseScheduledTask(String, boolean, boolean) - Constructor for class nl.strohalm.cyclos.scheduling.tasks.BaseScheduledTask
 
BaseServiceSecurity - Class in nl.strohalm.cyclos.services
Base class for implementations of service security layer
BaseServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.BaseServiceSecurity
 
BaseSettingsForm - Class in nl.strohalm.cyclos.controls.settings
Base form to edit settings
BaseSettingsForm() - Constructor for class nl.strohalm.cyclos.controls.settings.BaseSettingsForm
 
BaseSettingsHandler<T,L extends SettingsChangeListener> - Class in nl.strohalm.cyclos.services.settings
Base implementation for settings handler
BaseSettingsHandler(Setting.Type, Class<T>) - Constructor for class nl.strohalm.cyclos.services.settings.BaseSettingsHandler
 
BaseSingletonFactoryBean<T> - Class in nl.strohalm.cyclos.spring
Base FactoryBean for creating singletons
BaseSingletonFactoryBean(Class<T>) - Constructor for class nl.strohalm.cyclos.spring.BaseSingletonFactoryBean
 
BaseThemeHandler - Class in nl.strohalm.cyclos.themes
Base theme handler implementing the permission's control
All theme implementations must extends this
BaseThemeHandler() - Constructor for class nl.strohalm.cyclos.themes.BaseThemeHandler
 
BaseTransactional<T> - Class in nl.strohalm.cyclos.utils
This is a non-aware transaction's commit.
BaseTransactional() - Constructor for class nl.strohalm.cyclos.utils.BaseTransactional
 
BaseTransferAmountReservation - Class in nl.strohalm.cyclos.entities.accounts
Base class for reservations related to a transfer
BaseTransferAmountReservation() - Constructor for class nl.strohalm.cyclos.entities.accounts.BaseTransferAmountReservation
 
BaseTransferAuthorizationAction - Class in nl.strohalm.cyclos.controls.payments.authorization
 
BaseTransferAuthorizationAction() - Constructor for class nl.strohalm.cyclos.controls.payments.authorization.BaseTransferAuthorizationAction
 
BaseTransferAuthorizationSearchAction - Class in nl.strohalm.cyclos.controls.accounts.details
Base action for searching transfer authorizations
BaseTransferAuthorizationSearchAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.details.BaseTransferAuthorizationSearchAction
 
basic(BasicPermission...) - Method in interface nl.strohalm.cyclos.access.PermissionCheck
Adds a permission check for any user type
basic(BasicPermission...) - Method in class nl.strohalm.cyclos.services.access.AbstractPermissionCheck
 
BasicGroupSettings - Class in nl.strohalm.cyclos.entities.groups
Settings of a group
BasicGroupSettings() - Constructor for class nl.strohalm.cyclos.entities.groups.BasicGroupSettings
 
BasicGroupSettings.PasswordPolicy - Enum in nl.strohalm.cyclos.entities.groups
Specifies the policy for passwords.
BasicPermission - Enum in nl.strohalm.cyclos.access
This enum contains all permissions related to the BASIC module type
basicPermissions - Variable in class nl.strohalm.cyclos.services.access.AbstractPermissionCheck
 
bean(BeanFactory, Class<T>) - Static method in class nl.strohalm.cyclos.utils.SpringHelper
Retrieves a bean from the factory, casting it
bean(ServletContext, Class<T>) - Static method in class nl.strohalm.cyclos.utils.SpringHelper
Retrieves a bean from the factory bound to the given servlet context, casting it
BeanBinder<T> - Class in nl.strohalm.cyclos.utils.binding
A property binder that can convert a whole bean from / to a set of properties
BeanBinder() - Constructor for class nl.strohalm.cyclos.utils.binding.BeanBinder
 
BeanCollectionBinder<T> - Class in nl.strohalm.cyclos.utils.binding
A binder for collections of beans
BeanCollectionBinder() - Constructor for class nl.strohalm.cyclos.utils.binding.BeanCollectionBinder
 
BeanCollectionBinder(BeanBinder<T>) - Constructor for class nl.strohalm.cyclos.utils.binding.BeanCollectionBinder
 
begginingAt(Calendar) - Static method in class nl.strohalm.cyclos.utils.Period
 
belongsToMasterElement(M, K, I) - Method in class nl.strohalm.cyclos.utils.CombinedIterator
Should check whether the given inner element belongs to the given master element
belongsToTheLoggedUser(Long) - Method in interface nl.strohalm.cyclos.services.preferences.ReceiptPrinterSettingsService
Returns whether the given id represents a valid receipt printer for the logged user
belongsToTheLoggedUser(Long) - Method in class nl.strohalm.cyclos.services.preferences.ReceiptPrinterSettingsServiceImpl
 
belongsToTheLoggedUser(Long) - Method in class nl.strohalm.cyclos.services.preferences.ReceiptPrinterSettingsServiceSecurity
 
between(Calendar, Calendar) - Static method in class nl.strohalm.cyclos.utils.Period
 
between(int, int) - Static method in class nl.strohalm.cyclos.utils.RangeConstraint
Returns a range from min to max
between(Number, Number) - Method in class nl.strohalm.cyclos.utils.validation.Validator.Property
 
between(Number, Number, boolean, boolean) - Method in class nl.strohalm.cyclos.utils.validation.Validator.Property
 
betweenOneYear(int) - Static method in class nl.strohalm.cyclos.utils.Period
 
BIG_DECIMAL_DIVISION_PRECISION - Static variable in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
BigDecimalHelper - Class in nl.strohalm.cyclos.utils
Helper class for handling BigDecimals Contains several useful BigDecimal mathematical functions taken from: "Java Number Cruncher, the java programmer's guide to numerical computing" by Ronald Mak, Prentice Hall PTR, 2003. pages 330 & 331
BigDecimalHelper() - Constructor for class nl.strohalm.cyclos.utils.BigDecimalHelper
 
BinaryFile - Class in nl.strohalm.cyclos.entities.customization.binaryfiles
Stores a binary file
BinaryFile() - Constructor for class nl.strohalm.cyclos.entities.customization.binaryfiles.BinaryFile
 
BinaryFileDAO - Interface in nl.strohalm.cyclos.dao.customizations
Data access object interface for binary files
BinaryFileDAOImpl - Class in nl.strohalm.cyclos.dao.customizations
Implementation for binary file DAO
BinaryFileDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.customizations.BinaryFileDAOImpl
 
bindCommonFields(BeanBinder<? extends StatisticalQuery>, LocalSettings) - Static method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsAction
binds the common fields to the form, such as periods and filters.
BindingException - Exception in nl.strohalm.cyclos.utils.binding
An exception while performing databinding
BindingException() - Constructor for exception nl.strohalm.cyclos.utils.binding.BindingException
 
BindingException(String) - Constructor for exception nl.strohalm.cyclos.utils.binding.BindingException
 
BindingException(String, Throwable) - Constructor for exception nl.strohalm.cyclos.utils.binding.BindingException
 
BindingException(Throwable) - Constructor for exception nl.strohalm.cyclos.utils.binding.BindingException
 
bindPeriods(StatisticalQuery, StatisticsForm) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsAction
Takes care that both the named periods are filled with default values.
block(ScheduledPayment) - Method in interface nl.strohalm.cyclos.services.transactions.ScheduledPaymentService
Blocks a scheduled payment
block(ScheduledPayment) - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceImpl
 
block(ScheduledPayment) - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceSecurity
 
blockCard(Card) - Method in interface nl.strohalm.cyclos.services.accounts.cards.CardService
Block given card
blockCard(Card) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardServiceImpl
 
blockCard(Card) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardServiceSecurity
 
BlockedCredentialsException - Exception in nl.strohalm.cyclos.services.access.exceptions
Exception thrown when the given credentials were blocked by tries
BlockedCredentialsException() - Constructor for exception nl.strohalm.cyclos.services.access.exceptions.BlockedCredentialsException
 
BlockedCredentialsException(Channel.Credentials, User) - Constructor for exception nl.strohalm.cyclos.services.access.exceptions.BlockedCredentialsException
 
blockedCredentialsNotification(User, Channel.Credentials) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
blockedCredentialsNotification(User, Channel.Credentials) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
blockMemberPos(MemberPos) - Method in interface nl.strohalm.cyclos.services.accounts.pos.MemberPosService
Block the given MemberPos
blockMemberPos(MemberPos) - Method in class nl.strohalm.cyclos.services.accounts.pos.MemberPosServiceImpl
 
blockMemberPos(MemberPos) - Method in class nl.strohalm.cyclos.services.accounts.pos.MemberPosServiceSecurity
 
BlockScheduledPaymentAction - Class in nl.strohalm.cyclos.controls.payments.scheduled
 
BlockScheduledPaymentAction() - Constructor for class nl.strohalm.cyclos.controls.payments.scheduled.BlockScheduledPaymentAction
 
BooleanConverter - Class in nl.strohalm.cyclos.utils.conversion
A converter for boolean
BooleanConverter() - Constructor for class nl.strohalm.cyclos.utils.conversion.BooleanConverter
 
BooleanConverter(String) - Constructor for class nl.strohalm.cyclos.utils.conversion.BooleanConverter
 
BooleanConverter(String, String) - Constructor for class nl.strohalm.cyclos.utils.conversion.BooleanConverter
 
breakRow() - Method in class nl.strohalm.cyclos.taglibs.LayoutTag
 
broker(BrokerPermission...) - Method in interface nl.strohalm.cyclos.access.PermissionCheck
Adds a permission check for brokers
broker(BrokerPermission...) - Method in class nl.strohalm.cyclos.services.access.AbstractPermissionCheck
 
BROKER_HELPS - Static variable in class nl.strohalm.cyclos.controls.general.ManualAction
 
BrokerCommission - Class in nl.strohalm.cyclos.entities.accounts.fees.transaction
A fee that represents a broker commission
BrokerCommission() - Constructor for class nl.strohalm.cyclos.entities.accounts.fees.transaction.BrokerCommission
 
BrokerCommission.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.fees.transaction
 
BrokerCommission.When - Enum in nl.strohalm.cyclos.entities.accounts.fees.transaction
 
BrokerCommission.WhichBroker - Enum in nl.strohalm.cyclos.entities.accounts.fees.transaction
 
BrokerCommissionContract - Class in nl.strohalm.cyclos.entities.members.brokerings
Broker commission contract
BrokerCommissionContract() - Constructor for class nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContract
 
BrokerCommissionContract.Relationships - Enum in nl.strohalm.cyclos.entities.members.brokerings
 
BrokerCommissionContract.Status - Enum in nl.strohalm.cyclos.entities.members.brokerings
 
BrokerCommissionContractActivationScheduledTask - Class in nl.strohalm.cyclos.scheduling.tasks
Scheduled task that activates accepted broker commission contracts that begin today
BrokerCommissionContractActivationScheduledTask() - Constructor for class nl.strohalm.cyclos.scheduling.tasks.BrokerCommissionContractActivationScheduledTask
 
BrokerCommissionContractDAO - Interface in nl.strohalm.cyclos.dao.members.brokerings
DAO interface for the broker commission contract
BrokerCommissionContractDAOImpl - Class in nl.strohalm.cyclos.dao.members.brokerings
Implementation for the broker commission contract DAO
BrokerCommissionContractDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.members.brokerings.BrokerCommissionContractDAOImpl
 
BrokerCommissionContractExpirationScheduledTask - Class in nl.strohalm.cyclos.scheduling.tasks
Scheduled task that expires broker commission contracts
BrokerCommissionContractExpirationScheduledTask() - Constructor for class nl.strohalm.cyclos.scheduling.tasks.BrokerCommissionContractExpirationScheduledTask
 
BrokerCommissionContractQuery - Class in nl.strohalm.cyclos.entities.members.brokerings
Parameters for broker commission contracts query
BrokerCommissionContractQuery() - Constructor for class nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContractQuery
 
brokerFor(BrokerPermission, Entity...) - Method in interface nl.strohalm.cyclos.access.PermissionCheck
Adds a check to brokers that ensures ALL entities must belong to the collection represented by the given broker permission.
brokerFor(BrokerPermission, Entity...) - Method in class nl.strohalm.cyclos.services.access.AbstractPermissionCheck
 
BrokerGroup - Class in nl.strohalm.cyclos.entities.groups
A group of members that are also brokers of other members
BrokerGroup() - Constructor for class nl.strohalm.cyclos.entities.groups.BrokerGroup
 
BrokerGroup.Relationships - Enum in nl.strohalm.cyclos.entities.groups
 
BrokerGroupPermissionsDTO - Class in nl.strohalm.cyclos.services.groups
Class used to store a member group's permissions
BrokerGroupPermissionsDTO() - Constructor for class nl.strohalm.cyclos.services.groups.BrokerGroupPermissionsDTO
 
BrokerGroupSettings - Class in nl.strohalm.cyclos.entities.groups
Settings of a broker group.
BrokerGroupSettings() - Constructor for class nl.strohalm.cyclos.entities.groups.BrokerGroupSettings
 
Brokering - Class in nl.strohalm.cyclos.entities.members.brokerings
Contains data about brokering
Brokering() - Constructor for class nl.strohalm.cyclos.entities.members.brokerings.Brokering
 
Brokering.Relationships - Enum in nl.strohalm.cyclos.entities.members.brokerings
 
BrokeringCommissionStatus - Class in nl.strohalm.cyclos.entities.members.brokerings
Status about a brokering commission.
BrokeringCommissionStatus() - Constructor for class nl.strohalm.cyclos.entities.members.brokerings.BrokeringCommissionStatus
 
BrokeringCommissionStatus.Relationships - Enum in nl.strohalm.cyclos.entities.members.brokerings
 
BrokeringCommissionStatusDAO - Interface in nl.strohalm.cyclos.dao.members.brokerings
DAO interface for the status of a brokering commission
BrokeringCommissionStatusDAOImpl - Class in nl.strohalm.cyclos.dao.members.brokerings
Implementation for BrokeringCommissionStatusDAO
BrokeringCommissionStatusDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.members.brokerings.BrokeringCommissionStatusDAOImpl
 
BrokeringCommissionStatusExpirationScheduledTask - Class in nl.strohalm.cyclos.scheduling.tasks
Scheduled task that expires brokering commission status
BrokeringCommissionStatusExpirationScheduledTask() - Constructor for class nl.strohalm.cyclos.scheduling.tasks.BrokeringCommissionStatusExpirationScheduledTask
 
BrokeringCommissionStatusMigration - Class in nl.strohalm.cyclos.setup.migrations.version3_5
Creates a brokering commission status record for each pair (brokering / brokering commission)
BrokeringCommissionStatusMigration() - Constructor for class nl.strohalm.cyclos.setup.migrations.version3_5.BrokeringCommissionStatusMigration
 
BrokeringCommissionStatusQuery - Class in nl.strohalm.cyclos.entities.members.brokerings
Parameters for brokering default commission status query
BrokeringCommissionStatusQuery() - Constructor for class nl.strohalm.cyclos.entities.members.brokerings.BrokeringCommissionStatusQuery
 
BrokeringDAO - Interface in nl.strohalm.cyclos.dao.members.brokerings
Data access object interface for brokering
BrokeringDAOImpl - Class in nl.strohalm.cyclos.dao.members.brokerings
Implementation class for brokering DAO
BrokeringDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.members.brokerings.BrokeringDAOImpl
 
BrokeringExpirationScheduledTask - Class in nl.strohalm.cyclos.scheduling.tasks
Task used to process expired brokerings
BrokeringExpirationScheduledTask() - Constructor for class nl.strohalm.cyclos.scheduling.tasks.BrokeringExpirationScheduledTask
 
BrokeringNotesMigration - Class in nl.strohalm.cyclos.setup.migrations.version3_5
Migrates the field "notes" from the brokering to the contact
BrokeringNotesMigration() - Constructor for class nl.strohalm.cyclos.setup.migrations.version3_5.BrokeringNotesMigration
 
BrokeringQuery - Class in nl.strohalm.cyclos.entities.members
Query for brokerings
BrokeringQuery() - Constructor for class nl.strohalm.cyclos.entities.members.BrokeringQuery
 
BrokeringQuery.Status - Enum in nl.strohalm.cyclos.entities.members
 
BrokeringService - Interface in nl.strohalm.cyclos.services.elements
Service interface for brokering relationships (broker - registered members by broker)
BrokeringServiceImpl - Class in nl.strohalm.cyclos.services.elements
Implementation for brokering service
BrokeringServiceImpl() - Constructor for class nl.strohalm.cyclos.services.elements.BrokeringServiceImpl
 
BrokeringServiceImpl.BrokerValidation - Class in nl.strohalm.cyclos.services.elements
Validates a property as being a broker
BrokeringServiceImpl.BrokerValidation() - Constructor for class nl.strohalm.cyclos.services.elements.BrokeringServiceImpl.BrokerValidation
 
BrokeringServiceLocal - Interface in nl.strohalm.cyclos.services.elements
Local interface.
BrokeringServiceSecurity - Class in nl.strohalm.cyclos.services.elements
Security implementation for BrokeringService
BrokeringServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.elements.BrokeringServiceSecurity
 
BrokerInitialGroupAction - Class in nl.strohalm.cyclos.controls.members
Action used to select a initial group for brokers
BrokerInitialGroupAction() - Constructor for class nl.strohalm.cyclos.controls.members.BrokerInitialGroupAction
 
BrokerPermission - Enum in nl.strohalm.cyclos.access
This enum contains all permissions related to the BROKER module type
brokerPermissions - Variable in class nl.strohalm.cyclos.services.access.AbstractPermissionCheck
 
BrokerQuery - Class in nl.strohalm.cyclos.services.elements
Query parameters for broker
BrokerQuery() - Constructor for class nl.strohalm.cyclos.services.elements.BrokerQuery
 
BrokerRemark - Class in nl.strohalm.cyclos.entities.members.remarks
Records a broker change
BrokerRemark() - Constructor for class nl.strohalm.cyclos.entities.members.remarks.BrokerRemark
 
BrokerRemark.Relationships - Enum in nl.strohalm.cyclos.entities.members.remarks
 
BrokerRemarkQuery - Class in nl.strohalm.cyclos.entities.members.remarks
Parameters for broker remark queries
BrokerRemarkQuery() - Constructor for class nl.strohalm.cyclos.entities.members.remarks.BrokerRemarkQuery
 
build(PermissionService, ElementService, Account, List<Transfer>, boolean) - Static method in class nl.strohalm.cyclos.controls.accounts.details.AccountHistoryAction.Entry
Build the entry list
buildDescriptionForRepayment(TransferType, LoanPayment) - Method in class nl.strohalm.cyclos.services.transactions.BaseLoanHandler
 
buildEntries(Collection<? extends CustomField>, Collection<? extends CustomFieldValue>) - Static method in class nl.strohalm.cyclos.utils.CustomFieldHelper
Builds a collection using all custom fields and their respective values, if any
buildLoan(GrantLoanDTO) - Method in class nl.strohalm.cyclos.services.transactions.BaseLoanHandler
 
buildLoan(GrantLoanDTO) - Method in interface nl.strohalm.cyclos.services.transactions.LoanHandler
Builds a loan with all payments from a grant dto
buildTransfer(BuildTransferWithFeesDTO) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceImpl
 
buildTransfer(BuildTransferWithFeesDTO) - Method in interface nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceLocal
Returns a transfer representing the charging of this fee, if applied.
buildTransfersForRepayment(RepayLoanDTO, LoanRepaymentAmountsDTO) - Method in class nl.strohalm.cyclos.services.transactions.BaseLoanHandler
 
buildTransfersForRepayment(RepayLoanDTO, LoanRepaymentAmountsDTO) - Method in interface nl.strohalm.cyclos.services.transactions.LoanHandler
Builds a list of transfers for a loan repayment
buildTransfersForRepayment(RepayLoanDTO, LoanRepaymentAmountsDTO) - Method in class nl.strohalm.cyclos.services.transactions.LoanWithInterestHandler
 
BuildTransferWithFeesDTO - Class in nl.strohalm.cyclos.services.transfertypes
class bundling the parameters for TransactionFeeService.buildTransfer()
BuildTransferWithFeesDTO() - Constructor for class nl.strohalm.cyclos.services.transfertypes.BuildTransferWithFeesDTO
 
BuildTransferWithFeesDTO(Calendar, Account, Account, BigDecimal, TransactionFee, boolean) - Constructor for class nl.strohalm.cyclos.services.transfertypes.BuildTransferWithFeesDTO
 
buildValues(Class<V>, Collection<? extends CustomField>, Map<String, String>) - Static method in class nl.strohalm.cyclos.utils.CustomFieldHelper
Builds a collection of field values given a value class, a collection of fields and a map of names/values
bulkChangeMemberBroker(FullTextMemberQuery, Member, boolean, String) - Method in interface nl.strohalm.cyclos.services.elements.BrokeringService
Changes the broker of all members returned by the query.
bulkChangeMemberBroker(FullTextMemberQuery, Member, boolean, String) - Method in class nl.strohalm.cyclos.services.elements.BrokeringServiceImpl
 
bulkChangeMemberBroker(FullTextMemberQuery, Member, boolean, String) - Method in class nl.strohalm.cyclos.services.elements.BrokeringServiceSecurity
 
bulkChangeMemberGroup(FullTextMemberQuery, MemberGroup, String) - Method in interface nl.strohalm.cyclos.services.elements.ElementService
Changes the group of all members returned by the query.
bulkChangeMemberGroup(FullTextMemberQuery, MemberGroup, String) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
bulkChangeMemberGroup(FullTextMemberQuery, MemberGroup, String) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceSecurity
 
bulkChargeback(List<Transfer>) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
bulkChargeback(List<Transfer>) - Method in interface nl.strohalm.cyclos.services.transactions.PaymentServiceLocal
Chargebacks all the given transfer atomically, returning, in the same order, a list with results.
BulkChargebackResult - Class in nl.strohalm.cyclos.services.transactions
Contains the result for an individual entry in a bulk chargeback
BulkChargebackResult(ApplicationException) - Constructor for class nl.strohalm.cyclos.services.transactions.BulkChargebackResult
 
BulkChargebackResult(Transfer) - Constructor for class nl.strohalm.cyclos.services.transactions.BulkChargebackResult
 
bulkDelete(Account, Period) - Method in interface nl.strohalm.cyclos.dao.accounts.AccountRatesDAO
Deletes all entities for this account which are in the give period.
bulkDelete(Account, Period) - Method in class nl.strohalm.cyclos.dao.accounts.AccountRatesDAOImpl
 
bulkGenerateNewCard(FullTextMemberQuery, boolean, boolean) - Method in interface nl.strohalm.cyclos.services.accounts.cards.CardService
The generated cards must be in status PENDING and without cardSecurityNumber (it will be set in the card activation action)
bulkGenerateNewCard(FullTextMemberQuery, boolean, boolean) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardServiceImpl
 
bulkGenerateNewCard(FullTextMemberQuery, boolean, boolean) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardServiceSecurity
 
BulkMemberActionResultVO - Class in nl.strohalm.cyclos.services.elements
Contains the result for bulk member actions
BulkMemberActionResultVO() - Constructor for class nl.strohalm.cyclos.services.elements.BulkMemberActionResultVO
 
BulkMemberActionResultVO(int, int) - Constructor for class nl.strohalm.cyclos.services.elements.BulkMemberActionResultVO
 
BulkMessageSendingPollingTask - Class in nl.strohalm.cyclos.scheduling.polling
A PollingTask which sends bulk messages
BulkMessageSendingPollingTask() - Constructor for class nl.strohalm.cyclos.scheduling.polling.BulkMessageSendingPollingTask
 
BulkPaymentResult - Class in nl.strohalm.cyclos.services.transactions
Contains the result for an individual entry in a bulk payment
BulkPaymentResult(ApplicationException) - Constructor for class nl.strohalm.cyclos.services.transactions.BulkPaymentResult
 
BulkPaymentResult(Payment) - Constructor for class nl.strohalm.cyclos.services.transactions.BulkPaymentResult
 
bulkUpdate(String, Object) - Method in class nl.strohalm.cyclos.dao.BaseDAOImpl
Executes a bulk update
BulkUpdateAccountDTO - Class in nl.strohalm.cyclos.services.accounts
dto for bulk updates on creditlimits.
BulkUpdateAccountDTO() - Constructor for class nl.strohalm.cyclos.services.accounts.BulkUpdateAccountDTO
 
bulkUpdateCreditLimites(BulkUpdateAccountDTO) - Method in interface nl.strohalm.cyclos.dao.accounts.AccountDAO
bulk updates all accounts specified in dto.group with the specified creditLimits.
bulkUpdateCreditLimites(BulkUpdateAccountDTO) - Method in class nl.strohalm.cyclos.dao.accounts.AccountDAOImpl
 
bulkUpdateWithNull(Currency, Period, WhatRate) - Method in interface nl.strohalm.cyclos.dao.accounts.AccountRatesDAO
performs a bulk update of all the AccountRates, and sets the fields specified in whatRate to null.
bulkUpdateWithNull(Currency, Period, WhatRate) - Method in class nl.strohalm.cyclos.dao.accounts.AccountRatesDAOImpl
 
buttonsPerRow(AccessSettings) - Static method in class nl.strohalm.cyclos.controls.access.transactionpassword.TransactionPasswordAction
Returns the number of buttons per row to be used on transaction password

C

Cache - Interface in nl.strohalm.cyclos.utils.cache
Defines the API to access cached items
CacheAdapter - Class in nl.strohalm.cyclos.utils.cache
Used to subclass CacheListener without needing to implement all methods
CacheAdapter() - Constructor for class nl.strohalm.cyclos.utils.cache.CacheAdapter
 
CacheCallback - Interface in nl.strohalm.cyclos.utils.cache
Callback used to retrieve objects on cache miss
CacheCleaner - Class in nl.strohalm.cyclos.utils
A helper class that invokes FetchService.clearCache() when needed
CacheCleaner(FetchService) - Constructor for class nl.strohalm.cyclos.utils.CacheCleaner
 
CacheEvictionEvent - Class in nl.strohalm.cyclos.utils.cache.ehcache
A message which is published for cache eviction.
CacheEvictionEvent(String, Object) - Constructor for class nl.strohalm.cyclos.utils.cache.ehcache.CacheEvictionEvent
 
CacheListener - Interface in nl.strohalm.cyclos.utils.cache
Listener for cache events
CacheListenerAdapter - Class in nl.strohalm.cyclos.utils.cache
Base class for cache listener adapters from other cache technologies
CacheListenerAdapter(CacheListener) - Constructor for class nl.strohalm.cyclos.utils.cache.CacheListenerAdapter
 
CacheManager - Interface in nl.strohalm.cyclos.utils.cache
Handles the retrieval of Cache instances
caches - Variable in class nl.strohalm.cyclos.utils.cache.BaseCacheManager
 
calculate(int) - Method in enum nl.strohalm.cyclos.utils.FileUnits
 
calculateAmount(AccountFeeLog, Member) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceImpl
 
calculateAmount(AccountFeeLog, Member) - Method in interface nl.strohalm.cyclos.services.accountfees.AccountFeeServiceLocal
Returns the amount that would be charged for the given account fee log and member
calculateFee(GuaranteeFeeCalculationDTO) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeService
It calculates the fee's value according to the specified DTO parameters.
calculateFee(GuaranteeFeeCalculationDTO) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
calculateFee(GuaranteeFeeCalculationDTO) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceSecurity
 
calculateFee(Period, BigDecimal, GuaranteeFeeVO) - Static method in class nl.strohalm.cyclos.utils.guarantees.GuaranteesHelper
 
calculateGrantFee(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanParameters
Calculates the grant fee to the given amount
CalculateGuaranteeFeeAjaxAction - Class in nl.strohalm.cyclos.controls.accounts.guarantees.guarantees
 
CalculateGuaranteeFeeAjaxAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.CalculateGuaranteeFeeAjaxAction
 
CalculateGuaranteeFeeAjaxForm - Class in nl.strohalm.cyclos.controls.accounts.guarantees.guarantees
 
CalculateGuaranteeFeeAjaxForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.CalculateGuaranteeFeeAjaxForm
 
CalculateLoanPaymentsAjaxAction - Class in nl.strohalm.cyclos.controls.loans
Ajax action used to calculate the payment dates of a multi-payment loan
CalculateLoanPaymentsAjaxAction() - Constructor for class nl.strohalm.cyclos.controls.loans.CalculateLoanPaymentsAjaxAction
 
CalculateLoanPaymentsAjaxForm - Class in nl.strohalm.cyclos.controls.loans
Form used to calculate loan payments
CalculateLoanPaymentsAjaxForm() - Constructor for class nl.strohalm.cyclos.controls.loans.CalculateLoanPaymentsAjaxForm
 
calculateLoanTotal(BigDecimal, int, Calendar, Calendar, MathContext) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanParameters
Calculates the total loan value for the given parameters
calculateMonthlyInterests(BigDecimal, int, Calendar, Calendar, MathContext) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanParameters
Calculates the monthly interests for the given parameters
calculatePaymentExpirationFee(BigDecimal, int) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanParameters
Calculates the expiration fee, if any, for the given loan payment parameters
calculatePaymentExpirationInterest(BigDecimal, int, MathContext) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanParameters
Calculates the expiration daily interest, if any, for the given loan payment parameters
calculatePaymentProjection(ProjectionDTO) - Method in class nl.strohalm.cyclos.services.transactions.BaseMultiplePaymentLoanHandler
 
calculatePaymentProjection(ProjectionDTO) - Method in interface nl.strohalm.cyclos.services.transactions.LoanHandler
Calculates the projection for the given payments
calculatePaymentProjection(ProjectionDTO) - Method in interface nl.strohalm.cyclos.services.transactions.LoanService
Calculates the payments for the given loan parameters
calculatePaymentProjection(ProjectionDTO) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceImpl
 
calculatePaymentProjection(ProjectionDTO) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceSecurity
 
calculatePaymentProjection(ProjectionDTO) - Method in interface nl.strohalm.cyclos.services.transactions.PaymentService
Calculates the scheduled payment projection
calculatePaymentProjection(ProjectionDTO) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
calculatePaymentProjection(ProjectionDTO) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceSecurity
 
calculatePaymentProjection(ProjectionDTO) - Method in class nl.strohalm.cyclos.services.transactions.SinglePaymentLoanHandler
 
CalculatePaymentsAjaxAction - Class in nl.strohalm.cyclos.controls.payments
Action used to generate and validate scheduled payments
CalculatePaymentsAjaxAction() - Constructor for class nl.strohalm.cyclos.controls.payments.CalculatePaymentsAjaxAction
 
CalculatePaymentsAjaxForm - Class in nl.strohalm.cyclos.controls.payments
Form used to generate and validate scheduled payments
CalculatePaymentsAjaxForm() - Constructor for class nl.strohalm.cyclos.controls.payments.CalculatePaymentsAjaxForm
 
calculatePaymentTotal(BigDecimal, Calendar, Calendar, MathContext) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanParameters
Calculates the total amount of a loan payment on the given date
calculatePvalue(double[], double[]) - Static method in class nl.strohalm.cyclos.services.stats.StatisticalServiceImpl
Calculates the p-value from two sample arrays.
calculatePvalue(int, int, int, int) - Static method in class nl.strohalm.cyclos.services.stats.StatisticalServiceImpl
Calculates the p-value from two proportion samples.
calculatePvalue(List<Number>, List<Number>) - Static method in class nl.strohalm.cyclos.services.stats.StatisticalServiceImpl
Calculates the p-value from two sample Lists.
calculateReservedAmountForVolumeFee(MemberAccount) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceImpl
 
calculateReservedAmountForVolumeFee(MemberAccount) - Method in interface nl.strohalm.cyclos.services.accountfees.AccountFeeServiceLocal
Returns the amount which should be reserved on the given account for all volume account fees
calculateTransactionedVolume(TransactionVolumeDTO) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
calculateTransactionedVolume(TransactionVolumeDTO) - Method in interface nl.strohalm.cyclos.services.accounts.AccountServiceLocal
Calculates the transactioned volume for the account during the period.
CalendarConverter - Class in nl.strohalm.cyclos.utils.conversion
Converter for Calendar type
CalendarConverter(DateFormat) - Constructor for class nl.strohalm.cyclos.utils.conversion.CalendarConverter
 
CalendarConverter(String) - Constructor for class nl.strohalm.cyclos.utils.conversion.CalendarConverter
 
CalendarConverter(String, TimeZone) - Constructor for class nl.strohalm.cyclos.utils.conversion.CalendarConverter
 
canAccept(Invoice) - Method in interface nl.strohalm.cyclos.services.transactions.InvoiceService
Returns whether the logged user can accept the given invoice in behalf of the given member
canAccept(Invoice) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
canAccept(Invoice) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceSecurity
 
canAuthorizeOrDeny(Transfer) - Method in class nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceImpl
 
canAuthorizeOrDeny(Transfer) - Method in interface nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceLocal
Returns whether the logged user can authorize or deny the given transfer
canBlock(ScheduledPayment) - Method in interface nl.strohalm.cyclos.services.transactions.ScheduledPaymentService
Returns whether the logged user can block a scheduled payment
canBlock(ScheduledPayment) - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceImpl
 
canBlock(ScheduledPayment) - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceSecurity
 
canCancel(Invoice) - Method in interface nl.strohalm.cyclos.services.transactions.InvoiceService
Returns whether the logged user can cancel the given invoice in behalf of the given member
canCancel(Invoice) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
canCancel(Invoice) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceSecurity
 
canCancel(ScheduledPayment) - Method in interface nl.strohalm.cyclos.services.transactions.ScheduledPaymentService
Returns whether the logged user can cancel a scheduled payment
canCancel(ScheduledPayment) - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceImpl
 
canCancel(ScheduledPayment) - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceSecurity
 
canCancel(Transfer) - Method in class nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceImpl
 
canCancel(Transfer) - Method in interface nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceLocal
Returns whether the logged user can cancel the given transfer that was submitted to authorization
cancel(Invoice) - Method in interface nl.strohalm.cyclos.services.transactions.InvoiceService
Cancels the given invoice
cancel(Invoice) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
cancel(Invoice) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceSecurity
 
cancel(ScheduledPayment) - Method in interface nl.strohalm.cyclos.services.transactions.ScheduledPaymentService
Cancels a scheduled payment
cancel(ScheduledPayment) - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceImpl
 
cancel(ScheduledPayment) - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceSecurity
 
cancel(TransferAuthorizationDTO) - Method in interface nl.strohalm.cyclos.services.transactions.TransferAuthorizationService
Cancels a payment awaiting for authorization
cancel(TransferAuthorizationDTO) - Method in class nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceImpl
 
cancel(TransferAuthorizationDTO) - Method in class nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceSecurity
 
cancelAllMemberCards(Member) - Method in interface nl.strohalm.cyclos.dao.accounts.cards.CardDAO
Cancel all cards from the member
cancelAllMemberCards(Member) - Method in class nl.strohalm.cyclos.dao.accounts.cards.CardDAOImpl
 
cancelAllMemberCards(Member) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardServiceImpl
 
cancelAllMemberCards(Member) - Method in interface nl.strohalm.cyclos.services.accounts.cards.CardServiceLocal
Cancel all cards from a given member.
cancelBrokerCommissionContract(Long) - Method in interface nl.strohalm.cyclos.services.elements.CommissionService
A broker or admin cancels a broker commission contract.
cancelBrokerCommissionContract(Long) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
cancelBrokerCommissionContract(Long) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceSecurity
 
CancelBrokerCommissionContractAction - Class in nl.strohalm.cyclos.controls.members.brokering
Action used to cancel a broker commission contract
CancelBrokerCommissionContractAction() - Constructor for class nl.strohalm.cyclos.controls.members.brokering.CancelBrokerCommissionContractAction
 
CancelBrokerCommissionContractForm - Class in nl.strohalm.cyclos.controls.members.brokering
Form used to cancel a broker commission contract
CancelBrokerCommissionContractForm() - Constructor for class nl.strohalm.cyclos.controls.members.brokering.CancelBrokerCommissionContractForm
 
cancelCard(Card) - Method in interface nl.strohalm.cyclos.services.accounts.cards.CardService
Cancel given card
cancelCard(Card) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardServiceImpl
 
cancelCard(Card) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardServiceSecurity
 
CancelCertificationAction - Class in nl.strohalm.cyclos.controls.accounts.guarantees.certifications
 
CancelCertificationAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.CancelCertificationAction
 
CancelGuaranteeAction - Class in nl.strohalm.cyclos.controls.accounts.guarantees.guarantees
 
CancelGuaranteeAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.CancelGuaranteeAction
 
CancelInvoiceAction - Class in nl.strohalm.cyclos.controls.invoices
Action used to cancel an invoice
CancelInvoiceAction() - Constructor for class nl.strohalm.cyclos.controls.invoices.CancelInvoiceAction
 
cancelledInvoiceNotification(Invoice) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
cancelledInvoiceNotification(Invoice) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
CancelPaymentAction - Class in nl.strohalm.cyclos.controls.payments.authorization
 
CancelPaymentAction() - Constructor for class nl.strohalm.cyclos.controls.payments.authorization.CancelPaymentAction
 
CancelScheduledPaymentAction - Class in nl.strohalm.cyclos.controls.payments.scheduled
 
CancelScheduledPaymentAction() - Constructor for class nl.strohalm.cyclos.controls.payments.scheduled.CancelScheduledPaymentAction
 
CancelWebShopPaymentAction - Class in nl.strohalm.cyclos.controls.webshop
Action used to cancel a webshop payment
CancelWebShopPaymentAction() - Constructor for class nl.strohalm.cyclos.controls.webshop.CancelWebShopPaymentAction
 
cancelWebShopTicket(long, String) - Method in interface nl.strohalm.cyclos.services.transactions.TicketService
Cancels the specified web shop ticket
cancelWebShopTicket(long, String) - Method in class nl.strohalm.cyclos.services.transactions.TicketServiceImpl
 
cancelWebShopTicket(long, String) - Method in class nl.strohalm.cyclos.services.transactions.TicketServiceSecurity
 
canChangeStatus(Certification, Certification.Status) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.CertificationService
 
canChangeStatus(Certification, Certification.Status) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.CertificationServiceImpl
 
canChangeStatus(Certification, Certification.Status) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.CertificationServiceSecurity
 
canChangeStatus(Guarantee, Guarantee.Status) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeService
 
canChangeStatus(Guarantee, Guarantee.Status) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
canChangeStatus(Guarantee, Guarantee.Status) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceSecurity
 
canChangeStatus(PaymentObligation, PaymentObligation.Status) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationService
 
canChangeStatus(PaymentObligation, PaymentObligation.Status) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceImpl
 
canChangeStatus(PaymentObligation, PaymentObligation.Status) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceSecurity
 
canChargeback(Transfer, boolean) - Method in interface nl.strohalm.cyclos.services.transactions.PaymentService
Checks whether the given transfer may be charged back, but without taking in account the logged user.
canChargeback(Transfer, boolean) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
canChargeback(Transfer, boolean) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceSecurity
 
canDelete(Certification) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.CertificationService
 
canDelete(Certification) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.CertificationServiceImpl
 
canDelete(Certification) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.CertificationServiceSecurity
 
canDelete(PaymentObligation) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationService
 
canDelete(PaymentObligation) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceImpl
 
canDelete(PaymentObligation) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceSecurity
 
canDeny(Invoice) - Method in interface nl.strohalm.cyclos.services.transactions.InvoiceService
Returns whether the logged user can deny the given invoice in behalf of the given member
canDeny(Invoice) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
canDeny(Invoice) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceSecurity
 
canGiveGeneralReference(Member) - Method in interface nl.strohalm.cyclos.services.elements.ReferenceService
Returns true if the logged user can give reference to the specified member.
canGiveGeneralReference(Member) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceImpl
 
canGiveGeneralReference(Member) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceSecurity
 
canMakePayment(AccountOwner, AccountOwner, TransferType) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
To perform a payment, the logged user must either manage the from owner or to owner and must be allowed
to use the specified transfer type (if any).
canMakePayment(AccountOwner, AccountOwner, TransferType) - Method in interface nl.strohalm.cyclos.services.transactions.PaymentServiceLocal
To perform a payment, the logged user must either manage the from owner or to owner and must be allowed to use the specified transfer type (if any)
canManage(Message) - Method in interface nl.strohalm.cyclos.services.elements.MessageService
Returns true if the logged user can manage the given message.
canManage(Message) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceImpl
 
canManage(Message) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceSecurity
 
canManage(Reference) - Method in interface nl.strohalm.cyclos.services.elements.ReferenceService
Returns true if the logged user can manage the reference.
canManage(Reference) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceImpl
 
canManage(Reference) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceSecurity
 
canManageGeneralReference(Member) - Method in interface nl.strohalm.cyclos.services.elements.ReferenceService
Returns whether the logged user can manage the reference of the given member
canManageGeneralReference(Member) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceImpl
 
canManageGeneralReference(Member) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceSecurity
 
canManageSystemCustomizedFiles() - Method in class nl.strohalm.cyclos.services.customization.CustomizedFileServiceImpl
 
canManageSystemCustomizedFiles() - Method in interface nl.strohalm.cyclos.services.customization.CustomizedFileServiceLocal
Returns true if the logged user can manage system customized files.
CannotDeleteExternalTransferException - Exception in nl.strohalm.cyclos.services.accounts.external.exceptions
 
CannotDeleteExternalTransferException() - Constructor for exception nl.strohalm.cyclos.services.accounts.external.exceptions.CannotDeleteExternalTransferException
 
CannotDenySystemInvoiceException - Exception in nl.strohalm.cyclos.services.transactions.exceptions
 
CannotDenySystemInvoiceException() - Constructor for exception nl.strohalm.cyclos.services.transactions.exceptions.CannotDenySystemInvoiceException
 
CannotMarkExternalTransferAsCheckedException - Exception in nl.strohalm.cyclos.services.accounts.external.exceptions
 
CannotMarkExternalTransferAsCheckedException() - Constructor for exception nl.strohalm.cyclos.services.accounts.external.exceptions.CannotMarkExternalTransferAsCheckedException
 
CannotMarkExternalTransferAsUncheckedException - Exception in nl.strohalm.cyclos.services.accounts.external.exceptions
 
CannotMarkExternalTransferAsUncheckedException() - Constructor for exception nl.strohalm.cyclos.services.accounts.external.exceptions.CannotMarkExternalTransferAsUncheckedException
 
CannotUploadFileException - Exception in nl.strohalm.cyclos.services.customization.exceptions
Exception thrown when an exception occurred while trying to upload a file
CannotUploadFileException() - Constructor for exception nl.strohalm.cyclos.services.customization.exceptions.CannotUploadFileException
 
CannotUploadFileException(Throwable) - Constructor for exception nl.strohalm.cyclos.services.customization.exceptions.CannotUploadFileException
 
canPay() - Method in enum nl.strohalm.cyclos.controls.posweb.PosWebHelper.Action
 
canPayNow() - Method in enum nl.strohalm.cyclos.entities.accounts.transactions.Payment.Status
 
canPayNow(Transfer) - Method in interface nl.strohalm.cyclos.services.transactions.ScheduledPaymentService
Checks whether the given transfer can be paid immediately
canPayNow(Transfer) - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceImpl
 
canPayNow(Transfer) - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceSecurity
 
canReceive() - Method in enum nl.strohalm.cyclos.controls.posweb.PosWebHelper.Action
 
canRemoveGuarantee(Guarantee) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeService
 
canRemoveGuarantee(Guarantee) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
Only an administrator can delete a just registered (pending by administrator) guarantee registered by himself
canRemoveGuarantee(Guarantee) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceSecurity
 
canReplyFeedbackNow(TransactionFeedback) - Method in interface nl.strohalm.cyclos.services.elements.ReferenceService
Returns true if the transaction feedback is still in time to be replied.
canReplyFeedbackNow(TransactionFeedback) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceImpl
 
canReplyFeedbackNow(TransactionFeedback) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceSecurity
 
canSendToAdmin() - Method in interface nl.strohalm.cyclos.services.elements.MessageService
Returns true if the logged user can send a message to administration.
canSendToAdmin() - Method in class nl.strohalm.cyclos.services.elements.MessageServiceImpl
 
canSendToAdmin() - Method in class nl.strohalm.cyclos.services.elements.MessageServiceSecurity
 
canSendToMember(Member) - Method in interface nl.strohalm.cyclos.services.elements.MessageService
Returns true if the logged user can send a message to the given member
canSendToMember(Member) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceImpl
 
canSendToMember(Member) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceSecurity
 
canUnblock(ScheduledPayment) - Method in interface nl.strohalm.cyclos.services.transactions.ScheduledPaymentService
Returns whether the logged user can unblock a scheduled payment
canUnblock(ScheduledPayment) - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceImpl
 
canUnblock(ScheduledPayment) - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceSecurity
 
canView(Account) - Method in interface nl.strohalm.cyclos.services.accounts.AccountService
Returns whether the logged user is allowed to view details of the given account
canView(Account) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
canView(Account) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceSecurity
 
canView(MemberRecordType, Element.Nature) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordTypeServiceImpl
 
canView(MemberRecordType, Element.Nature) - Method in interface nl.strohalm.cyclos.services.elements.MemberRecordTypeServiceLocal
Returns true if the logged user can view the member record type.
canView(MessageCategory) - Method in class nl.strohalm.cyclos.services.elements.MessageCategoryServiceImpl
 
canView(MessageCategory) - Method in interface nl.strohalm.cyclos.services.elements.MessageCategoryServiceLocal
Returns true if the message category can be viewed by the logged user.
canViewAccountsOf(AccountOwner) - Method in interface nl.strohalm.cyclos.services.accounts.AccountService
Returns whether the logged user is allowed to view account information for the given owner
canViewAccountsOf(AccountOwner) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
canViewAccountsOf(AccountOwner) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceSecurity
 
canViewAuthorizedInformation(AccountOwner) - Method in interface nl.strohalm.cyclos.services.accounts.AccountService
Returns whether the logged user is allowed to view authorized payments for the given owner
canViewAuthorizedInformation(AccountOwner) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
canViewAuthorizedInformation(AccountOwner) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceSecurity
 
canViewOrManageInGroup(Group) - Method in interface nl.strohalm.cyclos.services.customization.CustomizedFileService
Returns true if the logged user can view or manage the group's customized files
canViewOrManageInGroup(Group) - Method in class nl.strohalm.cyclos.services.customization.CustomizedFileServiceImpl
 
canViewOrManageInGroup(Group) - Method in class nl.strohalm.cyclos.services.customization.CustomizedFileServiceSecurity
 
canViewOrManageInGroupFilters() - Method in interface nl.strohalm.cyclos.services.customization.CustomizedFileService
Returns true if the logged user can view or manage the customized files declared in group filters.
canViewOrManageInGroupFilters() - Method in class nl.strohalm.cyclos.services.customization.CustomizedFileServiceImpl
 
canViewOrManageInGroupFilters() - Method in class nl.strohalm.cyclos.services.customization.CustomizedFileServiceSecurity
 
canViewSystemCustomizedFiles() - Method in class nl.strohalm.cyclos.services.customization.CustomizedFileServiceImpl
 
canViewSystemCustomizedFiles() - Method in interface nl.strohalm.cyclos.services.customization.CustomizedFileServiceLocal
Returns true if the logged user can view system customized files.
capitalizeName(Enum<?>) - Static method in class nl.strohalm.cyclos.utils.EnumHelper
Capitalizes an enum item name
CaptchaProducer - Class in nl.strohalm.cyclos.utils
Custom captcha producer which is based in a background image
CaptchaProducer() - Constructor for class nl.strohalm.cyclos.utils.CaptchaProducer
 
CaptchaServlet - Class in nl.strohalm.cyclos.servlets
Servlet used to generate a captcha image
CaptchaServlet() - Constructor for class nl.strohalm.cyclos.servlets.CaptchaServlet
 
Card - Class in nl.strohalm.cyclos.entities.accounts.cards
Represents a card
Card() - Constructor for class nl.strohalm.cyclos.entities.accounts.cards.Card
 
Card.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.cards
 
Card.Status - Enum in nl.strohalm.cyclos.entities.accounts.cards
 
CardDAO - Interface in nl.strohalm.cyclos.dao.accounts.cards
Interface DAO for Cards
CardDAOImpl - Class in nl.strohalm.cyclos.dao.accounts.cards
Implementation DAO for Cards
CardDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.cards.CardDAOImpl
 
CardDetailsAction - Class in nl.strohalm.cyclos.controls.accounts.cards
 
CardDetailsAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.cards.CardDetailsAction
 
CardForm - Class in nl.strohalm.cyclos.controls.accounts.cards
 
CardForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.cards.CardForm
 
CardFormatValidation - Class in nl.strohalm.cyclos.utils.validation
 
CardFormatValidation() - Constructor for class nl.strohalm.cyclos.utils.validation.CardFormatValidation
 
CardLog - Class in nl.strohalm.cyclos.entities.accounts.cards
Represents a card log
CardLog() - Constructor for class nl.strohalm.cyclos.entities.accounts.cards.CardLog
 
CardLogDAO - Interface in nl.strohalm.cyclos.dao.accounts.cards
 
CardLogDAOImpl - Class in nl.strohalm.cyclos.dao.accounts.cards
 
CardLogDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.cards.CardLogDAOImpl
 
CardNumberConverter - Class in nl.strohalm.cyclos.utils.conversion
A converter for card numbers
CardNumberConverter(String) - Constructor for class nl.strohalm.cyclos.utils.conversion.CardNumberConverter
 
CardQuery - Class in nl.strohalm.cyclos.entities.accounts.cards
Query parameters for Cards
CardQuery() - Constructor for class nl.strohalm.cyclos.entities.accounts.cards.CardQuery
 
CardScheduledTask - Class in nl.strohalm.cyclos.scheduling.tasks
 
CardScheduledTask() - Constructor for class nl.strohalm.cyclos.scheduling.tasks.CardScheduledTask
 
cardService - Variable in class nl.strohalm.cyclos.controls.accounts.cards.CardDetailsAction
 
cardService - Variable in class nl.strohalm.cyclos.controls.accounts.cards.CreateCardAction
 
cardService - Variable in class nl.strohalm.cyclos.controls.accounts.cards.ExportCardsToCsvAction
 
cardService - Variable in class nl.strohalm.cyclos.controls.accounts.cards.SearchCardsAction
 
CardService - Interface in nl.strohalm.cyclos.services.accounts.cards
Service interface for Cards
CardServiceImpl - Class in nl.strohalm.cyclos.services.accounts.cards
Card Service Implementation
CardServiceImpl() - Constructor for class nl.strohalm.cyclos.services.accounts.cards.CardServiceImpl
 
CardServiceLocal - Interface in nl.strohalm.cyclos.services.accounts.cards
Local interface.
CardServiceSecurity - Class in nl.strohalm.cyclos.services.accounts.cards
Security implementation for CardService
CardServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.accounts.cards.CardServiceSecurity
 
CardType - Class in nl.strohalm.cyclos.entities.accounts.cards
Represents a card type
CardType() - Constructor for class nl.strohalm.cyclos.entities.accounts.cards.CardType
 
CardType.CardSecurityCode - Enum in nl.strohalm.cyclos.entities.accounts.cards
 
CardTypeDAO - Interface in nl.strohalm.cyclos.dao.accounts.cards
 
CardTypeDAOImpl - Class in nl.strohalm.cyclos.dao.accounts.cards
 
CardTypeDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.cards.CardTypeDAOImpl
 
CardTypeForm - Class in nl.strohalm.cyclos.controls.accounts.cards
 
CardTypeForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.cards.CardTypeForm
 
CardTypeQuery - Class in nl.strohalm.cyclos.entities.accounts.cards
 
CardTypeQuery() - Constructor for class nl.strohalm.cyclos.entities.accounts.cards.CardTypeQuery
 
cardTypeService - Variable in class nl.strohalm.cyclos.controls.accounts.cards.SearchCardsAction
 
CardTypeService - Interface in nl.strohalm.cyclos.services.accounts.cards
 
CardTypeServiceImpl - Class in nl.strohalm.cyclos.services.accounts.cards
 
CardTypeServiceImpl() - Constructor for class nl.strohalm.cyclos.services.accounts.cards.CardTypeServiceImpl
 
CardTypeServiceLocal - Interface in nl.strohalm.cyclos.services.accounts.cards
Local interface.
CardTypeServiceSecurity - Class in nl.strohalm.cyclos.services.accounts.cards
Security implementation for CardTypeService
CardTypeServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.accounts.cards.CardTypeServiceSecurity
 
cast(Class<?>) - Static method in class nl.strohalm.cyclos.utils.ClassHelper
Casts a class to a required type
CellTag - Class in nl.strohalm.cyclos.taglibs
Layout cell
CellTag() - Constructor for class nl.strohalm.cyclos.taglibs.CellTag
 
Certification - Class in nl.strohalm.cyclos.entities.accounts.guarantees
 
Certification() - Constructor for class nl.strohalm.cyclos.entities.accounts.guarantees.Certification
 
Certification.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.guarantees
 
Certification.Status - Enum in nl.strohalm.cyclos.entities.accounts.guarantees
 
CertificationAmountExceededException - Exception in nl.strohalm.cyclos.services.accounts.guarantees.exceptions
Throws when the certification's amount is exceeded
CertificationAmountExceededException() - Constructor for exception nl.strohalm.cyclos.services.accounts.guarantees.exceptions.CertificationAmountExceededException
 
CertificationAmountExceededException(Certification, BigDecimal, BigDecimal) - Constructor for exception nl.strohalm.cyclos.services.accounts.guarantees.exceptions.CertificationAmountExceededException
 
certificationCanceledNotification(Long) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
certificationCanceledNotification(Long) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
CertificationDAO - Interface in nl.strohalm.cyclos.dao.accounts.guarantees
Interface for certification DAO
CertificationDAOImpl - Class in nl.strohalm.cyclos.dao.accounts.guarantees
 
CertificationDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.guarantees.CertificationDAOImpl
 
CertificationDTO - Class in nl.strohalm.cyclos.services.accounts.guarantees
DTO with additional certification data: used certification amount
CertificationDTO(Certification, BigDecimal) - Constructor for class nl.strohalm.cyclos.services.accounts.guarantees.CertificationDTO
 
certificationIssuedNotification(Certification) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
certificationIssuedNotification(Certification) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
CertificationLog - Class in nl.strohalm.cyclos.entities.accounts.guarantees
 
CertificationLog() - Constructor for class nl.strohalm.cyclos.entities.accounts.guarantees.CertificationLog
 
CertificationLog.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.guarantees
 
CertificationLogDAO - Interface in nl.strohalm.cyclos.dao.accounts.guarantees
Interface for certification log DAO
CertificationLogDAOImpl - Class in nl.strohalm.cyclos.dao.accounts.guarantees
 
CertificationLogDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.guarantees.CertificationLogDAOImpl
 
CertificationQuery - Class in nl.strohalm.cyclos.entities.accounts.guarantees
 
CertificationQuery() - Constructor for class nl.strohalm.cyclos.entities.accounts.guarantees.CertificationQuery
 
CertificationScheduledTask - Class in nl.strohalm.cyclos.scheduling.tasks
Task that changes the certification's status
CertificationScheduledTask() - Constructor for class nl.strohalm.cyclos.scheduling.tasks.CertificationScheduledTask
 
certificationService - Variable in class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.ChangeStatusCertificationAction
 
certificationService - Variable in class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.DeleteCertificationAction
 
CertificationService - Interface in nl.strohalm.cyclos.services.accounts.guarantees
 
CertificationServiceImpl - Class in nl.strohalm.cyclos.services.accounts.guarantees
 
CertificationServiceImpl() - Constructor for class nl.strohalm.cyclos.services.accounts.guarantees.CertificationServiceImpl
 
CertificationServiceLocal - Interface in nl.strohalm.cyclos.services.accounts.guarantees
Local interface.
CertificationServiceSecurity - Class in nl.strohalm.cyclos.services.accounts.guarantees
 
CertificationServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.accounts.guarantees.CertificationServiceSecurity
 
certificationStatusChangedNotification(Certification) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
certificationStatusChangedNotification(Certification) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
CertificationStatusChangeException - Exception in nl.strohalm.cyclos.services.accounts.guarantees.exceptions
Thrown when an invalid certification's status action was executed
CertificationStatusChangeException(Certification.Status) - Constructor for exception nl.strohalm.cyclos.services.accounts.guarantees.exceptions.CertificationStatusChangeException
 
CertificationStatusChangeException(Certification.Status, String) - Constructor for exception nl.strohalm.cyclos.services.accounts.guarantees.exceptions.CertificationStatusChangeException
 
CertificationStatusChangeException(Certification.Status, String, Throwable) - Constructor for exception nl.strohalm.cyclos.services.accounts.guarantees.exceptions.CertificationStatusChangeException
 
CertificationStatusChangeException(Certification.Status, Throwable) - Constructor for exception nl.strohalm.cyclos.services.accounts.guarantees.exceptions.CertificationStatusChangeException
 
CertificationValidityExceededException - Exception in nl.strohalm.cyclos.services.accounts.guarantees.exceptions
Thrown when the pack of payment obligations has an expiration date after the certification's validity
CertificationValidityExceededException() - Constructor for exception nl.strohalm.cyclos.services.accounts.guarantees.exceptions.CertificationValidityExceededException
 
CertificationValidityExceededException(Certification) - Constructor for exception nl.strohalm.cyclos.services.accounts.guarantees.exceptions.CertificationValidityExceededException
 
chained(Validator...) - Method in class nl.strohalm.cyclos.utils.validation.Validator
 
ChangeAdminGroupAction - Class in nl.strohalm.cyclos.controls.admins
Action used to change an admin's group
ChangeAdminGroupAction() - Constructor for class nl.strohalm.cyclos.controls.admins.ChangeAdminGroupAction
 
ChangeAdminGroupForm - Class in nl.strohalm.cyclos.controls.admins
Form used to change an admin's group
ChangeAdminGroupForm() - Constructor for class nl.strohalm.cyclos.controls.admins.ChangeAdminGroupForm
 
changeBroker(ChangeBrokerDTO) - Method in interface nl.strohalm.cyclos.services.elements.BrokeringService
Changes de broker of the specified member.
changeBroker(ChangeBrokerDTO) - Method in class nl.strohalm.cyclos.services.elements.BrokeringServiceImpl
 
changeBroker(ChangeBrokerDTO) - Method in class nl.strohalm.cyclos.services.elements.BrokeringServiceSecurity
 
ChangeBrokerAction - Class in nl.strohalm.cyclos.controls.members.brokering
Action used to change a member's broker
ChangeBrokerAction() - Constructor for class nl.strohalm.cyclos.controls.members.brokering.ChangeBrokerAction
 
ChangeBrokerDTO - Class in nl.strohalm.cyclos.services.elements
Contains data for a broker change
ChangeBrokerDTO() - Constructor for class nl.strohalm.cyclos.services.elements.ChangeBrokerDTO
 
changeBrokerDTODataBinder() - Static method in class nl.strohalm.cyclos.controls.members.brokering.ChangeBrokerAction
 
ChangeBrokerForm - Class in nl.strohalm.cyclos.controls.members.brokering
Form used to change the broker of a given member
ChangeBrokerForm() - Constructor for class nl.strohalm.cyclos.controls.members.brokering.ChangeBrokerForm
 
changeCardCode(Card, String) - Method in interface nl.strohalm.cyclos.services.accounts.cards.CardService
Change card code
changeCardCode(Card, String) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardServiceImpl
 
changeCardCode(Card, String) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardServiceSecurity
 
changeChannelsAccess(Member, Collection<Channel>, boolean) - Method in interface nl.strohalm.cyclos.services.access.AccessService
Change the channels that the given member have access to
changeChannelsAccess(Member, Collection<Channel>, boolean) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
changeChannelsAccess(Member, Collection<Channel>, boolean) - Method in class nl.strohalm.cyclos.services.access.AccessServiceSecurity
 
changeCredentials(MemberUser, String) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
changeCredentials(MemberUser, String) - Method in interface nl.strohalm.cyclos.services.access.AccessServiceLocal
Changes a member credentials according to the current web service channel.
changeCredentials(ChangeCredentialsParameters) - Method in interface nl.strohalm.cyclos.webservices.access.AccessWebService
Changes the credentials associated with the service's channel
changeCredentials(ChangeCredentialsParameters) - Method in class nl.strohalm.cyclos.webservices.access.AccessWebServiceImpl
 
ChangeCredentialsParameters - Class in nl.strohalm.cyclos.webservices.access
Parameters used to change the login password
ChangeCredentialsParameters() - Constructor for class nl.strohalm.cyclos.webservices.access.ChangeCredentialsParameters
 
ChangeCredentialsStatus - Enum in nl.strohalm.cyclos.webservices.access
Possible statuses for changing credentials
ChangeElementGroupAction - Class in nl.strohalm.cyclos.controls.elements
Action used to change an element group
ChangeElementGroupAction() - Constructor for class nl.strohalm.cyclos.controls.elements.ChangeElementGroupAction
 
ChangeElementGroupForm - Class in nl.strohalm.cyclos.controls.elements
Form used to change an element group
ChangeElementGroupForm() - Constructor for class nl.strohalm.cyclos.controls.elements.ChangeElementGroupForm
 
ChangeExpiredPasswordAction - Class in nl.strohalm.cyclos.controls.access
Action called when a user had his/her password expired, forcing he/she to change it
ChangeExpiredPasswordAction() - Constructor for class nl.strohalm.cyclos.controls.access.ChangeExpiredPasswordAction
 
ChangeExpiredPasswordAction - Class in nl.strohalm.cyclos.controls.posweb
Posweb action to change the password if it is expired
ChangeExpiredPasswordAction() - Constructor for class nl.strohalm.cyclos.controls.posweb.ChangeExpiredPasswordAction
 
ChangeExternalTransferAction - Class in nl.strohalm.cyclos.controls.accounts.external.externaltransfers
Action used to change the status of external transfers
ChangeExternalTransferAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.externaltransfers.ChangeExternalTransferAction
 
ChangeExternalTransferForm - Class in nl.strohalm.cyclos.controls.accounts.external.externaltransfers
Form used to change the status of external transfers
ChangeExternalTransferForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.externaltransfers.ChangeExternalTransferForm
 
changeGroup(E, Group, String) - Method in interface nl.strohalm.cyclos.services.elements.ElementService
Changes the group of the specified user.
changeGroup(E, Group, String) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
changeGroup(E, Group, String) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceSecurity
 
ChangeImagesColumnsMigration - Class in nl.strohalm.cyclos.setup.migrations.version3_6
A migration class which will change the data types of the columns image and thumbnails of the images table to mediumblob.
ChangeImagesColumnsMigration() - Constructor for class nl.strohalm.cyclos.setup.migrations.version3_6.ChangeImagesColumnsMigration
 
changeKeyToValue(String, String) - Method in class nl.strohalm.cyclos.services.stats.general.FilterUsed
replaces a resource bundle key in the values List to its message value.
ChangeLoginPasswordDTO - Class in nl.strohalm.cyclos.services.access
 
ChangeLoginPasswordDTO() - Constructor for class nl.strohalm.cyclos.services.access.ChangeLoginPasswordDTO
 
ChangeMemberGroupAction - Class in nl.strohalm.cyclos.controls.members
Action used to change a member's group
ChangeMemberGroupAction() - Constructor for class nl.strohalm.cyclos.controls.members.ChangeMemberGroupAction
 
ChangeMemberGroupException - Exception in nl.strohalm.cyclos.services.elements.exceptions
Base class representing an exception when remove a member or move to other group
ChangeMemberGroupException(String) - Constructor for exception nl.strohalm.cyclos.services.elements.exceptions.ChangeMemberGroupException
 
ChangeMemberGroupForm - Class in nl.strohalm.cyclos.controls.members
Form used to change a member's group
ChangeMemberGroupForm() - Constructor for class nl.strohalm.cyclos.controls.members.ChangeMemberGroupForm
 
changeMemberProfileByWebService(ServiceClient, Member) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
changeMemberProfileByWebService(ServiceClient, Member) - Method in interface nl.strohalm.cyclos.services.elements.ElementServiceLocal
Updates a member profile by web services
ChangeMessageStatusAction - Class in nl.strohalm.cyclos.controls.members.messages
Action used to change the status for a message list
ChangeMessageStatusAction() - Constructor for class nl.strohalm.cyclos.controls.members.messages.ChangeMessageStatusAction
 
ChangeMessageStatusForm - Class in nl.strohalm.cyclos.controls.members.messages
Form used to change the status for a message list
ChangeMessageStatusForm() - Constructor for class nl.strohalm.cyclos.controls.members.messages.ChangeMessageStatusForm
 
ChangeOperatorGroupAction - Class in nl.strohalm.cyclos.controls.operators
Action used to change an operator's group
ChangeOperatorGroupAction() - Constructor for class nl.strohalm.cyclos.controls.operators.ChangeOperatorGroupAction
 
ChangeOperatorGroupForm - Class in nl.strohalm.cyclos.controls.operators
Form used to change an operator's group
ChangeOperatorGroupForm() - Constructor for class nl.strohalm.cyclos.controls.operators.ChangeOperatorGroupForm
 
changePassword(ChangeLoginPasswordDTO) - Method in interface nl.strohalm.cyclos.services.access.AccessService
Changes the password of the given user
changePassword(ChangeLoginPasswordDTO) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
changePassword(ChangeLoginPasswordDTO) - Method in class nl.strohalm.cyclos.services.access.AccessServiceSecurity
 
ChangePasswordAction - Class in nl.strohalm.cyclos.controls.access
Changes the password of a given element
ChangePasswordAction() - Constructor for class nl.strohalm.cyclos.controls.access.ChangePasswordAction
 
ChangePasswordForm - Class in nl.strohalm.cyclos.controls.access
 
ChangePasswordForm() - Constructor for class nl.strohalm.cyclos.controls.access.ChangePasswordForm
 
ChangePermissionSchemeMigration - Class in nl.strohalm.cyclos.setup.migrations.version3_6
Changes the permissions related tables according to the general security review It drops the modules and operations tables and alter the permissions table removing the operation_id FK and adding a new column with permission name.
ChangePermissionSchemeMigration() - Constructor for class nl.strohalm.cyclos.setup.migrations.version3_6.ChangePermissionSchemeMigration
 
changePin(ChangePinDTO) - Method in interface nl.strohalm.cyclos.services.access.AccessService
Changes the pin of the given member user
changePin(ChangePinDTO) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
changePin(ChangePinDTO) - Method in class nl.strohalm.cyclos.services.access.AccessServiceSecurity
 
changePin(MemberPos, String) - Method in interface nl.strohalm.cyclos.services.accounts.pos.MemberPosService
Change MemberPOS Pin
changePin(MemberPos, String) - Method in class nl.strohalm.cyclos.services.accounts.pos.MemberPosServiceImpl
 
changePin(MemberPos, String) - Method in class nl.strohalm.cyclos.services.accounts.pos.MemberPosServiceSecurity
 
ChangePinAction - Class in nl.strohalm.cyclos.controls.access.channels
Action used to change a member's pin
ChangePinAction() - Constructor for class nl.strohalm.cyclos.controls.access.channels.ChangePinAction
 
ChangePinDTO - Class in nl.strohalm.cyclos.services.access
Parameters used to change pin
ChangePinDTO() - Constructor for class nl.strohalm.cyclos.services.access.ChangePinDTO
 
ChangePinForm - Class in nl.strohalm.cyclos.controls.access.channels
 
ChangePinForm() - Constructor for class nl.strohalm.cyclos.controls.access.channels.ChangePinForm
 
changeProfile(E) - Method in interface nl.strohalm.cyclos.services.elements.ElementService
Used to save the profile of an element
changeProfile(E) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
changeProfile(E) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceSecurity
 
changeStatus(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.CancelCertificationAction
 
changeStatus(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.ChangeStatusCertificationAction
 
changeStatus(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.ChangeStatusGuaranteeAction
 
changeStatus(Certification.Status, Element) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Certification
Change the certification's status and adds a new certification log to it
changeStatus(Guarantee.Status, Element) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
Change the guarantee's status and adds a new guarantee log to it
changeStatus(PaymentObligation.Status, Element) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligation
Change the payment obligation's status and adds a new payment obligation log to it
changeStatus(Long, Certification.Status) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.CertificationService
 
changeStatus(Long, Certification.Status) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.CertificationServiceImpl
 
changeStatus(Long, Certification.Status) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.CertificationServiceSecurity
 
changeStatus(Long, Guarantee.Status) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeService
 
changeStatus(Long, Guarantee.Status) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
changeStatus(Long, Guarantee.Status) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceSecurity
 
changeStatus(Long, PaymentObligation.Status) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationService
 
changeStatus(Long, PaymentObligation.Status) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceImpl
 
changeStatus(Long, PaymentObligation.Status) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceSecurity
 
ChangeStatusCertificationAction - Class in nl.strohalm.cyclos.controls.accounts.guarantees.certifications
Base class used to change the certification's status.
ChangeStatusCertificationAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.ChangeStatusCertificationAction
 
ChangeStatusCertificationForm - Class in nl.strohalm.cyclos.controls.accounts.guarantees.certifications
Form used by all the actions related to certification's status change
ChangeStatusCertificationForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.ChangeStatusCertificationForm
 
ChangeStatusGuaranteeAction - Class in nl.strohalm.cyclos.controls.accounts.guarantees.guarantees
Base class used to change the guarantee's status.
ChangeStatusGuaranteeAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.ChangeStatusGuaranteeAction
 
ChangeStatusGuaranteeForm - Class in nl.strohalm.cyclos.controls.accounts.guarantees.guarantees
Form used by all the actions related to guarantee's status change
ChangeStatusGuaranteeForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.ChangeStatusGuaranteeForm
 
ChangeStatusPaymentObligationAction - Class in nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations
Base class used to change the payment obligation's status.
ChangeStatusPaymentObligationAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.ChangeStatusPaymentObligationAction
 
ChangeStatusPaymentObligationForm - Class in nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations
Form used by all the actions related to payment Obligation's status change
ChangeStatusPaymentObligationForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.ChangeStatusPaymentObligationForm
 
Channel - Class in nl.strohalm.cyclos.entities.access
A channel is an user interface to access cyclos functionality.
Channel() - Constructor for class nl.strohalm.cyclos.entities.access.Channel
 
Channel.Credentials - Enum in nl.strohalm.cyclos.entities.access
Which information is used to authenticate the user in a channel
Channel.Principal - Enum in nl.strohalm.cyclos.entities.access
Which information is used to identify the user in a channel
Channel.Relationships - Enum in nl.strohalm.cyclos.entities.access
 
ChannelDAO - Interface in nl.strohalm.cyclos.dao.access
Data access interface for channels
ChannelDAOImpl - Class in nl.strohalm.cyclos.dao.access
Implementation for ChannelDAOImpl
ChannelDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.access.ChannelDAOImpl
 
ChannelHelper - Class in nl.strohalm.cyclos.webservices.utils
Helper class for channels in web services
ChannelHelper() - Constructor for class nl.strohalm.cyclos.webservices.utils.ChannelHelper
 
ChannelPrincipal - Class in nl.strohalm.cyclos.entities.access
Contains the relationship between a channel and the allowed principals
ChannelPrincipal() - Constructor for class nl.strohalm.cyclos.entities.access.ChannelPrincipal
 
ChannelPrincipal.Relationships - Enum in nl.strohalm.cyclos.entities.access
 
ChannelPrincipalDAO - Interface in nl.strohalm.cyclos.dao.access
DAO interface for ChannelPrincipal
ChannelPrincipalDAOImpl - Class in nl.strohalm.cyclos.dao.access
 
ChannelPrincipalDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.access.ChannelPrincipalDAOImpl
 
channelService - Variable in class nl.strohalm.cyclos.controls.access.LoginAction
 
channelService - Variable in class nl.strohalm.cyclos.controls.webshop.ConfirmWebShopPaymentAction.ShouldValidateTPParameter
 
ChannelService - Interface in nl.strohalm.cyclos.services.access
Service interface for channels
ChannelServiceImpl - Class in nl.strohalm.cyclos.services.access
Implementation for channel service
ChannelServiceImpl() - Constructor for class nl.strohalm.cyclos.services.access.ChannelServiceImpl
 
ChannelServiceLocal - Interface in nl.strohalm.cyclos.services.access
Local interface.
ChannelServiceSecurity - Class in nl.strohalm.cyclos.services.access
Security implementation for ChannelService
ChannelServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.access.ChannelServiceSecurity
 
ChannelsMigration - Class in nl.strohalm.cyclos.setup.migrations.version3_5
Creates the built-in channels
ChannelsMigration() - Constructor for class nl.strohalm.cyclos.setup.migrations.version3_5.ChannelsMigration
 
ChargeAccountFeePollingTask - Class in nl.strohalm.cyclos.scheduling.polling
A PollingTask which charges account fees
ChargeAccountFeePollingTask() - Constructor for class nl.strohalm.cyclos.scheduling.polling.ChargeAccountFeePollingTask
 
chargeback(Transfer, Transfer) - Method in class nl.strohalm.cyclos.services.accounts.rates.RateServiceImplMock
 
chargeback(Transfer, Transfer) - Method in interface nl.strohalm.cyclos.services.accounts.rates.RateServiceLocal
performs correcting of the rates in a chargeback transaction.
chargeback(Transfer) - Method in interface nl.strohalm.cyclos.services.transactions.PaymentService
Chargebacks a transfer, returning it's amount to the original account, and does this for all generated transfer tree
chargeback(Transfer) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
chargeback(Transfer) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceSecurity
 
chargeback(Long) - Method in interface nl.strohalm.cyclos.webservices.payments.PaymentWebService
Performs a chargeback, returning the status, the original transfer and the chargeback transfer
chargeback(Long) - Method in class nl.strohalm.cyclos.webservices.payments.PaymentWebServiceImpl
 
chargeback(ChargebackParameters) - Method in interface nl.strohalm.cyclos.webservices.pos.PosWebService
A chargeback of a performed payment
chargeback(ChargebackParameters) - Method in class nl.strohalm.cyclos.webservices.pos.PosWebServiceImpl
 
ChargebackParameters - Class in nl.strohalm.cyclos.webservices.pos
Parameters for a chargeback
ChargebackParameters() - Constructor for class nl.strohalm.cyclos.webservices.pos.ChargebackParameters
 
ChargebackPaymentAction - Class in nl.strohalm.cyclos.controls.payments
Action used to chargeback a payment
ChargebackPaymentAction() - Constructor for class nl.strohalm.cyclos.controls.payments.ChargebackPaymentAction
 
ChargebackPaymentForm - Class in nl.strohalm.cyclos.controls.payments
Form used to chargeback a payment
ChargebackPaymentForm() - Constructor for class nl.strohalm.cyclos.controls.payments.ChargebackPaymentForm
 
ChargebackResult - Class in nl.strohalm.cyclos.webservices.payments
Result of a chargeback operation
ChargebackResult() - Constructor for class nl.strohalm.cyclos.webservices.payments.ChargebackResult
 
ChargebackResult(ChargebackStatus, AccountHistoryTransferVO, AccountHistoryTransferVO) - Constructor for class nl.strohalm.cyclos.webservices.payments.ChargebackResult
 
ChargebackStatus - Enum in nl.strohalm.cyclos.webservices.payments
Contains the possible status for a chargeback attempt
ChargeFeeDTO - Class in nl.strohalm.cyclos.services.accountfees
Parameters used to charge an account fee
ChargeFeeDTO() - Constructor for class nl.strohalm.cyclos.services.accountfees.ChargeFeeDTO
 
chargeManual(AccountFee) - Method in interface nl.strohalm.cyclos.services.accountfees.AccountFeeService
Charges the specified manual account fee
chargeManual(AccountFee) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceImpl
 
chargeManual(AccountFee) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceSecurity
 
chargeScheduledFees(Calendar) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceImpl
 
chargeScheduledFees(Calendar) - Method in interface nl.strohalm.cyclos.services.accountfees.AccountFeeServiceLocal
Charges scheduled fees that should run on the given time, returning the number of fees that were charged
ChartPostProcessorImpl - Class in nl.strohalm.cyclos.controls.reports.statistics.graphs
This is the general chart postprocessor.
ChartPostProcessorImpl() - Constructor for class nl.strohalm.cyclos.controls.reports.statistics.graphs.ChartPostProcessorImpl
 
check() - Method in interface nl.strohalm.cyclos.access.PermissionCheck
Throws a PermissionDeniedException if the result of PermissionCheck.check() is false
check() - Method in class nl.strohalm.cyclos.services.access.AbstractPermissionCheck
 
check(ActionDescriptor) - Method in interface nl.strohalm.cyclos.struts.access.ActionPolicy
 
check(ActionDescriptor) - Method in class nl.strohalm.cyclos.struts.access.policies.AccountOverviewActionPolicy
 
check(ActionDescriptor) - Method in class nl.strohalm.cyclos.struts.access.policies.utils.AbstractActionPolicy
 
check(ActionDescriptor) - Method in class nl.strohalm.cyclos.struts.access.policies.utils.AllGrantedActionPolicy
 
check(ActionDescriptor) - Method in class nl.strohalm.cyclos.struts.access.policies.utils.ElementActionPolicy
 
check(ActionDescriptor) - Method in class nl.strohalm.cyclos.struts.access.policies.utils.GroupActionPolicy
 
check(ActionDescriptor) - Method in class nl.strohalm.cyclos.struts.access.policies.utils.ModuleActionPolicy
 
check(ActionDescriptor) - Method in class nl.strohalm.cyclos.struts.access.policies.utils.OrActionPolicy
 
check(ActionDescriptor) - Method in class nl.strohalm.cyclos.struts.access.policies.utils.PermissionActionPolicy
 
checkChallenge(HttpServletRequest, String) - Static method in class nl.strohalm.cyclos.servlets.CaptchaServlet
Checks whether the given challenge is correct
checkChannelEnabledForMember(Member) - Method in class nl.strohalm.cyclos.webservices.utils.MemberHelper
Throws an invalid-channel fault if the current client's channel is not enabled for the given member
checkContains(Collection<? super T>, T) - Static method in class nl.strohalm.cyclos.utils.access.PermissionHelper
Throws a PermissionDeniedException allowed is empty or not contains the given element
checkCredentials(Channel, MemberUser, String, String, Member) - Method in interface nl.strohalm.cyclos.services.access.AccessService
Checks for credentials for the given member, in the given channel
checkCredentials(Channel, MemberUser, String, String, Member) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
checkCredentials(Channel, MemberUser, String, String, Member) - Method in class nl.strohalm.cyclos.services.access.AccessServiceSecurity
 
checkCredentials(CheckCredentialsParameters) - Method in interface nl.strohalm.cyclos.webservices.access.AccessWebService
Checks whether the given credentials are valid for the channel related to the web service client
checkCredentials(CheckCredentialsParameters) - Method in class nl.strohalm.cyclos.webservices.access.AccessWebServiceImpl
 
CheckCredentialsParameters - Class in nl.strohalm.cyclos.webservices.access
Parameters for checking credentials
CheckCredentialsParameters() - Constructor for class nl.strohalm.cyclos.webservices.access.CheckCredentialsParameters
 
checkEquals(Object, Object) - Static method in class nl.strohalm.cyclos.utils.access.PermissionHelper
Throws a PermissionDeniedException allowed is empty or not contains the given element
checkHasUser() - Method in class nl.strohalm.cyclos.services.BaseServiceSecurity
It checks if there is a logged user
checkIsSystem() - Method in class nl.strohalm.cyclos.services.BaseServiceSecurity
performs a check if the logged user is the system.
checkManages(Element) - Method in interface nl.strohalm.cyclos.services.permissions.PermissionService
Throws a PermissionDeniedException if PermissionService.manages(Element) returns false
checkManages(Group) - Method in interface nl.strohalm.cyclos.services.permissions.PermissionService
Throws a PermissionDeniedException if PermissionService.manages(Group) returns false
checkManages(Element) - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceImpl
 
checkManages(Group) - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceImpl
 
checkManages(Element) - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceSecurity
 
checkManages(Group) - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceSecurity
 
checkMessageOwner(Message) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceImpl
 
checkMessageOwner(Message) - Method in interface nl.strohalm.cyclos.services.elements.MessageServiceLocal
Checks if the message owner is the logged member, returning null if the message doesn't belongs to the logged user
checkOperations(G) - Method in class nl.strohalm.cyclos.services.groups.GroupPermissionsDTO
Checks if all the permissions are of the appropriate module type.
checkPassword(String, String, String, String) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
checkPassword(String, String, String, String) - Method in interface nl.strohalm.cyclos.services.access.AccessServiceLocal
Checks the password for the given user
checkPaymentObligationPeriod(PaymentObligationPackDTO) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationService
 
checkPaymentObligationPeriod(PaymentObligationPackDTO) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceImpl
 
checkPaymentObligationPeriod(PaymentObligationPackDTO) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceSecurity
 
checkPendingRateInitializations(Currency) - Method in interface nl.strohalm.cyclos.services.accounts.rates.RateService
checks if there is any pending rate initialization which is not finished.
checkPendingRateInitializations(Currency) - Method in class nl.strohalm.cyclos.services.accounts.rates.RateServiceImplMock
 
checkPendingRateInitializations(Currency) - Method in class nl.strohalm.cyclos.services.accounts.rates.RateServiceSecurityMock
 
checkPermission() - Method in class nl.strohalm.cyclos.services.stats.StatisticalServiceSecurity
 
checkPin(MemberPos, String) - Method in class nl.strohalm.cyclos.services.accounts.pos.MemberPosServiceImpl
 
checkPin(MemberPos, String) - Method in interface nl.strohalm.cyclos.services.accounts.pos.MemberPosServiceLocal
Checks the member pos pin
checkRelatesTo(Element) - Method in interface nl.strohalm.cyclos.services.permissions.PermissionService
Throws a PermissionDeniedException if PermissionService.relatesTo(Element) returns false
checkRelatesTo(Element) - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceImpl
 
checkRelatesTo(Element) - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceSecurity
 
checkSelection(Collection<T>, Collection<T>) - Static method in class nl.strohalm.cyclos.utils.access.PermissionHelper
Same as checkSelection but not supporting an empty collection for the allowed elements.
checkSelection(Collection<T>, Collection<T>, boolean) - Static method in class nl.strohalm.cyclos.utils.access.PermissionHelper
Used for query filter semantics with collections.
checkSession(String) - Method in interface nl.strohalm.cyclos.services.access.AccessService
Loads a session by session id, ensuring it is valid
checkSession(String) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
checkSession(String) - Method in class nl.strohalm.cyclos.services.access.AccessServiceSecurity
 
checkTransactionPassword(String) - Method in class nl.strohalm.cyclos.controls.AbstractActionContext
Checks the transaction password for the logged user
checkTransactionPassword(ActionContext, ScheduledPayment) - Method in class nl.strohalm.cyclos.controls.accounts.details.ViewScheduledPaymentAction
 
checkTransactionPassword(ActionContext, Transfer) - Method in class nl.strohalm.cyclos.controls.accounts.details.ViewTransactionAction
 
checkTransactionPassword(String) - Method in interface nl.strohalm.cyclos.services.access.AccessService
Checks whether the given transaction password is valid or not for the logged user.
checkTransactionPassword(String) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
checkTransactionPassword(String) - Method in class nl.strohalm.cyclos.services.access.AccessServiceSecurity
 
CircularBrokeringException - Exception in nl.strohalm.cyclos.services.elements.exceptions
Exception thrown when the brokering relation would be circular, or when trying make a member his own broker
CircularBrokeringException() - Constructor for exception nl.strohalm.cyclos.services.elements.exceptions.CircularBrokeringException
 
CircularBrokeringException(String) - Constructor for exception nl.strohalm.cyclos.services.elements.exceptions.CircularBrokeringException
 
CircularBrokeringException(String, Throwable) - Constructor for exception nl.strohalm.cyclos.services.elements.exceptions.CircularBrokeringException
 
CircularBrokeringException(Throwable) - Constructor for exception nl.strohalm.cyclos.services.elements.exceptions.CircularBrokeringException
 
ClassHelper - Class in nl.strohalm.cyclos.utils
Helper class for getting data about classes
ClassHelper() - Constructor for class nl.strohalm.cyclos.utils.ClassHelper
 
cleanup() - Static method in class nl.strohalm.cyclos.utils.access.LoggedUser
Release resources.
cleanup() - Static method in class nl.strohalm.cyclos.utils.transaction.CurrentTransactionData
Removes any reference
cleanup() - Static method in class nl.strohalm.cyclos.webservices.WebServiceContext
Removes any state for this request
CleanupInterceptor - Class in nl.strohalm.cyclos.webservices.interceptor
An interceptor which cleans up the context
CleanupInterceptor() - Constructor for class nl.strohalm.cyclos.webservices.interceptor.CleanupInterceptor
 
clear(Calendar) - Method in interface nl.strohalm.cyclos.dao.access.PermissionDeniedTraceDAO
Removes all traces prior to the given limit
clear(User) - Method in interface nl.strohalm.cyclos.dao.access.PermissionDeniedTraceDAO
Clears all traces for the given user
clear(Calendar) - Method in class nl.strohalm.cyclos.dao.access.PermissionDeniedTraceDAOImpl
 
clear(User) - Method in class nl.strohalm.cyclos.dao.access.PermissionDeniedTraceDAOImpl
 
clear(Calendar) - Method in interface nl.strohalm.cyclos.dao.access.WrongCredentialAttemptsDAO
Removes all traces prior to the given limit
clear(Card) - Method in interface nl.strohalm.cyclos.dao.access.WrongCredentialAttemptsDAO
Clears all wrong attempts for the given card
clear(MemberPos) - Method in interface nl.strohalm.cyclos.dao.access.WrongCredentialAttemptsDAO
Clears all wrong attempts for the given member pos
clear(User, Channel.Credentials) - Method in interface nl.strohalm.cyclos.dao.access.WrongCredentialAttemptsDAO
Clears all wrong attempts for the given user and credential type
clear(Calendar) - Method in class nl.strohalm.cyclos.dao.access.WrongCredentialAttemptsDAOImpl
 
clear(Card) - Method in class nl.strohalm.cyclos.dao.access.WrongCredentialAttemptsDAOImpl
 
clear(MemberPos) - Method in class nl.strohalm.cyclos.dao.access.WrongCredentialAttemptsDAOImpl
 
clear(User, Channel.Credentials) - Method in class nl.strohalm.cyclos.dao.access.WrongCredentialAttemptsDAOImpl
 
clear(Calendar) - Method in interface nl.strohalm.cyclos.dao.access.WrongUsernameAttemptsDAO
Removes all traces prior to the given limit
clear(String) - Method in interface nl.strohalm.cyclos.dao.access.WrongUsernameAttemptsDAO
Clears all wrong attempts for the given ip address
clear(Calendar) - Method in class nl.strohalm.cyclos.dao.access.WrongUsernameAttemptsDAOImpl
 
clear(String) - Method in class nl.strohalm.cyclos.dao.access.WrongUsernameAttemptsDAOImpl
 
clear() - Method in interface nl.strohalm.cyclos.utils.cache.Cache
Removes all cached elements
clear() - Method in class nl.strohalm.cyclos.utils.cache.EhCacheCache
 
clear() - Method in class nl.strohalm.cyclos.utils.IteratorListImpl
 
clear() - Method in class nl.strohalm.cyclos.utils.Navigation
Clears the path
clear(Element) - Static method in class nl.strohalm.cyclos.utils.XmlHelper
Removes all child nodes from the given element
clearCache() - Method in interface nl.strohalm.cyclos.dao.FetchDAO
Clears the first level entity cache
clearCache() - Method in class nl.strohalm.cyclos.dao.FetchDAOImpl
 
clearCache() - Method in class nl.strohalm.cyclos.services.accounts.AccountTypeServiceImpl
 
clearCache() - Method in interface nl.strohalm.cyclos.services.accounts.AccountTypeServiceLocal
Clears the account type cache
clearCache() - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
 
clearCache() - Method in interface nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceLocal
Clears the cache
clearCache() - Method in interface nl.strohalm.cyclos.services.fetch.FetchService
Clears the first level entity cache
clearCache() - Method in class nl.strohalm.cyclos.services.fetch.FetchServiceImpl
 
clearCache() - Method in class nl.strohalm.cyclos.services.fetch.FetchServiceSecurity
 
clearCache() - Method in class nl.strohalm.cyclos.utils.CacheCleaner
 
ClearCacheTag - Class in nl.strohalm.cyclos.taglibs
A tag that invokes CacheCleaner.clearCache()
ClearCacheTag() - Constructor for class nl.strohalm.cyclos.taglibs.ClearCacheTag
 
clearError() - Static method in class nl.strohalm.cyclos.utils.transaction.CurrentTransactionData
Removes the current error, if any
clearException(HttpServletRequest) - Static method in class nl.strohalm.cyclos.controls.mobile.MobileHelper
Clears the exception on the session
clearFetch() - Method in class nl.strohalm.cyclos.utils.query.QueryParameters
 
clearForm() - Method in class nl.strohalm.cyclos.controls.ads.SearchAdsForm
 
clone() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanParameters
 
clone() - Method in class nl.strohalm.cyclos.entities.customization.fields.Validation
 
clone() - Method in class nl.strohalm.cyclos.entities.Entity
Clones this entity
clone() - Method in class nl.strohalm.cyclos.utils.Amount
 
clone() - Method in class nl.strohalm.cyclos.utils.cache.CacheListenerAdapter
 
clone() - Method in class nl.strohalm.cyclos.utils.cache.ehcache.HazelcastCacheReplicator
 
clone() - Method in class nl.strohalm.cyclos.utils.DataObject
 
clone() - Method in class nl.strohalm.cyclos.utils.lucene.Filters
 
clone() - Method in class nl.strohalm.cyclos.utils.Pair
 
clone() - Method in class nl.strohalm.cyclos.utils.Period
 
clone() - Method in class nl.strohalm.cyclos.utils.query.QueryParameters
 
clone() - Method in class nl.strohalm.cyclos.utils.RangeConstraint
 
clone() - Method in class nl.strohalm.cyclos.utils.TimePeriod
 
cloneFieldValues(CustomFieldsContainer<CF, CFV>, CustomFieldsContainer<CF, CFV>) - Static method in class nl.strohalm.cyclos.utils.CustomFieldHelper
Clones the custom field values of a container and copy them to the other container setting the to container as the clone's owner
cloneFieldValues(CustomFieldsContainer<CF, CFV>, CustomFieldsContainer<CF, CFV>, boolean) - Static method in class nl.strohalm.cyclos.utils.CustomFieldHelper
Clones the custom field values of a container and copy them to the other container
close(Iterator<?>) - Static method in class nl.strohalm.cyclos.utils.DataIteratorHelper
Closes a data iterator.
close(IteratorList<?>) - Static method in class nl.strohalm.cyclos.utils.DataIteratorHelper
Closes the given IteratorList's underlying iterator, by invoking DataIteratorHelper.close(Iterator)
close(List<?>) - Static method in class nl.strohalm.cyclos.utils.DataIteratorHelper
Invokes DataIteratorHelper.close(Iterator) with the list iterator, handling IteratorLists by using IteratorList.getIterator()
close() - Method in class nl.strohalm.cyclos.utils.JDBCWrapper
Closes the underlying connection
close() - Method in class nl.strohalm.cyclos.utils.lucene.DocsIterator
 
close() - Method in class nl.strohalm.cyclos.utils.lucene.IndexIterator
 
close() - Method in class nl.strohalm.cyclos.utils.ScrollableResultsIterator
 
closeBalances(Calendar) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
closeBalances(Calendar) - Method in interface nl.strohalm.cyclos.services.accounts.AccountServiceLocal
Closes the account balances up to the previous day of the given time
CloseBalancesScheduledTask - Class in nl.strohalm.cyclos.scheduling.tasks
A scheduled task which closes the balances for all accounts
CloseBalancesScheduledTask() - Constructor for class nl.strohalm.cyclos.scheduling.tasks.CloseBalancesScheduledTask
 
closeBrokeringCommissionStatus(BrokeringCommissionStatus) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
closeBrokeringCommissionStatus(BrokeringCommissionStatus) - Method in interface nl.strohalm.cyclos.services.elements.CommissionServiceLocal
This method closes the brokering commission status setting an end date (= now) when the max number of transactions that generates this commission is reached
ClosedAccountBalance - Class in nl.strohalm.cyclos.entities.accounts
Contains the pre-calculated balance and amount reservation for an account at a given date.
ClosedAccountBalance() - Constructor for class nl.strohalm.cyclos.entities.accounts.ClosedAccountBalance
 
ClosedAccountBalance.Relationships - Enum in nl.strohalm.cyclos.entities.accounts
 
ClosedAccountBalanceDAO - Interface in nl.strohalm.cyclos.dao.accounts
DAO interface for ClosedAccountBalance
ClosedAccountBalanceDAOImpl - Class in nl.strohalm.cyclos.dao.accounts
Implementation for ClosedAccountBalanceDAO
ClosedAccountBalanceDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.ClosedAccountBalanceDAOImpl
 
ClosedAccountBalancesMigration - Class in nl.strohalm.cyclos.setup.migrations.version3_6
A migration class which replaces the old AccountStatus by the new ClosedAccountBalance approach
ClosedAccountBalancesMigration() - Constructor for class nl.strohalm.cyclos.setup.migrations.version3_6.ClosedAccountBalancesMigration
 
closeOpenIterators() - Static method in class nl.strohalm.cyclos.utils.DataIteratorHelper
Closes all open iterators in this thread
closeQuietly(Connection) - Static method in class nl.strohalm.cyclos.utils.JDBCWrapper
Closes the given connection, ignoring any exceptions
closeQuietly(ResultSet) - Static method in class nl.strohalm.cyclos.utils.JDBCWrapper
Closes the given result set AND it's statement, ignoring any exceptions
closeQuietly(Statement) - Static method in class nl.strohalm.cyclos.utils.JDBCWrapper
Closes the given statement, ignoring any exceptions
code() - Method in enum nl.strohalm.cyclos.webservices.sms.SmsTypeCode
 
code() - Method in interface nl.strohalm.cyclos.webservices.WebServiceFault
 
code - Variable in enum nl.strohalm.cyclos.webservices.WebServiceFaultsEnum
 
code() - Method in enum nl.strohalm.cyclos.webservices.WebServiceFaultsEnum
 
coerce(Class<T>, Object) - Static method in class nl.strohalm.cyclos.utils.conversion.CoercionHelper
Converts the given value to the given type, using heuristics.
coerceCollection(Class<T>, Class<? extends Collection>, Object) - Static method in class nl.strohalm.cyclos.utils.conversion.CoercionHelper
Converts an object to a collection of the given type, using the given element type
coerceCollection(Class<T>, Object) - Static method in class nl.strohalm.cyclos.utils.conversion.CoercionHelper
Converts an object to a collection with the given element type.
CoercionConverter<T> - Class in nl.strohalm.cyclos.utils.conversion
A converter that uses coercion to convert data
CoercionHelper - Class in nl.strohalm.cyclos.utils.conversion
Class used to convert from a data type to another
CoercionHelper() - Constructor for class nl.strohalm.cyclos.utils.conversion.CoercionHelper
 
CollectionCountConverter - Class in nl.strohalm.cyclos.utils.conversion
Converter for returning collection sizes
CollectionCountConverter() - Constructor for class nl.strohalm.cyclos.utils.conversion.CollectionCountConverter
 
CollectionHelper - Class in nl.strohalm.cyclos.utils
Utility methods for collections
CollectionHelper() - Constructor for class nl.strohalm.cyclos.utils.CollectionHelper
 
columns - Variable in class nl.strohalm.cyclos.utils.csv.BaseCSVHandler
 
combine(M, Map<K, I>) - Method in class nl.strohalm.cyclos.utils.CombinedIterator
Combine the master element, together with all nested elements into a new value.
CombinedIterator<C,M,I,K> - Class in nl.strohalm.cyclos.utils
An iterator which will iterate through a delegate "master" iterator and several details, inner iterators.
CombinedIterator(Iterator<M>) - Constructor for class nl.strohalm.cyclos.utils.CombinedIterator
 
CommissionChargeStatusDTO - Class in nl.strohalm.cyclos.services.elements
 
CommissionChargeStatusDTO() - Constructor for class nl.strohalm.cyclos.services.elements.CommissionChargeStatusDTO
 
CommissionChargeStatusDTO.ChargeStatus - Enum in nl.strohalm.cyclos.services.elements
 
commissionContractAcceptedNotification(BrokerCommissionContract) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
commissionContractAcceptedNotification(BrokerCommissionContract) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
commissionContractCancelledNotification(BrokerCommissionContract) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
commissionContractCancelledNotification(BrokerCommissionContract) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
commissionContractDeniedNotification(BrokerCommissionContract) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
commissionContractDeniedNotification(BrokerCommissionContract) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
CommissionService - Interface in nl.strohalm.cyclos.services.elements
Service interface for broker commissions
CommissionServiceImpl - Class in nl.strohalm.cyclos.services.elements
Implementation for commission service
CommissionServiceImpl() - Constructor for class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
CommissionServiceImpl.ConflictingContractValidation - Class in nl.strohalm.cyclos.services.elements
Validates if there is an active or pending contract with conflicting period
CommissionServiceImpl.ConflictingContractValidation() - Constructor for class nl.strohalm.cyclos.services.elements.CommissionServiceImpl.ConflictingContractValidation
 
CommissionServiceImpl.DefaultBrokerCommissionValidation - Class in nl.strohalm.cyclos.services.elements
Validates the default broker commission
CommissionServiceImpl.DefaultBrokerCommissionValidation() - Constructor for class nl.strohalm.cyclos.services.elements.CommissionServiceImpl.DefaultBrokerCommissionValidation
 
CommissionServiceImpl.StatusValidation - Class in nl.strohalm.cyclos.services.elements
Validates if the status of the contract is pending before saving it
CommissionServiceImpl.StatusValidation() - Constructor for class nl.strohalm.cyclos.services.elements.CommissionServiceImpl.StatusValidation
 
CommissionServiceLocal - Interface in nl.strohalm.cyclos.services.elements
Local interface.
CommissionServiceSecurity - Class in nl.strohalm.cyclos.services.elements
Security implementation for CommissionService
CommissionServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.elements.CommissionServiceSecurity
 
commit() - Method in class nl.strohalm.cyclos.utils.JDBCWrapper
Commits the underlying connection
comparable(Comparable<?>, String) - Method in class nl.strohalm.cyclos.utils.validation.Validator.Property
 
comparable(Comparable<?>, String, ValidationError) - Method in class nl.strohalm.cyclos.utils.validation.Validator.Property
 
compareTo(SystemImagesAction.SystemImageVO) - Method in class nl.strohalm.cyclos.controls.customization.images.SystemImagesAction.SystemImageVO
 
compareTo(Channel) - Method in class nl.strohalm.cyclos.entities.access.Channel
 
compareTo(AccountType) - Method in class nl.strohalm.cyclos.entities.accounts.AccountType
 
compareTo(LoanGroup) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanGroup
 
compareTo(AdCategory) - Method in class nl.strohalm.cyclos.entities.ads.AdCategory
 
compareTo(Group) - Method in class nl.strohalm.cyclos.entities.groups.Group
 
compareTo(MessageCategory) - Method in class nl.strohalm.cyclos.entities.members.messages.MessageCategory
 
compareTo(StatisticalNumber) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalNumber
implementation of the standard compareTo method of the Comparable interface.
compareTo(Theme) - Method in class nl.strohalm.cyclos.themes.Theme
 
compareTo(EntityVO) - Method in class nl.strohalm.cyclos.utils.EntityVO
 
CompareToValidation - Class in nl.strohalm.cyclos.utils.validation
Invokes compareTo, the three booleans in the constructor determines whether -1, 0 or 1 are accepted as valid
CompareToValidation(Comparable<?>, boolean, boolean, boolean, ValidationError) - Constructor for class nl.strohalm.cyclos.utils.validation.CompareToValidation
 
computeMultiPayment() - Method in class nl.strohalm.cyclos.controls.loans.PrintLoansAction
 
computeMultiPayment() - Method in class nl.strohalm.cyclos.controls.loans.SearchLoansAction
If true, iterate over the loans to teste if any mas multiple payments
ConcealPaymentObligationAction - Class in nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations
 
ConcealPaymentObligationAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.ConcealPaymentObligationAction
 
conciliate(Transfer, ExternalTransfer) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
conciliate(Transfer, ExternalTransfer) - Method in interface nl.strohalm.cyclos.services.transactions.PaymentServiceLocal
Conciliates the given transfer with the given external transfer
concreteClass(Class<T>) - Static method in class nl.strohalm.cyclos.utils.ClassHelper
If the class is concrete, return it.
config - Variable in class nl.strohalm.cyclos.http.BaseFilter
 
config - Variable in class nl.strohalm.cyclos.http.OncePerRequestFilter
 
ConfirmLoanAction - Class in nl.strohalm.cyclos.controls.loans
Action used to confirm a loan
ConfirmLoanAction() - Constructor for class nl.strohalm.cyclos.controls.loans.ConfirmLoanAction
 
ConfirmLoanForm - Class in nl.strohalm.cyclos.controls.loans
Form used to confirm a loan
ConfirmLoanForm() - Constructor for class nl.strohalm.cyclos.controls.loans.ConfirmLoanForm
 
confirmPayment(String) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
confirmPayment(String) - Method in interface nl.strohalm.cyclos.services.transactions.PaymentServiceLocal
Confirms a payment which is pending for the given ticket
confirmPayment(ConfirmPaymentParameters) - Method in interface nl.strohalm.cyclos.webservices.payments.PaymentWebService
Confirms a payment originated from another channel
confirmPayment(ConfirmPaymentParameters) - Method in class nl.strohalm.cyclos.webservices.payments.PaymentWebServiceImpl
 
ConfirmPaymentAction - Class in nl.strohalm.cyclos.controls.payments
Action used to display a message and optionally request the transaction password in order to make a payment
ConfirmPaymentAction() - Constructor for class nl.strohalm.cyclos.controls.payments.ConfirmPaymentAction
 
ConfirmPaymentForm - Class in nl.strohalm.cyclos.controls.payments
Form used to confirm a payment
ConfirmPaymentForm() - Constructor for class nl.strohalm.cyclos.controls.payments.ConfirmPaymentForm
 
ConfirmPaymentParameters - Class in nl.strohalm.cyclos.webservices.payments
Parameters used to confirm a payment
ConfirmPaymentParameters() - Constructor for class nl.strohalm.cyclos.webservices.payments.ConfirmPaymentParameters
 
ConfirmScheduledPaymentAction - Class in nl.strohalm.cyclos.controls.payments.scheduled
 
ConfirmScheduledPaymentAction() - Constructor for class nl.strohalm.cyclos.controls.payments.scheduled.ConfirmScheduledPaymentAction
 
ConfirmWebShopPaymentAction - Class in nl.strohalm.cyclos.controls.webshop
Action used to confirm a
ConfirmWebShopPaymentAction() - Constructor for class nl.strohalm.cyclos.controls.webshop.ConfirmWebShopPaymentAction
 
ConfirmWebShopPaymentAction.ShouldValidateTPParameter - Class in nl.strohalm.cyclos.controls.webshop
 
ConfirmWebShopPaymentAction.ShouldValidateTPParameter(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse, DoPaymentDTO, ChannelService, ElementService, TransferTypeService, MessageHelper) - Constructor for class nl.strohalm.cyclos.controls.webshop.ConfirmWebShopPaymentAction.ShouldValidateTPParameter
 
ConfirmWebShopPaymentForm - Class in nl.strohalm.cyclos.controls.webshop
Form used to confirm a webshop payment
ConfirmWebShopPaymentForm() - Constructor for class nl.strohalm.cyclos.controls.webshop.ConfirmWebShopPaymentForm
 
Contact - Class in nl.strohalm.cyclos.entities.members
A member contact
Contact() - Constructor for class nl.strohalm.cyclos.entities.members.Contact
 
Contact.Relationships - Enum in nl.strohalm.cyclos.entities.members
 
ContactAlreadyExistException - Exception in nl.strohalm.cyclos.services.elements.exceptions
 
ContactAlreadyExistException() - Constructor for exception nl.strohalm.cyclos.services.elements.exceptions.ContactAlreadyExistException
 
ContactDAO - Interface in nl.strohalm.cyclos.dao.members
Data access object interface for contact
ContactDAOImpl - Class in nl.strohalm.cyclos.dao.members
Implementation class for contact DAO
ContactDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.members.ContactDAOImpl
 
ContactForm - Class in nl.strohalm.cyclos.controls.members.contacts
Form used to edit a contact
ContactForm() - Constructor for class nl.strohalm.cyclos.controls.members.contacts.ContactForm
 
ContactService - Interface in nl.strohalm.cyclos.services.elements
Service interface for contacts (members and/or brokers)
ContactServiceImpl - Class in nl.strohalm.cyclos.services.elements
Implenting class for contacts service
ContactServiceImpl() - Constructor for class nl.strohalm.cyclos.services.elements.ContactServiceImpl
 
ContactServiceLocal - Interface in nl.strohalm.cyclos.services.elements
Local interface.
ContactServiceSecurity - Class in nl.strohalm.cyclos.services.elements
Security implementation for ContactService
ContactServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.elements.ContactServiceSecurity
 
ContactUsAction - Class in nl.strohalm.cyclos.controls.general
 
ContactUsAction() - Constructor for class nl.strohalm.cyclos.controls.general.ContactUsAction
 
contains(Object, Object) - Static method in class nl.strohalm.cyclos.taglibs.Functions
Checks if a collection, array or map contains a value (or map key)
contains(String, String) - Method in class nl.strohalm.cyclos.utils.binding.MapBean
 
contains(Object) - Method in class nl.strohalm.cyclos.utils.IteratorListImpl
 
contains(String) - Method in class nl.strohalm.cyclos.utils.Navigation
Check if the given path is contained on the navigation
containsAll(Collection<?>) - Method in class nl.strohalm.cyclos.utils.IteratorListImpl
 
contentType() - Method in class nl.strohalm.cyclos.controls.access.transactionpassword.GenerateTransactionPasswordAction
 
contentType() - Method in class nl.strohalm.cyclos.controls.access.transactionpassword.IsUsedTransactionPasswordAjaxAction
 
contentType() - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.SearchAccountTypesAjaxAction
 
contentType() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.CalculateGuaranteeFeeAjaxAction
 
contentType() - Method in class nl.strohalm.cyclos.controls.accounts.paymentfilters.SearchPaymentFiltersAjaxAction
 
contentType() - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.PaymentCustomFieldsAjaxAction
 
contentType() - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxAction
 
contentType() - Method in class nl.strohalm.cyclos.controls.admins.GetApplicationStatusAjaxAction
 
contentType() - Method in class nl.strohalm.cyclos.controls.BaseAjaxAction
Return the response content type
contentType() - Method in class nl.strohalm.cyclos.controls.BaseCsvAction
 
contentType() - Method in class nl.strohalm.cyclos.controls.BaseReceiptPrintAjaxAction
 
contentType() - Method in class nl.strohalm.cyclos.controls.customization.fields.ListPaymentFieldsAjaxAction
 
contentType() - Method in class nl.strohalm.cyclos.controls.customization.files.GetDirectoryContentsAjaxAction
 
contentType() - Method in class nl.strohalm.cyclos.controls.customization.files.GetFileContentsAjaxAction
 
contentType() - Method in class nl.strohalm.cyclos.controls.groups.customizedFiles.GetAvailableFilesForGroupAjaxAction
 
contentType() - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.GetAvailableFilesForGroupFilterAjaxAction
 
contentType() - Method in class nl.strohalm.cyclos.controls.groups.SearchGroupsAjaxAction
 
contentType() - Method in class nl.strohalm.cyclos.controls.image.RemoveImageAction
 
contentType() - Method in class nl.strohalm.cyclos.controls.loans.CalculateLoanPaymentsAjaxAction
 
contentType() - Method in class nl.strohalm.cyclos.controls.members.LoadMemberAjaxAction
 
contentType() - Method in class nl.strohalm.cyclos.controls.members.messages.SearchMessageCategoriesAjaxAction
 
contentType() - Method in class nl.strohalm.cyclos.controls.members.SearchAdminsAjaxAction
 
contentType() - Method in class nl.strohalm.cyclos.controls.members.SearchMembersAjaxAction
 
contentType() - Method in class nl.strohalm.cyclos.controls.payments.CalculatePaymentsAjaxAction
 
contextDestroyed(ServletContextEvent) - Method in class nl.strohalm.cyclos.http.LifecycleListener
 
contextInitialized(ServletContextEvent) - Method in class nl.strohalm.cyclos.http.LifecycleListener
 
ConversionException - Exception in nl.strohalm.cyclos.utils.conversion
An exception while performing databinding
ConversionException() - Constructor for exception nl.strohalm.cyclos.utils.conversion.ConversionException
 
ConversionException(String) - Constructor for exception nl.strohalm.cyclos.utils.conversion.ConversionException
 
ConversionException(String, Throwable) - Constructor for exception nl.strohalm.cyclos.utils.conversion.ConversionException
 
ConversionException(Throwable) - Constructor for exception nl.strohalm.cyclos.utils.conversion.ConversionException
 
ConversionSimulationDTO - Class in nl.strohalm.cyclos.services.accounts.rates
Contains data used to simulate a conversion
ConversionSimulationDTO() - Constructor for class nl.strohalm.cyclos.services.accounts.rates.ConversionSimulationDTO
 
Converter<T> - Interface in nl.strohalm.cyclos.utils.conversion
Generic interface for data conversion
convertToDoubleList(List<Number>) - Static method in class nl.strohalm.cyclos.utils.statistics.ListOperations
converts an input list of type List to List
copyProperties(Entity, Entity) - Method in class nl.strohalm.cyclos.utils.hibernate.HibernateQueryHandler
Copies the persistent properties from the source to the destination entity
copyProperties(Object, Object, String...) - Static method in class nl.strohalm.cyclos.utils.PropertyHelper
Copies all possible properties from source to dest, ignoring the given properties list.
count(Calendar, User) - Method in interface nl.strohalm.cyclos.dao.access.PermissionDeniedTraceDAO
Counts the traces for the given user after the given time limit
count(Calendar, User) - Method in class nl.strohalm.cyclos.dao.access.PermissionDeniedTraceDAOImpl
 
count(Calendar, Card) - Method in interface nl.strohalm.cyclos.dao.access.WrongCredentialAttemptsDAO
Counts the wrong attempts for the given card after the given time limit
count(Calendar, MemberPos) - Method in interface nl.strohalm.cyclos.dao.access.WrongCredentialAttemptsDAO
Counts the wrong attempts for the given member pos the given time limit
count(Calendar, User, Channel.Credentials) - Method in interface nl.strohalm.cyclos.dao.access.WrongCredentialAttemptsDAO
Counts the wrong attempts for the given user and credential type today
count(Calendar, Card) - Method in class nl.strohalm.cyclos.dao.access.WrongCredentialAttemptsDAOImpl
 
count(Calendar, MemberPos) - Method in class nl.strohalm.cyclos.dao.access.WrongCredentialAttemptsDAOImpl
 
count(Calendar, User, Channel.Credentials) - Method in class nl.strohalm.cyclos.dao.access.WrongCredentialAttemptsDAOImpl
 
count(Calendar, String) - Method in interface nl.strohalm.cyclos.dao.access.WrongUsernameAttemptsDAO
Counts the wrong attempts for the given remote address after the given time limit
count(Calendar, String) - Method in class nl.strohalm.cyclos.dao.access.WrongUsernameAttemptsDAOImpl
 
count() - Static method in class nl.strohalm.cyclos.utils.query.PageParameters
Returns an instance that returns no results, just to count (currentPage = 0 and pageSize = 0)
countAccounts(MemberGroup, MemberAccountType, MemberAccount.Action) - Method in interface nl.strohalm.cyclos.dao.accounts.AccountDAO
Returns the number of accounts with the given group, type and pending action
countAccounts(MemberGroup, MemberAccountType, MemberAccount.Action) - Method in class nl.strohalm.cyclos.dao.accounts.AccountDAOImpl
 
countAdImages(Ad) - Method in interface nl.strohalm.cyclos.dao.customizations.ImageDAO
Returns the number of images in the given advertisement
countAdImages(Ad) - Method in class nl.strohalm.cyclos.dao.customizations.ImageDAOImpl
 
countByType(Element) - Method in interface nl.strohalm.cyclos.services.elements.MemberRecordService
Returns a map keyed by the record types related to the given element and that the logged user has access, with the current number of records as it's values
countByType(Element) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordServiceImpl
 
countByType(Element) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordServiceSecurity
 
countExternalAds(Long, Ad.TradeType) - Method in class nl.strohalm.cyclos.services.ads.AdServiceImpl
 
countExternalAds(Long, Ad.TradeType) - Method in interface nl.strohalm.cyclos.services.ads.AdServiceLocal
Count for active ads with AdCategory = adCategoryId and TradeType = type and external publication = true.
countGivenReferencesByLevel(Reference.Nature, Collection<MemberGroup>) - Method in interface nl.strohalm.cyclos.dao.members.ReferenceDAO
Count the number of given references by level (Reference.Level)
countGivenReferencesByLevel(Reference.Nature, Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.dao.members.ReferenceDAOImpl
 
countGivenReferencesByLevel(Reference.Nature) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceImpl
 
countGivenReferencesByLevel(Reference.Nature) - Method in interface nl.strohalm.cyclos.services.elements.ReferenceServiceLocal
Count the global number of given references by level (Reference.Level)
countItemsChecked() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
counts how many items (= subjects to calculate stats upon, like "gross product", "number of members", etc) are checked for this statistics, by running over all declared methods.
countMemberImages(Member) - Method in interface nl.strohalm.cyclos.dao.customizations.ImageDAO
Returns the number of images in the given member
countMemberImages(Member) - Method in class nl.strohalm.cyclos.dao.customizations.ImageDAOImpl
 
countMembersWithAds(Collection<MemberGroup>, Calendar) - Method in class nl.strohalm.cyclos.services.ads.AdServiceImpl
 
countMembersWithAds(Collection<MemberGroup>, Calendar) - Method in interface nl.strohalm.cyclos.services.ads.AdServiceLocal
Returns the number of active members which have ads
countPendingAccounts(MemberGroup, MemberAccountType) - Method in interface nl.strohalm.cyclos.services.groups.GroupService
Counts the pending initial credits for the given group and account type
countPendingAccounts(MemberGroup, MemberAccountType) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
countPendingAccounts(MemberGroup, MemberAccountType) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceSecurity
 
countPendingActivation(MemberGroup, MemberAccountType) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
countPendingActivation(MemberGroup, MemberAccountType) - Method in interface nl.strohalm.cyclos.services.accounts.AccountServiceLocal
Returns the number of accounts which are pending activation with the given group and type
countReferencesByLevel(Reference.Nature, Period, Member, boolean) - Method in interface nl.strohalm.cyclos.dao.members.ReferenceDAO
Count the number of references of a member by level (Reference.Level)
countReferencesByLevel(Reference.Nature, Period, Member, boolean) - Method in class nl.strohalm.cyclos.dao.members.ReferenceDAOImpl
 
countReferencesByLevel(Reference.Nature, Period, Member, Collection<MemberGroup>, boolean) - Method in class nl.strohalm.cyclos.dao.members.ReferenceDAOImpl
 
countReferencesByLevel(Reference.Nature, Member, boolean) - Method in interface nl.strohalm.cyclos.services.elements.ReferenceService
Count the number of references of a member by level (Reference.Level)
countReferencesByLevel(Reference.Nature, Member, boolean) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceImpl
 
countReferencesByLevel(Reference.Nature, Member, boolean) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceSecurity
 
countReferencesHistoryByLevel(Member, Period, boolean) - Method in interface nl.strohalm.cyclos.dao.members.ReferenceHistoryDAO
 
countReferencesHistoryByLevel(Member, Collection<MemberGroup>, Period, boolean) - Method in interface nl.strohalm.cyclos.dao.members.ReferenceHistoryDAO
 
countReferencesHistoryByLevel(Member, Collection<MemberGroup>, Period, boolean) - Method in class nl.strohalm.cyclos.dao.members.ReferenceHistoryDAOImpl
 
countReferencesHistoryByLevel(Member, Period, boolean) - Method in class nl.strohalm.cyclos.dao.members.ReferenceHistoryDAOImpl
 
countReferencesHistoryByLevel(Reference.Nature, Member, Period, boolean) - Method in interface nl.strohalm.cyclos.services.elements.ReferenceService
Searches on the history for the references by member and a date.
countReferencesHistoryByLevel(Reference.Nature, Member, Period, boolean) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceImpl
 
countReferencesHistoryByLevel(Reference.Nature, Member, Period, boolean) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceSecurity
 
countSkippedMembers(AccountFeeLog) - Method in interface nl.strohalm.cyclos.dao.accounts.fee.account.MemberAccountFeeLogDAO
Returns the number of members which where not charged, because the charge amount would be too low or because the freebase made them not being charged
countSkippedMembers(AccountFeeLog) - Method in class nl.strohalm.cyclos.dao.accounts.fee.account.MemberAccountFeeLogDAOImpl
 
create(Element, ActionContext) - Method in class nl.strohalm.cyclos.controls.admins.CreateAdminAction
 
create(Element, ActionContext) - Method in class nl.strohalm.cyclos.controls.elements.CreateElementAction
Should be overriden to create the element
create(Element, ActionContext) - Method in class nl.strohalm.cyclos.controls.members.CreateMemberAction
 
create(Element, ActionContext) - Method in class nl.strohalm.cyclos.controls.operators.CreateOperatorAction
 
create(Member, MemberAlert.Alerts, Object...) - Method in class nl.strohalm.cyclos.services.alerts.AlertServiceImpl
 
create(SystemAlert.Alerts, Object...) - Method in class nl.strohalm.cyclos.services.alerts.AlertServiceImpl
 
create(Member, MemberAlert.Alerts, Object...) - Method in interface nl.strohalm.cyclos.services.alerts.AlertServiceLocal
Creates a member alert
create(SystemAlert.Alerts, Object...) - Method in interface nl.strohalm.cyclos.services.alerts.AlertServiceLocal
Creates a system alert
create(Member, Member) - Method in class nl.strohalm.cyclos.services.elements.BrokeringServiceImpl
Creates a new brokering
create(Member, Member) - Method in interface nl.strohalm.cyclos.services.elements.BrokeringServiceLocal
Create a new brokering relation.
create(Element.Nature...) - Static method in class nl.strohalm.cyclos.struts.access.policies.utils.ElementActionPolicy
 
create(Group.Nature...) - Static method in class nl.strohalm.cyclos.struts.access.policies.utils.GroupActionPolicy
 
create(Module) - Static method in class nl.strohalm.cyclos.struts.access.policies.utils.ModuleActionPolicy
 
create(ActionPolicy...) - Static method in class nl.strohalm.cyclos.struts.access.policies.utils.OrActionPolicy
 
create(Permission...) - Static method in class nl.strohalm.cyclos.struts.access.policies.utils.PermissionActionPolicy
 
CreateAdminAction - Class in nl.strohalm.cyclos.controls.admins
Action used to create administrators
CreateAdminAction() - Constructor for class nl.strohalm.cyclos.controls.admins.CreateAdminAction
 
CreateAdminForm - Class in nl.strohalm.cyclos.controls.admins
Form used to create a member
CreateAdminForm() - Constructor for class nl.strohalm.cyclos.controls.admins.CreateAdminForm
 
createAgreementForAllMembers(RegistrationAgreement, MemberGroup) - Method in interface nl.strohalm.cyclos.dao.members.ElementDAO
Create a RegistrationAgreementLog for each member in the given group for the given agreement
createAgreementForAllMembers(RegistrationAgreement, MemberGroup) - Method in class nl.strohalm.cyclos.dao.members.ElementDAOImpl
 
createAgreementForAllMembers(RegistrationAgreement, MemberGroup) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
createAgreementForAllMembers(RegistrationAgreement, MemberGroup) - Method in interface nl.strohalm.cyclos.services.elements.ElementServiceLocal
Marks all members in the given group as if they had accepted the given registration agreement
CreateBasicData - Class in nl.strohalm.cyclos.setup
Creates basic data, like application version, permissions, groups, a system administrator and the default settings
CreateBasicData(Setup, boolean) - Constructor for class nl.strohalm.cyclos.setup.CreateBasicData
 
createBeanFactory() - Method in class nl.strohalm.cyclos.spring.CustomApplicationContext
 
createBeanFactory() - Method in class nl.strohalm.cyclos.spring.CustomWebApplicationContext
 
createBlob(InputStream, int) - Method in interface nl.strohalm.cyclos.dao.BaseDAO
 
createBlob(InputStream, int) - Method in class nl.strohalm.cyclos.dao.BaseDAOImpl
 
createBrokeringCommissionStatus(BrokerCommission) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
createBrokeringCommissionStatus(Brokering, BrokerCommission) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
createBrokeringCommissionStatus(BrokerCommission) - Method in interface nl.strohalm.cyclos.services.elements.CommissionServiceLocal
Creates the brokering commission status objects for each broker (and his/her brokereds) of the broker groups selected in the broker commission
createBrokeringCommissionStatus(Brokering, BrokerCommission) - Method in interface nl.strohalm.cyclos.services.elements.CommissionServiceLocal
Creates the brokering commission status object
createCache(String) - Method in class nl.strohalm.cyclos.utils.cache.BaseCacheManager
Should be implemented to create a cache with the given name
createCache(String) - Method in class nl.strohalm.cyclos.utils.cache.EhCacheCacheManager
 
createCacheEventListener(Properties) - Method in class nl.strohalm.cyclos.utils.cache.ehcache.HazelcastCacheReplicatorFactory
 
createCachePeerProvider(CacheManager, Properties) - Method in class nl.strohalm.cyclos.utils.cache.ehcache.HazelcastCacheManagerPeerProviderFactory
 
CreateCardAction - Class in nl.strohalm.cyclos.controls.accounts.cards
 
CreateCardAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.cards.CreateCardAction
 
createConverters() - Method in class nl.strohalm.cyclos.services.settings.AccessSettingsHandler
 
createConverters() - Method in class nl.strohalm.cyclos.services.settings.AlertSettingsHandler
 
createConverters() - Method in class nl.strohalm.cyclos.services.settings.BaseSettingsHandler
Must be overriden to create the converters
createConverters() - Method in class nl.strohalm.cyclos.services.settings.LocalSettingsHandler
 
createConverters() - Method in class nl.strohalm.cyclos.services.settings.LogSettingsHandler
 
createConverters() - Method in class nl.strohalm.cyclos.services.settings.MailSettingsHandler
 
createConverters() - Method in class nl.strohalm.cyclos.services.settings.MailTranslationHandler
 
createConverters() - Method in class nl.strohalm.cyclos.services.settings.MessageSettingsHandler
 
CreateDataBase - Class in nl.strohalm.cyclos.setup
Creates the database tables
CreateDataBase(Setup) - Constructor for class nl.strohalm.cyclos.setup.CreateDataBase
 
createDataBinder(LocalSettings) - Static method in class nl.strohalm.cyclos.controls.members.pending.SearchPendingMembersAction
 
createDataObject(int, int, int, byte) - Method in class nl.strohalm.cyclos.services.stats.StatisticalServiceImpl
Deprecated. only used for testing
createDataObject(int, int, int[], byte) - Method in class nl.strohalm.cyclos.services.stats.StatisticalServiceImpl
Deprecated. only used for testing
createDataObject(int, int, StatisticalService.TableType, byte) - Method in class nl.strohalm.cyclos.services.stats.StatisticalServiceImpl
Deprecated. only used for testing
createDataObject(int, int[], StatisticalService.TableType, byte) - Method in class nl.strohalm.cyclos.services.stats.StatisticalServiceImpl
Deprecated. only used for testing
createDefaultBrokerCommissions(BrokerCommission) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
createDefaultBrokerCommissions(BrokerCommission) - Method in interface nl.strohalm.cyclos.services.elements.CommissionServiceLocal
Creates a default broker commission for each broker of the broker groups selected in the broker commission
CreateElementAction<E extends Element> - Class in nl.strohalm.cyclos.controls.elements
Action used to create an element
CreateElementAction() - Constructor for class nl.strohalm.cyclos.controls.elements.CreateElementAction
 
CreateElementForm - Class in nl.strohalm.cyclos.controls.elements
Form used to create an element
CreateElementForm() - Constructor for class nl.strohalm.cyclos.controls.elements.CreateElementForm
 
createHibernateTemplate(SessionFactory) - Method in class nl.strohalm.cyclos.dao.BaseDAOImpl
 
createImage(String) - Method in class nl.strohalm.cyclos.utils.CaptchaProducer
 
CreateInitialData - Class in nl.strohalm.cyclos.setup
Creates a set of default account related data, as well as other default data.
CreateInitialData(Setup) - Constructor for class nl.strohalm.cyclos.setup.CreateInitialData
 
CreateMemberAction - Class in nl.strohalm.cyclos.controls.members
Action used to create members
CreateMemberAction() - Constructor for class nl.strohalm.cyclos.controls.members.CreateMemberAction
 
CreateMemberForm - Class in nl.strohalm.cyclos.controls.members
Form used to create a member
CreateMemberForm() - Constructor for class nl.strohalm.cyclos.controls.members.CreateMemberForm
 
createNullPvalue() - Static method in class nl.strohalm.cyclos.entities.reports.StatisticalNumber
A factory method for the creation of a pValue which could not be created due to the fact that n-values were too small.
CreateOperatorAction - Class in nl.strohalm.cyclos.controls.operators
Action used by a member to create operators
CreateOperatorAction() - Constructor for class nl.strohalm.cyclos.controls.operators.CreateOperatorAction
 
CreateOperatorForm - Class in nl.strohalm.cyclos.controls.operators
Form used by a member to create an operator
CreateOperatorForm() - Constructor for class nl.strohalm.cyclos.controls.operators.CreateOperatorForm
 
createPercentage(Double) - Static method in class nl.strohalm.cyclos.entities.reports.StatisticalNumber
a factory method for the creation of numbers representing percentages.
createPercentage(Number, Number) - Static method in class nl.strohalm.cyclos.entities.reports.StatisticalNumber
a factory method for the creation of numbers representing percentages.
createPvalue(double) - Static method in class nl.strohalm.cyclos.entities.reports.StatisticalNumber
A factory method for the creation of numbers representing p-values.
createSetOfUnitsForMerge(BigDecimal, BigDecimal, Currency) - Static method in class nl.strohalm.cyclos.services.accounts.rates.RatesDTO
pseudo-constructor for passing a set of units to merge.
createSetOfUnitsForMerge(BigDecimal, Calendar, Currency) - Static method in class nl.strohalm.cyclos.services.accounts.rates.RatesDTO
pseudo-constructor for passing a set of units to merge.
createSettings(Session, ResourceBundle, Locale, Properties) - Static method in class nl.strohalm.cyclos.setup.CreateBasicData
 
createText() - Method in class nl.strohalm.cyclos.utils.CaptchaProducer
 
createValidator() - Method in class nl.strohalm.cyclos.services.settings.AccessSettingsHandler
 
createValidator() - Method in class nl.strohalm.cyclos.services.settings.AlertSettingsHandler
 
createValidator() - Method in class nl.strohalm.cyclos.services.settings.BaseSettingsHandler
Must be overriden to create the validator
createValidator() - Method in class nl.strohalm.cyclos.services.settings.LocalSettingsHandler
 
createValidator() - Method in class nl.strohalm.cyclos.services.settings.LogSettingsHandler
 
createValidator() - Method in class nl.strohalm.cyclos.services.settings.MailSettingsHandler
 
createValidator() - Method in class nl.strohalm.cyclos.services.settings.MailTranslationHandler
 
createValidator() - Method in class nl.strohalm.cyclos.services.settings.MessageSettingsHandler
 
CredentialError - Enum in nl.strohalm.cyclos.services.access
The possible statuses for a credential validation
CredentialsAlreadyUsedException - Exception in nl.strohalm.cyclos.services.access.exceptions
Exception thrown when an user tries to change his password to some he had already used in past
CredentialsAlreadyUsedException() - Constructor for exception nl.strohalm.cyclos.services.access.exceptions.CredentialsAlreadyUsedException
 
CredentialsAlreadyUsedException(Channel.Credentials, User) - Constructor for exception nl.strohalm.cyclos.services.access.exceptions.CredentialsAlreadyUsedException
 
CredentialsException - Exception in nl.strohalm.cyclos.services.access.exceptions
Base exception for credentials
CredentialsException() - Constructor for exception nl.strohalm.cyclos.services.access.exceptions.CredentialsException
 
CredentialsException(Channel.Credentials, User) - Constructor for exception nl.strohalm.cyclos.services.access.exceptions.CredentialsException
 
CredentialsStatus - Enum in nl.strohalm.cyclos.webservices.access
Result of a credentials check
CreditLimitDTO - Class in nl.strohalm.cyclos.services.accounts
Parameters for returning or setting credit limits
CreditLimitDTO() - Constructor for class nl.strohalm.cyclos.services.accounts.CreditLimitDTO
 
CreditLimitDTO.Entry - Class in nl.strohalm.cyclos.services.accounts
A credit limit entry, containing the account type and both credit limits
CreditLimitDTO.Entry(AccountType, BigDecimal, BigDecimal) - Constructor for class nl.strohalm.cyclos.services.accounts.CreditLimitDTO.Entry
 
CreditsException - Exception in nl.strohalm.cyclos.services.transactions.exceptions
Common exception for credit issues
CreditsException(Account, BigDecimal) - Constructor for exception nl.strohalm.cyclos.services.transactions.exceptions.CreditsException
 
CSSHelper - Class in nl.strohalm.cyclos.utils
Contains helper methods for handling cascading style sheets
CSSHelper() - Constructor for class nl.strohalm.cyclos.utils.CSSHelper
 
CSVFileMapping - Class in nl.strohalm.cyclos.entities.accounts.external.filemapping
A file mapping for parsing CSV files
CSVFileMapping() - Constructor for class nl.strohalm.cyclos.entities.accounts.external.filemapping.CSVFileMapping
 
CSVImport - Class in nl.strohalm.cyclos.entities.accounts.external.filemapping
Imports external transactions from a CSV format
CSVImport(CSVFileMapping) - Constructor for class nl.strohalm.cyclos.entities.accounts.external.filemapping.CSVImport
 
CSVParseException - Exception in nl.strohalm.cyclos.utils.csv
An exception when parsing a CSV file
CSVParseException(int) - Constructor for exception nl.strohalm.cyclos.utils.csv.CSVParseException
 
CSVReader<E> - Class in nl.strohalm.cyclos.utils.csv
Class used to read objects from a CSV line
CSVReader(Class<E>) - Constructor for class nl.strohalm.cyclos.utils.csv.CSVReader
 
CSVWriter<E> - Class in nl.strohalm.cyclos.utils.csv
Class used to write objects as CSV lines
CSVWriter(Class<E>) - Constructor for class nl.strohalm.cyclos.utils.csv.CSVWriter
 
Currency - Class in nl.strohalm.cyclos.entities.accounts
An account type currency
Currency() - Constructor for class nl.strohalm.cyclos.entities.accounts.Currency
 
Currency.Relationships - Enum in nl.strohalm.cyclos.entities.accounts
 
CurrencyDAO - Interface in nl.strohalm.cyclos.dao.accounts
DAO interface for currencies
CurrencyDAOImpl - Class in nl.strohalm.cyclos.dao.accounts
DAO implementation for currency
CurrencyDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.CurrencyDAOImpl
 
CurrencyHelper - Class in nl.strohalm.cyclos.webservices.utils
Utility class for currencies
CurrencyHelper() - Constructor for class nl.strohalm.cyclos.webservices.utils.CurrencyHelper
 
currencyService - Variable in class nl.strohalm.cyclos.controls.ads.SearchAdsAction
 
currencyService - Variable in class nl.strohalm.cyclos.controls.payments.BasePaymentAction
 
CurrencyService - Interface in nl.strohalm.cyclos.services.accounts
Service interface for currencies used to manage various currencies in the system.
CurrencyServiceImpl - Class in nl.strohalm.cyclos.services.accounts
Service implementation for currencies.
CurrencyServiceImpl() - Constructor for class nl.strohalm.cyclos.services.accounts.CurrencyServiceImpl
 
CurrencyServiceLocal - Interface in nl.strohalm.cyclos.services.accounts
Local interface.
CurrencyServiceSecurity - Class in nl.strohalm.cyclos.services.accounts
Security implementation for CurrencyService
CurrencyServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.accounts.CurrencyServiceSecurity
 
CurrencyVO - Class in nl.strohalm.cyclos.webservices.model
Currency VO for web services
CurrencyVO() - Constructor for class nl.strohalm.cyclos.webservices.model.CurrencyVO
 
currentPeriod(Calendar) - Method in class nl.strohalm.cyclos.utils.TimePeriod
Returns the full period which includes the given date
CurrentStateReportAction - Class in nl.strohalm.cyclos.controls.reports
 
CurrentStateReportAction() - Constructor for class nl.strohalm.cyclos.controls.reports.CurrentStateReportAction
 
CurrentStateReportForm - Class in nl.strohalm.cyclos.controls.reports
 
CurrentStateReportForm() - Constructor for class nl.strohalm.cyclos.controls.reports.CurrentStateReportForm
 
CurrentStateReportParameters - Class in nl.strohalm.cyclos.services.reports
 
CurrentStateReportParameters() - Constructor for class nl.strohalm.cyclos.services.reports.CurrentStateReportParameters
 
CurrentStateReportParameters.TimePointType - Enum in nl.strohalm.cyclos.services.reports
 
CurrentStateReportService - Interface in nl.strohalm.cyclos.services.reports
Service for accessing the current state report
CurrentStateReportServiceImpl - Class in nl.strohalm.cyclos.services.reports
Implementation for CurrentStateReportService
CurrentStateReportServiceImpl() - Constructor for class nl.strohalm.cyclos.services.reports.CurrentStateReportServiceImpl
 
CurrentStateReportServiceLocal - Interface in nl.strohalm.cyclos.services.reports
Local interface.
CurrentStateReportServiceSecurity - Class in nl.strohalm.cyclos.services.reports
Security implementation for CurrentStateReportService
CurrentStateReportServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.reports.CurrentStateReportServiceSecurity
 
CurrentStateReportVO - Class in nl.strohalm.cyclos.entities.reports
 
CurrentStateReportVO() - Constructor for class nl.strohalm.cyclos.entities.reports.CurrentStateReportVO
 
CurrentTransactionData - Class in nl.strohalm.cyclos.utils.transaction
Holds data about the current transaction
CurrentTransactionData() - Constructor for class nl.strohalm.cyclos.utils.transaction.CurrentTransactionData
 
CurrentTransactionData.Entry - Class in nl.strohalm.cyclos.utils.transaction
Contains the current transaction data
CurrentTransactionData.Entry() - Constructor for class nl.strohalm.cyclos.utils.transaction.CurrentTransactionData.Entry
 
currentValues(Permission) - Method in class nl.strohalm.cyclos.services.permissions.PermissionCatalogHandlerImpl
 
currentValues(Permission) - Method in interface nl.strohalm.cyclos.utils.access.PermissionCatalogHandler
 
CUSTOM_IMAGES_PATH - Static variable in class nl.strohalm.cyclos.utils.WebImageHelper
 
CUSTOM_THUMBNAILS_PATH - Static variable in class nl.strohalm.cyclos.utils.WebImageHelper
 
CustomApplicationContext - Class in nl.strohalm.cyclos.spring
Custom application context used to set the allowRawInjectionDespiteWrapping property
CustomApplicationContext(List<String>, Class<?>) - Constructor for class nl.strohalm.cyclos.spring.CustomApplicationContext
 
CustomApplicationContext(String[]) - Constructor for class nl.strohalm.cyclos.spring.CustomApplicationContext
 
CustomApplicationContext(String[], Class<?>) - Constructor for class nl.strohalm.cyclos.spring.CustomApplicationContext
 
CustomBeanUtilsBean - Class in nl.strohalm.cyclos.utils.binding
Customized bean utils in order to check if a mapped property refers to an array or single value
CustomBeanUtilsBean() - Constructor for class nl.strohalm.cyclos.utils.binding.CustomBeanUtilsBean
 
CustomFaultInterceptor - Class in nl.strohalm.cyclos.webservices.interceptor
An interceptor used to map known exceptions to fault codes
CustomFaultInterceptor() - Constructor for class nl.strohalm.cyclos.webservices.interceptor.CustomFaultInterceptor
 
CustomField - Class in nl.strohalm.cyclos.entities.customization.fields
A customized field for a given entity
CustomField() - Constructor for class nl.strohalm.cyclos.entities.customization.fields.CustomField
 
CustomField.Control - Enum in nl.strohalm.cyclos.entities.customization.fields
 
CustomField.Nature - Enum in nl.strohalm.cyclos.entities.customization.fields
 
CustomField.Relationships - Enum in nl.strohalm.cyclos.entities.customization.fields
 
CustomField.Size - Enum in nl.strohalm.cyclos.entities.customization.fields
 
CustomField.Type - Enum in nl.strohalm.cyclos.entities.customization.fields
 
CustomFieldConverter - Class in nl.strohalm.cyclos.utils.conversion
Converter for custom field value collections
CustomFieldConverter(CustomField) - Constructor for class nl.strohalm.cyclos.utils.conversion.CustomFieldConverter
 
CustomFieldDAO - Interface in nl.strohalm.cyclos.dao.customizations
Data access object interface for custom fields
customFieldDao - Variable in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
 
CustomFieldDAOImpl - Class in nl.strohalm.cyclos.dao.customizations
Implementation class for custom field DAO
CustomFieldDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.customizations.CustomFieldDAOImpl
 
CustomFieldHelper - Class in nl.strohalm.cyclos.utils
Helper class for custom field manipulation
CustomFieldHelper() - Constructor for class nl.strohalm.cyclos.utils.CustomFieldHelper
 
CustomFieldHelper.Entry - Class in nl.strohalm.cyclos.utils
Contains a relationship between custom field and its respective value
CustomFieldHelper.Entry(CustomField, CustomFieldValue) - Constructor for class nl.strohalm.cyclos.utils.CustomFieldHelper.Entry
 
CustomFieldPossibleValue - Class in nl.strohalm.cyclos.entities.customization.fields
Represents a possible value of an enumerated custom field
CustomFieldPossibleValue() - Constructor for class nl.strohalm.cyclos.entities.customization.fields.CustomFieldPossibleValue
 
CustomFieldPossibleValue(CustomField, String) - Constructor for class nl.strohalm.cyclos.entities.customization.fields.CustomFieldPossibleValue
 
CustomFieldPossibleValue.Relationships - Enum in nl.strohalm.cyclos.entities.customization.fields
 
CustomFieldPossibleValueDAO - Interface in nl.strohalm.cyclos.dao.customizations
Data access object interface for custom field possible values
customFieldPossibleValueDao - Variable in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
 
CustomFieldPossibleValueDAOImpl - Class in nl.strohalm.cyclos.dao.customizations
Implementation class for custom field possible values DAO
CustomFieldPossibleValueDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.customizations.CustomFieldPossibleValueDAOImpl
 
CustomFieldPossibleValueQuery - Class in nl.strohalm.cyclos.entities.customization.fields
Query parameters for custom field possible values
CustomFieldPossibleValueQuery() - Constructor for class nl.strohalm.cyclos.entities.customization.fields.CustomFieldPossibleValueQuery
 
CustomFieldsContainer<CF extends CustomField,CFV extends CustomFieldValue> - Interface in nl.strohalm.cyclos.utils
Base class for classes (Entities, DTOs, etc) with custom fields
CustomFieldTag - Class in nl.strohalm.cyclos.taglibs
Tag used to render a custom field
CustomFieldTag() - Constructor for class nl.strohalm.cyclos.taglibs.CustomFieldTag
 
customFieldType - Variable in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
 
CustomFieldValue - Class in nl.strohalm.cyclos.entities.customization.fields
The association between a custom field and a given entity.
CustomFieldValue() - Constructor for class nl.strohalm.cyclos.entities.customization.fields.CustomFieldValue
 
CustomFieldValue.Relationships - Enum in nl.strohalm.cyclos.entities.customization.fields
 
CustomFieldValueDAO - Interface in nl.strohalm.cyclos.dao.customizations
Data access object interface for custom fields values
customFieldValueDao - Variable in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
 
CustomFieldValueDAOImpl - Class in nl.strohalm.cyclos.dao.customizations
Implementation class for custom field values
CustomFieldValueDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.customizations.CustomFieldValueDAOImpl
 
CustomFileMapping - Class in nl.strohalm.cyclos.entities.accounts.external.filemapping
A file mapping that allows an arbitrary class to implement the mapping
CustomFileMapping() - Constructor for class nl.strohalm.cyclos.entities.accounts.external.filemapping.CustomFileMapping
 
CustomImage - Class in nl.strohalm.cyclos.entities.customization.images
An image to be used in file customization
CustomImage() - Constructor for class nl.strohalm.cyclos.entities.customization.images.CustomImage
 
CustomImagesAction - Class in nl.strohalm.cyclos.controls.customization.images
Action used to list the customized images
CustomImagesAction() - Constructor for class nl.strohalm.cyclos.controls.customization.images.CustomImagesAction
 
CustomImagesForm - Class in nl.strohalm.cyclos.controls.customization.images
Form used to update customized images
CustomImagesForm() - Constructor for class nl.strohalm.cyclos.controls.customization.images.CustomImagesForm
 
CustomImageTag - Class in nl.strohalm.cyclos.taglibs
Renders a custom image <img> element
CustomImageTag() - Constructor for class nl.strohalm.cyclos.taglibs.CustomImageTag
 
CustomImageUrlTag - Class in nl.strohalm.cyclos.taglibs
Renders the url for a custom image
CustomImageUrlTag() - Constructor for class nl.strohalm.cyclos.taglibs.CustomImageUrlTag
 
CustomizationHelper - Class in nl.strohalm.cyclos.utils
Helper class for customizations
CustomizationHelper() - Constructor for class nl.strohalm.cyclos.utils.CustomizationHelper
 
CustomizationHelper.CustomizationData - Class in nl.strohalm.cyclos.utils
 
CustomizationHelper.CustomizationData(CustomizationHelper.CustomizationLevel) - Constructor for class nl.strohalm.cyclos.utils.CustomizationHelper.CustomizationData
 
CustomizationHelper.CustomizationData(CustomizationHelper.CustomizationLevel, Long) - Constructor for class nl.strohalm.cyclos.utils.CustomizationHelper.CustomizationData
 
CustomizationHelper.CustomizationLevel - Enum in nl.strohalm.cyclos.utils
 
CustomizedFile - Class in nl.strohalm.cyclos.entities.customization.files
This entity is the customization of a display file
CustomizedFile() - Constructor for class nl.strohalm.cyclos.entities.customization.files.CustomizedFile
 
CustomizedFile.Relationships - Enum in nl.strohalm.cyclos.entities.customization.files
 
CustomizedFile.Type - Enum in nl.strohalm.cyclos.entities.customization.files
A customized file type
CustomizedFileDAO - Interface in nl.strohalm.cyclos.dao.customizations
Data access object interface for customized files
CustomizedFileDAOImpl - Class in nl.strohalm.cyclos.dao.customizations
Implementation class for customized files
CustomizedFileDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.customizations.CustomizedFileDAOImpl
 
CustomizedFileHandler - Interface in nl.strohalm.cyclos.utils.customizedfile
Used to write local files within the web context scope
CustomizedFileInitialization - Class in nl.strohalm.cyclos.initializations
Initializes the customized files
CustomizedFileInitialization() - Constructor for class nl.strohalm.cyclos.initializations.CustomizedFileInitialization
 
customizedFileOf(CustomizedFile) - Method in class nl.strohalm.cyclos.utils.CustomizationHelper
Returns the real file for the given customized file
customizedFileOf(CustomizedFile.Type, String) - Method in class nl.strohalm.cyclos.utils.CustomizationHelper
Returns the real file for the given customized file
CustomizedFileOperation - Class in nl.strohalm.cyclos.utils.customizedfile
Contains the operation executed by the handler
CustomizedFileOperation() - Constructor for class nl.strohalm.cyclos.utils.customizedfile.CustomizedFileOperation
 
CustomizedFileOperation.OperationType - Enum in nl.strohalm.cyclos.utils.customizedfile
 
CustomizedFilePathTag - Class in nl.strohalm.cyclos.taglibs
Custom tag used to render the given customized file path
CustomizedFilePathTag() - Constructor for class nl.strohalm.cyclos.taglibs.CustomizedFilePathTag
 
CustomizedFileQuery - Class in nl.strohalm.cyclos.entities.customization.files
Query parameters for customized files
CustomizedFileQuery() - Constructor for class nl.strohalm.cyclos.entities.customization.files.CustomizedFileQuery
 
CustomizedFileService - Interface in nl.strohalm.cyclos.services.customization
Service interface for managing customized files (save, load, edit)
CustomizedFileServiceImpl - Class in nl.strohalm.cyclos.services.customization
Implementation for customized file service
CustomizedFileServiceImpl() - Constructor for class nl.strohalm.cyclos.services.customization.CustomizedFileServiceImpl
 
CustomizedFileServiceLocal - Interface in nl.strohalm.cyclos.services.customization
Local interface.
CustomizedFileServiceSecurity - Class in nl.strohalm.cyclos.services.customization
Security implementation for CustomizedFileService
CustomizedFileServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.customization.CustomizedFileServiceSecurity
 
customizedPathFor(CustomizedFile.Type) - Method in class nl.strohalm.cyclos.utils.CustomizationHelper
Returns the root path for the customized file type
customizedPathFor(CustomizedFile.Type, Group, boolean) - Method in class nl.strohalm.cyclos.utils.CustomizationHelper
Returns the root path for the customized file type
customizedPathFor(CustomizedFile.Type, GroupFilter) - Method in class nl.strohalm.cyclos.utils.CustomizationHelper
Returns the root path for the customized file type
customObjectHandler - Variable in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
 
CustomObjectHandler - Interface in nl.strohalm.cyclos.utils
Handler for custom objects creation, such as TransferListener, ISmsContext and so on
CustomObjectHandlerImpl - Class in nl.strohalm.cyclos.utils
Handler for custom objects creation, such as TransferListener, ISmsContext and so on Regular Cache is not used, as here we have live instances, maybe they are not serializable, for example, to be on cache
CustomObjectHandlerImpl() - Constructor for class nl.strohalm.cyclos.utils.CustomObjectHandlerImpl
 
CustomSessionFactoryBean - Class in nl.strohalm.cyclos.spring
Custom session factory bean used to setup Hibernate
CustomSessionFactoryBean() - Constructor for class nl.strohalm.cyclos.spring.CustomSessionFactoryBean
 
CustomWebApplicationContext - Class in nl.strohalm.cyclos.spring
Custom web application context used to set the allowRawInjectionDespiteWrapping property on the BeanFactory.
CustomWebApplicationContext() - Constructor for class nl.strohalm.cyclos.spring.CustomWebApplicationContext
 
CYCLOS_PROPERTIES_FILE - Static variable in class nl.strohalm.cyclos.CyclosConfiguration
 
CyclosConfiguration - Class in nl.strohalm.cyclos
Returns the cyclos properties
CyclosConfiguration() - Constructor for class nl.strohalm.cyclos.CyclosConfiguration
 
CyclosConfigurationFactoryBean - Class in nl.strohalm.cyclos.spring
A factory bean which returns the cyclos configuration properties
CyclosConfigurationFactoryBean() - Constructor for class nl.strohalm.cyclos.spring.CyclosConfigurationFactoryBean
 
CyclosControllerConfig - Class in nl.strohalm.cyclos.struts
Controller configuration class
CyclosControllerConfig() - Constructor for class nl.strohalm.cyclos.struts.CyclosControllerConfig
 
CyclosMessageResources - Class in nl.strohalm.cyclos.struts
Customized message resources used to get data from the service
CyclosMessageResources() - Constructor for class nl.strohalm.cyclos.struts.CyclosMessageResources
 
cyclosProperties - Variable in class nl.strohalm.cyclos.spring.FactoryBeanFromProperties
 
CyclosRequestProcessor - Class in nl.strohalm.cyclos.struts
Custom struts request processor.
CyclosRequestProcessor() - Constructor for class nl.strohalm.cyclos.struts.CyclosRequestProcessor
 
CyclosRequestProcessor.ExecutionResult - Class in nl.strohalm.cyclos.struts
 
CyclosRequestProcessor.ExecutionResult() - Constructor for class nl.strohalm.cyclos.struts.CyclosRequestProcessor.ExecutionResult
 
CyclosSecurePlugIn - Class in nl.strohalm.cyclos.struts
Custom SecurePlugIn that reads the configuration from cyclos.properties instead of struts-config.xml
CyclosSecurePlugIn() - Constructor for class nl.strohalm.cyclos.struts.CyclosSecurePlugIn
 
CyclosWebServicesClientFactory - Class in nl.strohalm.cyclos.webservices
A class capable of generating proxies to the various Cyclos web services
CyclosWebServicesClientFactory() - Constructor for class nl.strohalm.cyclos.webservices.CyclosWebServicesClientFactory
Empty constructor
CyclosWebServicesClientFactory(String) - Constructor for class nl.strohalm.cyclos.webservices.CyclosWebServicesClientFactory
Constructs the factory with the server root url
CyclosWebServicesClientFactory(String, String, String) - Constructor for class nl.strohalm.cyclos.webservices.CyclosWebServicesClientFactory
Constructs the factory with the server root url and credentials

D

DaoException - Exception in nl.strohalm.cyclos.entities.exceptions
Base class for all exceptions related with persistence problems.
DaoException() - Constructor for exception nl.strohalm.cyclos.entities.exceptions.DaoException
 
DaoException(String) - Constructor for exception nl.strohalm.cyclos.entities.exceptions.DaoException
 
DaoException(String, Throwable) - Constructor for exception nl.strohalm.cyclos.entities.exceptions.DaoException
 
DaoException(Throwable) - Constructor for exception nl.strohalm.cyclos.entities.exceptions.DaoException
 
DataBaseConfiguration - Class in nl.strohalm.cyclos.setup
Class used to manage database configuration, validate the connection, generate the database when in embedded mode and apply automatic schema updates.
DataBaseConfiguration(Configuration, TaskRunner) - Constructor for class nl.strohalm.cyclos.setup.DataBaseConfiguration
 
DataBaseEncodingMigration - Class in nl.strohalm.cyclos.setup.migrations.version3_5
Migration of all tables to unicode character set (utf8)
DataBaseEncodingMigration() - Constructor for class nl.strohalm.cyclos.setup.migrations.version3_5.DataBaseEncodingMigration
 
dataBinder - Variable in class nl.strohalm.cyclos.controls.elements.CreateElementAction
 
DataBinder<T> - Class in nl.strohalm.cyclos.utils.binding
Has the capacity to read/store values from/to an object
DataBinder() - Constructor for class nl.strohalm.cyclos.utils.binding.DataBinder
 
DataBinderHelper - Class in nl.strohalm.cyclos.utils.binding
Helper class for data binders
DataBinderHelper() - Constructor for class nl.strohalm.cyclos.utils.binding.DataBinderHelper
 
DataIteratorHelper - Class in nl.strohalm.cyclos.utils
Helper class for data iterators
DataIteratorHelper() - Constructor for class nl.strohalm.cyclos.utils.DataIteratorHelper
 
DataObject - Class in nl.strohalm.cyclos.utils
Base class for Data Transfer Objects and View Objects.
DataObject() - Constructor for class nl.strohalm.cyclos.utils.DataObject
 
dataset - Variable in class nl.strohalm.cyclos.controls.reports.statistics.graphs.StatisticalDataProducer
the dataset for the graph.
date - Variable in class nl.strohalm.cyclos.entities.alerts.Alert
 
date - Variable in class nl.strohalm.cyclos.services.transactions.LoanPaymentDTO
 
DateHelper - Class in nl.strohalm.cyclos.utils
Helper class for dates
DateHelper() - Constructor for class nl.strohalm.cyclos.utils.DateHelper
 
dateToRate(RatesDTO) - Method in class nl.strohalm.cyclos.services.accounts.rates.RateServiceImplMock
 
dateToRate(RatesDTO) - Method in interface nl.strohalm.cyclos.services.accounts.rates.RateServiceLocal
converts the rate from raw Calendar rates to BigDecimal Rates
day(Calendar) - Static method in class nl.strohalm.cyclos.utils.Period
 
daysBetween(Calendar, Calendar) - Static method in class nl.strohalm.cyclos.utils.DateHelper
Returns the number of days between 2 dates.
deactivate(Member, MemberAccountType, boolean) - Method in class nl.strohalm.cyclos.services.accounts.MemberAccountHandler
Deactivate a member account, or remove it if it has no transactions
deactivate(MemberAccount, boolean) - Method in class nl.strohalm.cyclos.services.accounts.MemberAccountHandler
When there are no transfers, remove the account.
decimalDaysAdd(Calendar, BigDecimal) - Static method in class nl.strohalm.cyclos.utils.DateHelper
inverse function of decimalDaysBetween: adds a BigDecimal number of days to a Calendar.
decimalDaysBetween(Calendar, Calendar) - Static method in class nl.strohalm.cyclos.utils.DateHelper
Returns the number of days between 2 dates as a BigDecimal.
decodeUrl(String) - Static method in class nl.strohalm.cyclos.utils.StringHelper
Decodes the url
deepCopy(Object) - Method in class nl.strohalm.cyclos.utils.hibernate.AbstractEnumType
 
deepCopy(Object) - Method in class nl.strohalm.cyclos.utils.hibernate.AmountType
 
deepCopy(Object) - Method in class nl.strohalm.cyclos.utils.hibernate.BasePeriodType
 
deepCopy(Object) - Method in class nl.strohalm.cyclos.utils.hibernate.PermissionType
 
deepCopy(Object) - Method in class nl.strohalm.cyclos.utils.hibernate.RangeConstraintType
 
deepCopy(Object) - Method in class nl.strohalm.cyclos.utils.hibernate.TimePeriodType
 
DEFAULT_COLUMN_SEPARATOR - Static variable in class nl.strohalm.cyclos.entities.accounts.external.filemapping.CSVFileMapping
 
DEFAULT_CURRENT_PAGE - Static variable in class nl.strohalm.cyclos.webservices.model.SearchParameters
 
DEFAULT_DATE_FORMAT - Static variable in class nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMappingWithFields
 
DEFAULT_DECIMAL_PLACES - Static variable in class nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMappingWithFields
 
DEFAULT_DECIMAL_SEPARATOR - Static variable in class nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMappingWithFields
 
DEFAULT_EXCLUDES - Static variable in class nl.strohalm.cyclos.utils.FormatObject
 
DEFAULT_HEADER_LINES - Static variable in class nl.strohalm.cyclos.entities.accounts.external.filemapping.CSVFileMapping
 
DEFAULT_LENGTH - Static variable in class nl.strohalm.cyclos.taglibs.TruncateTag
 
DEFAULT_LINES - Static variable in class nl.strohalm.cyclos.taglibs.TruncateTag
 
DEFAULT_NEGATIVE_AMOUNT_VALUE - Static variable in class nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMappingWithFields
 
DEFAULT_NUMBER_FORMAT - Static variable in class nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMappingWithFields
 
DEFAULT_PAGE_SIZE - Static variable in class nl.strohalm.cyclos.webservices.model.SearchParameters
 
DEFAULT_PRINCIPAL_TYPE - Static variable in class nl.strohalm.cyclos.entities.access.Channel
 
DEFAULT_STRING_QUOTE - Static variable in class nl.strohalm.cyclos.entities.accounts.external.filemapping.CSVFileMapping
 
DEFAULT_TRIM - Static variable in class nl.strohalm.cyclos.utils.conversion.StringTrimmerConverter
 
defaultAttributes() - Method in class nl.strohalm.cyclos.taglibs.AbstractDynamicAttributesTag
 
defaultAttributes() - Method in class nl.strohalm.cyclos.taglibs.LayoutTag
 
DefaultBrokerCommission - Class in nl.strohalm.cyclos.entities.members.brokerings
Default commission settings for a broker
DefaultBrokerCommission() - Constructor for class nl.strohalm.cyclos.entities.members.brokerings.DefaultBrokerCommission
 
DefaultBrokerCommission.Relationships - Enum in nl.strohalm.cyclos.entities.members.brokerings
 
DefaultBrokerCommission.Status - Enum in nl.strohalm.cyclos.entities.members.brokerings
 
DefaultBrokerCommissionDAO - Interface in nl.strohalm.cyclos.dao.members.brokerings
DAO interface for default broker commissions
DefaultBrokerCommissionDAOImpl - Class in nl.strohalm.cyclos.dao.members.brokerings
Implementation for default broker commissions DAO
DefaultBrokerCommissionDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.members.brokerings.DefaultBrokerCommissionDAOImpl
 
DefaultBrokerCommissionQuery - Class in nl.strohalm.cyclos.entities.members.brokerings
Parameters for default broker commission query
DefaultBrokerCommissionQuery() - Constructor for class nl.strohalm.cyclos.entities.members.brokerings.DefaultBrokerCommissionQuery
 
DefaultBrokerCommissionsAction - Class in nl.strohalm.cyclos.controls.members.brokering
Action used to set default broker commissions
DefaultBrokerCommissionsAction() - Constructor for class nl.strohalm.cyclos.controls.members.brokering.DefaultBrokerCommissionsAction
 
DefaultBrokerCommissionsAction.DefaultBrokerCommissionDTO - Class in nl.strohalm.cyclos.controls.members.brokering
 
DefaultBrokerCommissionsAction.DefaultBrokerCommissionDTO() - Constructor for class nl.strohalm.cyclos.controls.members.brokering.DefaultBrokerCommissionsAction.DefaultBrokerCommissionDTO
 
DefaultBrokerCommissionsForm - Class in nl.strohalm.cyclos.controls.members.brokering
Form used to edit default broker commissions
DefaultBrokerCommissionsForm() - Constructor for class nl.strohalm.cyclos.controls.members.brokering.DefaultBrokerCommissionsForm
 
defaultMessage() - Method in enum nl.strohalm.cyclos.entities.settings.MessageSettings.MessageSettingsEnum
 
defaultObjectType - Variable in class nl.strohalm.cyclos.spring.FactoryBeanFromProperties
 
defaultSms() - Method in enum nl.strohalm.cyclos.entities.settings.MessageSettings.MessageSettingsEnum
 
defaultSubject() - Method in enum nl.strohalm.cyclos.entities.settings.MessageSettings.MessageSettingsEnum
 
defensiveCopy(Object) - Static method in class nl.strohalm.cyclos.utils.CollectionHelper
Returns a defensive copy for either Collections, Maps or Arrays
DelegateTimerTask - Class in nl.strohalm.cyclos.utils
A timer task that delegates the execution to a given runnable
DelegateTimerTask(Runnable) - Constructor for class nl.strohalm.cyclos.utils.DelegateTimerTask
 
DelegatingValidator - Class in nl.strohalm.cyclos.utils.validation
Validator that delegates validation to an external validator
DelegatingValidator(DelegatingValidator.DelegateSource) - Constructor for class nl.strohalm.cyclos.utils.validation.DelegatingValidator
Delegates to a fixed source
DelegatingValidator(Validator) - Constructor for class nl.strohalm.cyclos.utils.validation.DelegatingValidator
Delegates to a fixed source
DelegatingValidator.DelegateSource - Interface in nl.strohalm.cyclos.utils.validation
Returns a delegating validator
DeletableDAO<E extends Entity> - Interface in nl.strohalm.cyclos.dao
DAO interface for DAO's that can perform delete on their entities
delete(User) - Method in interface nl.strohalm.cyclos.dao.access.SessionDAO
Deletes all sessions for the given user
delete(User) - Method in class nl.strohalm.cyclos.dao.access.SessionDAOImpl
 
delete(boolean, Long...) - Method in class nl.strohalm.cyclos.dao.accounts.AccountDAOImpl
 
delete(boolean, Long...) - Method in class nl.strohalm.cyclos.dao.accounts.AccountTypeDAOImpl
 
delete(boolean, Long...) - Method in class nl.strohalm.cyclos.dao.accounts.CurrencyDAOImpl
 
delete(long, long) - Method in interface nl.strohalm.cyclos.dao.accounts.MemberGroupAccountSettingsDAO
Removes an existing setting associating MemberGroup identified by groupId and AccountType identified by accountTypeId.
delete(long, long) - Method in class nl.strohalm.cyclos.dao.accounts.MemberGroupAccountSettingsDAOImpl
 
delete(Calendar) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.TraceNumberDAO
Deletes the trace numbers before (or at) the specified date
delete(Calendar) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.TraceNumberDAOImpl
 
delete(boolean, Long...) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.TransferTypeDAOImpl
 
delete(boolean, Long...) - Method in class nl.strohalm.cyclos.dao.ads.AdDAOImpl
 
delete(boolean, Long...) - Method in class nl.strohalm.cyclos.dao.alerts.AlertDAOImpl
Alerts are never physically removed, just have their removed property changed to true
delete(boolean, Long...) - Method in class nl.strohalm.cyclos.dao.alerts.ErrorLogEntryDAOImpl
Error log entries are never physically removed, just have their removed property changed to true
delete(boolean, Long...) - Method in class nl.strohalm.cyclos.dao.BaseDAOImpl
 
delete(Long...) - Method in class nl.strohalm.cyclos.dao.BaseDAOImpl
 
delete(Long...) - Method in interface nl.strohalm.cyclos.dao.customizations.DocumentDAO
Delete documents with the given ids, returning the number of deleted documents.
delete(boolean, Long...) - Method in interface nl.strohalm.cyclos.dao.DeletableDAO
Remove permanently the entities whose identifiers are contained in the array ids, optionally flushing the changes to the database.
delete(Long...) - Method in interface nl.strohalm.cyclos.dao.DeletableDAO
Remove permanently the entities whose identifiers are contained in the array ids, flushing the changes to the database.
delete(boolean, Long...) - Method in class nl.strohalm.cyclos.dao.groups.GroupDAOImpl
 
delete(boolean, Long...) - Method in class nl.strohalm.cyclos.dao.members.MemberRecordTypeDAOImpl
 
delete(boolean, Long...) - Method in class nl.strohalm.cyclos.dao.members.MessageCategoryDAOImpl
 
delete(Long...) - Method in interface nl.strohalm.cyclos.services.services.ServiceClientService
Removes all hosts with the given ids
delete(Long...) - Method in class nl.strohalm.cyclos.services.services.ServiceClientServiceImpl
 
delete(Long...) - Method in class nl.strohalm.cyclos.services.services.ServiceClientServiceSecurity
 
delete(String) - Method in interface nl.strohalm.cyclos.utils.customizedfile.CustomizedFileHandler
Propagates the removal of the given file
delete(String) - Method in class nl.strohalm.cyclos.utils.customizedfile.HazelcastCustomizedFileHandler
 
delete(String) - Method in class nl.strohalm.cyclos.utils.customizedfile.LocalCustomizedFileHandler
 
deleteAll() - Method in interface nl.strohalm.cyclos.dao.customizations.TranslationMessageDAO
Deletes all messages
deleteAll() - Method in class nl.strohalm.cyclos.dao.customizations.TranslationMessageDAOImpl
 
deleteAllFrom(Channel) - Method in interface nl.strohalm.cyclos.dao.access.ChannelPrincipalDAO
Removes all ChannelPrincipal instances for the given channel
deleteAllFrom(Channel) - Method in class nl.strohalm.cyclos.dao.access.ChannelPrincipalDAOImpl
 
deleteBefore(Calendar) - Method in interface nl.strohalm.cyclos.dao.IndexOperationDAO
Deletes all operations before the given limit
deleteBefore(Calendar) - Method in class nl.strohalm.cyclos.dao.IndexOperationDAOImpl
 
deleteBefore(Calendar) - Method in interface nl.strohalm.cyclos.dao.members.PendingMemberDAO
Deletes all pending members before the given date
deleteBefore(Calendar) - Method in class nl.strohalm.cyclos.dao.members.PendingMemberDAOImpl
 
deleteByType(Setting.Type...) - Method in interface nl.strohalm.cyclos.dao.settings.SettingDAO
Delete all settings for the given types
deleteByType(Setting.Type...) - Method in class nl.strohalm.cyclos.dao.settings.SettingDAOImpl
 
DeleteCertificationAction - Class in nl.strohalm.cyclos.controls.accounts.guarantees.certifications
 
DeleteCertificationAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.DeleteCertificationAction
 
DeleteCertificationForm - Class in nl.strohalm.cyclos.controls.accounts.guarantees.certifications
 
DeleteCertificationForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.DeleteCertificationForm
 
DeleteContactAction - Class in nl.strohalm.cyclos.controls.members.contacts
Action to delete a contact
DeleteContactAction() - Constructor for class nl.strohalm.cyclos.controls.members.contacts.DeleteContactAction
 
deleteFile(File) - Method in class nl.strohalm.cyclos.utils.CustomizationHelper
Deletes the given file on disk
DeleteGuaranteeAction - Class in nl.strohalm.cyclos.controls.accounts.guarantees.guarantees
 
DeleteGuaranteeAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.DeleteGuaranteeAction
 
DeleteGuaranteeForm - Class in nl.strohalm.cyclos.controls.accounts.guarantees.guarantees
 
DeleteGuaranteeForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.DeleteGuaranteeForm
 
DeleteGuaranteeTypeAction - Class in nl.strohalm.cyclos.controls.accounts.guarantees.types
 
DeleteGuaranteeTypeAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.types.DeleteGuaranteeTypeAction
 
DeleteGuaranteeTypeForm - Class in nl.strohalm.cyclos.controls.accounts.guarantees.types
 
DeleteGuaranteeTypeForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.types.DeleteGuaranteeTypeForm
 
deleteLocally(String) - Method in class nl.strohalm.cyclos.utils.customizedfile.BaseCustomizedFileHandler
 
deleteOnPeriod(MemberAccount, AccountFeeLog) - Method in interface nl.strohalm.cyclos.dao.accounts.fee.account.AccountFeeAmountDAO
Deletes all AccountFeeAmounts for the given account and log
deleteOnPeriod(MemberAccount, AccountFeeLog) - Method in class nl.strohalm.cyclos.dao.accounts.fee.account.AccountFeeAmountDAOImpl
 
DeletePaymentObligationAction - Class in nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations
 
DeletePaymentObligationAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.DeletePaymentObligationAction
 
DeletePaymentObligationForm - Class in nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations
 
DeletePaymentObligationForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.DeletePaymentObligationForm
 
deletePos(Long...) - Method in interface nl.strohalm.cyclos.services.accounts.pos.PosService
Delete the POS
deletePos(Long...) - Method in class nl.strohalm.cyclos.services.accounts.pos.PosServiceImpl
 
deletePos(Long...) - Method in class nl.strohalm.cyclos.services.accounts.pos.PosServiceSecurity
 
deniedInvoiceNotification(Invoice) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
deniedInvoiceNotification(Invoice) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
deny(Invoice) - Method in interface nl.strohalm.cyclos.services.transactions.InvoiceService
Denies the specified invoice
deny(Invoice) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
deny(Invoice) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceSecurity
 
deny(TransferAuthorizationDTO) - Method in interface nl.strohalm.cyclos.services.transactions.TransferAuthorizationService
Cancels a payment awaiting for authorization
deny(TransferAuthorizationDTO) - Method in class nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceImpl
 
deny(TransferAuthorizationDTO) - Method in class nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceSecurity
 
denyBrokerCommissionContract(Long) - Method in interface nl.strohalm.cyclos.services.elements.CommissionService
A member denies a pending broker commission contract.
denyBrokerCommissionContract(Long) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
denyBrokerCommissionContract(Long) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceSecurity
 
DenyBrokerCommissionContractAction - Class in nl.strohalm.cyclos.controls.members.brokering
Action used to deny a broker commission contract
DenyBrokerCommissionContractAction() - Constructor for class nl.strohalm.cyclos.controls.members.brokering.DenyBrokerCommissionContractAction
 
DenyBrokerCommissionContractForm - Class in nl.strohalm.cyclos.controls.members.brokering
Form used to deny a broker commission contract
DenyBrokerCommissionContractForm() - Constructor for class nl.strohalm.cyclos.controls.members.brokering.DenyBrokerCommissionContractForm
 
DenyGuaranteeAction - Class in nl.strohalm.cyclos.controls.accounts.guarantees.guarantees
 
DenyGuaranteeAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.DenyGuaranteeAction
 
DenyInvoiceAction - Class in nl.strohalm.cyclos.controls.invoices
Action used to deny an invoice
DenyInvoiceAction() - Constructor for class nl.strohalm.cyclos.controls.invoices.DenyInvoiceAction
 
DenyPaymentAction - Class in nl.strohalm.cyclos.controls.payments.authorization
 
DenyPaymentAction() - Constructor for class nl.strohalm.cyclos.controls.payments.authorization.DenyPaymentAction
 
description(Object, String) - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl.CustomFieldRetrievingStrategy
 
description(Object, String) - Method in class nl.strohalm.cyclos.utils.validation.Validator.BeanPropertyRetrieveStrategy
 
description(Object, String) - Method in interface nl.strohalm.cyclos.utils.validation.Validator.PropertyRetrieveStrategy
Returns a property description
destroy() - Method in class nl.strohalm.cyclos.http.BaseFilter
 
destroy() - Method in class nl.strohalm.cyclos.http.LoggedUserFilter
 
destroy() - Method in class nl.strohalm.cyclos.http.SanitizerFilter
 
destroy() - Method in class nl.strohalm.cyclos.scheduling.PollingTasksHandler
 
destroy() - Method in class nl.strohalm.cyclos.scheduling.SchedulingHandler
 
destroy() - Method in class nl.strohalm.cyclos.services.elements.MessageServiceImpl
 
destroy() - Method in class nl.strohalm.cyclos.spring.BaseSingletonFactoryBean
 
destroy() - Method in class nl.strohalm.cyclos.utils.cache.BaseCacheManager
 
destroy() - Method in class nl.strohalm.cyclos.utils.cache.EhCacheCacheManager
 
destroy() - Method in class nl.strohalm.cyclos.utils.CustomObjectHandlerImpl
 
destroy() - Method in class nl.strohalm.cyclos.utils.instance.HazelcastInstanceHandler
 
destroy() - Method in class nl.strohalm.cyclos.utils.lucene.IndexHandler
 
destroy() - Method in class nl.strohalm.cyclos.utils.lucene.IndexOperationRunner
 
destroy() - Method in class nl.strohalm.cyclos.utils.MailHandler
 
destroy() - Method in class nl.strohalm.cyclos.utils.paymentrequest.PaymentRequestHandlerImpl
 
detachListeners() - Static method in class nl.strohalm.cyclos.utils.transaction.CurrentTransactionData
Removes the TransactionListeners from the current transaction.
DetailedAccountTypeVO - Class in nl.strohalm.cyclos.webservices.model
Contains detailed information about an account type
DetailedAccountTypeVO() - Constructor for class nl.strohalm.cyclos.webservices.model.DetailedAccountTypeVO
 
DetailedAdCategoryVO - Class in nl.strohalm.cyclos.webservices.model
Detailed data for ad category for web services
DetailedAdCategoryVO() - Constructor for class nl.strohalm.cyclos.webservices.model.DetailedAdCategoryVO
 
DetailedTransactionDTO - Class in nl.strohalm.cyclos.services.elements
Contains data used in the member reports - detailed transactions
DetailedTransactionDTO() - Constructor for class nl.strohalm.cyclos.services.elements.DetailedTransactionDTO
 
Dimensions - Class in nl.strohalm.cyclos.utils
Encapsulates dimensions, basically for images
Dimensions() - Constructor for class nl.strohalm.cyclos.utils.Dimensions
 
Dimensions(int, int) - Constructor for class nl.strohalm.cyclos.utils.Dimensions
 
DirectLockHandlerFactory - Class in nl.strohalm.cyclos.utils.lock
Returns LockHandlers which use the current transaction to perform locks.
DirectLockHandlerFactory() - Constructor for class nl.strohalm.cyclos.utils.lock.DirectLockHandlerFactory
 
disassemble(Object) - Method in class nl.strohalm.cyclos.utils.hibernate.AbstractEnumType
 
disassemble(Object) - Method in class nl.strohalm.cyclos.utils.hibernate.AmountType
 
disassemble(Object, SessionImplementor) - Method in class nl.strohalm.cyclos.utils.hibernate.BasePeriodType
 
disassemble(Object) - Method in class nl.strohalm.cyclos.utils.hibernate.PermissionType
 
disassemble(Object) - Method in class nl.strohalm.cyclos.utils.hibernate.RangeConstraintType
 
disassemble(Object, SessionImplementor) - Method in class nl.strohalm.cyclos.utils.hibernate.TimePeriodType
 
discard(LoanPaymentDTO) - Method in interface nl.strohalm.cyclos.services.transactions.LoanService
Discard the given loan, or the first open payment if just the loan is given
discard(LoanPaymentDTO) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceImpl
 
discard(LoanPaymentDTO) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceSecurity
 
discardByExternalTransfer(Loan, ExternalTransfer) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceImpl
 
discardByExternalTransfer(Loan, ExternalTransfer) - Method in interface nl.strohalm.cyclos.services.transactions.LoanServiceLocal
Discard the first open payment of the given loan, concealing with the given external transfer and returning it.
DiscardLoanAction - Class in nl.strohalm.cyclos.controls.loans
Action used to discard a loan
DiscardLoanAction() - Constructor for class nl.strohalm.cyclos.controls.loans.DiscardLoanAction
 
DiscardLoanForm - Class in nl.strohalm.cyclos.controls.loans
Form used to discard a loan
DiscardLoanForm() - Constructor for class nl.strohalm.cyclos.controls.loans.DiscardLoanForm
 
discardPos(Long) - Method in interface nl.strohalm.cyclos.services.accounts.pos.PosService
Discard the POS - cannot be used again
discardPos(Long) - Method in class nl.strohalm.cyclos.services.accounts.pos.PosServiceImpl
 
discardPos(Long) - Method in class nl.strohalm.cyclos.services.accounts.pos.PosServiceSecurity
 
disconnect(Session) - Method in interface nl.strohalm.cyclos.services.access.AccessService
Disconnects a logged user session
disconnect(User) - Method in interface nl.strohalm.cyclos.services.access.AccessService
Disconnects all sessions of the given user
disconnect(Session) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
disconnect(User) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
disconnect(Session) - Method in class nl.strohalm.cyclos.services.access.AccessServiceSecurity
 
disconnect(User) - Method in class nl.strohalm.cyclos.services.access.AccessServiceSecurity
 
disconnectAllButLogged() - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
disconnectAllButLogged() - Method in interface nl.strohalm.cyclos.services.access.AccessServiceLocal
Disconnects all users, except the one currently logged-in
DisconnectUserAction - Class in nl.strohalm.cyclos.controls.access
Action used to disconnect a logged user
DisconnectUserAction() - Constructor for class nl.strohalm.cyclos.controls.access.DisconnectUserAction
 
DisconnectUserForm - Class in nl.strohalm.cyclos.controls.access
Form used to disconnect an user
DisconnectUserForm() - Constructor for class nl.strohalm.cyclos.controls.access.DisconnectUserForm
 
DisconnectUserSessionAction - Class in nl.strohalm.cyclos.controls.access
Action used to disconnect a logged user session
DisconnectUserSessionAction() - Constructor for class nl.strohalm.cyclos.controls.access.DisconnectUserSessionAction
 
DisconnectUserSessionForm - Class in nl.strohalm.cyclos.controls.access
Form used to disconnect an user session
DisconnectUserSessionForm() - Constructor for class nl.strohalm.cyclos.controls.access.DisconnectUserSessionForm
 
displayName(String) - Method in class nl.strohalm.cyclos.utils.validation.Validator.Property
 
dispose() - Method in class nl.strohalm.cyclos.utils.cache.ehcache.HazelcastCacheManagerPeerProvider
 
dispose() - Method in class nl.strohalm.cyclos.utils.cache.ehcache.HazelcastCacheReplicator
 
doAfterBody() - Method in class nl.strohalm.cyclos.taglibs.AbstractEscapeTag
 
doBulkChargeback(List<Long>) - Method in interface nl.strohalm.cyclos.webservices.payments.PaymentWebService
 
doBulkChargeback(List<Long>) - Method in class nl.strohalm.cyclos.webservices.payments.PaymentWebServiceImpl
 
doBulkPayment(List<DoPaymentDTO>) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
doBulkPayment(List<DoPaymentDTO>) - Method in interface nl.strohalm.cyclos.services.transactions.PaymentServiceLocal
Performs all the given payments atomically, returning, in the same order, a list with results
doBulkPayment(List<PaymentParameters>) - Method in interface nl.strohalm.cyclos.webservices.payments.PaymentWebService
Performs several payments under the same transaction payment, returning the status and the transfer data for each payment
doBulkPayment(List<PaymentParameters>) - Method in class nl.strohalm.cyclos.webservices.payments.PaymentWebServiceImpl
 
doBulkReverse(List<String>) - Method in interface nl.strohalm.cyclos.webservices.payments.PaymentWebService
 
doBulkReverse(List<String>) - Method in class nl.strohalm.cyclos.webservices.payments.PaymentWebServiceImpl
 
doCheck(ActionDescriptor) - Method in class nl.strohalm.cyclos.struts.access.policies.ActivitiesActionPolicy
 
doCheck(ActionDescriptor) - Method in class nl.strohalm.cyclos.struts.access.policies.ListBrokerCommissionContractsActionPolicy
 
doCheck(ActionDescriptor) - Method in class nl.strohalm.cyclos.struts.access.policies.ListContactsActionPolicy
 
doCheck(ActionDescriptor) - Method in class nl.strohalm.cyclos.struts.access.policies.ManagePasswordsActionPolicy
 
doCheck(ActionDescriptor) - Method in class nl.strohalm.cyclos.struts.access.policies.MemberAdsActionPolicy
 
doCheck(ActionDescriptor) - Method in class nl.strohalm.cyclos.struts.access.policies.MemberLoanGroupsActionPolicy
 
doCheck(ActionDescriptor) - Method in class nl.strohalm.cyclos.struts.access.policies.MemberPosActionPolicy
 
doCheck(ActionDescriptor) - Method in class nl.strohalm.cyclos.struts.access.policies.MemberReferencesActionPolicy
 
doCheck(ActionDescriptor) - Method in class nl.strohalm.cyclos.struts.access.policies.PaymentActionPolicy
 
doCheck(ActionDescriptor) - Method in class nl.strohalm.cyclos.struts.access.policies.SendInvoiceActionPolicy
 
doCheck(ActionDescriptor) - Method in class nl.strohalm.cyclos.struts.access.policies.SendMessageActionPolicy
 
doCheck(ActionDescriptor) - Method in class nl.strohalm.cyclos.struts.access.policies.utils.AbstractActionPolicy
 
DocsIterator<E extends Entity & Indexable> - Class in nl.strohalm.cyclos.utils.lucene
An iterator for returned documents in a full text search
DocsIterator(LuceneQueryHandler, Class<E>, IndexReader, TopDocs, int, Relationship[]) - Constructor for class nl.strohalm.cyclos.utils.lucene.DocsIterator
 
Document - Class in nl.strohalm.cyclos.entities.customization.documents
Is a customized document, it can be static or dynamic
Document() - Constructor for class nl.strohalm.cyclos.entities.customization.documents.Document
 
Document.Nature - Enum in nl.strohalm.cyclos.entities.customization.documents
 
Document.Relationships - Enum in nl.strohalm.cyclos.entities.customization.documents
 
DOCUMENT_PATH - Static variable in class nl.strohalm.cyclos.utils.CustomizationHelper
 
DocumentBuilder - Class in nl.strohalm.cyclos.utils.lucene
Helper to build a lucene Document
DocumentBuilder(FetchDAO) - Constructor for class nl.strohalm.cyclos.utils.lucene.DocumentBuilder
 
DocumentDAO - Interface in nl.strohalm.cyclos.dao.customizations
Data access object interface for custom documents
DocumentDAOImpl - Class in nl.strohalm.cyclos.dao.customizations
Implementation for DocumentDAO
DocumentDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.customizations.DocumentDAOImpl
 
documentDir() - Method in class nl.strohalm.cyclos.utils.CustomizationHelper
Returns the real directory for documents
documentFile(DynamicDocument) - Method in class nl.strohalm.cyclos.utils.CustomizationHelper
Returns the real document file for a given document
DocumentInitialization - Class in nl.strohalm.cyclos.initializations
Initializes the custom documents.
DocumentInitialization() - Constructor for class nl.strohalm.cyclos.initializations.DocumentInitialization
 
DocumentMapper - Interface in nl.strohalm.cyclos.utils.lucene
Maps an entity into a lucene Document
DocumentPage - Class in nl.strohalm.cyclos.entities.customization.documents
A document page, may be a form for entering parameters, or the document display page itself
DocumentPage() - Constructor for class nl.strohalm.cyclos.entities.customization.documents.DocumentPage
 
DocumentPage.Relationships - Enum in nl.strohalm.cyclos.entities.customization.documents
 
DocumentPageDAO - Interface in nl.strohalm.cyclos.dao.customizations
Data access object interface for custom document pages
DocumentPageDAOImpl - Class in nl.strohalm.cyclos.dao.customizations
Implementation for document page DAO
DocumentPageDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.customizations.DocumentPageDAOImpl
 
DocumentQuery - Class in nl.strohalm.cyclos.entities.customization.documents
Query parameters for documents
DocumentQuery() - Constructor for class nl.strohalm.cyclos.entities.customization.documents.DocumentQuery
 
documentService - Variable in class nl.strohalm.cyclos.controls.customization.documents.EditStaticDocumentAction
 
documentService - Variable in class nl.strohalm.cyclos.controls.customization.documents.ViewDocumentAction
 
DocumentService - Interface in nl.strohalm.cyclos.services.customization
Service interface for document management (save, load, edit)
DocumentServiceImpl - Class in nl.strohalm.cyclos.services.customization
Implementation for document service
DocumentServiceImpl() - Constructor for class nl.strohalm.cyclos.services.customization.DocumentServiceImpl
 
DocumentServiceImpl.BinaryFileValidation - Class in nl.strohalm.cyclos.services.customization
If we are inserting a new static document, the binary file is required
DocumentServiceImpl.BinaryFileValidation() - Constructor for class nl.strohalm.cyclos.services.customization.DocumentServiceImpl.BinaryFileValidation
 
DocumentServiceLocal - Interface in nl.strohalm.cyclos.services.customization
Local interface.
DocumentServiceSecurity - Class in nl.strohalm.cyclos.services.customization
Security implementation for DocumentService
DocumentServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.customization.DocumentServiceSecurity
 
doEndTag() - Method in class nl.strohalm.cyclos.taglibs.AbstractEscapeTag
 
doEndTag() - Method in class nl.strohalm.cyclos.taglibs.CellTag
 
doEndTag() - Method in class nl.strohalm.cyclos.taglibs.ClearCacheTag
 
doEndTag() - Method in class nl.strohalm.cyclos.taglibs.CustomFieldTag
 
doEndTag() - Method in class nl.strohalm.cyclos.taglibs.CustomImageTag
 
doEndTag() - Method in class nl.strohalm.cyclos.taglibs.CustomImageUrlTag
 
doEndTag() - Method in class nl.strohalm.cyclos.taglibs.CustomizedFilePathTag
 
doEndTag() - Method in class nl.strohalm.cyclos.taglibs.FormatTag
 
doEndTag() - Method in class nl.strohalm.cyclos.taglibs.ImagesTag
 
doEndTag() - Method in class nl.strohalm.cyclos.taglibs.IncludeCustomizedFileTag
 
doEndTag() - Method in class nl.strohalm.cyclos.taglibs.LayoutTag
 
doEndTag() - Method in class nl.strohalm.cyclos.taglibs.MenuTag
 
doEndTag() - Method in class nl.strohalm.cyclos.taglibs.MultiDropDownTag
 
doEndTag() - Method in class nl.strohalm.cyclos.taglibs.OptionTag
 
doEndTag() - Method in class nl.strohalm.cyclos.taglibs.PaginationTag
 
doEndTag() - Method in class nl.strohalm.cyclos.taglibs.RichTextAreaTag
 
doEndTag() - Method in class nl.strohalm.cyclos.taglibs.RowBreakTag
 
doEndTag() - Method in class nl.strohalm.cyclos.taglibs.ScriptTag
 
doEndTag() - Method in class nl.strohalm.cyclos.taglibs.SelectCustomFieldsTag
 
doEndTag() - Method in class nl.strohalm.cyclos.taglibs.TruncateTag
 
doExport(Theme, OutputStream) - Method in class nl.strohalm.cyclos.themes.BaseThemeHandler
 
doExport(Theme, OutputStream) - Method in class nl.strohalm.cyclos.themes.ThemeHandlerImpl
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class nl.strohalm.cyclos.http.OncePerRequestFilter
 
doFlushBuffer() - Method in class nl.strohalm.cyclos.http.ForcedBufferResponse
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.servlets.CaptchaServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.servlets.ImageByIdServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.servlets.ImageByNameServlet
 
doHandleDatabaseInitialization(Runnable) - Method in class nl.strohalm.cyclos.utils.tasks.HazelcastTaskRunner
 
doHandleDatabaseInitialization(Runnable) - Method in class nl.strohalm.cyclos.utils.tasks.TaskRunnerImpl
 
doHasPermission() - Method in class nl.strohalm.cyclos.services.access.AbstractPermissionCheck
 
doImportNew(String, InputStream) - Method in class nl.strohalm.cyclos.themes.BaseThemeHandler
 
doImportNew(String, InputStream) - Method in class nl.strohalm.cyclos.themes.ThemeHandlerImpl
 
doList() - Method in class nl.strohalm.cyclos.themes.BaseThemeHandler
 
doList() - Method in class nl.strohalm.cyclos.themes.ThemeHandlerImpl
 
doLogin(ActionMapping, HttpServletRequest, HttpServletResponse, LoginForm) - Method in class nl.strohalm.cyclos.controls.access.LoginAction
Logins the user and returns a forward to the next action
doLogin(ActionMapping, HttpServletRequest, HttpServletResponse, LoginForm) - Method in class nl.strohalm.cyclos.controls.posweb.LoginAction
 
doPayment(ActionContext, DoPaymentDTO) - Method in class nl.strohalm.cyclos.controls.posweb.BasePosWebPaymentAction
 
doPayment(ActionContext, DoPaymentDTO) - Method in class nl.strohalm.cyclos.controls.posweb.MakePaymentAction
 
doPayment(ActionContext, DoPaymentDTO) - Method in class nl.strohalm.cyclos.controls.posweb.ReceivePaymentAction
 
doPayment(DoPaymentDTO) - Method in interface nl.strohalm.cyclos.services.transactions.PaymentService
Performs a payment
doPayment(DoPaymentDTO) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
doPayment(DoPaymentDTO) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceSecurity
 
doPayment(PaymentParameters) - Method in interface nl.strohalm.cyclos.webservices.payments.PaymentWebService
Performs a payment, returning the status and the transfer data
doPayment(PaymentParameters) - Method in class nl.strohalm.cyclos.webservices.payments.PaymentWebServiceImpl
 
DoPaymentDTO - Class in nl.strohalm.cyclos.services.transactions
Groups parameters for a payment
DoPaymentDTO() - Constructor for class nl.strohalm.cyclos.services.transactions.DoPaymentDTO
 
doRemove(long, ActionContext) - Method in class nl.strohalm.cyclos.controls.admins.RemoveAdminAction
 
doRemove(long, ActionContext) - Method in class nl.strohalm.cyclos.controls.elements.RemoveElementAction
Should be overriden to remove the element
doRemove(long, ActionContext) - Method in class nl.strohalm.cyclos.controls.members.RemoveMemberAction
 
doRemove(long, ActionContext) - Method in class nl.strohalm.cyclos.controls.operators.RemoveOperatorAction
 
doRemove(String) - Method in class nl.strohalm.cyclos.themes.BaseThemeHandler
 
doRemove(String) - Method in class nl.strohalm.cyclos.themes.ThemeHandlerImpl
 
doRun(Calendar) - Method in class nl.strohalm.cyclos.scheduling.tasks.AccountFeeScheduledTask
 
doRun(Calendar) - Method in class nl.strohalm.cyclos.scheduling.tasks.AdExpirationScheduledTask
 
doRun(Calendar) - Method in class nl.strohalm.cyclos.scheduling.tasks.BaseScheduledTask
Should be overriden by subclasses to perform actual execution
doRun(Calendar) - Method in class nl.strohalm.cyclos.scheduling.tasks.BrokerCommissionContractActivationScheduledTask
 
doRun(Calendar) - Method in class nl.strohalm.cyclos.scheduling.tasks.BrokerCommissionContractExpirationScheduledTask
 
doRun(Calendar) - Method in class nl.strohalm.cyclos.scheduling.tasks.BrokeringCommissionStatusExpirationScheduledTask
 
doRun(Calendar) - Method in class nl.strohalm.cyclos.scheduling.tasks.BrokeringExpirationScheduledTask
 
doRun(Calendar) - Method in class nl.strohalm.cyclos.scheduling.tasks.CardScheduledTask
 
doRun(Calendar) - Method in class nl.strohalm.cyclos.scheduling.tasks.CertificationScheduledTask
 
doRun(Calendar) - Method in class nl.strohalm.cyclos.scheduling.tasks.CloseBalancesScheduledTask
 
doRun(Calendar) - Method in class nl.strohalm.cyclos.scheduling.tasks.GuaranteeLoanScheduledTask
 
doRun(Calendar) - Method in class nl.strohalm.cyclos.scheduling.tasks.GuaranteeScheduledTask
 
doRun(Calendar) - Method in class nl.strohalm.cyclos.scheduling.tasks.InvoiceAlertScheduledTask
 
doRun(Calendar) - Method in class nl.strohalm.cyclos.scheduling.tasks.InvoiceExpirationScheduledTask
 
doRun(Calendar) - Method in class nl.strohalm.cyclos.scheduling.tasks.LoanExpirationScheduledTask
 
doRun(Calendar) - Method in class nl.strohalm.cyclos.scheduling.tasks.MemberGroupRegistrationExpirationScheduledTask
 
doRun(Calendar) - Method in class nl.strohalm.cyclos.scheduling.tasks.PaymentObligationScheduledTask
 
doRun(Calendar) - Method in class nl.strohalm.cyclos.scheduling.tasks.PaymentProcessingScheduledTask
 
doRun(Calendar) - Method in class nl.strohalm.cyclos.scheduling.tasks.PurgeAccessTracesScheduledTask
 
doRun(Calendar) - Method in class nl.strohalm.cyclos.scheduling.tasks.PurgeExpiredSessionsScheduledTask
 
doRun(Calendar) - Method in class nl.strohalm.cyclos.scheduling.tasks.PurgeOldImportsScheduledTask
 
doRun(Calendar) - Method in class nl.strohalm.cyclos.scheduling.tasks.PurgeOldIndexOperationsScheduledTask
 
doRun(Calendar) - Method in class nl.strohalm.cyclos.scheduling.tasks.PurgeOldMailValidationsScheduledTask
 
doRun(Calendar) - Method in class nl.strohalm.cyclos.scheduling.tasks.PurgeOldMessagesOnTrashScheduledTask
 
doRun(Calendar) - Method in class nl.strohalm.cyclos.scheduling.tasks.PurgeOldTraceNumbersScheduledTask
 
doRun(Calendar) - Method in class nl.strohalm.cyclos.scheduling.tasks.TicketExpirationScheduledTask
 
doRun(Calendar) - Method in class nl.strohalm.cyclos.scheduling.tasks.TransactionFeedackExpirationScheduledTask
 
doRunInitialization(String) - Method in class nl.strohalm.cyclos.utils.tasks.HazelcastTaskRunner
 
doRunInitialization(String) - Method in class nl.strohalm.cyclos.utils.tasks.TaskRunnerImpl
 
doRunPollingTask(String, Callable<Boolean>) - Method in class nl.strohalm.cyclos.utils.tasks.HazelcastTaskRunner
 
doRunPollingTask(String, Callable<Boolean>) - Method in class nl.strohalm.cyclos.utils.tasks.TaskRunnerImpl
 
doRunScheduledTask(String, Calendar) - Method in class nl.strohalm.cyclos.utils.tasks.HazelcastTaskRunner
 
doRunScheduledTask(String, Calendar) - Method in class nl.strohalm.cyclos.utils.tasks.TaskRunnerImpl
 
doSaveValues(CustomFieldsContainer<?, ?>) - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
 
doSelect(String) - Method in class nl.strohalm.cyclos.themes.BaseThemeHandler
 
doSelect(String) - Method in class nl.strohalm.cyclos.themes.ThemeHandlerImpl
 
doStartTag() - Method in class nl.strohalm.cyclos.taglibs.CellTag
 
doStartTag() - Method in class nl.strohalm.cyclos.taglibs.HelpTag
 
doStartTag() - Method in class nl.strohalm.cyclos.taglibs.ImagesTag
 
doStartTag() - Method in class nl.strohalm.cyclos.taglibs.LayoutTag
 
doStartTag() - Method in class nl.strohalm.cyclos.taglibs.MenuTag
 
doStartTag() - Method in class nl.strohalm.cyclos.taglibs.MultiDropDownTag
 
doStartTag() - Method in class nl.strohalm.cyclos.taglibs.NoCacheTag
 
doubleValue() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalNumber
gets the doubleValue of value
doValidateForExport(Theme) - Method in class nl.strohalm.cyclos.themes.BaseThemeHandler
 
doValidateForExport(Theme) - Method in class nl.strohalm.cyclos.themes.ThemeHandlerImpl
 
DRateConfigSimulationAction - Class in nl.strohalm.cyclos.controls.reports.simulations
Action for the Simulation of the DRate Configuration, showing the DRate curve in a graph.
DRateConfigSimulationAction() - Constructor for class nl.strohalm.cyclos.controls.reports.simulations.DRateConfigSimulationAction
 
DRatedFeeDTO - Class in nl.strohalm.cyclos.services.accounts.rates
DTO for the simulation of the DRate configuration, showing the DRate curve in a graph.
DRatedFeeDTO() - Constructor for class nl.strohalm.cyclos.services.accounts.rates.DRatedFeeDTO
 
DRateParameters - Class in nl.strohalm.cyclos.entities.accounts
The parameters needed for a currency when D-rate is enabled.
DRateParameters() - Constructor for class nl.strohalm.cyclos.entities.accounts.DRateParameters
 
DRateParametersDAO - Interface in nl.strohalm.cyclos.dao.accounts
DAO interface for D-Rate parameters
DRateParametersDAOImpl - Class in nl.strohalm.cyclos.dao.accounts
Implementation for DRateParametersDAO
DRateParametersDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.DRateParametersDAOImpl
 
drawHorizontalItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, StatisticalCategoryDataset, int, int) - Method in class nl.strohalm.cyclos.utils.jfreeAsymmetric.AsymmetricStatisticalBarRenderer
Draws an item for a plot with a horizontal orientation.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class nl.strohalm.cyclos.utils.jfreeAsymmetric.AsymmetricStatisticalBarRenderer
Draws the bar with its standard deviation line range for a single (series, category) data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class nl.strohalm.cyclos.utils.jfreeAsymmetric.AsymmetricStatisticalLineAndShapeRenderer
Draw a single data item.
drawVerticalItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, StatisticalCategoryDataset, int, int) - Method in class nl.strohalm.cyclos.utils.jfreeAsymmetric.AsymmetricStatisticalBarRenderer
Draws an item for a plot with a vertical orientation.
duplicate(T) - Method in interface nl.strohalm.cyclos.dao.BaseDAO
Duplicates the entity, without copying collections The identifier is not copied All primitive and direct relationships (many to one) are copied Collections are not copied
duplicate(T) - Method in class nl.strohalm.cyclos.dao.BaseDAOImpl
 
DynamicDocument - Class in nl.strohalm.cyclos.entities.customization.documents
Is a customized document, that will have custom pages for (optionally) displaying a form with parameters and show a document
DynamicDocument() - Constructor for class nl.strohalm.cyclos.entities.customization.documents.DynamicDocument
 
DynamicDocument.Relationships - Enum in nl.strohalm.cyclos.entities.customization.documents
 

E

EditAccessSettingsAction - Class in nl.strohalm.cyclos.controls.settings
Action used to edit the access settings
EditAccessSettingsAction() - Constructor for class nl.strohalm.cyclos.controls.settings.EditAccessSettingsAction
 
EditAccessSettingsForm - Class in nl.strohalm.cyclos.controls.settings
Form used to edit local settings
EditAccessSettingsForm() - Constructor for class nl.strohalm.cyclos.controls.settings.EditAccessSettingsForm
 
EditAccountFeeAction - Class in nl.strohalm.cyclos.controls.accounts.accountfees
Action used to edit an account fee
EditAccountFeeAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.accountfees.EditAccountFeeAction
 
EditAccountFeeForm - Class in nl.strohalm.cyclos.controls.accounts.accountfees
Form used to edit an account fee
EditAccountFeeForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.accountfees.EditAccountFeeForm
 
EditAccountTypeAction - Class in nl.strohalm.cyclos.controls.accounts.accounttypes
Action used to edit an account type
EditAccountTypeAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.accounttypes.EditAccountTypeAction
 
EditAccountTypeForm - Class in nl.strohalm.cyclos.controls.accounts.accounttypes
Form used to edit an account type
EditAccountTypeForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.accounttypes.EditAccountTypeForm
 
EditAdAction - Class in nl.strohalm.cyclos.controls.ads
Action used to edit an advertisement
EditAdAction() - Constructor for class nl.strohalm.cyclos.controls.ads.EditAdAction
 
EditAdCategoryAction - Class in nl.strohalm.cyclos.controls.ads.categories
Action used to edit an advertisement category
EditAdCategoryAction() - Constructor for class nl.strohalm.cyclos.controls.ads.categories.EditAdCategoryAction
 
EditAdInterestAction - Class in nl.strohalm.cyclos.controls.members.adinterests
 
EditAdInterestAction() - Constructor for class nl.strohalm.cyclos.controls.members.adinterests.EditAdInterestAction
 
EditAdInterestForm - Class in nl.strohalm.cyclos.controls.members.adinterests
 
EditAdInterestForm() - Constructor for class nl.strohalm.cyclos.controls.members.adinterests.EditAdInterestForm
 
EditAlertSettingsAction - Class in nl.strohalm.cyclos.controls.settings
Action used to edit the alert settings
EditAlertSettingsAction() - Constructor for class nl.strohalm.cyclos.controls.settings.EditAlertSettingsAction
 
EditAlertSettingsForm - Class in nl.strohalm.cyclos.controls.settings
Form used to edit local settings
EditAlertSettingsForm() - Constructor for class nl.strohalm.cyclos.controls.settings.EditAlertSettingsForm
 
EditAuthorizationLevelAction - Class in nl.strohalm.cyclos.controls.accounts.authorizationlevels
 
EditAuthorizationLevelAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.authorizationlevels.EditAuthorizationLevelAction
 
EditAuthorizationLevelForm - Class in nl.strohalm.cyclos.controls.accounts.authorizationlevels
Form used to edit an authorization level
EditAuthorizationLevelForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.authorizationlevels.EditAuthorizationLevelForm
 
EditBrokerCommissionContractAction - Class in nl.strohalm.cyclos.controls.members.brokering
Edit a broker commission contract
EditBrokerCommissionContractAction() - Constructor for class nl.strohalm.cyclos.controls.members.brokering.EditBrokerCommissionContractAction
 
EditBrokerCommissionContractForm - Class in nl.strohalm.cyclos.controls.members.brokering
Form used to edit a broker commission contract
EditBrokerCommissionContractForm() - Constructor for class nl.strohalm.cyclos.controls.members.brokering.EditBrokerCommissionContractForm
 
EditCardTypeAction - Class in nl.strohalm.cyclos.controls.accounts.cards
 
EditCardTypeAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.cards.EditCardTypeAction
 
EditCardTypeForm - Class in nl.strohalm.cyclos.controls.accounts.cards
 
EditCardTypeForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.cards.EditCardTypeForm
 
EditCertificationAction - Class in nl.strohalm.cyclos.controls.accounts.guarantees.certifications
 
EditCertificationAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.EditCertificationAction
 
EditCertificationForm - Class in nl.strohalm.cyclos.controls.accounts.guarantees.certifications
 
EditCertificationForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.EditCertificationForm
 
EditChannelAction - Class in nl.strohalm.cyclos.controls.channels
Action used to edit a channel
EditChannelAction() - Constructor for class nl.strohalm.cyclos.controls.channels.EditChannelAction
 
EditChannelForm - Class in nl.strohalm.cyclos.controls.channels
Form used to edit a channel
EditChannelForm() - Constructor for class nl.strohalm.cyclos.controls.channels.EditChannelForm
 
EditContactAction - Class in nl.strohalm.cyclos.controls.members.contacts
Base action for contact edition
EditContactAction() - Constructor for class nl.strohalm.cyclos.controls.members.contacts.EditContactAction
 
EditCreditLimitAction - Class in nl.strohalm.cyclos.controls.members.creditlimit
Action used to edit a member's credit limit
EditCreditLimitAction() - Constructor for class nl.strohalm.cyclos.controls.members.creditlimit.EditCreditLimitAction
 
EditCreditLimitForm - Class in nl.strohalm.cyclos.controls.members.creditlimit
Form used to edit a member's credit limit
EditCreditLimitForm() - Constructor for class nl.strohalm.cyclos.controls.members.creditlimit.EditCreditLimitForm
 
EditCurrencyAction - Class in nl.strohalm.cyclos.controls.accounts.currencies
Action used to edit a currency
EditCurrencyAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.currencies.EditCurrencyAction
 
EditCurrencyForm - Class in nl.strohalm.cyclos.controls.accounts.currencies
Form used to edit a currency
EditCurrencyForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.currencies.EditCurrencyForm
 
EditCustomFieldAction - Class in nl.strohalm.cyclos.controls.customization.fields
Action used to edit a custom field
EditCustomFieldAction() - Constructor for class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldAction
 
EditCustomFieldForm - Class in nl.strohalm.cyclos.controls.customization.fields
Form used to edit a custom field
EditCustomFieldForm() - Constructor for class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldForm
 
EditCustomFieldPossibleValueAction - Class in nl.strohalm.cyclos.controls.customization.fields
Action used to edit a custom field possible value
EditCustomFieldPossibleValueAction() - Constructor for class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldPossibleValueAction
 
EditCustomFieldPossibleValueForm - Class in nl.strohalm.cyclos.controls.customization.fields
Form used to edit a custom field possible value
EditCustomFieldPossibleValueForm() - Constructor for class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldPossibleValueForm
 
EditCustomizedFileAction - Class in nl.strohalm.cyclos.controls.customization.files
Action used to customize a file
EditCustomizedFileAction() - Constructor for class nl.strohalm.cyclos.controls.customization.files.EditCustomizedFileAction
 
EditCustomizedFileForm - Class in nl.strohalm.cyclos.controls.customization.files
Form used to customize a file
EditCustomizedFileForm() - Constructor for class nl.strohalm.cyclos.controls.customization.files.EditCustomizedFileForm
 
EditDynamicDocumentAction - Class in nl.strohalm.cyclos.controls.customization.documents
Action used to edit a dynamic document
EditDynamicDocumentAction() - Constructor for class nl.strohalm.cyclos.controls.customization.documents.EditDynamicDocumentAction
 
EditDynamicDocumentForm - Class in nl.strohalm.cyclos.controls.customization.documents
Form used to edit a customized dynamic document
EditDynamicDocumentForm() - Constructor for class nl.strohalm.cyclos.controls.customization.documents.EditDynamicDocumentForm
 
EditExternalAccountAction - Class in nl.strohalm.cyclos.controls.accounts.external
Action used to edit an external account
EditExternalAccountAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.EditExternalAccountAction
 
EditExternalAccountForm - Class in nl.strohalm.cyclos.controls.accounts.external
Form used to edit a External Account
EditExternalAccountForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.EditExternalAccountForm
 
EditExternalTransferAction - Class in nl.strohalm.cyclos.controls.accounts.external.externaltransfers
Action used to edit an external transfer
EditExternalTransferAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.externaltransfers.EditExternalTransferAction
 
EditExternalTransferForm - Class in nl.strohalm.cyclos.controls.accounts.external.externaltransfers
Form used to edit an external transfer
EditExternalTransferForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.externaltransfers.EditExternalTransferForm
 
EditExternalTransferTypeAction - Class in nl.strohalm.cyclos.controls.accounts.external
Action used to edit a External Transfer Type
EditExternalTransferTypeAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.EditExternalTransferTypeAction
 
EditExternalTransferTypeForm - Class in nl.strohalm.cyclos.controls.accounts.external
Form used to edit a External Transfer Type
EditExternalTransferTypeForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.EditExternalTransferTypeForm
 
EditFieldMappingAction - Class in nl.strohalm.cyclos.controls.accounts.external.filemappings
Action used to edit a field mapping
EditFieldMappingAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.filemappings.EditFieldMappingAction
 
EditFieldMappingForm - Class in nl.strohalm.cyclos.controls.accounts.external.filemappings
Form used to edit a field mapping
EditFieldMappingForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.filemappings.EditFieldMappingForm
 
EditFileMappingAction - Class in nl.strohalm.cyclos.controls.accounts.external.filemappings
Action used to edit a file mapping
EditFileMappingAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.filemappings.EditFileMappingAction
 
EditFileMappingForm - Class in nl.strohalm.cyclos.controls.accounts.external.filemappings
Form used to edit a file mapping
EditFileMappingForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.filemappings.EditFileMappingForm
 
EditGeneralReferenceAction - Class in nl.strohalm.cyclos.controls.members.references
Action used to view / edit a general reference details
EditGeneralReferenceAction() - Constructor for class nl.strohalm.cyclos.controls.members.references.EditGeneralReferenceAction
 
EditGroupAccountSettingsAction - Class in nl.strohalm.cyclos.controls.groups.accounts
Action used to edit a group account settings or associate a new account to a group
EditGroupAccountSettingsAction() - Constructor for class nl.strohalm.cyclos.controls.groups.accounts.EditGroupAccountSettingsAction
 
EditGroupAccountSettingsForm - Class in nl.strohalm.cyclos.controls.groups.accounts
Form used to edit a member group account settings
EditGroupAccountSettingsForm() - Constructor for class nl.strohalm.cyclos.controls.groups.accounts.EditGroupAccountSettingsForm
 
EditGroupAction - Class in nl.strohalm.cyclos.controls.groups
Action used to edit a group
EditGroupAction() - Constructor for class nl.strohalm.cyclos.controls.groups.EditGroupAction
 
EditGroupCustomizedFileAction - Class in nl.strohalm.cyclos.controls.groups.customizedFiles
Action used to edit a customized file for a group
EditGroupCustomizedFileAction() - Constructor for class nl.strohalm.cyclos.controls.groups.customizedFiles.EditGroupCustomizedFileAction
 
EditGroupCustomizedFileForm - Class in nl.strohalm.cyclos.controls.groups.customizedFiles
Form used to edit a customized file for a group
EditGroupCustomizedFileForm() - Constructor for class nl.strohalm.cyclos.controls.groups.customizedFiles.EditGroupCustomizedFileForm
 
EditGroupFilterAction - Class in nl.strohalm.cyclos.controls.groups.groupFilters
Action used to edit a group filter
EditGroupFilterAction() - Constructor for class nl.strohalm.cyclos.controls.groups.groupFilters.EditGroupFilterAction
 
EditGroupFilterCustomizedFileAction - Class in nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles
Action used to edit a customized file for a group filter
EditGroupFilterCustomizedFileAction() - Constructor for class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.EditGroupFilterCustomizedFileAction
 
EditGroupFilterCustomizedFileForm - Class in nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles
Form used to edit a customized file for a group filter
EditGroupFilterCustomizedFileForm() - Constructor for class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.EditGroupFilterCustomizedFileForm
 
EditGroupFilterForm - Class in nl.strohalm.cyclos.controls.groups.groupFilters
Form used to edit a group filter
EditGroupFilterForm() - Constructor for class nl.strohalm.cyclos.controls.groups.groupFilters.EditGroupFilterForm
 
EditGroupForm - Class in nl.strohalm.cyclos.controls.groups
Form used to edit a group
EditGroupForm() - Constructor for class nl.strohalm.cyclos.controls.groups.EditGroupForm
 
EditGroupPermissionsAction - Class in nl.strohalm.cyclos.controls.groups.permissions
Action used to edit a group's permissions
EditGroupPermissionsAction() - Constructor for class nl.strohalm.cyclos.controls.groups.permissions.EditGroupPermissionsAction
 
EditGroupPermissionsForm - Class in nl.strohalm.cyclos.controls.groups.permissions
Form used to edit a group's permissions
EditGroupPermissionsForm() - Constructor for class nl.strohalm.cyclos.controls.groups.permissions.EditGroupPermissionsForm
 
EditGuaranteeTypeAction - Class in nl.strohalm.cyclos.controls.accounts.guarantees.types
 
EditGuaranteeTypeAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.types.EditGuaranteeTypeAction
 
EditGuaranteeTypeForm - Class in nl.strohalm.cyclos.controls.accounts.guarantees.types
 
EditGuaranteeTypeForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.types.EditGuaranteeTypeForm
 
EditInfoTextAction - Class in nl.strohalm.cyclos.controls.members.sms
 
EditInfoTextAction() - Constructor for class nl.strohalm.cyclos.controls.members.sms.EditInfoTextAction
 
EditInfoTextForm - Class in nl.strohalm.cyclos.controls.members.sms
 
EditInfoTextForm() - Constructor for class nl.strohalm.cyclos.controls.members.sms.EditInfoTextForm
 
EditLoanGroupAction - Class in nl.strohalm.cyclos.controls.loangroups
Action used to edit a loan group
EditLoanGroupAction() - Constructor for class nl.strohalm.cyclos.controls.loangroups.EditLoanGroupAction
 
EditLoanGroupForm - Class in nl.strohalm.cyclos.controls.loangroups
Form used to edit a loan group
EditLoanGroupForm() - Constructor for class nl.strohalm.cyclos.controls.loangroups.EditLoanGroupForm
 
EditLocalSettingsAction - Class in nl.strohalm.cyclos.controls.settings
Action used to edit local settings
EditLocalSettingsAction() - Constructor for class nl.strohalm.cyclos.controls.settings.EditLocalSettingsAction
 
EditLocalSettingsForm - Class in nl.strohalm.cyclos.controls.settings
Form used to edit local settings
EditLocalSettingsForm() - Constructor for class nl.strohalm.cyclos.controls.settings.EditLocalSettingsForm
 
EditLogSettingsAction - Class in nl.strohalm.cyclos.controls.settings
Action used to edit log settings
EditLogSettingsAction() - Constructor for class nl.strohalm.cyclos.controls.settings.EditLogSettingsAction
 
EditLogSettingsForm - Class in nl.strohalm.cyclos.controls.settings
Form used to edit log settings
EditLogSettingsForm() - Constructor for class nl.strohalm.cyclos.controls.settings.EditLogSettingsForm
 
EditMailSettingsAction - Class in nl.strohalm.cyclos.controls.settings
Action used to edit the mail settings
EditMailSettingsAction() - Constructor for class nl.strohalm.cyclos.controls.settings.EditMailSettingsAction
 
EditMailSettingsForm - Class in nl.strohalm.cyclos.controls.settings
Form used to edit mail settings
EditMailSettingsForm() - Constructor for class nl.strohalm.cyclos.controls.settings.EditMailSettingsForm
 
EditMailTranslationAction - Class in nl.strohalm.cyclos.controls.settings
Action used to edit the mail translation
EditMailTranslationAction() - Constructor for class nl.strohalm.cyclos.controls.settings.EditMailTranslationAction
 
EditMailTranslationForm - Class in nl.strohalm.cyclos.controls.settings
Form used to edit mail settings
EditMailTranslationForm() - Constructor for class nl.strohalm.cyclos.controls.settings.EditMailTranslationForm
 
EditMemberDocumentAction - Class in nl.strohalm.cyclos.controls.customization.documents
Action used to edit a member static document
EditMemberDocumentAction() - Constructor for class nl.strohalm.cyclos.controls.customization.documents.EditMemberDocumentAction
 
EditMemberDocumentForm - Class in nl.strohalm.cyclos.controls.customization.documents
Form used to edit a customized member document
EditMemberDocumentForm() - Constructor for class nl.strohalm.cyclos.controls.customization.documents.EditMemberDocumentForm
 
EditMemberRecordAction - Class in nl.strohalm.cyclos.controls.members.records
Action used to edit a member record
EditMemberRecordAction() - Constructor for class nl.strohalm.cyclos.controls.members.records.EditMemberRecordAction
 
EditMemberRecordForm - Class in nl.strohalm.cyclos.controls.members.records
Form used to create member records
EditMemberRecordForm() - Constructor for class nl.strohalm.cyclos.controls.members.records.EditMemberRecordForm
 
EditMemberRecordTypeAction - Class in nl.strohalm.cyclos.controls.members.records
Action used to edit a member record type
EditMemberRecordTypeAction() - Constructor for class nl.strohalm.cyclos.controls.members.records.EditMemberRecordTypeAction
 
EditMemberRecordTypeForm - Class in nl.strohalm.cyclos.controls.members.records
Form used to edit a member record type
EditMemberRecordTypeForm() - Constructor for class nl.strohalm.cyclos.controls.members.records.EditMemberRecordTypeForm
 
EditMessageCategoryAction - Class in nl.strohalm.cyclos.controls.members.messages
Action that manage the Message Category.
EditMessageCategoryAction() - Constructor for class nl.strohalm.cyclos.controls.members.messages.EditMessageCategoryAction
 
EditMessageCategoryForm - Class in nl.strohalm.cyclos.controls.members.messages
Form to edit a message Category;
EditMessageCategoryForm() - Constructor for class nl.strohalm.cyclos.controls.members.messages.EditMessageCategoryForm
 
EditMessageSettingAction - Class in nl.strohalm.cyclos.controls.settings
Action used to edit the a message setting
EditMessageSettingAction() - Constructor for class nl.strohalm.cyclos.controls.settings.EditMessageSettingAction
 
EditMessageSettingForm - Class in nl.strohalm.cyclos.controls.settings
Form used to edit a message setting
EditMessageSettingForm() - Constructor for class nl.strohalm.cyclos.controls.settings.EditMessageSettingForm
 
EditOperatorGroupPermissionsAction - Class in nl.strohalm.cyclos.controls.groups.permissions
Action used to edit an operator group's permissions
EditOperatorGroupPermissionsAction() - Constructor for class nl.strohalm.cyclos.controls.groups.permissions.EditOperatorGroupPermissionsAction
 
EditPaymentFilterAction - Class in nl.strohalm.cyclos.controls.accounts.paymentfilters
Action used to edit a payment filter
EditPaymentFilterAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.paymentfilters.EditPaymentFilterAction
 
EditPaymentFilterForm - Class in nl.strohalm.cyclos.controls.accounts.paymentfilters
Form used to edit a payment filter
EditPaymentFilterForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.paymentfilters.EditPaymentFilterForm
 
EditPaymentObligationAction - Class in nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations
 
EditPaymentObligationAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.EditPaymentObligationAction
 
EditPaymentObligationForm - Class in nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations
 
EditPaymentObligationForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.EditPaymentObligationForm
 
EditPosAction - Class in nl.strohalm.cyclos.controls.accounts.pos
 
EditPosAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.pos.EditPosAction
 
EditPosForm - Class in nl.strohalm.cyclos.controls.accounts.pos
 
EditPosForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.pos.EditPosForm
 
EditReceiptPrinterSettingsAction - Class in nl.strohalm.cyclos.controls.members.printsettings
Action used to edit a receipt printer settings
EditReceiptPrinterSettingsAction() - Constructor for class nl.strohalm.cyclos.controls.members.printsettings.EditReceiptPrinterSettingsAction
 
EditReceiptPrinterSettingsForm - Class in nl.strohalm.cyclos.controls.members.printsettings
Form used to edit a receipt printer settings
EditReceiptPrinterSettingsForm() - Constructor for class nl.strohalm.cyclos.controls.members.printsettings.EditReceiptPrinterSettingsForm
 
EditReferenceForm - Class in nl.strohalm.cyclos.controls.members.references
Form used to edit a reference
EditReferenceForm() - Constructor for class nl.strohalm.cyclos.controls.members.references.EditReferenceForm
 
EditRegistrationAgreementAction - Class in nl.strohalm.cyclos.controls.members.agreements
Action used to edit a registration agreement
EditRegistrationAgreementAction() - Constructor for class nl.strohalm.cyclos.controls.members.agreements.EditRegistrationAgreementAction
 
EditRegistrationAgreementForm - Class in nl.strohalm.cyclos.controls.members.agreements
Form used to edit a registration agreement
EditRegistrationAgreementForm() - Constructor for class nl.strohalm.cyclos.controls.members.agreements.EditRegistrationAgreementForm
 
EditServiceClientAction - Class in nl.strohalm.cyclos.controls.services
Action used to edit an web services client
EditServiceClientAction() - Constructor for class nl.strohalm.cyclos.controls.services.EditServiceClientAction
 
EditServiceClientForm - Class in nl.strohalm.cyclos.controls.services
Form used to edit an web services client
EditServiceClientForm() - Constructor for class nl.strohalm.cyclos.controls.services.EditServiceClientForm
 
EditStaticDocumentAction - Class in nl.strohalm.cyclos.controls.customization.documents
Action used to edit a static document
EditStaticDocumentAction() - Constructor for class nl.strohalm.cyclos.controls.customization.documents.EditStaticDocumentAction
 
EditStaticDocumentForm - Class in nl.strohalm.cyclos.controls.customization.documents
Form used to edit a customized static document
EditStaticDocumentForm() - Constructor for class nl.strohalm.cyclos.controls.customization.documents.EditStaticDocumentForm
 
EditTransactionFeeAction - Class in nl.strohalm.cyclos.controls.accounts.transactionfees
Action used to edit a transaction fee
EditTransactionFeeAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.transactionfees.EditTransactionFeeAction
 
EditTransactionFeedbackAction - Class in nl.strohalm.cyclos.controls.members.references
Action used to view / edit a transaction feedback
EditTransactionFeedbackAction() - Constructor for class nl.strohalm.cyclos.controls.members.references.EditTransactionFeedbackAction
 
EditTransactionFeeForm - Class in nl.strohalm.cyclos.controls.accounts.transactionfees
Form used to edit a transaction fee
EditTransactionFeeForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.transactionfees.EditTransactionFeeForm
 
EditTransferTypeAction - Class in nl.strohalm.cyclos.controls.accounts.transfertypes
Action used to edit a transfer type
EditTransferTypeAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.transfertypes.EditTransferTypeAction
 
EditTransferTypeForm - Class in nl.strohalm.cyclos.controls.accounts.transfertypes
Form used to edit a transfer type
EditTransferTypeForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.transfertypes.EditTransferTypeForm
 
EditTranslationMessageAction - Class in nl.strohalm.cyclos.controls.customization.translationMessages
Action used to edit a translation message
EditTranslationMessageAction() - Constructor for class nl.strohalm.cyclos.controls.customization.translationMessages.EditTranslationMessageAction
 
EditTranslationMessageForm - Class in nl.strohalm.cyclos.controls.customization.translationMessages
Form used to edit a translation message
EditTranslationMessageForm() - Constructor for class nl.strohalm.cyclos.controls.customization.translationMessages.EditTranslationMessageForm
 
EhCacheCache - Class in nl.strohalm.cyclos.utils.cache
A Cache implementation which uses EHCache as backend
EhCacheCache(Ehcache) - Constructor for class nl.strohalm.cyclos.utils.cache.EhCacheCache
 
EhCacheCacheManager - Class in nl.strohalm.cyclos.utils.cache
A cache manager which uses EhCache
EhCacheCacheManager() - Constructor for class nl.strohalm.cyclos.utils.cache.EhCacheCacheManager
 
Element - Class in nl.strohalm.cyclos.entities.members
A common classes for members and administrators
Element() - Constructor for class nl.strohalm.cyclos.entities.members.Element
 
element() - Static method in class nl.strohalm.cyclos.utils.access.LoggedUser
Returns the logged element
Element.Nature - Enum in nl.strohalm.cyclos.entities.members
 
Element.Relationships - Enum in nl.strohalm.cyclos.entities.members
 
ElementActionPolicy - Class in nl.strohalm.cyclos.struts.access.policies.utils
 
elementBinder() - Static method in class nl.strohalm.cyclos.utils.binding.DataBinderHelper
Returns a data binder for a Map to allow reading members as a Map with the properties: username, name, email and group name and group id
elementBinder(String) - Static method in class nl.strohalm.cyclos.utils.binding.DataBinderHelper
Returns a data binder for a Map to allow reading members as a Map with the properties: username, name, email and group name and group id
elementClass - Variable in class nl.strohalm.cyclos.utils.csv.BaseCSVHandler
 
ElementDAO - Interface in nl.strohalm.cyclos.dao.members
Data access object interface for elements
ElementDAOImpl - Class in nl.strohalm.cyclos.dao.members
Implementation class for element DAO
ElementDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.members.ElementDAOImpl
 
ElementDocumentMapper<E extends Element> - Class in nl.strohalm.cyclos.dao.members
Maps Elements to lucene Documents
ElementDocumentMapper() - Constructor for class nl.strohalm.cyclos.dao.members.ElementDocumentMapper
 
ElementQuery - Class in nl.strohalm.cyclos.entities.members
Contains data for searching elements
ElementQuery() - Constructor for class nl.strohalm.cyclos.entities.members.ElementQuery
 
elementQueryDataBinder(LocalSettings, Class<Q>, Class<? extends CustomFieldValue>) - Static method in class nl.strohalm.cyclos.controls.elements.SearchElementsAction
 
elementService - Variable in class nl.strohalm.cyclos.controls.BaseAction
 
elementService - Variable in class nl.strohalm.cyclos.controls.BasePublicAction
 
elementService - Variable in class nl.strohalm.cyclos.controls.webshop.ConfirmWebShopPaymentAction.ShouldValidateTPParameter
 
ElementService - Interface in nl.strohalm.cyclos.services.elements
Service interface for elements.
ElementServiceImpl - Class in nl.strohalm.cyclos.services.elements
Implementation for element service
ElementServiceImpl() - Constructor for class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
ElementServiceLocal - Interface in nl.strohalm.cyclos.services.elements
Local interface.
ElementServiceSecurity - Class in nl.strohalm.cyclos.services.elements
Security implementation for ElementService
ElementServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.elements.ElementServiceSecurity
 
emailExists(PendingMember, String) - Method in interface nl.strohalm.cyclos.dao.members.PendingMemberDAO
Checks whether the given e-mail address is already used by an existing pending member
emailExists(PendingMember, String) - Method in class nl.strohalm.cyclos.dao.members.PendingMemberDAOImpl
 
EmailValidation - Class in nl.strohalm.cyclos.utils.validation
Validation for e-mails
EmailValidation() - Constructor for class nl.strohalm.cyclos.utils.validation.EmailValidation
 
EMPTY - Static variable in class nl.strohalm.cyclos.utils.transaction.TransactionListeners
 
EmptyValidation - Class in nl.strohalm.cyclos.utils.validation
Validates a property value to be empty or null
encodeUrl(String) - Static method in class nl.strohalm.cyclos.utils.StringHelper
Encodes the url
endingAt(Calendar) - Static method in class nl.strohalm.cyclos.utils.Period
 
enqueue(T) - Method in class nl.strohalm.cyclos.utils.WorkerThreads
Enqueues the given object for processing
enqueueAll(Collection<T>) - Method in class nl.strohalm.cyclos.utils.WorkerThreads
Enqueues all the given objects for processing
ensureAllowChargingSms(MemberSmsStatus, boolean) - Method in class nl.strohalm.cyclos.services.elements.MemberServiceImpl
Ensure the sms status has the "allow charging sms" flag set correctly.
ensureAllowChargingSms(MemberSmsStatus, boolean) - Method in interface nl.strohalm.cyclos.services.elements.MemberServiceLocal
Ensure the sms status has the "allow charging sms" flag set correctly.
ensureDefault(CustomFieldPossibleValue) - Method in interface nl.strohalm.cyclos.dao.customizations.CustomFieldPossibleValueDAO
Ensures the given value is the default for it's field
ensureDefault(CustomFieldPossibleValue) - Method in class nl.strohalm.cyclos.dao.customizations.CustomFieldPossibleValueDAOImpl
 
Entity - Class in nl.strohalm.cyclos.entities
Common class for all domain objects
Entity() - Constructor for class nl.strohalm.cyclos.entities.Entity
 
entityClass - Variable in class nl.strohalm.cyclos.dao.BaseDAOImpl
 
EntityHelper - Class in nl.strohalm.cyclos.utils
Helper class for entities
EntityHelper() - Constructor for class nl.strohalm.cyclos.utils.EntityHelper
 
EntityNotFoundException - Exception in nl.strohalm.cyclos.entities.exceptions
Exception thrown when an entity was not found
EntityNotFoundException() - Constructor for exception nl.strohalm.cyclos.entities.exceptions.EntityNotFoundException
 
EntityNotFoundException(Class<? extends Entity>) - Constructor for exception nl.strohalm.cyclos.entities.exceptions.EntityNotFoundException
 
EntityNotFoundException(Class<? extends Entity>, Long) - Constructor for exception nl.strohalm.cyclos.entities.exceptions.EntityNotFoundException
 
EntityNotFoundException(Class<? extends Entity>, Long, String) - Constructor for exception nl.strohalm.cyclos.entities.exceptions.EntityNotFoundException
 
EntityNotFoundException(String) - Constructor for exception nl.strohalm.cyclos.entities.exceptions.EntityNotFoundException
 
EntityReference - Interface in nl.strohalm.cyclos.entities
Marker interface for entity references
EntityReference.Resolver - Class in nl.strohalm.cyclos.entities
Class used to resolve serialization of references
EntityReference.Resolver(Class<? extends Entity>, Long) - Constructor for class nl.strohalm.cyclos.entities.EntityReference.Resolver
 
EntityVO - Class in nl.strohalm.cyclos.utils
A read-only view of an Entity
EntityVO(long, String) - Constructor for class nl.strohalm.cyclos.utils.EntityVO
 
EntityWithCustomFieldsWrapper - Class in nl.strohalm.cyclos.utils
Wrapper around an entity with custom fields, allowing, through a Map interface, access to properties and custom fields
EntityWithCustomFieldsWrapper(CustomFieldsContainer<?, ?>, Collection<? extends CustomField>) - Constructor for class nl.strohalm.cyclos.utils.EntityWithCustomFieldsWrapper
 
EntityWithCustomFieldsWrapper.EntryImpl - Class in nl.strohalm.cyclos.utils
Entry implementation for Wrapper
entrySet() - Method in class nl.strohalm.cyclos.utils.EntityWithCustomFieldsWrapper
 
EnumHelper - Class in nl.strohalm.cyclos.utils
Helper class for enumerations
EnumHelper() - Constructor for class nl.strohalm.cyclos.utils.EnumHelper
 
equalizeTime(Calendar, Calendar) - Static method in class nl.strohalm.cyclos.utils.DateHelper
sets the time of the day of the first argument, so that it is equal to the time of the day of the second argument.
equals(Object) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.SimpleTransferVO
 
equals(Object) - Method in class nl.strohalm.cyclos.entities.access.PrincipalType
 
equals(Object) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanParameters
 
equals(Object) - Method in class nl.strohalm.cyclos.entities.ads.AdCategoryWithCounterQuery
 
equals(Object) - Method in class nl.strohalm.cyclos.entities.Entity
 
equals(Object) - Method in class nl.strohalm.cyclos.services.accounts.AccountDTO
 
equals(Object) - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl.PossibleValueKey
 
equals(Object) - Method in class nl.strohalm.cyclos.setup.Version
 
equals(Object, Object) - Static method in class nl.strohalm.cyclos.taglibs.Functions
Checks if the object arguments are equals
equals(Object) - Method in class nl.strohalm.cyclos.utils.Amount
 
equals(Object) - Method in class nl.strohalm.cyclos.utils.cache.CacheListenerAdapter
 
equals(Calendar, Calendar, int) - Static method in class nl.strohalm.cyclos.utils.DateHelper
compares two Calendars on a certain precision level.
equals(Object) - Method in class nl.strohalm.cyclos.utils.EntityVO
 
equals(Object, Object) - Method in class nl.strohalm.cyclos.utils.hibernate.AbstractEnumType
 
equals(Object, Object) - Method in class nl.strohalm.cyclos.utils.hibernate.AmountType
 
equals(Object, Object) - Method in class nl.strohalm.cyclos.utils.hibernate.BasePeriodType
 
equals(Object, Object) - Method in class nl.strohalm.cyclos.utils.hibernate.PermissionType
 
equals(Object, Object) - Method in class nl.strohalm.cyclos.utils.hibernate.RangeConstraintType
 
equals(Object, Object) - Method in class nl.strohalm.cyclos.utils.hibernate.TimePeriodType
 
equals(Object) - Method in class nl.strohalm.cyclos.utils.jfreeAsymmetric.AsymmetricStatisticalBarRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class nl.strohalm.cyclos.utils.jfreeAsymmetric.AsymmetricStatisticalCategoryDataset
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class nl.strohalm.cyclos.utils.jfreeAsymmetric.AsymmetricStatisticalLineAndShapeRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class nl.strohalm.cyclos.utils.lock.HazelcastLockHandlerFactory.LockKey
 
equals(Object) - Method in class nl.strohalm.cyclos.utils.NamedPeriod
 
equals(Object) - Method in class nl.strohalm.cyclos.utils.Pair
 
equals(Object) - Method in class nl.strohalm.cyclos.utils.Period
 
equals(Object) - Method in class nl.strohalm.cyclos.utils.RangeConstraint
 
equals(Object) - Method in class nl.strohalm.cyclos.utils.tasks.HazelcastTaskRunner.LockKey
 
equals(Object) - Method in class nl.strohalm.cyclos.utils.TimePeriod
 
equals(Object) - Method in class nl.strohalm.cyclos.webservices.model.WebServicesEntityVO
 
error(String) - Method in class nl.strohalm.cyclos.webservices.utils.WebServiceHelper
 
error(Throwable) - Method in class nl.strohalm.cyclos.webservices.utils.WebServiceHelper
 
errorFor(int) - Method in class nl.strohalm.cyclos.utils.RangeConstraint
Return a validation error if the number is out of range, or null if ok
ErrorLogEntry - Class in nl.strohalm.cyclos.entities.alerts
An application error descriptor
ErrorLogEntry() - Constructor for class nl.strohalm.cyclos.entities.alerts.ErrorLogEntry
 
ErrorLogEntry.Relationships - Enum in nl.strohalm.cyclos.entities.alerts
 
ErrorLogEntryDAO - Interface in nl.strohalm.cyclos.dao.alerts
DAO interface for error log
ErrorLogEntryDAOImpl - Class in nl.strohalm.cyclos.dao.alerts
Implementation for error log entry DAO
ErrorLogEntryDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.alerts.ErrorLogEntryDAOImpl
 
ErrorLogEntryQuery - Class in nl.strohalm.cyclos.entities.alerts
Query parameters for an error log search
ErrorLogEntryQuery() - Constructor for class nl.strohalm.cyclos.entities.alerts.ErrorLogEntryQuery
 
ErrorLogService - Interface in nl.strohalm.cyclos.services.alerts
Service interface for error logs
ErrorLogServiceImpl - Class in nl.strohalm.cyclos.services.alerts
Implementation for error logs service
ErrorLogServiceImpl() - Constructor for class nl.strohalm.cyclos.services.alerts.ErrorLogServiceImpl
 
ErrorLogServiceLocal - Interface in nl.strohalm.cyclos.services.alerts
Local interface.
ErrorLogServiceSecurity - Class in nl.strohalm.cyclos.services.alerts
Security implementation for ErrorLogService
ErrorLogServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.alerts.ErrorLogServiceSecurity
 
escape(String) - Method in class nl.strohalm.cyclos.taglibs.AbstractEscapeTag
 
escape(String, boolean) - Static method in class nl.strohalm.cyclos.taglibs.EscapeHTMLTag
Escapes the string
escape(String) - Method in class nl.strohalm.cyclos.taglibs.EscapeHTMLTag
 
escape(String) - Method in class nl.strohalm.cyclos.taglibs.EscapeJSTag
 
EscapeHTMLTag - Class in nl.strohalm.cyclos.taglibs
Tag used to escape a HTML portion.
EscapeHTMLTag() - Constructor for class nl.strohalm.cyclos.taglibs.EscapeHTMLTag
 
EscapeJSTag - Class in nl.strohalm.cyclos.taglibs
Tag used to escape a JavaScript string.
EscapeJSTag() - Constructor for class nl.strohalm.cyclos.taglibs.EscapeJSTag
 
evictCache(Group) - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceImpl
 
evictCache(Group) - Method in interface nl.strohalm.cyclos.services.permissions.PermissionServiceLocal
Refreshes cached list of permissions for a given group
evictSecondLevelCache() - Method in class nl.strohalm.cyclos.dao.BaseDAOImpl
Evicts all second-level cache elements which could get stale on entity updates
exact(Calendar) - Static method in class nl.strohalm.cyclos.utils.Period
creates a period representing a day.
EXCLUDED_PROPERTIES_FOR_DEPENDENT_FIELDS - Static variable in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.access.LogoutAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.BaseAction
The Struts standard execute method is reserved, being the executeAction the one that subclasses must implement
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.BasePublicAction
The Struts standard execute method is reserved, being the executeAction the one that subclasses must implement
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.general.BackAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.general.HelpAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.mobile.MobileBaseAction
Perform some basic validation before calling the action execution itself.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.mobile.MobileLoginAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.mobile.MobileLogoutAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.posweb.LogoutAction
 
execute(JDBCWrapper) - Method in interface nl.strohalm.cyclos.dao.JDBCCallback
Executes something with the JDBC wrapper
execute(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class nl.strohalm.cyclos.http.JspTransactionFilter
 
execute(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class nl.strohalm.cyclos.http.LoggedUserFilter
 
execute(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class nl.strohalm.cyclos.http.OncePerRequestFilter
 
execute(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class nl.strohalm.cyclos.http.PosWebFilter
 
execute(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class nl.strohalm.cyclos.http.RequestProcessingFilter
 
execute(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class nl.strohalm.cyclos.http.SanitizerFilter
 
execute(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class nl.strohalm.cyclos.http.WebServicesTransactionFilter
 
execute(JDBCWrapper) - Method in class nl.strohalm.cyclos.setup.migrations.version3_5.AccountFeeLogPeriodMigration
 
execute(JDBCWrapper) - Method in class nl.strohalm.cyclos.setup.migrations.version3_5.AccountStatusMigration
 
execute(JDBCWrapper) - Method in class nl.strohalm.cyclos.setup.migrations.version3_5.AccountStatusRecreationMigration
 
execute(JDBCWrapper) - Method in class nl.strohalm.cyclos.setup.migrations.version3_5.BrokeringCommissionStatusMigration
 
execute(JDBCWrapper) - Method in class nl.strohalm.cyclos.setup.migrations.version3_5.BrokeringNotesMigration
 
execute(JDBCWrapper) - Method in class nl.strohalm.cyclos.setup.migrations.version3_5.ChannelsMigration
 
execute(JDBCWrapper) - Method in class nl.strohalm.cyclos.setup.migrations.version3_5.DataBaseEncodingMigration
 
execute(JDBCWrapper) - Method in class nl.strohalm.cyclos.setup.migrations.version3_5.FixedAccountStatusRecreationMigration
 
execute(JDBCWrapper) - Method in class nl.strohalm.cyclos.setup.migrations.version3_5.GeneralRemarksMigration
 
execute(JDBCWrapper) - Method in class nl.strohalm.cyclos.setup.migrations.version3_5.GroupHistoryLogMigration
 
execute(JDBCWrapper) - Method in class nl.strohalm.cyclos.setup.migrations.version3_5.LoanCustomFieldMigration
 
execute(JDBCWrapper) - Method in class nl.strohalm.cyclos.setup.migrations.version3_5.PasswordHashMigration
 
execute(JDBCWrapper) - Method in class nl.strohalm.cyclos.setup.migrations.version3_5.TransactionFeesMigration
 
execute(JDBCWrapper) - Method in class nl.strohalm.cyclos.setup.migrations.version3_6.ChangeImagesColumnsMigration
 
execute(JDBCWrapper) - Method in class nl.strohalm.cyclos.setup.migrations.version3_6.ChangePermissionSchemeMigration
 
execute(JDBCWrapper) - Method in class nl.strohalm.cyclos.setup.migrations.version3_6.ClosedAccountBalancesMigration
 
execute(JDBCWrapper) - Method in class nl.strohalm.cyclos.setup.migrations.version3_6.ForceReindexMigration
 
execute(JDBCWrapper) - Method in class nl.strohalm.cyclos.setup.migrations.version3_6.RemoveMaskFromCustomFieldsMigration
 
execute(JDBCWrapper) - Method in class nl.strohalm.cyclos.setup.migrations.version3_6.SetChargebacksMigration
 
execute() - Method in class nl.strohalm.cyclos.setup.Setup
 
execute(JDBCWrapper) - Method in interface nl.strohalm.cyclos.setup.TraceableMigration
Execute arbitrary commands on the database
execute(JDBCWrapper) - Method in interface nl.strohalm.cyclos.setup.UntraceableMigration
Deprecated. Execute arbitrary commands on the database
execute() - Method in interface nl.strohalm.cyclos.utils.IExceptionHandler
 
execute(String, Object...) - Method in class nl.strohalm.cyclos.utils.JDBCWrapper
Execute a single statement
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.access.AllowUserLoginAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.access.channels.ManageExternalAccessAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.access.channels.SelectChannelsAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.access.channels.UnblockPinAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.access.DisconnectUserAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.access.DisconnectUserSessionAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.access.ManagePasswordsAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.access.ResetAndSendPasswordAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.access.transactionpassword.TransactionPasswordAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.RechargeFailedAccountFeeLogAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.RemoveAccountFeeAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.RunAccountFeeAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.ListAccountTypesAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.RemoveAccountTypeAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.authorizationlevels.RemoveAuthorizationLevelAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.cards.ListCardTypeAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.cards.RemoveCardTypeAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.currencies.ListCurrenciesAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.currencies.ManageCurrencyAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.currencies.RemoveCurrencyAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.details.AccountOverviewAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.external.externaltransfers.ChangeExternalTransferAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.RemoveFieldMappingAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.ResetFileMappingAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.external.ListExternalAccountsAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.external.ListExternalTransferTypesAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.external.OverviewExternalAccountsAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.external.process.ProcessExternalTransfersAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.external.RemoveExternalAccountAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.external.RemoveExternalTransferTypeAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.external.transferimports.NewTransferImportAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.external.transferimports.RemoveTransferImportAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.ChangeStatusCertificationAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.DeleteCertificationAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.ChangeStatusGuaranteeAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.DeleteGuaranteeAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.AcceptPaymentObligationAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.ChangeStatusPaymentObligationAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.DeletePaymentObligationAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.RejectPaymentObligationAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.types.DeleteGuaranteeTypeAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.types.ListGuaranteeTypesAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.paymentfilters.RemovePaymentFilterAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.pos.RemovePosAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.RemoveTransactionFeeAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.RemoveTransferTypeAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.admintasks.AdministrativeTasksAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.admintasks.BaseIndexesAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.admintasks.OptimizeIndexesAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.admintasks.RebuildIndexesAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.admintasks.SetSystemOnlineAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.ads.categories.ExportAdCategoriesAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.ads.categories.ImportAdCategoriesAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.ads.categories.ListAdCategoriesAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.ads.categories.ManageAdCategoriesAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.ads.categories.RemoveAdCategoryAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.ads.imports.ImportedAdCategoriesAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.ads.MemberAdsAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.ads.RemoveAdAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.alerts.BaseListAlertsAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.alerts.RemoveAlertsAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.alerts.RemoveErrorLogEntriesAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.alerts.ViewErrorLogEntryAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.BaseAction
This method must be implemented to perform the action itself
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.BaseAjaxAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.BaseFormAction
 
executeAction(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.BasePublicAction
This method must be implemented to perform the action itself
executeAction(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.BasePublicFormAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.BaseQueryAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.channels.ListChannelsAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.channels.RemoveChannelAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.documents.ListDocumentsAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.documents.PreviewDynamicDocumentAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.documents.RemoveDocumentAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.documents.ViewDocumentAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.documents.ViewDynamicDocumentAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.fields.LinkPaymentCustomFieldAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.fields.ListCustomFieldsAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.fields.MoveCustomFieldPossibleValueAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.fields.RemoveCustomFieldAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.fields.RemoveCustomFieldPossibleValueAction
 
executeAction(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.customization.fields.SearchPossibleValuesAjaxAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.files.ListCustomizedFilesAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.files.StopCustomizingFileAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.images.RemoveCustomImageAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.themes.ImportThemeAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.themes.RemoveThemeAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.translationMessages.ExportTranslationMessagesAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.translationMessages.ImportTranslationMessagesAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.translationMessages.ManageTranslationMessagesAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.translationMessages.RemoveTranslationMessagesAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.elements.RemoveElementAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.general.AboutAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.general.ContactUsAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.general.HomeAction
 
executeAction(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.general.IndexAction
 
executeAction(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.general.ManualAction
 
executeAction(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.general.RedirectFromMessageAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.groups.accounts.RemoveGroupAccountAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.groups.customizedFiles.StopCustomizingGroupFileAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.StopCustomizingGroupFilterFileAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.ListGroupFiltersAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.RemoveGroupFilterAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.groups.RemoveGroupAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.image.ShowImageAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.invoices.CancelInvoiceAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.invoices.DenyInvoiceAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.invoices.InvoiceDetailsAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.loangroups.BaseLoanGroupMembershipAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.loangroups.RemoveLoanGroupAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.activities.ActivitiesAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.adinterests.ListAdInterestsAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.adinterests.RemoveAdInterestsAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.agreements.ListRegistrationAgreementsAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.agreements.RemoveRegistrationAgreementAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.brokering.AcceptBrokerCommissionContractAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.brokering.CancelBrokerCommissionContractAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.brokering.DenyBrokerCommissionContractAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.brokering.RemoveBrokerCommissionContractAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.brokering.StopBrokerCommissionAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.brokering.SuspendBrokerCommissionAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.brokering.UnsuspendBrokerCommissionAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.BrokerInitialGroupAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.contacts.AddContactAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.contacts.DeleteContactAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.contacts.ListContactsAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.documents.SelectDocumentAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.loangroups.MemberLoanGroupsAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.messages.ChangeMessageStatusAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.messages.ListMessageCategoriesAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.messages.RemoveMessageCategoryAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.messages.ViewMessageAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.pending.RemovePendingMemberAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.pending.ResendEmailValidationAction
 
executeAction(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.members.pending.ValidateRegistrationAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.printsettings.ListReceiptPrinterSettingsAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.printsettings.RemoveReceiptPrinterSettingsAction
 
executeAction(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.members.PublicInitialGroupAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.records.ListMemberRecordTypesAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.records.RemoveMemberRecordAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.records.RemoveMemberRecordTypeAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.references.RemoveReferenceAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.sms.RemoveInfoTextAction
 
executeAction(MobileActionContext) - Method in class nl.strohalm.cyclos.controls.mobile.MobileBaseAction
This method should be implemented to perform the action execution
executeAction(MobileActionContext) - Method in class nl.strohalm.cyclos.controls.mobile.MobileChangeAccountAction
 
executeAction(MobileActionContext) - Method in class nl.strohalm.cyclos.controls.mobile.MobileConfirmAccountAction
 
executeAction(MobileActionContext) - Method in class nl.strohalm.cyclos.controls.mobile.MobileConfirmPaymentAction
 
executeAction(MobileActionContext) - Method in class nl.strohalm.cyclos.controls.mobile.MobileDoPaymentAction
 
executeAction(MobileActionContext) - Method in class nl.strohalm.cyclos.controls.mobile.MobileHomeAction
 
executeAction(MobileActionContext) - Method in class nl.strohalm.cyclos.controls.mobile.MobileViewPaymentsAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.SuccessfulPaymentAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.posweb.PrintSettingsAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.posweb.PrintTransactionsAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.posweb.SearchTransactionsAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.simulations.SimulationsSelectAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsSelectAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.services.RemoveServiceClientAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.settings.ExportSettingsAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.settings.ImportSettingsAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.settings.ListMessageSettingsAction
 
executeAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.settings.ManageSettingsAction
 
executeAction(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.webshop.CancelWebShopPaymentAction
 
executeAction(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.webshop.NewWebShopPaymentAction
 
executeAction(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.webshop.PrintWebShopPaymentAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.access.ListConnectedUsersAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.AccountFeeLogDetailsAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.ListAccountFeeLogAction
 
executeQuery(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.ListGeneratedTypesAjaxAction
 
executeQuery(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.cards.ExportCardsToCsvAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.accounts.cards.SearchCardsAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.accounts.details.AccountHistoryAction
 
executeQuery(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.details.ExportTransactionsToCsvAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.accounts.details.SearchScheduledPaymentsAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.accounts.details.SearchTransferAuthorizationsAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.accounts.details.TransfersAwaitingAuthorizationAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.accounts.external.ExternalAccountHistoryAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.accounts.external.process.RetrieveTransfersToProcessAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.accounts.external.transferimports.SearchTransferImportsAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.SearchCertificationsAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.SearchGuaranteesAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.SearchPaymentObligationsAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.accounts.pos.SearchPosAction
 
executeQuery(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.ListGeneratedTypesAjaxAction
 
executeQuery(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxAction
May be overridden to retrieve a custom transfer type query
executeQuery(ActionContext) - Method in class nl.strohalm.cyclos.controls.ads.ExportAdsToCsvAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.ads.imports.ImportedAdsDetailsAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.ads.SearchAdsAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.alerts.BaseErrorLogQueryAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.alerts.SearchAlertsAction
 
executeQuery(ActionContext) - Method in class nl.strohalm.cyclos.controls.BaseCsvAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.BaseQueryAction
Execute the query
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.customization.translationMessages.SearchTranslationMessagesAction
 
executeQuery(ActionContext) - Method in class nl.strohalm.cyclos.controls.elements.ExportElementsToCsvAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.elements.SearchElementsAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.groups.ListGroupsAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.invoices.SearchInvoicesAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.loangroups.SearchLoanGroupsAction
 
executeQuery(ActionContext) - Method in class nl.strohalm.cyclos.controls.loans.ExportLoanPaymentsToCsvAction
 
executeQuery(ActionContext) - Method in class nl.strohalm.cyclos.controls.loans.ExportLoansToCsvAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.loans.SearchLoanPaymentsAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.loans.SearchLoansAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.members.brokering.ListBrokerCommissionContractsAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.members.brokering.ListBrokeringsAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.members.brokering.ManageBrokerCommissionsAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.members.brokering.PrintBrokeringsAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.members.brokering.SearchBrokerCommissionContractsAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.members.imports.ImportedMembersDetailsAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.members.messages.SearchMessagesAction
 
executeQuery(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.pending.ExportPendingMembersToCsvAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.members.pending.SearchPendingMembersAction
 
executeQuery(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.records.ExportMemberRecordsToCsvAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.members.records.SearchMemberRecordsAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.members.references.MemberReferencesAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.members.references.SearchPaymentsAwaitingFeedbackAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.members.sms.SearchInfoTextsAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.members.sms.SearchSmsLogsAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.members.sms.SearchSmsMailingsAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.payments.request.SearchPaymentRequestsAction
 
executeQuery(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.members.list.ExportMembersListReportToCsvAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.reports.members.sms.SmsLogsReportAction
 
executeQuery(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.members.sms.SmsLogsReportCsvAction
 
executeQuery(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.ExportMembersTransactionsDetailsToCsvAction
 
executeQuery(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.ExportMembersTransactionsReportToCsvAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsActivityAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsFinancesAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsKeyDevelopmentsAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsTaxesAction
 
executeQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.services.SearchServiceClientsAction
 
executeQuery(String, QueryParameters.ResultType, String, Object, PageParameters, Relationship...) - Method in class nl.strohalm.cyclos.utils.hibernate.HibernateQueryHandler
Execute a query based on the parameters
executeQuery(Class<E>, Query, Filter, Sort, QueryParameters.ResultType, PageParameters, Relationship...) - Method in class nl.strohalm.cyclos.utils.lucene.LuceneQueryHandler
Executes a lucene query
EXECUTION_RESULT_KEY - Static variable in class nl.strohalm.cyclos.struts.CyclosRequestProcessor
 
exists(String) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.TicketDAO
Returns true if there is a ticket with the specified code.
exists(String) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.TicketDAOImpl
 
existsChannel(String) - Method in interface nl.strohalm.cyclos.dao.access.ChannelDAO
Returns true if there is a channel with the given internal name.
existsChannel(String) - Method in class nl.strohalm.cyclos.dao.access.ChannelDAOImpl
 
existsNumber(BigInteger) - Method in interface nl.strohalm.cyclos.dao.accounts.cards.CardDAO
Test if already exists the given cardNumber
existsNumber(BigInteger) - Method in class nl.strohalm.cyclos.dao.accounts.cards.CardDAOImpl
 
exp(BigDecimal, int) - Static method in class nl.strohalm.cyclos.utils.BigDecimalHelper
Compute e^x to a given scale.
expected() - Method in class nl.strohalm.cyclos.utils.validation.AbstractValueValidation
 
expected() - Method in class nl.strohalm.cyclos.utils.validation.AnyOfValidation
 
expected() - Method in class nl.strohalm.cyclos.utils.validation.NoneOfValidation
 
expectedNature() - Method in class nl.strohalm.cyclos.controls.admins.RemoveAdminAction
 
expectedNature() - Method in class nl.strohalm.cyclos.controls.elements.RemoveElementAction
 
expectedNature() - Method in class nl.strohalm.cyclos.controls.members.RemoveMemberAction
 
expectedNature() - Method in class nl.strohalm.cyclos.controls.operators.RemoveOperatorAction
 
expireBrokerCommissionContracts(Calendar) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
expireBrokerCommissionContracts(Calendar) - Method in interface nl.strohalm.cyclos.services.elements.CommissionServiceLocal
Expires broker commission contracts that were not accepted until it´s beginning and close contracts that expired at the end of the previous day
expireBrokeringCommissionStatus(Calendar) - Method in interface nl.strohalm.cyclos.dao.members.brokerings.BrokeringCommissionStatusDAO
Expires brokering commission status
expireBrokeringCommissionStatus(Calendar) - Method in class nl.strohalm.cyclos.dao.members.brokerings.BrokeringCommissionStatusDAOImpl
 
expireBrokeringCommissionStatus(Calendar) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
expireBrokeringCommissionStatus(Calendar) - Method in interface nl.strohalm.cyclos.services.elements.CommissionServiceLocal
Expires brokering commission status
expiredAdNotification(Ad) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
expiredAdNotification(Ad) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
expiredBrokeringNotification(Brokering) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
expiredBrokeringNotification(Brokering) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
expiredInvoiceNotification(Invoice) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
expiredInvoiceNotification(Invoice) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
expiredLoanNotification(LoanPayment) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
expiredLoanNotification(LoanPayment) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
expirePaymentRequestTicket(PaymentRequestTicket) - Method in class nl.strohalm.cyclos.services.transactions.TicketServiceImpl
 
expirePaymentRequestTicket(PaymentRequestTicket) - Method in interface nl.strohalm.cyclos.services.transactions.TicketServiceLocal
Expires the specified payment request ticket
expireScheduledInvoices(Calendar) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
expireScheduledInvoices(Calendar) - Method in interface nl.strohalm.cyclos.services.transactions.InvoiceServiceLocal
Expires all scheduled invoices which haven't been accepted and expired before today
expireTicket(String) - Method in interface nl.strohalm.cyclos.webservices.payments.PaymentWebService
Expires the given ticket, invalidating it, returning whether the ticket was expired
expireTicket(String) - Method in class nl.strohalm.cyclos.webservices.payments.PaymentWebServiceImpl
 
export(Theme, OutputStream) - Method in class nl.strohalm.cyclos.themes.BaseThemeHandler
 
export(Theme, OutputStream) - Method in interface nl.strohalm.cyclos.themes.ThemeHandler
Exports the current settings with meta-data retrieved by the given theme object.
ExportAdCategoriesAction - Class in nl.strohalm.cyclos.controls.ads.categories
Action used to export ad categories into a XML file
ExportAdCategoriesAction() - Constructor for class nl.strohalm.cyclos.controls.ads.categories.ExportAdCategoriesAction
 
ExportAdsToCsvAction - Class in nl.strohalm.cyclos.controls.ads
Action used to export an ad search result as csv
ExportAdsToCsvAction() - Constructor for class nl.strohalm.cyclos.controls.ads.ExportAdsToCsvAction
 
exportAsProperties() - Method in interface nl.strohalm.cyclos.services.customization.TranslationMessageService
Load the messages as a Properties object
exportAsProperties() - Method in class nl.strohalm.cyclos.services.customization.TranslationMessageServiceImpl
 
exportAsProperties() - Method in class nl.strohalm.cyclos.services.customization.TranslationMessageServiceSecurity
 
ExportCardsToCsvAction - Class in nl.strohalm.cyclos.controls.accounts.cards
 
ExportCardsToCsvAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.cards.ExportCardsToCsvAction
 
ExportElementsToCsvAction - Class in nl.strohalm.cyclos.controls.elements
Action used to export an element search result as csv
ExportElementsToCsvAction() - Constructor for class nl.strohalm.cyclos.controls.elements.ExportElementsToCsvAction
 
ExportLoanPaymentsToCsvAction - Class in nl.strohalm.cyclos.controls.loans
Action used to export loan payments to csv
ExportLoanPaymentsToCsvAction() - Constructor for class nl.strohalm.cyclos.controls.loans.ExportLoanPaymentsToCsvAction
 
ExportLoansToCsvAction - Class in nl.strohalm.cyclos.controls.loans
Action used to export loans to csv
ExportLoansToCsvAction() - Constructor for class nl.strohalm.cyclos.controls.loans.ExportLoansToCsvAction
 
ExportMemberRecordsToCsvAction - Class in nl.strohalm.cyclos.controls.members.records
Action used to export a member search result as csv
ExportMemberRecordsToCsvAction() - Constructor for class nl.strohalm.cyclos.controls.members.records.ExportMemberRecordsToCsvAction
 
ExportMembersListReportToCsvAction - Class in nl.strohalm.cyclos.controls.reports.members.list
 
ExportMembersListReportToCsvAction() - Constructor for class nl.strohalm.cyclos.controls.reports.members.list.ExportMembersListReportToCsvAction
 
ExportMembersToCsvAction - Class in nl.strohalm.cyclos.controls.members
Action used to export a member search result as csv
ExportMembersToCsvAction() - Constructor for class nl.strohalm.cyclos.controls.members.ExportMembersToCsvAction
 
ExportMembersTransactionsDetailsToCsvAction - Class in nl.strohalm.cyclos.controls.reports.members.transactions
 
ExportMembersTransactionsDetailsToCsvAction() - Constructor for class nl.strohalm.cyclos.controls.reports.members.transactions.ExportMembersTransactionsDetailsToCsvAction
 
ExportMembersTransactionsReportToCsvAction - Class in nl.strohalm.cyclos.controls.reports.members.transactions
 
ExportMembersTransactionsReportToCsvAction() - Constructor for class nl.strohalm.cyclos.controls.reports.members.transactions.ExportMembersTransactionsReportToCsvAction
 
ExportPendingMembersToCsvAction - Class in nl.strohalm.cyclos.controls.members.pending
Action used to export a member search result as csv
ExportPendingMembersToCsvAction() - Constructor for class nl.strohalm.cyclos.controls.members.pending.ExportPendingMembersToCsvAction
 
ExportScript - Class in nl.strohalm.cyclos.setup
Exports the database table create script to a given file, and prints it to stdout
ExportScript(Setup, File) - Constructor for class nl.strohalm.cyclos.setup.ExportScript
 
ExportSettingsAction - Class in nl.strohalm.cyclos.controls.settings
Action used to export settings into a XML file
ExportSettingsAction() - Constructor for class nl.strohalm.cyclos.controls.settings.ExportSettingsAction
 
ExportThemeAction - Class in nl.strohalm.cyclos.controls.customization.themes
 
ExportThemeAction() - Constructor for class nl.strohalm.cyclos.controls.customization.themes.ExportThemeAction
 
ExportThemeForm - Class in nl.strohalm.cyclos.controls.customization.themes
Form used to export a theme
ExportThemeForm() - Constructor for class nl.strohalm.cyclos.controls.customization.themes.ExportThemeForm
 
exportToXml() - Method in interface nl.strohalm.cyclos.services.ads.AdCategoryService
Exports all enabled categories into a xml string.
exportToXml() - Method in class nl.strohalm.cyclos.services.ads.AdCategoryServiceImpl
 
exportToXml() - Method in class nl.strohalm.cyclos.services.ads.AdCategoryServiceSecurity
 
exportToXml(Collection<Setting.Type>) - Method in interface nl.strohalm.cyclos.services.settings.SettingsService
Exports settings into a xml string.
exportToXml(Collection<Setting.Type>) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
exportToXml(Collection<Setting.Type>) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceSecurity
 
ExportTransactionsToCsvAction - Class in nl.strohalm.cyclos.controls.accounts.details
Action used to export transactions as a CSV file
ExportTransactionsToCsvAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.details.ExportTransactionsToCsvAction
 
ExportTranslationMessagesAction - Class in nl.strohalm.cyclos.controls.customization.translationMessages
Action used to export messages into a properties file
ExportTranslationMessagesAction() - Constructor for class nl.strohalm.cyclos.controls.customization.translationMessages.ExportTranslationMessagesAction
 
ExternalAccount - Class in nl.strohalm.cyclos.entities.accounts.external
Represents an external account for payments that backs internal Cyclos payments
ExternalAccount() - Constructor for class nl.strohalm.cyclos.entities.accounts.external.ExternalAccount
 
ExternalAccount.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.external
 
ExternalAccountDAO - Interface in nl.strohalm.cyclos.dao.accounts.external
Interface DAO for external accounts (bookkeeping)
ExternalAccountDAOImpl - Class in nl.strohalm.cyclos.dao.accounts.external
Implementation DAO for external accounts
ExternalAccountDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.external.ExternalAccountDAOImpl
 
ExternalAccountDetailsVO - Class in nl.strohalm.cyclos.entities.accounts.external
Value Object to External Account Overview
ExternalAccountDetailsVO(Long, String, BigDecimal) - Constructor for class nl.strohalm.cyclos.entities.accounts.external.ExternalAccountDetailsVO
 
ExternalAccountHistoryAction - Class in nl.strohalm.cyclos.controls.accounts.external
Action used to retrieve the account history
ExternalAccountHistoryAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.ExternalAccountHistoryAction
 
ExternalAccountHistoryForm - Class in nl.strohalm.cyclos.controls.accounts.external
Form used to retrieve the external account details
ExternalAccountHistoryForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.ExternalAccountHistoryForm
 
externalAccountOverview() - Method in interface nl.strohalm.cyclos.services.accounts.external.ExternalAccountService
Overview external accounts
externalAccountOverview() - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalAccountServiceImpl
 
externalAccountOverview() - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalAccountServiceSecurity
 
ExternalAccountQuery - Class in nl.strohalm.cyclos.entities.accounts.external
Query parameters for searching external account's
ExternalAccountQuery() - Constructor for class nl.strohalm.cyclos.entities.accounts.external.ExternalAccountQuery
 
ExternalAccountService - Interface in nl.strohalm.cyclos.services.accounts.external
Service interface for External Accounts
ExternalAccountServiceImpl - Class in nl.strohalm.cyclos.services.accounts.external
External Account service implementation
ExternalAccountServiceImpl() - Constructor for class nl.strohalm.cyclos.services.accounts.external.ExternalAccountServiceImpl
 
ExternalAccountServiceLocal - Interface in nl.strohalm.cyclos.services.accounts.external
Local interface.
ExternalAccountServiceSecurity - Class in nl.strohalm.cyclos.services.accounts.external
Security implementation for ExternalAccountService
ExternalAccountServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.accounts.external.ExternalAccountServiceSecurity
 
externalChannelPaymentConfirmed(PaymentRequestTicket) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
externalChannelPaymentConfirmed(PaymentRequestTicket) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
externalChannelPaymentPerformed(DoPaymentDTO, Payment) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
externalChannelPaymentPerformed(DoPaymentDTO, Payment) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
externalChannelPaymentRequestExpired(PaymentRequestTicket) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
externalChannelPaymentRequestExpired(PaymentRequestTicket) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
ExternalException - Exception in nl.strohalm.cyclos.exceptions
Exception thrown by external classes which need to show a description to the end user
ExternalException() - Constructor for exception nl.strohalm.cyclos.exceptions.ExternalException
 
ExternalException(String) - Constructor for exception nl.strohalm.cyclos.exceptions.ExternalException
 
ExternalException(String, Throwable) - Constructor for exception nl.strohalm.cyclos.exceptions.ExternalException
 
ExternalException(Throwable) - Constructor for exception nl.strohalm.cyclos.exceptions.ExternalException
 
ExternalLoginAction - Class in nl.strohalm.cyclos.controls.access
Action used to login the user from within external sites
ExternalLoginAction() - Constructor for class nl.strohalm.cyclos.controls.access.ExternalLoginAction
 
ExternalLoginAction.Status - Enum in nl.strohalm.cyclos.controls.access
The possible statuses
ExternalTransfer - Class in nl.strohalm.cyclos.entities.accounts.external
Represents a payment in a real bank, that backs a payment in Cyclos
ExternalTransfer() - Constructor for class nl.strohalm.cyclos.entities.accounts.external.ExternalTransfer
 
ExternalTransfer.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.external
 
ExternalTransfer.Status - Enum in nl.strohalm.cyclos.entities.accounts.external
The status of a payment inside cyclos
ExternalTransfer.SummaryStatus - Enum in nl.strohalm.cyclos.entities.accounts.external
The status of a payment inside cyclos
ExternalTransferAction - Enum in nl.strohalm.cyclos.entities.accounts.external
A possible action for an external transfer
ExternalTransferDAO - Interface in nl.strohalm.cyclos.dao.accounts.external
Data access object for external transfers
ExternalTransferDAOImpl - Class in nl.strohalm.cyclos.dao.accounts.external
Implementation for external transfer DAO
ExternalTransferDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.external.ExternalTransferDAOImpl
 
ExternalTransferImport - Class in nl.strohalm.cyclos.entities.accounts.external
Contains a set of imported transfers from a file
ExternalTransferImport() - Constructor for class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferImport
 
ExternalTransferImport.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.external
 
ExternalTransferImportDAO - Interface in nl.strohalm.cyclos.dao.accounts.external
Data access object for external transfer imports
ExternalTransferImportDAOImpl - Class in nl.strohalm.cyclos.dao.accounts.external
Implementation for data access object for external transfer imports
ExternalTransferImportDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.external.ExternalTransferImportDAOImpl
 
ExternalTransferImportQuery - Class in nl.strohalm.cyclos.entities.accounts.external
Query parameters for searching external account's file import
ExternalTransferImportQuery() - Constructor for class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferImportQuery
 
ExternalTransferImportService - Interface in nl.strohalm.cyclos.services.accounts.external
Service interface for importing new and managing external transfer files
ExternalTransferImportServiceImpl - Class in nl.strohalm.cyclos.services.accounts.external
Implementation for external transfer import service
ExternalTransferImportServiceImpl() - Constructor for class nl.strohalm.cyclos.services.accounts.external.ExternalTransferImportServiceImpl
 
ExternalTransferImportServiceLocal - Interface in nl.strohalm.cyclos.services.accounts.external
Local interface.
ExternalTransferImportServiceSecurity - Class in nl.strohalm.cyclos.services.accounts.external
Security implementation for ExternalTransferImportService
ExternalTransferImportServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.accounts.external.ExternalTransferImportServiceSecurity
 
ExternalTransferQuery - Class in nl.strohalm.cyclos.entities.accounts.external
Query parameters for external transfer search
ExternalTransferQuery() - Constructor for class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferQuery
 
externalTransferQueryDataBinder(LocalSettings) - Static method in class nl.strohalm.cyclos.controls.accounts.external.ExternalAccountHistoryAction
 
ExternalTransferService - Interface in nl.strohalm.cyclos.services.accounts.external
Service interface for handling external transfers
ExternalTransferServiceImpl - Class in nl.strohalm.cyclos.services.accounts.external
Implementation for ExternalTransferService
ExternalTransferServiceImpl() - Constructor for class nl.strohalm.cyclos.services.accounts.external.ExternalTransferServiceImpl
 
ExternalTransferServiceLocal - Interface in nl.strohalm.cyclos.services.accounts.external
Local interface.
ExternalTransferServiceSecurity - Class in nl.strohalm.cyclos.services.accounts.external
Security implementation for ExternalTransferService
ExternalTransferServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.accounts.external.ExternalTransferServiceSecurity
 
ExternalTransferToProcessVO - Class in nl.strohalm.cyclos.controls.accounts.external.process
View object with data for processing external transfers
ExternalTransferToProcessVO() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.process.ExternalTransferToProcessVO
 
ExternalTransferToProcessVOIterator - Class in nl.strohalm.cyclos.controls.accounts.external.process
Iterates over a collection of external transfers, retrieving additional data for each row
ExternalTransferToProcessVOIterator(Iterator<ExternalTransfer>, ExternalAccount) - Constructor for class nl.strohalm.cyclos.controls.accounts.external.process.ExternalTransferToProcessVOIterator
 
ExternalTransferType - Class in nl.strohalm.cyclos.entities.accounts.external
Represents a type for an external transfer
ExternalTransferType() - Constructor for class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferType
 
ExternalTransferType.Action - Enum in nl.strohalm.cyclos.entities.accounts.external
An action to execute with this transfer type
ExternalTransferType.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.external
 
ExternalTransferTypeDAO - Interface in nl.strohalm.cyclos.dao.accounts.external
 
ExternalTransferTypeDAOImpl - Class in nl.strohalm.cyclos.dao.accounts.external
 
ExternalTransferTypeDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.external.ExternalTransferTypeDAOImpl
 
ExternalTransferTypeService - Interface in nl.strohalm.cyclos.services.accounts.external
Service interface for External Transfer Type Service
ExternalTransferTypeServiceImpl - Class in nl.strohalm.cyclos.services.accounts.external
 
ExternalTransferTypeServiceImpl() - Constructor for class nl.strohalm.cyclos.services.accounts.external.ExternalTransferTypeServiceImpl
 
ExternalTransferTypeServiceLocal - Interface in nl.strohalm.cyclos.services.accounts.external
Local interface.
ExternalTransferTypeServiceSecurity - Class in nl.strohalm.cyclos.services.accounts.external
Security implementation for ExternalTransferTypeService
ExternalTransferTypeServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.accounts.external.ExternalTransferTypeServiceSecurity
 
ExternalWebServiceHelper - Class in nl.strohalm.cyclos.webservices.external
 
ExternalWebServiceHelper() - Constructor for class nl.strohalm.cyclos.webservices.external.ExternalWebServiceHelper
 

F

FactoryBeanFromProperties<T> - Class in nl.strohalm.cyclos.spring
A FactoryBean which looks up a class name in cyclos.properties and has a default implementation
FactoryBeanFromProperties(Class<T>, String, Class<? extends T>) - Constructor for class nl.strohalm.cyclos.spring.FactoryBeanFromProperties
 
fault(Throwable) - Static method in class nl.strohalm.cyclos.webservices.utils.WebServiceHelper
Returns a SOAP fault
fault(WebServiceFault) - Static method in class nl.strohalm.cyclos.webservices.utils.WebServiceHelper
 
fault(WebServiceFault, String) - Static method in class nl.strohalm.cyclos.webservices.utils.WebServiceHelper
 
fault(WebServiceFault, Throwable) - Static method in class nl.strohalm.cyclos.webservices.utils.WebServiceHelper
Throw a SoapFault with the specified fault code and the specified Throwable as the cause
FETCH - Static variable in class nl.strohalm.cyclos.controls.accounts.details.ViewScheduledPaymentAction
 
FETCH - Static variable in class nl.strohalm.cyclos.controls.accounts.details.ViewTransactionAction
 
fetch(E, Relationship...) - Method in interface nl.strohalm.cyclos.dao.FetchDAO
Fetches the given relationships for the given entity, if they are still not materialized.
fetch(E, Relationship...) - Method in class nl.strohalm.cyclos.dao.FetchDAOImpl
 
fetch - Variable in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
 
fetch(Collection<E>, Relationship...) - Method in class nl.strohalm.cyclos.services.fetch.FetchServiceImpl
 
fetch(E, Relationship...) - Method in class nl.strohalm.cyclos.services.fetch.FetchServiceImpl
 
fetch(Collection<E>, Relationship...) - Method in interface nl.strohalm.cyclos.services.fetch.FetchServiceLocal
Fetch the relationships for each entity in the collection.
fetch(E, Relationship...) - Method in interface nl.strohalm.cyclos.services.fetch.FetchServiceLocal
Fetches the give relationships for the given entity.
fetch(Relationship...) - Method in class nl.strohalm.cyclos.utils.query.QueryParameters
 
FetchDAO - Interface in nl.strohalm.cyclos.dao
This componente provides mechanisms for lazy loading and fetching lazy relationships for persistent entities in the system.
fetchDao - Variable in class nl.strohalm.cyclos.utils.lucene.AbstractDocumentMapper
 
FetchDAOImpl - Class in nl.strohalm.cyclos.dao
Implementation for fetch DAO
FetchDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.FetchDAOImpl
 
FetchingIteratorListImpl<E> - Class in nl.strohalm.cyclos.utils
Basic implementation for iterator lists, using a delegate iterator
FetchingIteratorListImpl(Iterator<E>, FetchDAO, Relationship...) - Constructor for class nl.strohalm.cyclos.utils.FetchingIteratorListImpl
 
fetchMember() - Method in class nl.strohalm.cyclos.controls.accounts.details.AccountHistoryAction
Used to determine if the each transfer's related member will be fetch
fetchService - Variable in class nl.strohalm.cyclos.services.BaseServiceSecurity
 
fetchService - Variable in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
 
FetchService - Interface in nl.strohalm.cyclos.services.fetch
Service interface for the fetch process.
fetchService - Variable in class nl.strohalm.cyclos.services.stats.StatisticalServiceImpl
a Validator for the paymentFilters.
fetchService - Variable in class nl.strohalm.cyclos.services.transactions.BaseLoanHandler
 
FetchServiceImpl - Class in nl.strohalm.cyclos.services.fetch
Implementation for fetch service.
FetchServiceImpl() - Constructor for class nl.strohalm.cyclos.services.fetch.FetchServiceImpl
 
FetchServiceLocal - Interface in nl.strohalm.cyclos.services.fetch
Local interface.
FetchServiceSecurity - Class in nl.strohalm.cyclos.services.fetch
Local interface.
FetchServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.fetch.FetchServiceSecurity
 
FieldHelper - Class in nl.strohalm.cyclos.webservices.utils
Helper methods for
FieldHelper() - Constructor for class nl.strohalm.cyclos.webservices.utils.FieldHelper
 
FieldMapping - Class in nl.strohalm.cyclos.entities.accounts.external.filemapping
Maps a specific field inside a transactions file
FieldMapping() - Constructor for class nl.strohalm.cyclos.entities.accounts.external.filemapping.FieldMapping
 
FieldMapping.Field - Enum in nl.strohalm.cyclos.entities.accounts.external.filemapping
The field inside Cyclos that this field mapping refers
FieldMapping.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.external.filemapping
 
FieldMappingDAO - Interface in nl.strohalm.cyclos.dao.accounts.external.filemapping
DAO Interface for field mappings
FieldMappingDAOImpl - Class in nl.strohalm.cyclos.dao.accounts.external.filemapping
DAO Implementation for field mappings
FieldMappingDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.external.filemapping.FieldMappingDAOImpl
 
FieldMappingService - Interface in nl.strohalm.cyclos.services.accounts.external.filemapping
Service interface for field mappings
FieldMappingServiceImpl - Class in nl.strohalm.cyclos.services.accounts.external.filemapping
Service implementation for field mappings
FieldMappingServiceImpl() - Constructor for class nl.strohalm.cyclos.services.accounts.external.filemapping.FieldMappingServiceImpl
 
FieldMappingServiceImpl.MemberFieldValidation - Class in nl.strohalm.cyclos.services.accounts.external.filemapping
Validates the field mapping before saving.
FieldMappingServiceImpl.MemberFieldValidation() - Constructor for class nl.strohalm.cyclos.services.accounts.external.filemapping.FieldMappingServiceImpl.MemberFieldValidation
 
FieldMappingServiceImpl.OrderValidation - Class in nl.strohalm.cyclos.services.accounts.external.filemapping
Validates the field mapping before saving.
FieldMappingServiceImpl.OrderValidation() - Constructor for class nl.strohalm.cyclos.services.accounts.external.filemapping.FieldMappingServiceImpl.OrderValidation
 
FieldMappingServiceLocal - Interface in nl.strohalm.cyclos.services.accounts.external.filemapping
Local interface.
FieldMappingServiceSecurity - Class in nl.strohalm.cyclos.services.accounts.external.filemapping
Security implementation for FieldMappingService
FieldMappingServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.accounts.external.filemapping.FieldMappingServiceSecurity
 
fieldQuery(Analyzer, String, String) - Static method in class nl.strohalm.cyclos.utils.lucene.Filters
Returns a filter that applies a query to an specific field
FieldValueVO - Class in nl.strohalm.cyclos.webservices.model
A custom field x value representation for web services
FieldValueVO() - Constructor for class nl.strohalm.cyclos.webservices.model.FieldValueVO
 
FieldValueVO(String, String) - Constructor for class nl.strohalm.cyclos.webservices.model.FieldValueVO
 
FieldVO - Class in nl.strohalm.cyclos.webservices.model
Custom field data for web services
FieldVO() - Constructor for class nl.strohalm.cyclos.webservices.model.FieldVO
 
FieldVO.FieldVOType - Enum in nl.strohalm.cyclos.webservices.model
A custom field data type
FieldWebService - Interface in nl.strohalm.cyclos.webservices.fields
Web service interface for custom fields
FieldWebServiceImpl - Class in nl.strohalm.cyclos.webservices.fields
Web service implementation
FieldWebServiceImpl() - Constructor for class nl.strohalm.cyclos.webservices.fields.FieldWebServiceImpl
 
File - Class in nl.strohalm.cyclos.entities.customization.files
A database-stored file
File() - Constructor for class nl.strohalm.cyclos.entities.customization.files.File
 
FileMapping - Class in nl.strohalm.cyclos.entities.accounts.external.filemapping
Maps a file format to import transfers
FileMapping() - Constructor for class nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMapping
 
FileMapping.Nature - Enum in nl.strohalm.cyclos.entities.accounts.external.filemapping
The nature of the file mapping
FileMapping.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.external.filemapping
 
FileMappingDAO - Interface in nl.strohalm.cyclos.dao.accounts.external.filemapping
DAO Interface for file mappings
FileMappingDAOImpl - Class in nl.strohalm.cyclos.dao.accounts.external.filemapping
DAO implementation for file mappings
FileMappingDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.external.filemapping.FileMappingDAOImpl
 
FileMappingService - Interface in nl.strohalm.cyclos.services.accounts.external.filemapping
Service interface for file mappings
FileMappingServiceImpl - Class in nl.strohalm.cyclos.services.accounts.external.filemapping
Service implementation for file mappings
FileMappingServiceImpl() - Constructor for class nl.strohalm.cyclos.services.accounts.external.filemapping.FileMappingServiceImpl
 
FileMappingServiceImpl.DecimalFormatValidation - Class in nl.strohalm.cyclos.services.accounts.external.filemapping
Validates the file mapping before saving.
FileMappingServiceImpl.DecimalFormatValidation() - Constructor for class nl.strohalm.cyclos.services.accounts.external.filemapping.FileMappingServiceImpl.DecimalFormatValidation
 
FileMappingServiceLocal - Interface in nl.strohalm.cyclos.services.accounts.external.filemapping
Local interface.
FileMappingServiceSecurity - Class in nl.strohalm.cyclos.services.accounts.external.filemapping
Security implementation for FileMappingService
FileMappingServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.accounts.external.filemapping.FileMappingServiceSecurity
 
FileMappingWithFields - Class in nl.strohalm.cyclos.entities.accounts.external.filemapping
A file mapping that has mapped fields
FileMappingWithFields() - Constructor for class nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMappingWithFields
 
FileMappingWithFields.NumberFormat - Enum in nl.strohalm.cyclos.entities.accounts.external.filemapping
A format for parsing numbers
FileMappingWithFields.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.external.filemapping
 
fileName(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.cards.ExportCardsToCsvAction
 
fileName(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.details.ExportTransactionsToCsvAction
 
fileName(ActionContext) - Method in class nl.strohalm.cyclos.controls.ads.ExportAdsToCsvAction
 
fileName(ActionContext) - Method in class nl.strohalm.cyclos.controls.BaseCsvAction
 
fileName(ActionContext) - Method in class nl.strohalm.cyclos.controls.loans.ExportLoanPaymentsToCsvAction
 
fileName(ActionContext) - Method in class nl.strohalm.cyclos.controls.loans.ExportLoansToCsvAction
 
fileName(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.ExportMembersToCsvAction
 
fileName(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.pending.ExportPendingMembersToCsvAction
 
fileName(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.records.ExportMemberRecordsToCsvAction
 
fileName(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.members.list.ExportMembersListReportToCsvAction
 
fileName(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.members.sms.SmsLogsReportCsvAction
 
fileName(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.ExportMembersTransactionsDetailsToCsvAction
 
fileName(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.ExportMembersTransactionsReportToCsvAction
 
FileUnits - Enum in nl.strohalm.cyclos.utils
Contains the possible units for upload size
fill(SearchParameters, QueryParameters) - Method in class nl.strohalm.cyclos.webservices.utils.QueryHelper
 
filter(Query, Filter) - Static method in class nl.strohalm.cyclos.utils.lucene.Filters
Returns a FilteredQuery using the given filter
Filters - Class in nl.strohalm.cyclos.utils.lucene
A filter collection
Filters() - Constructor for class nl.strohalm.cyclos.utils.lucene.Filters
 
FilterUsed - Class in nl.strohalm.cyclos.services.stats.general
A value object capturing the use of filters.
FilterUsed(FilterUsed.FilterType, List<String>) - Constructor for class nl.strohalm.cyclos.services.stats.general.FilterUsed
constructor to add a multi drop down selector filter to the "Used filters" overview below each graph or table.
FilterUsed(FilterUsed.FilterType, String) - Constructor for class nl.strohalm.cyclos.services.stats.general.FilterUsed
constructor for the normal use of filters, where only one item can be selected.
FilterUsed.FilterType - Enum in nl.strohalm.cyclos.services.stats.general
the type of the filter.
FilterUsed.FilterUse - Enum in nl.strohalm.cyclos.services.stats.general
this determines if keys are used, or if the names are used.
finalize() - Method in class nl.strohalm.cyclos.services.access.AbstractPermissionCheck
 
FinanceStats - Class in nl.strohalm.cyclos.services.stats.finances
takes care of the calculations for finance stats for one single point (bar or section) in the graphs/tables.
FinanceStats(TransferDAO) - Constructor for class nl.strohalm.cyclos.services.stats.finances.FinanceStats
 
FinanceStatsComparePeriods - Class in nl.strohalm.cyclos.services.stats.finances
Takes care of the calculations for finance statistics for compare periods.
FinanceStatsComparePeriods(TransferDAO) - Constructor for class nl.strohalm.cyclos.services.stats.finances.FinanceStatsComparePeriods
constructor receiving the transfer dao
FinanceStatsSinglePeriod - Class in nl.strohalm.cyclos.services.stats.finances
Takes care of the calculations for finance statistics for a single period.
FinanceStatsSinglePeriod(TransferDAO) - Constructor for class nl.strohalm.cyclos.services.stats.finances.FinanceStatsSinglePeriod
constructor receiving the transfer dao
FinanceStatsThroughTime - Class in nl.strohalm.cyclos.services.stats.finances
Takes care of the calculations for finance statistics for through time.
FinanceStatsThroughTime(TransferDAO) - Constructor for class nl.strohalm.cyclos.services.stats.finances.FinanceStatsThroughTime
constructor receiving the transfer dao
find(String) - Method in class nl.strohalm.cyclos.setup.VersionHistory
 
find(Permission, Class<T>) - Static method in class nl.strohalm.cyclos.utils.access.PermissionHelper
Finds (by name) the specified permission as a valid value in the permission enum.
findAll() - Method in interface nl.strohalm.cyclos.dao.members.MessageCategoryDAO
Find all message Categories
findAll() - Method in class nl.strohalm.cyclos.dao.members.MessageCategoryDAOImpl
 
findAnnotation(Class<?>, Class<A>) - Static method in class nl.strohalm.cyclos.utils.ClassHelper
Find a method annotation on the declaring class or in any of it's implemented interfaces
findAnnotation(Method, Class<A>) - Static method in class nl.strohalm.cyclos.utils.ClassHelper
Find a method annotation on the method in any of it's implemented interfaces
findAnnotation(Method, Class<A>, boolean) - Static method in class nl.strohalm.cyclos.utils.ClassHelper
Find a method annotation on the method or declaring class or in any of it's implemented interfaces
findByAddressAndCredentials(String, String, String) - Method in class nl.strohalm.cyclos.services.services.ServiceClientServiceImpl
 
findByAddressAndCredentials(String, String, String) - Method in interface nl.strohalm.cyclos.services.services.ServiceClientServiceLocal
Finds a service client for the given address, with the given username and password
findByCalendarField(int) - Static method in enum nl.strohalm.cyclos.utils.TimePeriod.Field
 
findByField(CustomField, Collection<V>) - Static method in class nl.strohalm.cyclos.utils.CustomFieldHelper
Finds the value of the given field inside the collection
findByFieldId(Long, Collection<V>) - Static method in class nl.strohalm.cyclos.utils.CustomFieldHelper
Finds the value of the given field inside the collection
findByFieldName(String, Collection<V>) - Static method in class nl.strohalm.cyclos.utils.CustomFieldHelper
Finds the value of the given field inside the collection
findById(Collection<F>, Long) - Static method in class nl.strohalm.cyclos.utils.CustomFieldHelper
Finds a custom field in a collection by it's identifier
findByInternalName(Collection<F>, String) - Static method in class nl.strohalm.cyclos.utils.CustomFieldHelper
Finds a custom field in a collection by it's internal name
findByLoginPageName(String) - Method in interface nl.strohalm.cyclos.dao.groups.GroupDAO
Finds a group by it's login page name
findByLoginPageName(String) - Method in class nl.strohalm.cyclos.dao.groups.GroupDAOImpl
 
findByLoginPageName(String) - Method in interface nl.strohalm.cyclos.dao.groups.GroupFilterDAO
Finds a group filter by it's login page name
findByLoginPageName(String) - Method in class nl.strohalm.cyclos.dao.groups.GroupFilterDAOImpl
 
findByLoginPageName(String) - Method in interface nl.strohalm.cyclos.services.groups.GroupFilterService
Finds a group filter by it's login page name
findByLoginPageName(String) - Method in class nl.strohalm.cyclos.services.groups.GroupFilterServiceImpl
 
findByLoginPageName(String) - Method in class nl.strohalm.cyclos.services.groups.GroupFilterServiceSecurity
 
findByLoginPageName(String) - Method in interface nl.strohalm.cyclos.services.groups.GroupService
Finds a group by it's login page name
findByLoginPageName(String) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
findByLoginPageName(String) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceSecurity
 
findByValue(Class<E>, String) - Static method in class nl.strohalm.cyclos.utils.EnumHelper
Finds a enum item by string value
findCustomizationOf(CustomizedFile.Type, Group, GroupFilter, String) - Method in class nl.strohalm.cyclos.utils.CustomizationHelper
Finds the customization level and the related id for the given parameters, trying files on the following order: Customized for the given group (if any) Customized for the group filters of the given group (if the group is the same as the logged member's group) Customized for the given group filter (if any) Customized globally The original file (with no customizations)
findFileOf(CustomizedFile.Type, Group, GroupFilter, String) - Method in class nl.strohalm.cyclos.utils.CustomizationHelper
 
findFileOf(CustomizedFile.Type, Group, String) - Method in class nl.strohalm.cyclos.utils.CustomizationHelper
 
findForward(String) - Method in class nl.strohalm.cyclos.controls.AbstractActionContext
Finds a forward with the given name, returning null if not found
findPathOf(CustomizedFile.Type, Group, String) - Method in class nl.strohalm.cyclos.utils.CustomizationHelper
 
findPathOf(CustomizedFile.Type, Group, GroupFilter, String) - Method in class nl.strohalm.cyclos.utils.CustomizationHelper
Returns the path of a customized file.
findPossibleValue(String, Collection<CustomFieldPossibleValue>) - Static method in class nl.strohalm.cyclos.utils.CustomFieldHelper
Finds a possible value reference on the collection
findPossibleValueById(Object, Collection<CustomFieldPossibleValue>) - Static method in class nl.strohalm.cyclos.utils.CustomFieldHelper
Finds a possible value label by id
finishCell(int) - Method in class nl.strohalm.cyclos.taglibs.LayoutTag
 
first(T[]) - Static method in class nl.strohalm.cyclos.utils.conversion.CoercionHelper
Returns the first array item, or null if an empty array
firstErrorMessage(ValidationException) - Method in class nl.strohalm.cyclos.utils.MessageHelper
Retrieve a message for the first error on the validation exception
firstProperty(String) - Static method in class nl.strohalm.cyclos.utils.PropertyHelper
Returns the first property on a nested path.
fixed(BigDecimal) - Static method in class nl.strohalm.cyclos.utils.Amount
 
fixed(int) - Static method in class nl.strohalm.cyclos.utils.RangeConstraint
Returns a range from and to the parameter
FixedAccountStatusRecreationMigration - Class in nl.strohalm.cyclos.setup.migrations.version3_5
Populates the account_status and account_fee_charges tables
FixedAccountStatusRecreationMigration() - Constructor for class nl.strohalm.cyclos.setup.migrations.version3_5.FixedAccountStatusRecreationMigration
 
fixedLength(int) - Method in class nl.strohalm.cyclos.utils.validation.Validator.Property
 
FixedLengthNumberConverter<T extends java.lang.Number> - Class in nl.strohalm.cyclos.utils.conversion
Converts a string to number with fixed position decimals.
FixedLengthNumberConverter(Class<T>, int) - Constructor for class nl.strohalm.cyclos.utils.conversion.FixedLengthNumberConverter
 
FixedLengthNumberConverter(Class<T>, int, int) - Constructor for class nl.strohalm.cyclos.utils.conversion.FixedLengthNumberConverter
 
FlatMemberRecordsAction - Class in nl.strohalm.cyclos.controls.members.records
Action used to edit and list member records on a single page
FlatMemberRecordsAction() - Constructor for class nl.strohalm.cyclos.controls.members.records.FlatMemberRecordsAction
 
floatValue() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalNumber
gets the floatValue of value
flush() - Method in class nl.strohalm.cyclos.dao.BaseDAOImpl
Flushes the hibernate session
flushBuffer() - Method in class nl.strohalm.cyclos.http.ForcedBufferResponse
 
ForcedBufferResponse - Class in nl.strohalm.cyclos.http
A response wrapper which prevents flushing the buffer until really needed
ForcedBufferResponse(HttpServletResponse) - Constructor for class nl.strohalm.cyclos.http.ForcedBufferResponse
 
ForceReindexMigration - Class in nl.strohalm.cyclos.setup.migrations.version3_6
A migration which removes the indexes directory, forcing a reindex
ForceReindexMigration() - Constructor for class nl.strohalm.cyclos.setup.migrations.version3_6.ForceReindexMigration
 
forData(MemberAccount, AccountFeeLog, Calendar) - Method in interface nl.strohalm.cyclos.dao.accounts.fee.account.AccountFeeAmountDAO
Returns the AccountFeeCharge for the given account and fee log, at the exact fee log period's begin
forData(MemberAccount, AccountFeeLog, Calendar) - Method in class nl.strohalm.cyclos.dao.accounts.fee.account.AccountFeeAmountDAOImpl
 
forDate(AccountFee, Calendar) - Method in interface nl.strohalm.cyclos.dao.accounts.fee.account.AccountFeeLogDAO
Returns an existing log for the given fee and date
forDate(AccountFee, Calendar) - Method in class nl.strohalm.cyclos.dao.accounts.fee.account.AccountFeeLogDAOImpl
 
forDelete(String) - Static method in class nl.strohalm.cyclos.utils.customizedfile.CustomizedFileOperation
 
formAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.admins.CreateAdminAction
 
formAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.admins.mailPreferences.MailPreferencesAction
 
formAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.ads.imports.ImportedAdsSummaryAction
 
formAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.ads.ViewAdAction
 
formAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.BaseFormAction
Method use to handle a form submission
formAction(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.BasePublicFormAction
Simple for called on a POST request, without returning the forward
formAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.images.SystemImagesAction
 
formAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.themes.SelectThemeAction
 
formAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.translationMessages.EditTranslationMessageAction
 
formAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.elements.ChangeElementGroupAction
 
formAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.loangroups.EditLoanGroupAction
 
formAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.adinterests.EditAdInterestAction
 
formAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.agreements.EditRegistrationAgreementAction
 
formAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.bulk.MemberBulkChangeBrokerAction
 
formAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.bulk.MemberBulkChangeGroupAction
 
formAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.bulk.MemberBulkGenerateCardAction
 
formAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.contacts.EditContactAction
 
formAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.CreateMemberAction
 
formAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.imports.ImportedMembersSummaryAction
 
formAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.messages.EditMessageCategoryAction
 
formAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.sms.SendSmsMailingAction
 
formAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.BasePaymentAction
 
formAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.request.RequestPaymentAction
 
formAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.posweb.BasePosWebPaymentAction
 
formAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportAction
 
formAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.settings.EditAccessSettingsAction
 
formAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.settings.EditAlertSettingsAction
 
formAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.settings.EditLocalSettingsAction
 
formAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.settings.EditLogSettingsAction
 
formAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.settings.EditMailSettingsAction
 
formAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.settings.EditMailTranslationAction
 
format(LogRecord) - Method in class nl.strohalm.cyclos.utils.logging.LogFormatter
 
format(Calendar) - Static method in class nl.strohalm.cyclos.utils.lucene.LuceneFormatter
Formats a date
format(Number) - Static method in class nl.strohalm.cyclos.utils.lucene.LuceneFormatter
Formats a number
formatArgument(Object) - Static method in class nl.strohalm.cyclos.utils.FormatObject
Formats a method argument
FormatObject - Class in nl.strohalm.cyclos.utils
Helper class used to format general objects
FormatObject() - Constructor for class nl.strohalm.cyclos.utils.FormatObject
 
formatObject(Object) - Static method in class nl.strohalm.cyclos.utils.FormatObject
Format an object
formatObject(Object, String) - Static method in class nl.strohalm.cyclos.utils.FormatObject
Format an object
formatObject(Object, String, String) - Static method in class nl.strohalm.cyclos.utils.FormatObject
Format an object
FormatOnlyConverter<T> - Class in nl.strohalm.cyclos.utils.conversion
A Converter which only supports formatting, that is, the Converter.toString(Object) method
FormatOnlyConverter() - Constructor for class nl.strohalm.cyclos.utils.conversion.FormatOnlyConverter
 
FormatTag - Class in nl.strohalm.cyclos.taglibs
Renders a formatted data
FormatTag() - Constructor for class nl.strohalm.cyclos.taglibs.FormatTag
 
formatVO(Object) - Static method in class nl.strohalm.cyclos.utils.FormatObject
Format a generic view object
formatVO(Object, String...) - Static method in class nl.strohalm.cyclos.utils.FormatObject
Format a generic view object
formFile(DynamicDocument) - Method in class nl.strohalm.cyclos.utils.CustomizationHelper
Returns the real form file for a given document
forName(String) - Static method in class nl.strohalm.cyclos.utils.RelationshipHelper
Return a relationship for the given name
forWrite(String, long, byte[]) - Static method in class nl.strohalm.cyclos.utils.customizedfile.CustomizedFileOperation
 
from(Amount.Type) - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee.ChargeType
 
from(Class<? extends Indexable>) - Static method in enum nl.strohalm.cyclos.entities.IndexOperation.EntityType
 
from(int) - Static method in class nl.strohalm.cyclos.utils.RangeConstraint
Returns a range from min with no max
FullTextAdminQuery - Class in nl.strohalm.cyclos.entities.members
Query parameters for full-text admin searches
FullTextAdminQuery() - Constructor for class nl.strohalm.cyclos.entities.members.FullTextAdminQuery
 
FullTextAdQuery - Class in nl.strohalm.cyclos.entities.ads
Query parameters for full-text advertisement query
FullTextAdQuery() - Constructor for class nl.strohalm.cyclos.entities.ads.FullTextAdQuery
 
FullTextAdSearchParameters - Class in nl.strohalm.cyclos.webservices.ads
Parameters for full-text ad search via web services
FullTextAdSearchParameters() - Constructor for class nl.strohalm.cyclos.webservices.ads.FullTextAdSearchParameters
 
FullTextElementQuery - Class in nl.strohalm.cyclos.entities.members
Query parameters for a full text query for elements
FullTextElementQuery() - Constructor for class nl.strohalm.cyclos.entities.members.FullTextElementQuery
 
FullTextMemberQuery - Class in nl.strohalm.cyclos.entities.members
Query parameters for full-text member searches
FullTextMemberQuery() - Constructor for class nl.strohalm.cyclos.entities.members.FullTextMemberQuery
 
FullTextMemberRecordQuery - Class in nl.strohalm.cyclos.entities.members.records
Parameters for full-text member record queries
FullTextMemberRecordQuery() - Constructor for class nl.strohalm.cyclos.entities.members.records.FullTextMemberRecordQuery
 
FullTextMemberSearchParameters - Class in nl.strohalm.cyclos.webservices.members
Parameters for full-text member search via web services
FullTextMemberSearchParameters() - Constructor for class nl.strohalm.cyclos.webservices.members.FullTextMemberSearchParameters
 
FullTextOperatorQuery - Class in nl.strohalm.cyclos.entities.members
Query parameters for full-text admin searches
FullTextOperatorQuery() - Constructor for class nl.strohalm.cyclos.entities.members.FullTextOperatorQuery
 
fullTextSearch(FullTextAdQuery) - Method in interface nl.strohalm.cyclos.dao.ads.AdDAO
Searches for Ads using a full text search, sorting results by relevance.
fullTextSearch(FullTextAdQuery) - Method in class nl.strohalm.cyclos.dao.ads.AdDAOImpl
 
fullTextSearch(FullTextElementQuery) - Method in interface nl.strohalm.cyclos.dao.members.ElementDAO
Search elements using a full-text query.
fullTextSearch(FullTextElementQuery) - Method in class nl.strohalm.cyclos.dao.members.ElementDAOImpl
 
fullTextSearch(FullTextMemberRecordQuery) - Method in interface nl.strohalm.cyclos.dao.members.MemberRecordDAO
Searches for member records using a full-text search.
fullTextSearch(FullTextMemberRecordQuery) - Method in class nl.strohalm.cyclos.dao.members.MemberRecordDAOImpl
 
fullTextSearch(FullTextAdQuery) - Method in interface nl.strohalm.cyclos.services.ads.AdService
 
fullTextSearch(FullTextAdQuery) - Method in class nl.strohalm.cyclos.services.ads.AdServiceImpl
 
fullTextSearch(FullTextAdQuery) - Method in class nl.strohalm.cyclos.services.ads.AdServiceSecurity
 
fullTextSearch(FullTextElementQuery) - Method in interface nl.strohalm.cyclos.services.elements.ElementService
Search the existing elements using a full text search, based on the given query parameters
fullTextSearch(FullTextElementQuery) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
fullTextSearch(FullTextElementQuery) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceSecurity
 
fullTextSearch(FullTextMemberRecordQuery) - Method in interface nl.strohalm.cyclos.services.elements.MemberRecordService
Searches for member records with a full-text search
fullTextSearch(FullTextMemberRecordQuery) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordServiceImpl
 
fullTextSearch(FullTextMemberRecordQuery) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordServiceSecurity
 
fullTextSearch(FullTextAdSearchParameters) - Method in interface nl.strohalm.cyclos.webservices.ads.AdWebService
Searches for adversisements using a full text search, according to the search parameters
fullTextSearch(FullTextAdSearchParameters) - Method in class nl.strohalm.cyclos.webservices.ads.AdWebServiceImpl
 
fullTextSearch(FullTextMemberSearchParameters) - Method in interface nl.strohalm.cyclos.webservices.members.MemberWebService
Searches for members using a full-text search, according to the search parameters
fullTextSearch(FullTextMemberSearchParameters) - Method in class nl.strohalm.cyclos.webservices.members.MemberWebServiceImpl
 
Functions - Class in nl.strohalm.cyclos.taglibs
Contains taglib functions implementation
Functions() - Constructor for class nl.strohalm.cyclos.taglibs.Functions
 
future() - Static method in class nl.strohalm.cyclos.utils.validation.TodayValidation
 
future() - Method in class nl.strohalm.cyclos.utils.validation.Validator.Property
 
futureOrToday() - Static method in class nl.strohalm.cyclos.utils.validation.TodayValidation
 
futureOrToday() - Method in class nl.strohalm.cyclos.utils.validation.Validator.Property
 

G

general(GeneralValidation...) - Method in class nl.strohalm.cyclos.utils.validation.Validator
Register general validations
GeneralReference - Class in nl.strohalm.cyclos.entities.members
A general reference may be freely given from/to any member.
GeneralReference() - Constructor for class nl.strohalm.cyclos.entities.members.GeneralReference
 
GeneralRemarksMigration - Class in nl.strohalm.cyclos.setup.migrations.version3_5
Creates a new record type named "Remark" and populates it with data from the old general remarks.
GeneralRemarksMigration() - Constructor for class nl.strohalm.cyclos.setup.migrations.version3_5.GeneralRemarksMigration
 
GeneralValidation - Interface in nl.strohalm.cyclos.utils.validation
A general validation
generate(AccessSettings) - Method in interface nl.strohalm.cyclos.entities.access.UsernameGenerator
 
generate(Long, Calendar) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings.TransactionNumber
Generates the number for a given transaction id and date
generate(PaymentRequestTicket) - Method in interface nl.strohalm.cyclos.services.transactions.TicketService
Generates a ticket, based on the parameter data.
generate(PaymentRequestTicket) - Method in class nl.strohalm.cyclos.services.transactions.TicketServiceImpl
 
generate(WebShopTicket) - Method in class nl.strohalm.cyclos.services.transactions.TicketServiceImpl
 
generate(WebShopTicket) - Method in interface nl.strohalm.cyclos.services.transactions.TicketServiceLocal
Generates a ticket, based on the parameter data
generate(PaymentRequestTicket) - Method in class nl.strohalm.cyclos.services.transactions.TicketServiceSecurity
 
generate(GenerateWebShopTicketParams) - Method in interface nl.strohalm.cyclos.webservices.webshop.WebShopWebService
Generates a ticket using the specified parameters
generate(GenerateWebShopTicketParams) - Method in class nl.strohalm.cyclos.webservices.webshop.WebShopWebServiceImpl
 
generateForApplicationRoot() - Method in interface nl.strohalm.cyclos.utils.LinkGenerator
Generates a link for the application root address
generateForApplicationRoot() - Method in class nl.strohalm.cyclos.utils.LinkGeneratorImpl
 
generateLinkFor(Element, Entity) - Method in interface nl.strohalm.cyclos.utils.LinkGenerator
Generates a link for details of a given entity
generateLinkFor(Element, Entity) - Method in class nl.strohalm.cyclos.utils.LinkGeneratorImpl
 
generateLinkForMailValidation(String) - Method in interface nl.strohalm.cyclos.utils.LinkGenerator
Returns a link for the mail validation using the given validation key
generateLinkForMailValidation(String) - Method in class nl.strohalm.cyclos.utils.LinkGeneratorImpl
 
generateLog(Pos) - Method in class nl.strohalm.cyclos.services.accounts.pos.PosServiceImpl
 
generateLog(Pos) - Method in interface nl.strohalm.cyclos.services.accounts.pos.PosServiceLocal
Generate a PosLog
generateLog(HttpServletRequest, ServletContext, Throwable) - Method in class nl.strohalm.cyclos.utils.ActionHelper
Generate an error log for the given exception, on a separate transaction
generateNewCard(Member) - Method in interface nl.strohalm.cyclos.services.accounts.cards.CardService
If there is an active card associated with the member it will be canceled before the new card is created.
generateNewCard(Member) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardServiceImpl
 
generateNewCard(Member) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardServiceSecurity
 
generatePassword(Group) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
generatePassword(Group) - Method in interface nl.strohalm.cyclos.services.access.AccessServiceLocal
Generates a new password, according to the given group settings
generateScriptTag() - Method in class nl.strohalm.cyclos.taglibs.ScriptTag
 
generateThumbnail(BufferedImage, String, int, int) - Static method in class nl.strohalm.cyclos.utils.ImageHelper
 
generateToolTip(CategoryDataset, int, int) - Method in class nl.strohalm.cyclos.controls.reports.statistics.graphs.StatisticalDataProducer
Cewolf needs this method for generation of tooltips when you hoover the mouse over a graph bar or point If the settings are available, use them, if not, then unformatted numbers will be shown As tooltips are not essential, and as generation of them should never allow the rendering of graphs to fail due to exceptions, all is inside a try catch block.
generateToolTip(PieDataset, Comparable, int) - Method in class nl.strohalm.cyclos.controls.reports.statistics.graphs.StatisticalDataProducer
Cewolf needs this method for generation of tooltips when you hoover the mouse over a Pie graph section.
generateTransactionPassword() - Method in interface nl.strohalm.cyclos.services.access.AccessService
Generates a transaction password for the logged user
generateTransactionPassword() - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
generateTransactionPassword() - Method in class nl.strohalm.cyclos.services.access.AccessServiceSecurity
 
GenerateTransactionPasswordAction - Class in nl.strohalm.cyclos.controls.access.transactionpassword
Class used to generate the member's transaction password
GenerateTransactionPasswordAction() - Constructor for class nl.strohalm.cyclos.controls.access.transactionpassword.GenerateTransactionPasswordAction
 
GenerateWebShopTicketParams - Class in nl.strohalm.cyclos.webservices.webshop
Parameters for generating a webshop ticket via web services
GenerateWebShopTicketParams() - Constructor for class nl.strohalm.cyclos.webservices.webshop.GenerateWebShopTicketParams
 
get(Account, Calendar) - Method in interface nl.strohalm.cyclos.dao.accounts.ClosedAccountBalanceDAO
Returns the last closed account balance for the given account, or null if none found.
get(Account, Calendar) - Method in class nl.strohalm.cyclos.dao.accounts.ClosedAccountBalanceDAOImpl
 
get(Class<PT>) - Method in class nl.strohalm.cyclos.scheduling.PollingTasksHandler
Returns the PollingTask with the given type, or null if none is found
get(Object) - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl.CustomFieldRetrievingStrategy
 
get() - Method in class nl.strohalm.cyclos.services.settings.BaseSettingsHandler
Returns the settings bean
get() - Method in interface nl.strohalm.cyclos.services.settings.SettingsHandler
Returns the settings bean
get(Object) - Method in class nl.strohalm.cyclos.utils.binding.MapBean
 
get(String) - Method in class nl.strohalm.cyclos.utils.binding.MapBean
 
get(String, int) - Method in class nl.strohalm.cyclos.utils.binding.MapBean
 
get(String, String) - Method in class nl.strohalm.cyclos.utils.binding.MapBean
 
get(Serializable, CacheCallback) - Method in interface nl.strohalm.cyclos.utils.cache.Cache
Returns an element from cache, given the key.
get(Serializable, CacheCallback) - Method in class nl.strohalm.cyclos.utils.cache.EhCacheCache
 
get(String) - Method in interface nl.strohalm.cyclos.utils.CustomObjectHandler
Returns the object with the given class
get(String) - Method in class nl.strohalm.cyclos.utils.CustomObjectHandlerImpl
Returns the object with the given class
get(int) - Method in class nl.strohalm.cyclos.utils.IteratorListImpl
 
get(HttpSession) - Static method in class nl.strohalm.cyclos.utils.Navigation
Returns the Navigation instance for the given session
get(Object, String) - Static method in class nl.strohalm.cyclos.utils.PropertyHelper
Returns a property value by reflection, handling nested nulls
get(Object) - Method in class nl.strohalm.cyclos.utils.validation.Validator.BeanPropertyRetrieveStrategy
 
get(Object) - Method in interface nl.strohalm.cyclos.utils.validation.Validator.PropertyRetrieveStrategy
Returns the property value for a given object
get(String) - Method in class nl.strohalm.cyclos.webservices.utils.ChannelHelper
Returns a channel by internal name, handling empty strings by returning null
get(String) - Method in interface nl.strohalm.cyclos.webservices.webshop.WebShopWebService
Returns a ticket, using it's value
get(String) - Method in class nl.strohalm.cyclos.webservices.webshop.WebShopWebServiceImpl
 
getAcceptedInvoices() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLogDetailsDTO
 
getAcceptedInvoicesSummary(AccountFeeLog) - Method in interface nl.strohalm.cyclos.dao.accounts.fee.account.MemberAccountFeeLogDAO
Returns the accepted invoices summary for the given fee log
getAcceptedInvoicesSummary(AccountFeeLog) - Method in class nl.strohalm.cyclos.dao.accounts.fee.account.MemberAccountFeeLogDAOImpl
 
getAccessSettings() - Method in interface nl.strohalm.cyclos.services.settings.SettingsService
Retrieve the access settings
getAccessSettings() - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
getAccessSettings() - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceSecurity
 
getAccessType() - Static method in class nl.strohalm.cyclos.utils.access.LoggedUser
Returns the access type for the current execution
getAccessWebService() - Method in class nl.strohalm.cyclos.webservices.CyclosWebServicesClientFactory
Returns a proxy for the accounts web service
getAccount() - Method in class nl.strohalm.cyclos.controls.accounts.details.AccountHistoryAction.Entry
 
getAccount() - Method in class nl.strohalm.cyclos.controls.accounts.external.EditExternalTransferTypeForm
 
getAccount() - Method in class nl.strohalm.cyclos.entities.accounts.AccountLimitLog
 
getAccount() - Method in class nl.strohalm.cyclos.entities.accounts.AccountRates
 
getAccount() - Method in class nl.strohalm.cyclos.entities.accounts.AccountStatus
 
getAccount() - Method in class nl.strohalm.cyclos.entities.accounts.AmountReservation
 
getAccount() - Method in class nl.strohalm.cyclos.entities.accounts.ClosedAccountBalance
 
getAccount() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransfer
 
getAccount() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferImport
 
getAccount() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferImportQuery
 
getAccount() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferQuery
 
getAccount() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferType
 
getAccount() - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMapping
 
getAccount() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeAmount
 
getAccount() - Method in class nl.strohalm.cyclos.entities.accounts.SystemAccountType
 
getAccount() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilterQuery
 
getAccount() - Method in class nl.strohalm.cyclos.services.accounts.AccountDTO
 
getAccount(AccountDTO, Relationship...) - Method in interface nl.strohalm.cyclos.services.accounts.AccountService
Returns the account that matches the owner and type
getAccount(AccountDTO, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
getAccount(AccountDTO, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceSecurity
 
getAccount() - Method in class nl.strohalm.cyclos.services.accounts.rates.ConversionSimulationDTO
 
getAccount() - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesDTO
 
getAccount() - Method in exception nl.strohalm.cyclos.services.transactions.exceptions.CreditsException
 
getAccountActivities() - Method in class nl.strohalm.cyclos.services.elements.ActivitiesVO
 
getAccountFee() - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.EditAccountFeeForm
 
getAccountFee(String) - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.EditAccountFeeForm
 
getAccountFee() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeAmount
 
getAccountFee() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLog
 
getAccountFee() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLogQuery
 
getAccountFeeEnabled() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLogQuery
 
getAccountFeeFile() - Method in class nl.strohalm.cyclos.entities.settings.LogSettings
 
getAccountFeeId() - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.AccountFeeExecutionForm
 
getAccountFeeId() - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.EditAccountFeeForm
 
getAccountFeeId() - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.RemoveAccountFeeForm
 
getAccountFeeLevel() - Method in class nl.strohalm.cyclos.entities.settings.LogSettings
 
getAccountFeeLog() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLogDetailsDTO
 
getAccountFeeLog() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.MemberAccountFeeLog
 
getAccountFeeLog() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.MemberAccountFeeLogQuery
 
getAccountFeeLog() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
getAccountFeeLog() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
getAccountFeeLog() - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
getAccountFeeLogId() - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.AccountFeeExecutionForm
 
getAccountFeeLogId() - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.AccountFeeLogDetailsForm
 
getAccountFeeLogId() - Method in class nl.strohalm.cyclos.controls.invoices.BaseInvoiceForm
 
getAccountFeeLogId() - Method in class nl.strohalm.cyclos.controls.invoices.InvoiceDetailsForm
 
getAccountFeeReceivedMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getAccountFeeReceivedSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getAccountFeeReceivedSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getAccountFees() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLogQuery
 
getAccountFees() - Method in class nl.strohalm.cyclos.entities.accounts.MemberAccountType
 
getAccountFees() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
getAccountFees() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalTaxesQuery
 
getAccountFeeService() - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.EditAccountFeeAction
 
getAccountFeeService() - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.ListAccountFeeLogAction
 
getAccountFeeService() - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.RemoveAccountFeeAction
 
getAccountFeeService() - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.EditAccountTypeAction
 
getAccountOwner() - Method in class nl.strohalm.cyclos.controls.AbstractActionContext
Returns the logged user's account owner
getAccountOwner() - Method in class nl.strohalm.cyclos.entities.members.Administrator
 
getAccountOwner() - Method in class nl.strohalm.cyclos.entities.members.Element
Returns the account owner that this element represents
getAccountOwner() - Method in class nl.strohalm.cyclos.entities.members.Member
 
getAccountOwner() - Method in class nl.strohalm.cyclos.entities.members.Operator
 
getAccountOwner() - Method in class nl.strohalm.cyclos.services.accounts.TransactionVolumeDTO
 
getAccounts() - Method in class nl.strohalm.cyclos.entities.accounts.MemberAccountType
 
getAccounts(AccountOwner, Relationship...) - Method in interface nl.strohalm.cyclos.services.accounts.AccountService
Returns all the accounts of the given owner
getAccounts(AccountOwner, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
getAccounts(AccountOwner, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceSecurity
 
getAccountsBalances() - Method in class nl.strohalm.cyclos.entities.reports.MembersReportVO
 
getAccountsColSpan() - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
getAccountsCredits() - Method in class nl.strohalm.cyclos.entities.reports.MembersReportVO
 
getAccountService() - Method in class nl.strohalm.cyclos.controls.accounts.details.AccountOverviewAction
 
getAccountService() - Method in class nl.strohalm.cyclos.controls.members.creditlimit.EditCreditLimitAction
 
getAccountService() - Method in class nl.strohalm.cyclos.controls.mobile.MobileHomeAction
 
getAccountSettings() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
getAccountsFromTTs(Member, Collection<TransferType>, TransferType.Direction) - Method in interface nl.strohalm.cyclos.services.accounts.AccountService
Returns a Set with accounts belonging to the allowedTTs AND to the member
getAccountsFromTTs(Member, Collection<TransferType>, TransferType.Direction) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
gets a Set with accounts belonging to the allowedTTs AND to the member
getAccountsFromTTs(Member, Collection<TransferType>, TransferType.Direction) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceSecurity
 
getAccountStatus() - Method in class nl.strohalm.cyclos.services.elements.AccountActivitiesVO
 
getAccountStatus() - Method in class nl.strohalm.cyclos.webservices.accounts.AccountHistoryResultPage
 
getAccountStatus(AccountStatusPosParameters) - Method in interface nl.strohalm.cyclos.webservices.pos.PosWebService
Returns the current status of an account
getAccountStatus(AccountStatusPosParameters) - Method in class nl.strohalm.cyclos.webservices.pos.PosWebServiceImpl
 
getAccountStatusEnabledSince() - Method in class nl.strohalm.cyclos.entities.Application
 
getAccountStatusEnabledSince() - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
getAccountStatusEnabledSince() - Method in interface nl.strohalm.cyclos.services.application.ApplicationServiceLocal
Returns the date since when the account status is activated
getAccountsUpperCredits() - Method in class nl.strohalm.cyclos.entities.reports.MembersReportVO
 
getAccountType() - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.EditAccountTypeForm
 
getAccountType(String) - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.EditAccountTypeForm
 
getAccountType() - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.AccountHistoryDTO
 
getAccountType() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
getAccountType() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLogQuery
 
getAccountType() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeQuery
 
getAccountType() - Method in class nl.strohalm.cyclos.entities.accounts.loans.BaseLoanQuery
 
getAccountType() - Method in class nl.strohalm.cyclos.entities.accounts.MemberGroupAccountSettings
 
getAccountType() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilter
 
getAccountType() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilterQuery
 
getAccountType() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPaymentQuery
 
getAccountType() - Method in class nl.strohalm.cyclos.entities.members.imports.MemberImport
 
getAccountType() - Method in class nl.strohalm.cyclos.services.accounts.CreditLimitDTO.Entry
 
getAccountType() - Method in class nl.strohalm.cyclos.services.accounts.TransactionVolumeDTO
 
getAccountType() - Method in exception nl.strohalm.cyclos.services.elements.exceptions.MemberHasBalanceException
 
getAccountTypeBinder() - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.SearchAccountTypesAjaxAction
 
getAccountTypeBinderWithScheduling() - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.SearchAccountTypesAjaxAction
 
getAccountTypeId() - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.EditAccountFeeForm
 
getAccountTypeId() - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.RemoveAccountFeeForm
 
getAccountTypeId() - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.EditAccountTypeForm
 
getAccountTypeId() - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.RemoveAccountTypeForm
 
getAccountTypeId() - Method in class nl.strohalm.cyclos.controls.accounts.authorizationlevels.RemoveAuthorizationLevelForm
 
getAccountTypeId() - Method in class nl.strohalm.cyclos.controls.accounts.paymentfilters.EditPaymentFilterForm
 
getAccountTypeId() - Method in class nl.strohalm.cyclos.controls.accounts.paymentfilters.RemovePaymentFilterForm
 
getAccountTypeId() - Method in class nl.strohalm.cyclos.controls.accounts.paymentfilters.SearchPaymentFiltersAjaxForm
 
getAccountTypeId() - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.EditTransactionFeeForm
 
getAccountTypeId() - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.RemoveTransactionFeeForm
 
getAccountTypeId() - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.EditTransferTypeForm
 
getAccountTypeId() - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.RemoveTransferTypeForm
 
getAccountTypeId() - Method in class nl.strohalm.cyclos.controls.customization.fields.LinkPaymentCustomFieldForm
 
getAccountTypeId() - Method in class nl.strohalm.cyclos.controls.groups.accounts.EditGroupAccountSettingsForm
 
getAccountTypeId() - Method in class nl.strohalm.cyclos.controls.groups.accounts.RemoveGroupAccountForm
 
getAccountTypeId() - Method in class nl.strohalm.cyclos.controls.groups.SearchGroupsAjaxForm
 
getAccountTypeId() - Method in class nl.strohalm.cyclos.webservices.accounts.AccountHistorySearchParameters
 
getAccountTypeId() - Method in class nl.strohalm.cyclos.webservices.pos.AccountHistoryPosParameters
 
getAccountTypeId() - Method in class nl.strohalm.cyclos.webservices.pos.AccountStatusPosParameters
 
getAccountTypeIds() - Method in class nl.strohalm.cyclos.controls.members.creditlimit.EditCreditLimitForm
 
getAccountTypeName() - Method in class nl.strohalm.cyclos.entities.members.MemberTransactionDetailsReportData
 
getAccountTypes(List<MemberGroup>) - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportHandler
 
getAccountTypes() - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportDTO
 
getAccountTypes() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilterQuery
 
getAccountTypes() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
getAccountTypes() - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreferenceQuery
 
getAccountTypes() - Method in class nl.strohalm.cyclos.webservices.model.PosInitializationVO
 
getAccountTypeService() - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.EditAccountFeeAction
 
getAccountTypeService() - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.EditAccountTypeAction
 
getAccountTypeService() - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.ListAccountTypesAction
 
getAccountTypeService() - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.RemoveAccountTypeAction
 
getAccountTypeService() - Method in class nl.strohalm.cyclos.controls.accounts.details.AccountOverviewAction
 
getAccountTypeService() - Method in class nl.strohalm.cyclos.controls.accounts.paymentfilters.EditPaymentFilterAction
 
getAccountTypeService() - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.EditTransferTypeAction
 
getAccountTypeService() - Method in class nl.strohalm.cyclos.controls.groups.accounts.EditGroupAccountSettingsAction
 
getAccountTypeService() - Method in class nl.strohalm.cyclos.controls.groups.EditGroupAction
 
getAccountTypeService() - Method in class nl.strohalm.cyclos.controls.invoices.SendInvoiceAction
 
getAccountWebService() - Method in class nl.strohalm.cyclos.webservices.CyclosWebServicesClientFactory
Returns a proxy for the account web service
getAction() - Method in class nl.strohalm.cyclos.controls.accounts.external.externaltransfers.ChangeExternalTransferForm
 
getAction() - Method in class nl.strohalm.cyclos.controls.members.messages.ChangeMessageStatusForm
 
getAction(HttpServletRequest) - Static method in class nl.strohalm.cyclos.controls.posweb.PosWebHelper
Checks which action a member is allowed to perform in posweb
getAction() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferType
 
getAction() - Method in class nl.strohalm.cyclos.entities.accounts.MemberAccount
 
getAction() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorization
 
getAction() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorizationQuery
 
getActionMapping() - Method in class nl.strohalm.cyclos.controls.AbstractActionContext
Returns the struts action mapping
getActivationDate() - Method in class nl.strohalm.cyclos.entities.accounts.cards.Card
 
getActivationDate() - Method in class nl.strohalm.cyclos.entities.members.Member
 
getActivationMessageWithoutPassword() - Method in class nl.strohalm.cyclos.entities.settings.MailTranslation
 
getActivationMessageWithPassword() - Method in class nl.strohalm.cyclos.entities.settings.MailTranslation
 
getActivationPeriod() - Method in class nl.strohalm.cyclos.entities.members.FullTextMemberQuery
 
getActivationPeriod() - Method in class nl.strohalm.cyclos.entities.members.MemberQuery
 
getActivationSubject() - Method in class nl.strohalm.cyclos.entities.settings.MailTranslation
 
getActiveBrokerCommissionContract(Brokering, BrokerCommission) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
getActiveBrokerCommissionContract(Brokering, BrokerCommission) - Method in interface nl.strohalm.cyclos.services.elements.CommissionServiceLocal
Returns the active broker commission contract or null if it doesn't exist
getActiveBrokering(Member) - Method in class nl.strohalm.cyclos.services.elements.BrokeringServiceImpl
 
getActiveBrokering(Member) - Method in interface nl.strohalm.cyclos.services.elements.BrokeringServiceLocal
 
getActiveCard(Member) - Method in interface nl.strohalm.cyclos.services.accounts.cards.CardService
Returns the current active card for the given user, or null if there's no active card
getActiveCard(Member) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardServiceImpl
 
getActiveCard(Member) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardServiceSecurity
 
getActiveCategoriesId() - Method in interface nl.strohalm.cyclos.dao.ads.AdCategoryDAO
 
getActiveCategoriesId() - Method in class nl.strohalm.cyclos.dao.ads.AdCategoryDAOImpl
 
getActiveCategoriesId() - Method in class nl.strohalm.cyclos.services.ads.AdCategoryServiceImpl
 
getActiveCategoriesId() - Method in interface nl.strohalm.cyclos.services.ads.AdCategoryServiceLocal
Returns the ids for all active categories
getActiveCertification(Currency, Member, Member) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.CertificationService
 
getActiveCertification(Currency, Member, Member) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.CertificationServiceImpl
 
getActiveCertification(Currency, Member, Member) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.CertificationServiceSecurity
 
getActiveCertificationsForBuyer(Member, Currency) - Method in interface nl.strohalm.cyclos.dao.accounts.guarantees.CertificationDAO
 
getActiveCertificationsForBuyer(Member, Currency) - Method in class nl.strohalm.cyclos.dao.accounts.guarantees.CertificationDAOImpl
 
getActivities(Member) - Method in interface nl.strohalm.cyclos.services.elements.MemberService
Returns statistical data regarding the activities of the specified member.
getActivities(Member) - Method in class nl.strohalm.cyclos.services.elements.MemberServiceImpl
 
getActivities(Member) - Method in class nl.strohalm.cyclos.services.elements.MemberServiceSecurity
 
getActualAmount() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Payment
Returns the amount as a positive number, even when it's negative (i.e. chargeback)
getActualAmount() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
Returns the amount as a positive number, even when it's negative (i.e. chargeback)
getActualDate() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Payment
 
getActualDate() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPayment
Returns the date of the first not processed transfer
getActualDate() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
Returns the process date if not null, date otherwise
getActualFrom() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Payment
 
getActualFrom() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPayment
 
getActualFrom() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
When the amount is negative (i.e. chargeback), returns the to account instead
getActualFromOwner() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Payment
 
getActualFromOwner() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPayment
 
getActualFromOwner() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
When the amount is negative (i.e. chargeback), returns the to account owner instead
getActualTo() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Payment
 
getActualTo() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPayment
 
getActualTo() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
When the amount is negative (i.e. chargeback), returns the from account instead
getActualToOwner() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Payment
 
getActualToOwner() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPayment
 
getActualToOwner() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
When the amount is negative (i.e. chargeback), returns the from account owner instead
getAd() - Method in class nl.strohalm.cyclos.controls.ads.AdForm
 
getAd(String) - Method in class nl.strohalm.cyclos.controls.ads.AdForm
 
getAd() - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAdCustomFieldValue
 
getAd() - Method in class nl.strohalm.cyclos.entities.customization.fields.AdCustomFieldValue
 
getAd() - Method in class nl.strohalm.cyclos.entities.customization.images.AdImage
 
getAdCategories() - Method in class nl.strohalm.cyclos.controls.ads.categories.ListAdCategoryForm
 
getAdCategoryIds() - Method in class nl.strohalm.cyclos.controls.ads.categories.ListAdCategoryForm
 
getAdCategoryIds() - Method in class nl.strohalm.cyclos.controls.ads.categories.SetAdCategoryOrderForm
 
getAdCategoryService() - Method in class nl.strohalm.cyclos.controls.ads.BaseAdAction
 
getAdCategoryService() - Method in class nl.strohalm.cyclos.controls.ads.categories.EditAdCategoryAction
 
getAdCategoryService() - Method in class nl.strohalm.cyclos.controls.ads.categories.ListAdCategoriesAction
 
getAdCategoryService() - Method in class nl.strohalm.cyclos.controls.ads.categories.RemoveAdCategoryAction
 
getAdCategoryService() - Method in class nl.strohalm.cyclos.controls.ads.categories.SetAdCategoryOrderAction
 
getAdCategoryService() - Method in class nl.strohalm.cyclos.controls.ads.SearchAdsAction
 
getAdCustomFieldBinder() - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldAction
 
getAdCustomFieldService() - Method in class nl.strohalm.cyclos.controls.ads.BaseAdAction
 
getAdCustomFieldService() - Method in class nl.strohalm.cyclos.controls.ads.ExportAdsToCsvAction
 
getAdCustomFieldService() - Method in class nl.strohalm.cyclos.controls.ads.SearchAdsAction
 
getAdDescriptionFormat() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getAdditionalChargeAmount(Member) - Method in interface nl.strohalm.cyclos.services.sms.ISmsContext
 
getAdditionalChargeAmount(Member) - Method in class nl.strohalm.cyclos.services.sms.MemberGroupSmsContextImpl
 
getAdditionalChargedPeriod(Member) - Method in interface nl.strohalm.cyclos.services.sms.ISmsContext
 
getAdditionalChargedPeriod(Member) - Method in class nl.strohalm.cyclos.services.sms.MemberGroupSmsContextImpl
 
getAdditionalChargedSms(Member) - Method in interface nl.strohalm.cyclos.services.sms.ISmsContext
 
getAdditionalChargedSms(Member) - Method in class nl.strohalm.cyclos.services.sms.MemberGroupSmsContextImpl
 
getAddress() - Method in class nl.strohalm.cyclos.entities.services.ServiceClientQuery
 
getAddressBegin() - Method in class nl.strohalm.cyclos.entities.services.ServiceClient
 
getAddressEnd() - Method in class nl.strohalm.cyclos.entities.services.ServiceClient
 
getAdExpirationMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getAdExpirationSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getAdExpirationSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getAdFields() - Method in class nl.strohalm.cyclos.webservices.ads.AbstractAdSearchParameters
 
getAdImport() - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAdCategory
 
getAdImport() - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAdQuery
 
getAdInterest() - Method in class nl.strohalm.cyclos.controls.members.adinterests.EditAdInterestForm
 
getAdInterest(String) - Method in class nl.strohalm.cyclos.controls.members.adinterests.EditAdInterestForm
 
getAdInterestMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getAdInterestService() - Method in class nl.strohalm.cyclos.controls.members.adinterests.ListAdInterestsAction
 
getAdInterestService() - Method in class nl.strohalm.cyclos.controls.members.adinterests.RemoveAdInterestsAction
 
getAdInterestsIds() - Method in class nl.strohalm.cyclos.controls.members.adinterests.RemoveAdInterestsForm
 
getAdInterestSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getAdInterestSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getAdmin() - Method in class nl.strohalm.cyclos.controls.admins.AdminProfileForm
 
getAdmin(String) - Method in class nl.strohalm.cyclos.controls.admins.AdminProfileForm
 
getAdmin() - Method in class nl.strohalm.cyclos.controls.admins.CreateAdminForm
 
getAdmin(String) - Method in class nl.strohalm.cyclos.controls.admins.CreateAdminForm
 
getAdmin() - Method in class nl.strohalm.cyclos.entities.customization.fields.AdminCustomFieldValue
 
getAdmin() - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreference
 
getAdminApplicationErrorMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getAdminApplicationErrorSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getAdminComments() - Method in class nl.strohalm.cyclos.entities.members.TransactionFeedback
 
getAdminCommentsDate() - Method in class nl.strohalm.cyclos.entities.members.TransactionFeedback
 
getAdminCustomFieldBinder() - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldAction
 
getAdminCustomFields() - Method in class nl.strohalm.cyclos.entities.groups.AdminGroup
 
getAdminCustomFieldService() - Method in class nl.strohalm.cyclos.controls.admins.CreateAdminAction
 
getAdminDataBinder() - Method in class nl.strohalm.cyclos.controls.groups.customizedFiles.EditGroupCustomizedFileAction
 
getAdminDataBinder() - Method in class nl.strohalm.cyclos.controls.groups.permissions.EditGroupPermissionsAction
 
getAdminGroup() - Method in class nl.strohalm.cyclos.entities.groups.GroupFilterQuery
 
getAdminGroup() - Method in class nl.strohalm.cyclos.entities.members.Administrator
 
getAdminGroups() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.AuthorizationLevel
 
getAdminGroups() - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreferenceQuery
 
getAdminId() - Method in class nl.strohalm.cyclos.controls.accounts.details.SearchScheduledPaymentsForm
 
getAdminId() - Method in class nl.strohalm.cyclos.controls.accounts.details.SearchTransferAuthorizationsForm
 
getAdminId() - Method in class nl.strohalm.cyclos.controls.admins.AdminProfileForm
 
getAdminId() - Method in class nl.strohalm.cyclos.controls.admins.ChangeAdminGroupForm
 
getAdminId() - Method in class nl.strohalm.cyclos.controls.admins.RemoveAdminForm
 
getAdminId() - Method in class nl.strohalm.cyclos.controls.members.records.EditMemberRecordForm
 
getAdminId() - Method in class nl.strohalm.cyclos.controls.members.records.SearchMemberRecordsForm
 
getAdministrationWhitelist() - Method in class nl.strohalm.cyclos.entities.settings.AccessSettings
 
getAdministrationWhitelistValidator() - Method in class nl.strohalm.cyclos.entities.settings.AccessSettings
 
getAdministrator() - Method in class nl.strohalm.cyclos.entities.access.AdminUser
 
getAdminMemberAlertSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getAdminNewMemberMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getAdminNewMemberSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getAdminNewPendingPaymentMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getAdminNewPendingPaymentSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getAdminNotificationPreference() - Method in class nl.strohalm.cyclos.controls.admins.mailPreferences.MailPreferencesForm
 
getAdminNotificationPreference(String) - Method in class nl.strohalm.cyclos.controls.admins.mailPreferences.MailPreferencesForm
 
getAdminPaymentFromMemberToSystemMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getAdminPaymentFromMemberToSystemSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getAdminPaymentFromSystemToMemberMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getAdminPaymentFromSystemToMemberSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getAdminPaymentFromSystemToSystemMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getAdminPaymentFromSystemToSystemSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getAdminPendingBuyerOnlyGuaranteeMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getAdminPendingBuyerOnlyGuaranteeSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getAdminPendingGuaranteeMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getAdminPendingGuaranteeSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getAdminSystemAlertSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getAdminSystemInvoiceMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getAdminSystemInvoiceSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getAdminTimeout() - Method in class nl.strohalm.cyclos.entities.settings.AccessSettings
 
getAdminUser() - Method in class nl.strohalm.cyclos.entities.members.Administrator
 
getAdReportVO() - Method in class nl.strohalm.cyclos.entities.reports.CurrentStateReportVO
 
getAds() - Method in class nl.strohalm.cyclos.entities.ads.imports.AdImport
 
getAds() - Method in class nl.strohalm.cyclos.entities.members.Member
 
getAds() - Method in class nl.strohalm.cyclos.entities.reports.MembersReportVO
 
getAds() - Method in class nl.strohalm.cyclos.webservices.ads.AdResultPage
 
getAdsByStatus() - Method in class nl.strohalm.cyclos.services.elements.ActivitiesVO
 
getAdsColSpan() - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
getAdSearchAccess() - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberCustomField
 
getAdService() - Method in class nl.strohalm.cyclos.controls.ads.BaseAdAction
 
getAdService() - Method in class nl.strohalm.cyclos.controls.ads.ExportAdsToCsvAction
 
getAdService() - Method in class nl.strohalm.cyclos.controls.ads.MemberAdsAction
 
getAdService() - Method in class nl.strohalm.cyclos.controls.ads.RemoveAdAction
 
getAdService() - Method in class nl.strohalm.cyclos.controls.ads.SearchAdsAction
 
getAdService() - Method in class nl.strohalm.cyclos.controls.image.ImageDetailsAction
 
getAdValues() - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
getAdWebService() - Method in class nl.strohalm.cyclos.webservices.CyclosWebServicesClientFactory
Returns a proxy for the ads web service
getaFIsZero() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.SimpleTransactionFee
 
getaFIsZero() - Method in class nl.strohalm.cyclos.services.accounts.rates.ARatedFeeDTO
 
getAlertCount(Alert.Type) - Method in class nl.strohalm.cyclos.services.alerts.AlertServiceImpl
 
getAlertCount(Alert.Type) - Method in interface nl.strohalm.cyclos.services.alerts.AlertServiceLocal
Returns the number of alerts of the given type
getAlertIds() - Method in class nl.strohalm.cyclos.controls.alerts.RemoveAlertsForm
 
getAlerts() - Method in class nl.strohalm.cyclos.entities.members.Member
 
getAlertService() - Method in class nl.strohalm.cyclos.controls.alerts.BaseListAlertsAction
 
getAlertService() - Method in class nl.strohalm.cyclos.controls.alerts.RemoveAlertsAction
 
getAlertService() - Method in class nl.strohalm.cyclos.controls.alerts.SearchAlertsAction
 
getAlertSettings() - Method in interface nl.strohalm.cyclos.services.settings.SettingsService
Retrieve the alert settings
getAlertSettings() - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
getAlertSettings() - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceSecurity
 
getAlertType() - Method in class nl.strohalm.cyclos.controls.alerts.RemoveAlertsForm
 
getAlias() - Method in class nl.strohalm.cyclos.entities.infotexts.InfoTextQuery
 
getAlias() - Method in class nl.strohalm.cyclos.webservices.infotexts.InfoTextSearchParameters
 
getAliases() - Method in class nl.strohalm.cyclos.entities.infotexts.InfoText
 
getAliasesString() - Method in class nl.strohalm.cyclos.entities.infotexts.InfoText
 
getAllMemberPos(Member) - Method in interface nl.strohalm.cyclos.dao.accounts.pos.PosDAO
Returns a list with all POS from the member
getAllMemberPos(Member) - Method in class nl.strohalm.cyclos.dao.accounts.pos.PosDAOImpl
 
getAllowedAddrs() - Method in class nl.strohalm.cyclos.utils.WhitelistValidator
 
getAllowedGuaranteeTypes() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery
 
getAllowedHosts() - Method in class nl.strohalm.cyclos.utils.WhitelistValidator
 
getAllowedTTs(Element) - Method in class nl.strohalm.cyclos.services.transfertypes.TransferTypeServiceImpl
 
getAllowedTTs(Element) - Method in interface nl.strohalm.cyclos.services.transfertypes.TransferTypeServiceLocal
returns the allowed transfer types for the given user
getAllowedValues(Group, Permission) - Static method in class nl.strohalm.cyclos.utils.access.PermissionHelper
 
getAllSelectedLabel() - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomField
 
getAllVisibleGroups() - Method in interface nl.strohalm.cyclos.services.permissions.PermissionService
Returns all the visible groups for the logged user.
getAllVisibleGroups() - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceImpl
 
getAllVisibleGroups() - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceSecurity
 
getAlternate() - Method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.Language
 
getAmount() - Method in class nl.strohalm.cyclos.controls.accounts.details.AccountHistoryAction.Entry
 
getAmount() - Method in class nl.strohalm.cyclos.controls.accounts.external.process.ProcessExternalTransfersForm
 
getAmount() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.CalculateGuaranteeFeeAjaxForm
 
getAmount() - Method in class nl.strohalm.cyclos.controls.loans.CalculateLoanPaymentsAjaxForm
 
getAmount() - Method in class nl.strohalm.cyclos.controls.loans.RepayLoanForm
 
getAmount() - Method in class nl.strohalm.cyclos.controls.mobile.MobileDoPaymentForm
 
getAmount() - Method in class nl.strohalm.cyclos.controls.payments.BasePaymentForm
 
getAmount() - Method in class nl.strohalm.cyclos.controls.payments.CalculatePaymentsAjaxForm
 
getAmount() - Method in class nl.strohalm.cyclos.controls.posweb.SearchTransactionsAction.Entry
 
getAmount() - Method in class nl.strohalm.cyclos.dao.accounts.transactions.SimpleTransferVO
 
getAmount() - Method in class nl.strohalm.cyclos.entities.accounts.AmountReservation
 
getAmount() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransfer
 
getAmount() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
getAmount() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeAmount
 
getAmount() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLog
 
getAmount() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.MemberAccountFeeLog
 
getAmount() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
getAmount() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Certification
 
getAmount() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
getAmount() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligation
 
getAmount() - Method in class nl.strohalm.cyclos.entities.accounts.loans.Loan
 
getAmount() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanPayment
 
getAmount() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.AuthorizationLevel
 
getAmount() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
getAmount() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoicePayment
 
getAmount() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Payment
 
getAmount() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentAwaitingFeedbackDTO
 
getAmount() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Ticket
 
getAmount() - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContract
 
getAmount() - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokeringCommissionStatus
 
getAmount() - Method in class nl.strohalm.cyclos.entities.members.brokerings.DefaultBrokerCommission
 
getAmount() - Method in class nl.strohalm.cyclos.entities.members.MemberTransactionDetailsReportData
 
getAmount() - Method in class nl.strohalm.cyclos.services.accounts.external.ProcessExternalTransferDTO
 
getAmount() - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeFeeCalculationDTO
 
getAmount() - Method in class nl.strohalm.cyclos.services.accounts.rates.ConversionSimulationDTO
 
getAmount() - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesDTO
 
getAmount() - Method in class nl.strohalm.cyclos.services.transactions.DoPaymentDTO
 
getAmount() - Method in class nl.strohalm.cyclos.services.transactions.GrantLoanDTO
 
getAmount() - Method in class nl.strohalm.cyclos.services.transactions.ProjectionDTO
 
getAmount() - Method in class nl.strohalm.cyclos.services.transactions.RepayLoanDTO
 
getAmount() - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentDTO
 
getAmount() - Method in class nl.strohalm.cyclos.services.transactions.TransactionSummaryVO
 
getAmount() - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
getAmount() - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeePreviewDTO
 
getAmount() - Method in class nl.strohalm.cyclos.taglibs.FormatTag
 
getAmount() - Method in class nl.strohalm.cyclos.utils.transactionimport.TransactionImportDTO
 
getAmount() - Method in class nl.strohalm.cyclos.webservices.model.AccountHistoryTransferVO
 
getAmount() - Method in class nl.strohalm.cyclos.webservices.model.TicketVO
 
getAmount() - Method in class nl.strohalm.cyclos.webservices.payments.AbstractPaymentParameters
 
getAmount() - Method in class nl.strohalm.cyclos.webservices.pos.BasePaymentParameters
 
getAmount() - Method in class nl.strohalm.cyclos.webservices.pos.ChargebackParameters
 
getAmount() - Method in class nl.strohalm.cyclos.webservices.webshop.GenerateWebShopTicketParams
 
getAmountConverter() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getAmountConverter(String) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getAmountDeniedInvoices() - Method in class nl.strohalm.cyclos.entities.settings.AlertSettings
 
getAmountIncorrectLogin() - Method in class nl.strohalm.cyclos.entities.settings.AlertSettings
 
getAmountLowerLimit() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery
 
getAmountLowerLimit() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligationQuery
 
getAmountType() - Method in enum nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee.ChargeMode
 
getAmountUpperLimit() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery
 
getAmountUpperLimit() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligationQuery
 
getAmountValue() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
getAmountValue() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLog
 
getAnalyzer() - Method in class nl.strohalm.cyclos.entities.ads.FullTextAdQuery
 
getAnalyzer() - Method in class nl.strohalm.cyclos.entities.members.FullTextElementQuery
 
getAnalyzer() - Method in class nl.strohalm.cyclos.entities.members.records.FullTextMemberRecordQuery
 
getAnalyzer() - Method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.Language
 
getApplicablePolicy(String) - Static method in class nl.strohalm.cyclos.struts.access.ActionPolicyRepository
 
getApplicationName() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getApplicationService() - Method in class nl.strohalm.cyclos.controls.admins.GetApplicationStatusAjaxAction
 
getApplicationStatus() - Method in interface nl.strohalm.cyclos.services.application.ApplicationService
Return statistical data regarding the application
getApplicationStatus() - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
getApplicationStatus() - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceSecurity
 
GetApplicationStatusAjaxAction - Class in nl.strohalm.cyclos.controls.admins
Action used to retrieve the application status via Ajax
GetApplicationStatusAjaxAction() - Constructor for class nl.strohalm.cyclos.controls.admins.GetApplicationStatusAjaxAction
 
getApplicationUsername() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getaRate() - Method in class nl.strohalm.cyclos.entities.accounts.AccountStatus
 
getArate() - Method in class nl.strohalm.cyclos.services.accounts.rates.ConversionSimulationDTO
 
getaRate() - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesResultDTO
 
getARate() - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeePreviewForRatesDTO
 
getARatedFeePercentage(TransactionFee, Calendar, Calendar, Calendar) - Method in class nl.strohalm.cyclos.services.accounts.rates.RateServiceImplMock
 
getARatedFeePercentage(TransactionFee, Calendar, Calendar, Calendar) - Method in interface nl.strohalm.cyclos.services.accounts.rates.RateServiceLocal
gets the precentage of the fee with chargeType A_RATED or MIXED_A_D_RATES.
getARatedFees() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
gets all the transaction fees based on a-rate, being the fees with ChargeType A_RATE or MIXED_A_D_RATES
getaRateParameters() - Method in class nl.strohalm.cyclos.entities.accounts.Currency
 
getArg0() - Method in class nl.strohalm.cyclos.entities.alerts.Alert
 
getArg0() - Method in class nl.strohalm.cyclos.entities.sms.SmsLog
 
getArg1() - Method in class nl.strohalm.cyclos.entities.alerts.Alert
 
getArg1() - Method in class nl.strohalm.cyclos.entities.sms.SmsLog
 
getArg2() - Method in class nl.strohalm.cyclos.entities.alerts.Alert
 
getArg2() - Method in class nl.strohalm.cyclos.entities.sms.SmsLog
 
getArg3() - Method in class nl.strohalm.cyclos.entities.alerts.Alert
 
getArg3() - Method in class nl.strohalm.cyclos.entities.sms.SmsLog
 
getArg4() - Method in class nl.strohalm.cyclos.entities.alerts.Alert
 
getArg4() - Method in class nl.strohalm.cyclos.entities.sms.SmsLog
 
getArgs() - Method in exception nl.strohalm.cyclos.controls.mobile.exceptions.MobileException
 
getArgs() - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO.ResourceKey
 
getArgument() - Method in enum nl.strohalm.cyclos.controls.access.ExternalLoginAction.Status
 
getArguments() - Method in class nl.strohalm.cyclos.utils.validation.ValidationError
 
getAsMemberToMemberTTs() - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
getAsMemberToMemberTTs() - Method in class nl.strohalm.cyclos.services.groups.BrokerGroupPermissionsDTO
 
getAsMemberToSelfTTs() - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
getAsMemberToSelfTTs() - Method in class nl.strohalm.cyclos.services.groups.BrokerGroupPermissionsDTO
 
getAsMemberToSystemTTs() - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
getAsMemberToSystemTTs() - Method in class nl.strohalm.cyclos.services.groups.BrokerGroupPermissionsDTO
 
getAsObject(Class<T>, String, Converter<T>) - Static method in class nl.strohalm.cyclos.utils.PropertyHelper
Converts a String into an Object with the given converter
getAssignedTo() - Method in class nl.strohalm.cyclos.entities.accounts.pos.PosLog
 
getAssignTo() - Method in class nl.strohalm.cyclos.controls.accounts.pos.EditPosForm
 
getAsString(T, Converter<T>) - Static method in class nl.strohalm.cyclos.utils.PropertyHelper
Converts a value to String with the given converter
getAttribute(String) - Static method in class nl.strohalm.cyclos.utils.access.LoggedUser
Returns the attribute for the given key
getAttributes() - Method in class nl.strohalm.cyclos.taglibs.AbstractDynamicAttributesTag
 
getAttributes() - Static method in class nl.strohalm.cyclos.utils.access.LoggedUser
Returns all attributes.
getAuthor() - Method in class nl.strohalm.cyclos.themes.Theme
 
getAuthorizableTTs() - Method in interface nl.strohalm.cyclos.services.transfertypes.TransferTypeService
Returns the "authorizable" transfer types that are allowed to the logged user.
getAuthorizableTTs() - Method in class nl.strohalm.cyclos.services.transfertypes.TransferTypeServiceImpl
 
getAuthorizableTTs() - Method in class nl.strohalm.cyclos.services.transfertypes.TransferTypeServiceSecurity
 
getAuthorizationLevel() - Method in class nl.strohalm.cyclos.controls.accounts.authorizationlevels.EditAuthorizationLevelForm
 
getAuthorizationLevel(String) - Method in class nl.strohalm.cyclos.controls.accounts.authorizationlevels.EditAuthorizationLevelForm
 
getAuthorizationLevelId() - Method in class nl.strohalm.cyclos.controls.accounts.authorizationlevels.EditAuthorizationLevelForm
 
getAuthorizationLevelId() - Method in class nl.strohalm.cyclos.controls.accounts.authorizationlevels.RemoveAuthorizationLevelForm
 
getAuthorizationLevels() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
getAuthorizations() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
getAuthorizedBy() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType
 
getAuthorizer() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.AuthorizationLevel
 
getAuthorizer() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransfersAwaitingAuthorizationQuery
 
getAuthorizerGroup() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
getAuthorizers() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
getAvailableBalance() - Method in class nl.strohalm.cyclos.entities.accounts.AccountStatus
 
getAvailableBalance() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeAmount
 
getAvailableBalance() - Method in class nl.strohalm.cyclos.webservices.model.AccountStatusVO
 
getAvailableBalanceWithoutCreditLimit() - Method in class nl.strohalm.cyclos.entities.accounts.AccountStatus
 
GetAvailableFilesForGroupAjaxAction - Class in nl.strohalm.cyclos.controls.groups.customizedFiles
Action used to retrieve the available files to be customized for a group
GetAvailableFilesForGroupAjaxAction() - Constructor for class nl.strohalm.cyclos.controls.groups.customizedFiles.GetAvailableFilesForGroupAjaxAction
 
GetAvailableFilesForGroupAjaxForm - Class in nl.strohalm.cyclos.controls.groups.customizedFiles
Form used to retrieve the available files to be customized for a group
GetAvailableFilesForGroupAjaxForm() - Constructor for class nl.strohalm.cyclos.controls.groups.customizedFiles.GetAvailableFilesForGroupAjaxForm
 
GetAvailableFilesForGroupFilterAjaxAction - Class in nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles
Action used to retrieve the available files to be customized for a group filter
GetAvailableFilesForGroupFilterAjaxAction() - Constructor for class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.GetAvailableFilesForGroupFilterAjaxAction
 
GetAvailableFilesForGroupFilterAjaxForm - Class in nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles
Form used to retrieve the available files to be customized for a group filter
GetAvailableFilesForGroupFilterAjaxForm() - Constructor for class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.GetAvailableFilesForGroupFilterAjaxForm
 
getAverage() - Method in class nl.strohalm.cyclos.services.transactions.TransactionSummaryVO
 
getAxisCategories(Number, Number) - Static method in class nl.strohalm.cyclos.utils.statistics.GraphHelper
calculates the optimal division of a a range of number into a reasonable amount of axis categories.
getBalance() - Method in class nl.strohalm.cyclos.dao.accounts.AccountDailyDifference
 
getBalance(MemberAccountType, Collection<MemberGroup>, Calendar) - Method in interface nl.strohalm.cyclos.dao.accounts.AccountTypeDAO
Returns the total balance of the accounts of a given system account type
getBalance(SystemAccountType, Calendar) - Method in interface nl.strohalm.cyclos.dao.accounts.AccountTypeDAO
Returns the total balance of the accounts of a given system account type
getBalance(MemberAccountType, Collection<MemberGroup>, Calendar) - Method in class nl.strohalm.cyclos.dao.accounts.AccountTypeDAOImpl
 
getBalance(SystemAccountType, Calendar) - Method in class nl.strohalm.cyclos.dao.accounts.AccountTypeDAOImpl
 
getBalance() - Method in class nl.strohalm.cyclos.entities.accounts.AccountStatus
 
getBalance() - Method in class nl.strohalm.cyclos.entities.accounts.ClosedAccountBalance
 
getBalance() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalAccountDetailsVO
 
getBalance(AccountDateDTO) - Method in interface nl.strohalm.cyclos.services.accounts.AccountService
Returns the account balance at a given time point.
getBalance(AccountDateDTO) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
getBalance(AccountDateDTO) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceSecurity
 
getBalance() - Method in class nl.strohalm.cyclos.webservices.model.AccountStatusVO
 
getBalanceAtTimePoint(Account, Calendar, boolean, boolean) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
getBalanceAtTimePoint(Account, Calendar, boolean, boolean) - Method in interface nl.strohalm.cyclos.services.accounts.AccountServiceLocal
gets the balance at a point in time.
getBalanceAtTransfer(Account, Transfer, boolean, boolean) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
getBalanceAtTransfer(Account, Transfer, boolean, boolean) - Method in interface nl.strohalm.cyclos.services.accounts.AccountServiceLocal
gets the balance at the moment of the specified transfer processing.
getBaseBinder() - Method in class nl.strohalm.cyclos.controls.elements.CreateElementAction
 
getBaseGroupId() - Method in class nl.strohalm.cyclos.controls.groups.EditGroupForm
 
getBaseKey() - Method in class nl.strohalm.cyclos.controls.reports.statistics.graphs.StatisticalDataProducer
 
getBaseKey() - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
 
getBaseMalus() - Method in class nl.strohalm.cyclos.entities.accounts.DRateParameters
 
getBaseMalus() - Method in class nl.strohalm.cyclos.services.accounts.rates.DRatedFeeDTO
 
getBaseMalusTerm() - Method in class nl.strohalm.cyclos.entities.accounts.DRateParameters
returns 1 - M0 as a fraction.
getBaseMemberRecordId() - Method in class nl.strohalm.cyclos.controls.members.records.EditMemberRecordForm
 
getBaseName() - Method in class nl.strohalm.cyclos.utils.validation.Validator
 
getBaseRemainingAmount() - Method in exception nl.strohalm.cyclos.services.transactions.exceptions.PartialInterestsAmountException
 
getBaseStatisticalService() - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsAction
gets the StatisticalService in its basic form as an instance of the StatisticalService class.
getBasicSettings() - Method in class nl.strohalm.cyclos.entities.groups.Group
 
getBasicSettings() - Method in class nl.strohalm.cyclos.entities.groups.OperatorGroup
 
getBeanClass() - Method in class nl.strohalm.cyclos.services.settings.BaseSettingsHandler
Returns the settings bean class
getBegin() - Method in class nl.strohalm.cyclos.utils.Period
 
getBeginDate() - Method in class nl.strohalm.cyclos.entities.ads.AdQuery
 
getBeginDate() - Method in class nl.strohalm.cyclos.webservices.accounts.AccountHistorySearchParameters
 
getBeginOfDocCommand() - Method in class nl.strohalm.cyclos.entities.members.printsettings.ReceiptPrinterSettings
 
getBeginParameter(Period) - Static method in class nl.strohalm.cyclos.utils.hibernate.HibernateHelper
Returns the begin date of the given period, handling null
getBeginQuarter() - Method in class nl.strohalm.cyclos.utils.Period
 
getBinaryFile() - Method in class nl.strohalm.cyclos.entities.customization.documents.StaticDocument
 
getBody() - Method in class nl.strohalm.cyclos.controls.settings.EditMessageSettingForm
 
getBody() - Method in class nl.strohalm.cyclos.entities.infotexts.InfoText
 
getBody() - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
getBody() - Method in class nl.strohalm.cyclos.services.elements.SendMessageDTO
 
getBody() - Method in class nl.strohalm.cyclos.webservices.model.InfoTextVO
 
getBooleanConverter(ServletContext) - Method in class nl.strohalm.cyclos.utils.MessageHelper
 
getBroker() - Method in class nl.strohalm.cyclos.controls.members.brokering.DefaultBrokerCommissionsAction.DefaultBrokerCommissionDTO
 
getBroker() - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
getBroker() - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardQuery
 
getBroker() - Method in class nl.strohalm.cyclos.entities.accounts.loans.BaseLoanQuery
 
getBroker() - Method in class nl.strohalm.cyclos.entities.accounts.pos.PosQuery
 
getBroker() - Method in class nl.strohalm.cyclos.entities.members.BrokeringQuery
 
getBroker() - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContractQuery
 
getBroker() - Method in class nl.strohalm.cyclos.entities.members.brokerings.Brokering
 
getBroker() - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokeringCommissionStatusQuery
 
getBroker() - Method in class nl.strohalm.cyclos.entities.members.brokerings.DefaultBrokerCommission
 
getBroker() - Method in class nl.strohalm.cyclos.entities.members.brokerings.DefaultBrokerCommissionQuery
 
getBroker() - Method in class nl.strohalm.cyclos.entities.members.FullTextMemberQuery
 
getBroker() - Method in class nl.strohalm.cyclos.entities.members.Member
 
getBroker() - Method in class nl.strohalm.cyclos.entities.members.MemberQuery
 
getBroker() - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
getBroker() - Method in class nl.strohalm.cyclos.entities.members.PendingMemberQuery
 
getBroker() - Method in class nl.strohalm.cyclos.entities.members.records.AbstractMemberRecordQuery
 
getBroker() - Method in interface nl.strohalm.cyclos.entities.members.RegisteredMember
 
getBroker() - Method in class nl.strohalm.cyclos.entities.sms.SmsMailingQuery
 
getBrokerAccess() - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberRecordCustomField
 
getBrokerCanViewInformationOf() - Method in class nl.strohalm.cyclos.entities.groups.BrokerGroup
 
getBrokerCanViewInformationOf() - Method in class nl.strohalm.cyclos.services.groups.BrokerGroupPermissionsDTO
 
getBrokerColSpan() - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
getBrokerColSpan() - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportDTO
 
getBrokerCommission() - Method in class nl.strohalm.cyclos.controls.members.brokering.DefaultBrokerCommissionsAction.DefaultBrokerCommissionDTO
 
getBrokerCommission() - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContract
 
getBrokerCommission() - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContractQuery
 
getBrokerCommission() - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokeringCommissionStatus
 
getBrokerCommission() - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokeringCommissionStatusQuery
 
getBrokerCommission() - Method in class nl.strohalm.cyclos.entities.members.brokerings.DefaultBrokerCommission
 
getBrokerCommission() - Method in class nl.strohalm.cyclos.entities.members.brokerings.DefaultBrokerCommissionQuery
 
getBrokerCommission() - Method in class nl.strohalm.cyclos.services.elements.AccountActivitiesVO
 
getBrokerCommission() - Method in class nl.strohalm.cyclos.services.elements.CommissionChargeStatusDTO
 
getBrokerCommissionContract() - Method in class nl.strohalm.cyclos.controls.members.brokering.EditBrokerCommissionContractForm
 
getBrokerCommissionContract(String) - Method in class nl.strohalm.cyclos.controls.members.brokering.EditBrokerCommissionContractForm
 
getBrokerCommissionContract() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
getBrokerCommissionContract() - Method in class nl.strohalm.cyclos.services.elements.CommissionChargeStatusDTO
 
getBrokerCommissionContractId() - Method in class nl.strohalm.cyclos.controls.members.brokering.AcceptBrokerCommissionContractForm
 
getBrokerCommissionContractId() - Method in class nl.strohalm.cyclos.controls.members.brokering.CancelBrokerCommissionContractForm
 
getBrokerCommissionContractId() - Method in class nl.strohalm.cyclos.controls.members.brokering.DenyBrokerCommissionContractForm
 
getBrokerCommissionContractId() - Method in class nl.strohalm.cyclos.controls.members.brokering.EditBrokerCommissionContractForm
 
getBrokerCommissionContractId() - Method in class nl.strohalm.cyclos.controls.members.brokering.RemoveBrokerCommissionContractForm
 
getBrokerCommissionId() - Method in class nl.strohalm.cyclos.controls.members.brokering.EditBrokerCommissionContractForm
 
getBrokerCommissionId() - Method in class nl.strohalm.cyclos.controls.members.brokering.StopBrokerCommissionForm
 
getBrokerCommissionId() - Method in class nl.strohalm.cyclos.controls.members.brokering.SuspendBrokerCommissionForm
 
getBrokerCommissionId() - Method in class nl.strohalm.cyclos.controls.members.brokering.UnsuspendBrokerCommissionForm
 
getBrokerCommissions(GetTransactionsDTO) - Method in interface nl.strohalm.cyclos.dao.accounts.AccountDAO
Returns the broker commissions for the given account
getBrokerCommissions(GetTransactionsDTO) - Method in class nl.strohalm.cyclos.dao.accounts.AccountDAOImpl
 
getBrokerCommissions(GetTransactionsDTO) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
getBrokerCommissions(GetTransactionsDTO) - Method in interface nl.strohalm.cyclos.services.accounts.AccountServiceLocal
Returns the a summary of received broker commission
getBrokerConversionSimulationTTs() - Method in class nl.strohalm.cyclos.entities.groups.BrokerGroup
 
getBrokerConversionSimulationTTs() - Method in class nl.strohalm.cyclos.services.groups.BrokerGroupPermissionsDTO
 
getBrokerCreateMemberRecordTypes() - Method in class nl.strohalm.cyclos.entities.groups.BrokerGroup
 
getBrokerCreateMemberRecordTypes() - Method in class nl.strohalm.cyclos.services.groups.BrokerGroupPermissionsDTO
 
getBrokerDataBinder() - Method in class nl.strohalm.cyclos.controls.groups.permissions.EditGroupPermissionsAction
 
getBrokerDeleteMemberRecordTypes() - Method in class nl.strohalm.cyclos.entities.groups.BrokerGroup
 
getBrokerDeleteMemberRecordTypes() - Method in class nl.strohalm.cyclos.services.groups.BrokerGroupPermissionsDTO
 
getBrokerDocuments() - Method in class nl.strohalm.cyclos.entities.groups.BrokerGroup
 
getBrokerDocuments() - Method in class nl.strohalm.cyclos.services.groups.BrokerGroupPermissionsDTO
 
getBrokered() - Method in class nl.strohalm.cyclos.entities.members.BrokeringQuery
 
getBrokered() - Method in class nl.strohalm.cyclos.entities.members.brokerings.Brokering
 
getBrokeredMembers() - Method in class nl.strohalm.cyclos.entities.members.Member
 
getBrokerGroup() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFeeQuery
 
getBrokerGroups() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.BrokerCommission
 
getBrokerGroups() - Method in class nl.strohalm.cyclos.entities.customization.documents.Document
 
getBrokerId() - Method in class nl.strohalm.cyclos.controls.members.brokering.ChangeBrokerForm
 
getBrokerId() - Method in class nl.strohalm.cyclos.controls.members.brokering.ManageBrokerCommissionsForm
 
getBrokerId() - Method in class nl.strohalm.cyclos.controls.members.brokering.StopBrokerCommissionForm
 
getBrokerId() - Method in class nl.strohalm.cyclos.controls.members.brokering.SuspendBrokerCommissionForm
 
getBrokerId() - Method in class nl.strohalm.cyclos.controls.members.brokering.UnsuspendBrokerCommissionForm
 
getBrokering() - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContract
 
getBrokering() - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokeringCommissionStatus
 
getBrokering() - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokeringCommissionStatusQuery
 
getBrokering(Member, Member) - Method in interface nl.strohalm.cyclos.services.elements.BrokeringService
gets the active Brokering from the member and its broker.
getBrokering(Member, Member) - Method in class nl.strohalm.cyclos.services.elements.BrokeringServiceImpl
 
getBrokering(Member, Member) - Method in class nl.strohalm.cyclos.services.elements.BrokeringServiceSecurity
 
getBrokeringCommissionStatus() - Method in class nl.strohalm.cyclos.services.elements.CommissionChargeStatusDTO
 
getBrokeringCommissionStatus(Brokering, BrokerCommission) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
getBrokeringCommissionStatus(Brokering, BrokerCommission) - Method in interface nl.strohalm.cyclos.services.elements.CommissionServiceLocal
Shows the present status of the brokering commission
getBrokeringExpirationMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getBrokeringExpirationPeriod() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getBrokeringExpirationSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getBrokeringExpirationSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getBrokeringRemovedMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getBrokeringRemovedSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getBrokeringRemovedSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getBrokerings() - Method in class nl.strohalm.cyclos.entities.members.Member
 
getBrokeringsAsBrokered() - Method in class nl.strohalm.cyclos.entities.members.Member
 
getBrokeringService() - Method in class nl.strohalm.cyclos.controls.members.brokering.ChangeBrokerAction
 
getBrokeringService() - Method in class nl.strohalm.cyclos.controls.members.brokering.ListBrokeringsAction
 
getBrokeringService() - Method in class nl.strohalm.cyclos.controls.members.brokering.ManageBrokeredMemberAction
 
getBrokerMemberRecordTypes() - Method in class nl.strohalm.cyclos.entities.groups.BrokerGroup
 
getBrokerMemberRecordTypes() - Method in class nl.strohalm.cyclos.services.groups.BrokerGroupPermissionsDTO
 
getBrokerModifyMemberRecordTypes() - Method in class nl.strohalm.cyclos.entities.groups.BrokerGroup
 
getBrokerModifyMemberRecordTypes() - Method in class nl.strohalm.cyclos.services.groups.BrokerGroupPermissionsDTO
 
getBrokerName() - Method in class nl.strohalm.cyclos.entities.members.MemberTransactionDetailsReportData
 
getBrokerRemovedRemarkComments() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getBrokerUsername() - Method in class nl.strohalm.cyclos.entities.members.MemberTransactionDetailsReportData
 
getBufferSize() - Method in class nl.strohalm.cyclos.http.ForcedBufferResponse
 
getBugFixes() - Method in class nl.strohalm.cyclos.setup.Version
 
getBuiltinChannels(ResourceBundle) - Static method in class nl.strohalm.cyclos.setup.CreateBasicData
 
getBuiltinSmsTypes(ResourceBundle) - Static method in class nl.strohalm.cyclos.setup.CreateBasicData
 
getBundle() - Method in class nl.strohalm.cyclos.setup.Setup
 
getBuyer() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Certification
 
getBuyer() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.CertificationQuery
 
getBuyer() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
getBuyer() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery
 
getBuyer() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligation
 
getBuyer() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligationQuery
 
getBuyer() - Method in exception nl.strohalm.cyclos.services.accounts.guarantees.exceptions.ActiveCertificationNotFoundException
 
getBuyerOnlyGuaranteeStatusChangedMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getBuyerOnlyGuaranteeStatusChangedSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getBuyerOnlyGuaranteeStatusChangedSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getBuyers(Group) - Method in interface nl.strohalm.cyclos.dao.accounts.guarantees.GuaranteeDAO
 
getBuyers(Group) - Method in class nl.strohalm.cyclos.dao.accounts.guarantees.GuaranteeDAOImpl
 
getBuyers() - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeService
It returns the associated buyers according to the logged user.
getBuyers() - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
getBuyers() - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceSecurity
 
getBy() - Method in class nl.strohalm.cyclos.entities.access.UsernameChangeLog
 
getBy() - Method in class nl.strohalm.cyclos.entities.accounts.AccountLimitLog
 
getBy() - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardLog
 
getBy() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferImport
 
getBy() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.CertificationLog
 
getBy() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeLog
 
getBy() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligationLog
 
getBy() - Method in class nl.strohalm.cyclos.entities.accounts.pos.PosLog
 
getBy() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceQuery
 
getBy() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Payment
 
getBy() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorization
 
getBy() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorizationQuery
 
getBy() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
getBy() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
getBy() - Method in class nl.strohalm.cyclos.entities.ads.imports.AdImport
 
getBy() - Method in class nl.strohalm.cyclos.entities.members.imports.MemberImport
 
getBy() - Method in class nl.strohalm.cyclos.entities.members.records.AbstractMemberRecordQuery
 
getBy() - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecord
 
getBy() - Method in class nl.strohalm.cyclos.entities.sms.SmsMailing
 
getBy() - Method in class nl.strohalm.cyclos.services.accounts.GetTransactionsDTO
 
getBy() - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
getByContent(byte[]) - Static method in enum nl.strohalm.cyclos.utils.ImageHelper.ImageType
Try to identify a file type given the first content bytes
getByContent(File) - Static method in enum nl.strohalm.cyclos.utils.ImageHelper.ImageType
Try to identify a file type by reading it's content
getByContentType(String) - Static method in enum nl.strohalm.cyclos.utils.ImageHelper.ImageType
Try to identify a file type given a MIME content type
getByDate(Currency, Calendar) - Method in interface nl.strohalm.cyclos.dao.accounts.RateParametersDAO
gets past date rateparameters for currencies.
getByDate(Currency, Calendar) - Method in class nl.strohalm.cyclos.dao.accounts.RateParametersDAOImpl
 
getByElement(Entity) - Method in interface nl.strohalm.cyclos.utils.ActionHelper.ByElementExtractor
 
getByElements(ActionContext, Collection<? extends Entity>, ActionHelper.ByElementExtractor) - Static method in class nl.strohalm.cyclos.utils.ActionHelper
Extracts the elements from the entities and returns a map that might contain two items: the by element and the type of element.
getByFileName(String) - Static method in enum nl.strohalm.cyclos.utils.ImageHelper.ImageType
Try to identify a file type given a file name, using the extension
getByOwner(Object) - Static method in enum nl.strohalm.cyclos.entities.customization.fields.CustomField.Nature
 
getByOwner(Entity) - Static method in enum nl.strohalm.cyclos.entities.customization.images.Image.Nature
 
getByOwnerType(Class<?>) - Static method in enum nl.strohalm.cyclos.entities.customization.fields.CustomField.Nature
 
getByPeriod(Currency, Period) - Method in interface nl.strohalm.cyclos.dao.accounts.RateParametersDAO
gets a list of all rateParameters that were valid during the specified period, in reversed date order - this means ordered by enabledSince, the latest entities first.
getByPeriod(Currency, Period) - Method in class nl.strohalm.cyclos.dao.accounts.RateParametersDAOImpl
 
getBytes() - Method in class nl.strohalm.cyclos.taglibs.FormatTag
 
getByTransfer(Transfer) - Method in interface nl.strohalm.cyclos.dao.accounts.loans.LoanDAO
gets the Loan via its initial transfer
getByTransfer(Transfer) - Method in class nl.strohalm.cyclos.dao.accounts.loans.LoanDAOImpl
 
getCache() - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
 
getCache(String) - Method in class nl.strohalm.cyclos.utils.cache.BaseCacheManager
 
getCache(String) - Method in interface nl.strohalm.cyclos.utils.cache.CacheManager
Returns a cache by name
getCachePeerProvider(CacheManager) - Static method in class nl.strohalm.cyclos.utils.cache.ehcache.HazelcastCacheManagerPeerProvider
Given an CacheManager get the corresponding instance of this class.
getCachePeerProvider(Ehcache) - Static method in class nl.strohalm.cyclos.utils.cache.ehcache.HazelcastCacheManagerPeerProvider
Given an Ehcache get the corresponding instance of this class.
getCalculateValidator() - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
getCalendarFormat() - Method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.DatePattern
 
getCalendarFormat() - Method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.TimePattern
 
getCalendarParts() - Method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.DatePatternOrder
 
getCalendarValue() - Method in enum nl.strohalm.cyclos.utils.TimePeriod.Field
 
getCanBuyWithPaymentObligationsFromGroups() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
getCanBuyWithPaymentObligationsFromGroups() - Method in class nl.strohalm.cyclos.services.groups.MemberGroupPermissionsDTO
 
getCancelledBy() - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContract
 
getCanIssueCertificationToGroups() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
getCanIssueCertificationToGroups() - Method in class nl.strohalm.cyclos.services.groups.MemberGroupPermissionsDTO
 
getCanPay() - Method in class nl.strohalm.cyclos.services.accounts.MemberAccountTypeQuery
 
getCanPayOwnerId() - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.SearchAccountTypesAjaxForm
 
getCanViewAdsOfGroups() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
getCanViewAdsOfGroups() - Method in class nl.strohalm.cyclos.services.groups.MemberGroupPermissionsDTO
 
getCanViewGroupFilters() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
getCanViewInformationOf() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
getCanViewInformationOf() - Method in class nl.strohalm.cyclos.entities.groups.OperatorGroup
 
getCanViewInformationOf() - Method in class nl.strohalm.cyclos.services.groups.MemberGroupPermissionsDTO
 
getCanViewInformationOf() - Method in class nl.strohalm.cyclos.services.groups.OperatorGroupPermissionsDTO
 
getCanViewProfileOfGroups() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
getCanViewProfileOfGroups() - Method in class nl.strohalm.cyclos.services.groups.MemberGroupPermissionsDTO
 
getCaptcha() - Method in class nl.strohalm.cyclos.controls.members.CreateMemberForm
 
getCaption() - Method in class nl.strohalm.cyclos.entities.customization.images.ImageCaptionDTO
 
getCaption() - Method in class nl.strohalm.cyclos.entities.customization.images.OwneredImage
 
getCaption() - Method in class nl.strohalm.cyclos.webservices.model.ImageVO
 
getCard() - Method in class nl.strohalm.cyclos.controls.accounts.cards.CardForm
 
getCard(String) - Method in class nl.strohalm.cyclos.controls.accounts.cards.CardForm
 
getCard() - Method in class nl.strohalm.cyclos.entities.access.WrongCredentialAttempt
 
getCard() - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardLog
 
getCardCode1() - Method in class nl.strohalm.cyclos.controls.accounts.cards.UpdateCardForm
 
getCardCode2() - Method in class nl.strohalm.cyclos.controls.accounts.cards.UpdateCardForm
 
getCardDao() - Method in class nl.strohalm.cyclos.services.accounts.cards.CardServiceImpl
 
getCardFormatNumber() - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardType
 
getCardId() - Method in class nl.strohalm.cyclos.controls.accounts.cards.CardForm
 
getCardId() - Method in class nl.strohalm.cyclos.controls.accounts.cards.UpdateCardForm
 
getCardLogDao() - Method in class nl.strohalm.cyclos.services.accounts.cards.CardServiceImpl
 
getCardNumber() - Method in class nl.strohalm.cyclos.entities.accounts.cards.Card
 
getCardNumberConverter() - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardType
 
getCardNumberPattern() - Method in class nl.strohalm.cyclos.taglibs.FormatTag
 
getCards() - Method in class nl.strohalm.cyclos.entities.members.Member
 
getCardSecurityCode() - Method in class nl.strohalm.cyclos.entities.accounts.cards.Card
 
getCardSecurityCode() - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardType
 
getCardSecurityCodeBlockedMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getCardSecurityCodeBlockedSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getCardSecurityCodeBlockedSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getCardSecurityCodeBlockedUntil() - Method in class nl.strohalm.cyclos.entities.accounts.cards.Card
 
getCardSecurityCodeLength() - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardType
 
getCardService() - Method in class nl.strohalm.cyclos.controls.accounts.cards.CardDetailsAction
 
getCardService() - Method in class nl.strohalm.cyclos.controls.accounts.cards.CreateCardAction
 
getCardService() - Method in class nl.strohalm.cyclos.controls.accounts.cards.ExportCardsToCsvAction
 
getCardService() - Method in class nl.strohalm.cyclos.controls.accounts.cards.SearchCardsAction
 
getCardService() - Method in class nl.strohalm.cyclos.controls.accounts.cards.UpdateCardAction
 
getCardService() - Method in class nl.strohalm.cyclos.controls.members.bulk.MemberBulkGenerateCardAction
 
getCardsToExpire(Calendar) - Method in interface nl.strohalm.cyclos.dao.accounts.cards.CardDAO
Returns all card with expire date before expirationDate
getCardsToExpire(Calendar) - Method in class nl.strohalm.cyclos.dao.accounts.cards.CardDAOImpl
 
getCardType() - Method in class nl.strohalm.cyclos.controls.accounts.cards.EditCardTypeForm
 
getCardType(String) - Method in class nl.strohalm.cyclos.controls.accounts.cards.EditCardTypeForm
 
getCardType() - Method in class nl.strohalm.cyclos.entities.accounts.cards.Card
 
getCardType() - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardQuery
 
getCardType() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
getCardTypeDao() - Method in class nl.strohalm.cyclos.services.accounts.cards.CardTypeServiceImpl
 
getCardTypeId() - Method in class nl.strohalm.cyclos.controls.accounts.cards.EditCardTypeForm
 
getCardTypeService() - Method in class nl.strohalm.cyclos.controls.accounts.cards.EditCardTypeAction
 
getCardTypeService() - Method in class nl.strohalm.cyclos.controls.accounts.cards.ListCardTypeAction
 
getCardTypeService() - Method in class nl.strohalm.cyclos.controls.accounts.cards.RemoveCardTypeAction
 
getCardTypeService() - Method in class nl.strohalm.cyclos.controls.accounts.cards.SearchCardsAction
 
getCategories() - Method in class nl.strohalm.cyclos.entities.ads.imports.AdImport
 
getCategories() - Method in class nl.strohalm.cyclos.entities.members.messages.MessageQuery
 
getCategoriesCount() - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
 
getCategoriesIds() - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
getCategoriesWithCounters(List<AdCategory>, AdCategoryWithCounterQuery) - Method in interface nl.strohalm.cyclos.dao.ads.AdDAO
Returns the counters for each of the given ad category, given the ad query
getCategoriesWithCounters(List<AdCategory>, AdCategoryWithCounterQuery) - Method in class nl.strohalm.cyclos.dao.ads.AdDAOImpl
 
getCategoriesWithCounters(AdCategoryWithCounterQuery) - Method in interface nl.strohalm.cyclos.services.ads.AdService
Returns the counters for each category for the given query
getCategoriesWithCounters(AdCategoryWithCounterQuery) - Method in class nl.strohalm.cyclos.services.ads.AdServiceImpl
 
getCategoriesWithCounters(AdCategoryWithCounterQuery) - Method in class nl.strohalm.cyclos.services.ads.AdServiceSecurity
 
getCategory() - Method in class nl.strohalm.cyclos.controls.ads.categories.AdCategoryForm
 
getCategory(String) - Method in class nl.strohalm.cyclos.controls.ads.categories.AdCategoryForm
 
getCategory() - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
getCategory() - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
getCategory() - Method in class nl.strohalm.cyclos.entities.members.adInterests.AdInterest
 
getCategory() - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
getCategory() - Method in class nl.strohalm.cyclos.entities.members.messages.MessageQuery
 
getCategory() - Method in enum nl.strohalm.cyclos.entities.settings.MessageSettings.MessageSettingsEnum
 
getCategory() - Method in class nl.strohalm.cyclos.services.elements.SendMessageDTO
 
getCategory() - Method in class nl.strohalm.cyclos.webservices.model.AdVO
 
getCategoryId() - Method in class nl.strohalm.cyclos.webservices.ads.AbstractAdSearchParameters
 
getCertification() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.EditCertificationForm
 
getCertification(String) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.EditCertificationForm
 
getCertification() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.CertificationLog
 
getCertification() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
getCertification() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery
 
getCertification() - Method in class nl.strohalm.cyclos.services.accounts.guarantees.CertificationDTO
 
getCertification() - Method in exception nl.strohalm.cyclos.services.accounts.guarantees.exceptions.CertificationAmountExceededException
 
getCertification() - Method in exception nl.strohalm.cyclos.services.accounts.guarantees.exceptions.CertificationValidityExceededException
 
getCertificationId() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.ChangeStatusCertificationForm
 
getCertificationId() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.DeleteCertificationForm
 
getCertificationId() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.EditCertificationForm
 
getCertificationIssuedMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getCertificationIssuedSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getCertificationIssuedSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getCertificationIssuers(PaymentObligation) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.CertificationService
 
getCertificationIssuers(PaymentObligation) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.CertificationServiceImpl
 
getCertificationIssuers(PaymentObligation) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.CertificationServiceSecurity
 
getCertificationService() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.SearchPaymentObligationsAction
 
getCertificationStatusChangedMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getCertificationStatusChangedSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getCertificationStatusChangedSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getChangeBroker() - Method in class nl.strohalm.cyclos.controls.members.bulk.MemberBulkActionsForm
 
getChanged() - Method in class nl.strohalm.cyclos.services.elements.BulkMemberActionResultVO
 
getChangeGroup() - Method in class nl.strohalm.cyclos.controls.members.bulk.MemberBulkActionsForm
 
getChannel() - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
getChannel() - Method in class nl.strohalm.cyclos.controls.channels.EditChannelForm
 
getChannel(String) - Method in class nl.strohalm.cyclos.controls.channels.EditChannelForm
 
getChannel() - Method in class nl.strohalm.cyclos.controls.members.LoadMemberAjaxForm
 
getChannel() - Method in class nl.strohalm.cyclos.controls.mobile.MobileActionContext
 
getChannel() - Method in class nl.strohalm.cyclos.entities.access.ChannelPrincipal
 
getChannel() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
getChannel() - Method in class nl.strohalm.cyclos.entities.services.ServiceClient
 
getChannel() - Method in class nl.strohalm.cyclos.services.transactions.DoPaymentDTO
 
getChannel() - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
getChannel() - Static method in class nl.strohalm.cyclos.webservices.WebServiceContext
Returns the Channel for which the current ServiceClient is restricted, or null when none
getChannelId() - Method in class nl.strohalm.cyclos.controls.channels.EditChannelForm
 
getChannelId() - Method in class nl.strohalm.cyclos.controls.channels.RemoveChannelForm
 
getChannelName() - Method in exception nl.strohalm.cyclos.services.transactions.exceptions.InvalidChannelException
 
getChannels() - Method in class nl.strohalm.cyclos.controls.access.channels.SelectChannelsForm
 
getChannels() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
getChannels() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
getChannels() - Method in class nl.strohalm.cyclos.entities.members.Member
PLEASE DON'T USE THIS ACCESSOR TO GET THE MEMBER'S ENABLED CHANNELS, INSTEAD OF USE AccessService.getChannelsEnabledForMember(Member)
getChannelsEnabledForMember(Member) - Method in interface nl.strohalm.cyclos.services.access.AccessService
THIS METHOD MUST BE USED INSTEAD OF member.getChannels()
getChannelsEnabledForMember(Member) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
getChannelsEnabledForMember(Member) - Method in class nl.strohalm.cyclos.services.access.AccessServiceSecurity
 
getChannelService() - Method in class nl.strohalm.cyclos.controls.access.LoginAction
 
getChargebackBalance(Account, Period) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.TransferDAO
gets the sum of all chargebacks and their original chargedback transfers.
getChargebackBalance(Account, Transfer, boolean) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.TransferDAO
gets the sum of all chargebacks and their original chargedback transfers.
getChargebackBalance(Account, Period) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.TransferDAOImpl
 
getChargebackBalance(Account, Transfer, boolean) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.TransferDAOImpl
 
getChargebackDescription() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getChargebackOf() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
getChargebackPaymentTypes() - Method in class nl.strohalm.cyclos.entities.services.ServiceClient
 
getChargebackTransfer() - Method in class nl.strohalm.cyclos.webservices.payments.ChargebackResult
 
getChargebackTransferTypes() - Method in class nl.strohalm.cyclos.entities.groups.SystemGroup
 
getChargebackTTs() - Method in class nl.strohalm.cyclos.services.groups.MemberGroupPermissionsDTO
 
getChargedBackBy() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
getChargedMember() - Method in class nl.strohalm.cyclos.entities.sms.SmsLog
 
getChargedMember() - Method in class nl.strohalm.cyclos.services.elements.SendSmsDTO
 
getChargeMode() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
getChargeStatus() - Method in class nl.strohalm.cyclos.services.elements.CommissionChargeStatusDTO
 
getChargeType() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
getChargeType() - Method in class nl.strohalm.cyclos.services.accounts.rates.ARatedFeeDTO
 
getCharset() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getChilden(Element, String) - Static method in class nl.strohalm.cyclos.utils.XmlHelper
Returns a list of children (class Element) with the given tag name
getChildren() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
getChildren() - Method in class nl.strohalm.cyclos.entities.ads.AdCategory
 
getChildren() - Method in class nl.strohalm.cyclos.entities.ads.AdCategoryWithCounterVO
 
getChildren() - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomField
 
getChildren() - Method in class nl.strohalm.cyclos.webservices.model.DetailedAdCategoryVO
 
getClassMetaData(Entity) - Method in class nl.strohalm.cyclos.utils.hibernate.HibernateQueryHandler
Returns the class meta data for the given entity
getClassName() - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.CustomFileMapping
 
getClassName(Class<?>) - Static method in class nl.strohalm.cyclos.utils.ClassHelper
Returns only the unqualified class name
getClient() - Static method in class nl.strohalm.cyclos.webservices.WebServiceContext
Returns the ServiceClient for this request
getClientAddress() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.WebShopTicket
 
getClientAddress() - Method in class nl.strohalm.cyclos.webservices.model.WebShopTicketVO
 
getClientAddress() - Method in class nl.strohalm.cyclos.webservices.webshop.GenerateWebShopTicketParams
 
getClientId() - Method in class nl.strohalm.cyclos.controls.services.EditServiceClientForm
 
getClientId() - Method in class nl.strohalm.cyclos.controls.services.RemoveServiceClientForm
 
getClientId() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TraceNumber
 
getClientId() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
getClientId() - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
getClosedPaymentsCount() - Method in class nl.strohalm.cyclos.entities.accounts.loans.Loan
 
getCode() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferType
 
getCode() - Method in class nl.strohalm.cyclos.entities.sms.SmsType
 
getCollection() - Method in class nl.strohalm.cyclos.taglibs.CustomFieldTag
 
getCollectionBinder() - Method in class nl.strohalm.cyclos.controls.groups.customizedFiles.GetAvailableFilesForGroupAjaxAction
 
getCollectionBinder() - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.GetAvailableFilesForGroupFilterAjaxAction
 
getCollectionType() - Method in class nl.strohalm.cyclos.utils.binding.BeanCollectionBinder
 
getCollectionType() - Method in class nl.strohalm.cyclos.utils.binding.SimpleCollectionBinder
 
getColspan() - Method in class nl.strohalm.cyclos.taglibs.CellTag
 
getColumn() - Method in exception nl.strohalm.cyclos.utils.csv.UnknownColumnException
 
getColumn() - Method in exception nl.strohalm.cyclos.utils.transactionimport.IllegalTransactionFileFormatException
 
getColumnCount() - Method in class nl.strohalm.cyclos.utils.jfreeAsymmetric.AsymmetricStatisticalCategoryDataset
Returns the number of columns in the table.
getColumnHeader(int) - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
 
getColumnHeaders() - Method in class nl.strohalm.cyclos.controls.reports.statistics.graphs.StatisticalDataProducer
 
getColumnHeaders() - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
 
getColumnIndex(Comparable) - Method in class nl.strohalm.cyclos.utils.jfreeAsymmetric.AsymmetricStatisticalCategoryDataset
Returns the column index for a given key.
getColumnKey(int) - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
 
getColumnKey(int) - Method in class nl.strohalm.cyclos.utils.jfreeAsymmetric.AsymmetricStatisticalCategoryDataset
Returns a column key.
getColumnKeys() - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
 
getColumnKeys() - Method in class nl.strohalm.cyclos.utils.jfreeAsymmetric.AsymmetricStatisticalCategoryDataset
Returns the column keys.
getColumns() - Method in class nl.strohalm.cyclos.taglibs.LayoutTag
 
getColumnSeparator() - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.CSVFileMapping
 
getColumnSubHeaders() - Method in class nl.strohalm.cyclos.controls.reports.statistics.graphs.StatisticalDataProducer
 
getColumnSubHeaders() - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
 
getComments() - Method in class nl.strohalm.cyclos.controls.elements.ChangeElementGroupForm
 
getComments() - Method in class nl.strohalm.cyclos.controls.members.brokering.ChangeBrokerForm
 
getComments() - Method in class nl.strohalm.cyclos.controls.payments.authorization.TransferAuthorizationForm
 
getComments() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorization
 
getComments() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorizationDTO
 
getComments() - Method in class nl.strohalm.cyclos.entities.members.Reference
 
getComments() - Method in class nl.strohalm.cyclos.entities.members.remarks.Remark
 
getComments() - Method in class nl.strohalm.cyclos.entities.members.remarks.RemarkQuery
 
getComments() - Method in class nl.strohalm.cyclos.services.elements.ChangeBrokerDTO
 
getCommissionChargeStatus(Member) - Method in interface nl.strohalm.cyclos.services.elements.CommissionService
Returns a list of charge status for broker commissions related to a member
getCommissionChargeStatus(Member) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
getCommissionChargeStatus(Member) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceSecurity
 
getCommissionContractAcceptedMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getCommissionContractAcceptedSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getCommissionContractAcceptedSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getCommissionContractCancelledMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getCommissionContractCancelledSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getCommissionContractCancelledSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getCommissionContractDeniedMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getCommissionContractDeniedSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getCommissionContractDeniedSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getComparePeriodsExpenditure(StatisticalFinancesQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalFinancesService
gets the Statistics on Expenditure for Compare Periods
getComparePeriodsExpenditure(StatisticalFinancesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalFinancesServiceImpl
 
getComparePeriodsExpenditure(StatisticalFinancesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalFinancesServiceSecurity
 
getComparePeriodsGrossProduct(StatisticalActivityQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalActivityService
gets a data value object for the comparison of the gross product per member for two periods.
getComparePeriodsGrossProduct(StatisticalActivityQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceImpl
Gets the results table for comparing the gross product for two periods
getComparePeriodsGrossProduct(StatisticalActivityQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceSecurity
 
getComparePeriodsGrossProduct(StatisticalKeyDevelopmentsQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsService
gets a data value object for key statistics concerning the gross product.
getComparePeriodsGrossProduct(StatisticalKeyDevelopmentsQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsServiceImpl
 
getComparePeriodsGrossProduct(StatisticalKeyDevelopmentsQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsServiceSecurity
 
getComparePeriodsHighestTransactionAmount(StatisticalKeyDevelopmentsQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsService
 
getComparePeriodsHighestTransactionAmount(StatisticalKeyDevelopmentsQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsServiceImpl
 
getComparePeriodsHighestTransactionAmount(StatisticalKeyDevelopmentsQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsServiceSecurity
 
getComparePeriodsIncome(StatisticalFinancesQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalFinancesService
gets the Statistics on Income for Compare Periods
getComparePeriodsIncome(StatisticalFinancesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalFinancesServiceImpl
 
getComparePeriodsIncome(StatisticalFinancesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalFinancesServiceSecurity
 
getComparePeriodsLoginTimes(StatisticalActivityQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalActivityService
gets the frequency of logging in of members (per week), comparing the two periods.
getComparePeriodsLoginTimes(StatisticalActivityQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceImpl
 
getComparePeriodsLoginTimes(StatisticalActivityQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceSecurity
 
getComparePeriodsMaxMember(StatisticalTaxesQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalTaxesService
 
getComparePeriodsMaxMember(StatisticalTaxesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceImpl
 
getComparePeriodsMaxMember(StatisticalTaxesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceSecurity
 
getComparePeriodsMedianAmountPerTransaction(StatisticalKeyDevelopmentsQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsService
gets a data value object for key statistics concerning the transaction amount.
getComparePeriodsMedianAmountPerTransaction(StatisticalKeyDevelopmentsQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsServiceImpl
 
getComparePeriodsMedianAmountPerTransaction(StatisticalKeyDevelopmentsQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsServiceSecurity
 
getComparePeriodsMedianPerMember(StatisticalTaxesQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalTaxesService
 
getComparePeriodsMedianPerMember(StatisticalTaxesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceImpl
 
getComparePeriodsMedianPerMember(StatisticalTaxesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceSecurity
 
getComparePeriodsNumberOfAds(StatisticalKeyDevelopmentsQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsService
gets a data value object for key statistics concerning the number of ads.
getComparePeriodsNumberOfAds(StatisticalKeyDevelopmentsQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsServiceImpl
 
getComparePeriodsNumberOfAds(StatisticalKeyDevelopmentsQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsServiceSecurity
 
getComparePeriodsNumberOfMembers(StatisticalKeyDevelopmentsQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsService
gets a data value object for key statistics concerning the number of members.
getComparePeriodsNumberOfMembers(StatisticalKeyDevelopmentsQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsServiceImpl
 
getComparePeriodsNumberOfMembers(StatisticalKeyDevelopmentsQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsServiceSecurity
 
getComparePeriodsNumberOfMembers(StatisticalTaxesQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalTaxesService
 
getComparePeriodsNumberOfMembers(StatisticalTaxesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceImpl
 
getComparePeriodsNumberOfMembers(StatisticalTaxesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceSecurity
 
getComparePeriodsNumberOfTransactions(StatisticalKeyDevelopmentsQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsService
gets a data value object for key statistics concerning the number of Transactions.
getComparePeriodsNumberOfTransactions(StatisticalKeyDevelopmentsQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsServiceImpl
 
getComparePeriodsNumberOfTransactions(StatisticalKeyDevelopmentsQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsServiceSecurity
 
getComparePeriodsNumberTransactions(StatisticalActivityQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalActivityService
gets the data for comparison of the number of transactions for two periods.
getComparePeriodsNumberTransactions(StatisticalActivityQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceImpl
Gets the results table for comparing the number of transactions per member for two periods.
getComparePeriodsNumberTransactions(StatisticalActivityQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceSecurity
 
getComparePeriodsPercentageNoTrade(StatisticalActivityQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalActivityService
gets the data on the percentage of members which is not trading, for comparing these. over two periods.
getComparePeriodsPercentageNoTrade(StatisticalActivityQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceImpl
gets the percentage of members not trading, where trade concerns incoming and outgoing transactions.
getComparePeriodsPercentageNoTrade(StatisticalActivityQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceSecurity
 
getComparePeriodsRelativeToGrossProduct(StatisticalTaxesQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalTaxesService
 
getComparePeriodsRelativeToGrossProduct(StatisticalTaxesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceImpl
 
getComparePeriodsRelativeToGrossProduct(StatisticalTaxesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceSecurity
 
getComparePeriodsVolume(StatisticalTaxesQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalTaxesService
 
getComparePeriodsVolume(StatisticalTaxesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceImpl
 
getComparePeriodsVolume(StatisticalTaxesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceSecurity
 
getConciliated() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
getConfigLocations() - Method in class nl.strohalm.cyclos.spring.CustomWebApplicationContext
 
getConfiguration() - Method in class nl.strohalm.cyclos.setup.DataBaseConfiguration
 
getConfiguration() - Method in class nl.strohalm.cyclos.setup.Setup
 
getConfirmationKey() - Method in class nl.strohalm.cyclos.taglibs.MenuTag
 
getConfirmationMessage() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
getConfirmPassword() - Method in class nl.strohalm.cyclos.controls.elements.CreateElementForm
 
getConnectedAdmins() - Method in class nl.strohalm.cyclos.services.application.ApplicationStatusVO
 
getConnectedAdminsViewedBy() - Method in class nl.strohalm.cyclos.entities.groups.AdminGroup
 
getConnectedBrokers() - Method in class nl.strohalm.cyclos.services.application.ApplicationStatusVO
 
getConnectedMembers() - Method in class nl.strohalm.cyclos.services.application.ApplicationStatusVO
 
getConnectedOperators() - Method in class nl.strohalm.cyclos.services.application.ApplicationStatusVO
 
getConnection() - Method in class nl.strohalm.cyclos.utils.JDBCWrapper
 
getConnectionTimeout() - Method in class nl.strohalm.cyclos.webservices.CyclosWebServicesClientFactory
 
getContact() - Method in class nl.strohalm.cyclos.controls.members.contacts.ContactForm
 
getContact(String) - Method in class nl.strohalm.cyclos.controls.members.contacts.ContactForm
 
getContact() - Method in class nl.strohalm.cyclos.entities.members.Contact
 
getContactDao() - Method in class nl.strohalm.cyclos.services.elements.ContactServiceImpl
 
getContacts() - Method in class nl.strohalm.cyclos.entities.members.Member
 
getContactService() - Method in class nl.strohalm.cyclos.controls.members.contacts.AddContactAction
 
getContactService() - Method in class nl.strohalm.cyclos.controls.members.contacts.DeleteContactAction
 
getContactService() - Method in class nl.strohalm.cyclos.controls.members.contacts.EditContactAction
 
getContactService() - Method in class nl.strohalm.cyclos.controls.members.contacts.ListContactsAction
 
getContainerUrl() - Method in class nl.strohalm.cyclos.entities.groups.Group
 
getContainerUrl() - Method in class nl.strohalm.cyclos.entities.groups.GroupFilter
 
getContainerUrl() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getContents() - Method in class nl.strohalm.cyclos.entities.customization.binaryfiles.BinaryFile
 
getContents() - Method in class nl.strohalm.cyclos.entities.customization.files.File
 
getContents() - Method in class nl.strohalm.cyclos.entities.members.RegistrationAgreement
 
getContents() - Method in class nl.strohalm.cyclos.utils.customizedfile.CustomizedFileOperation
 
getContentType() - Method in enum nl.strohalm.cyclos.controls.BaseAjaxAction.ContentType
 
getContentType() - Method in class nl.strohalm.cyclos.entities.customization.binaryfiles.BinaryFile
 
getContentType() - Method in class nl.strohalm.cyclos.entities.customization.images.Image
 
getContentType() - Method in enum nl.strohalm.cyclos.utils.ImageHelper.ImageType
 
getContentTypes() - Method in enum nl.strohalm.cyclos.utils.ImageHelper.ImageType
 
getContext() - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
getContext() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilterQuery
 
getContext() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
getContext() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
getContext() - Method in class nl.strohalm.cyclos.services.transactions.DoPaymentDTO
 
getContext() - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
getContext() - Method in class nl.strohalm.cyclos.struts.access.ActionDescriptor
 
getContracts() - Method in class nl.strohalm.cyclos.entities.members.brokerings.Brokering
 
getControl() - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomField
 
getConversionSimulationTTs() - Method in class nl.strohalm.cyclos.entities.groups.Group
 
getConversionSimulationTTs() - Method in class nl.strohalm.cyclos.services.groups.GroupPermissionsDTO
 
getConversionTTs() - Method in class nl.strohalm.cyclos.services.transfertypes.TransferTypeServiceImpl
 
getConversionTTs(AccountType) - Method in class nl.strohalm.cyclos.services.transfertypes.TransferTypeServiceImpl
 
getConversionTTs(Currency) - Method in class nl.strohalm.cyclos.services.transfertypes.TransferTypeServiceImpl
 
getConversionTTs() - Method in interface nl.strohalm.cyclos.services.transfertypes.TransferTypeServiceLocal
gets a list with all possible conversion TT's available for any member account and any currency.
getConversionTTs(AccountType) - Method in interface nl.strohalm.cyclos.services.transfertypes.TransferTypeServiceLocal
gets a list with all possible converstion TT's for the specified accountType
getConversionTTs(Currency) - Method in interface nl.strohalm.cyclos.services.transfertypes.TransferTypeServiceLocal
gets a list with all possible conversion TT's available for any member account of the specified currency.
getConverter() - Method in class nl.strohalm.cyclos.utils.binding.PropertyBinder
 
getConverter() - Method in class nl.strohalm.cyclos.utils.binding.SimpleCollectionBinder
 
getConverter() - Method in class nl.strohalm.cyclos.utils.csv.BaseCSVHandler.Column
 
getCookie(ServletRequest, String) - Static method in class nl.strohalm.cyclos.utils.RequestHelper
Finds a cookie with the given name, returning null when it's not found
getCookieValue(ServletRequest, String) - Static method in class nl.strohalm.cyclos.utils.RequestHelper
Finds a cookie value with the given name, returning null when it's not found
getCount() - Method in class nl.strohalm.cyclos.controls.members.brokering.DefaultBrokerCommissionsAction.DefaultBrokerCommissionDTO
 
getCount() - Method in class nl.strohalm.cyclos.controls.payments.SuccessfulPaymentForm
 
getCount(Alert.Type) - Method in interface nl.strohalm.cyclos.dao.alerts.AlertDAO
Returns the alert count for the given alert type.
getCount(Alert.Type) - Method in class nl.strohalm.cyclos.dao.alerts.AlertDAOImpl
 
getCount() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.BrokerCommission
 
getCount() - Method in class nl.strohalm.cyclos.entities.ads.AdCategoryWithCounterVO
 
getCount() - Method in class nl.strohalm.cyclos.entities.members.brokerings.DefaultBrokerCommission
 
getCount() - Method in class nl.strohalm.cyclos.services.alerts.ErrorLogServiceImpl
 
getCount() - Method in interface nl.strohalm.cyclos.services.alerts.ErrorLogServiceLocal
Count the number of active (non-deleted) error logs
getCount() - Method in class nl.strohalm.cyclos.services.transactions.TransactionSummaryVO
 
getCountOffer() - Method in class nl.strohalm.cyclos.webservices.model.DetailedAdCategoryVO
 
getCountPerGroup(Collection<MemberGroup>) - Method in interface nl.strohalm.cyclos.dao.members.ElementDAO
Counts, per group, the number of members in that group
getCountPerGroup(Collection<MemberGroup>, Calendar) - Method in interface nl.strohalm.cyclos.dao.members.ElementDAO
Counts, per group, the number of members in that group at the given time point
getCountPerGroup(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.dao.members.ElementDAOImpl
 
getCountPerGroup(Collection<MemberGroup>, Calendar) - Method in class nl.strohalm.cyclos.dao.members.ElementDAOImpl
 
getCountSearch() - Method in class nl.strohalm.cyclos.webservices.model.DetailedAdCategoryVO
 
getCreatableByAdminGroups() - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordType
 
getCreatableByBrokerGroups() - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordType
 
getCreateAdminRecordTypes() - Method in class nl.strohalm.cyclos.entities.groups.AdminGroup
 
getCreateAdminRecordTypes() - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
getCreatedBefore() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TicketQuery
 
getCreateMemberRecordTypes() - Method in class nl.strohalm.cyclos.entities.groups.AdminGroup
 
getCreateMemberRecordTypes() - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
getCreationDate() - Method in class nl.strohalm.cyclos.entities.access.Session
 
getCreationDate() - Method in class nl.strohalm.cyclos.entities.accounts.Account
 
getCreationDate() - Method in class nl.strohalm.cyclos.entities.accounts.cards.Card
 
getCreationDate() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Ticket
 
getCreationDate() - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
getCreationDate() - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokeringCommissionStatus
 
getCreationDate() - Method in class nl.strohalm.cyclos.entities.members.Element
 
getCreationDate() - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMember
 
getCreationDate() - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
getCreationDate() - Method in interface nl.strohalm.cyclos.entities.members.RegisteredMember
 
getCreationDate() - Method in class nl.strohalm.cyclos.webservices.model.TicketVO
 
getCreationPeriod() - Method in class nl.strohalm.cyclos.entities.members.ElementQuery
 
getCreationPeriod() - Method in class nl.strohalm.cyclos.entities.members.PendingMemberQuery
 
getCreationValue() - Method in class nl.strohalm.cyclos.entities.accounts.RateParameters
 
getCredentials() - Method in class nl.strohalm.cyclos.controls.access.channels.ChangePinForm
 
getCredentials() - Method in class nl.strohalm.cyclos.controls.posweb.ReceivePaymentForm
 
getCredentials() - Method in class nl.strohalm.cyclos.controls.webshop.WebShopPaymentForm
 
getCredentials() - Method in class nl.strohalm.cyclos.entities.access.Channel
 
getCredentials() - Method in class nl.strohalm.cyclos.services.access.ChangePinDTO
 
getCredentials() - Method in class nl.strohalm.cyclos.webservices.access.CheckCredentialsParameters
 
getCredentials() - Method in class nl.strohalm.cyclos.webservices.accounts.AccountHistorySearchParameters
 
getCredentials() - Method in class nl.strohalm.cyclos.webservices.accounts.LoadTransferParameters
 
getCredentials() - Method in class nl.strohalm.cyclos.webservices.members.RegisterMemberParameters
 
getCredentials() - Method in class nl.strohalm.cyclos.webservices.payments.ConfirmPaymentParameters
 
getCredentials() - Method in class nl.strohalm.cyclos.webservices.payments.PaymentParameters
 
getCredentials(HttpServletRequest) - Static method in class nl.strohalm.cyclos.webservices.utils.WebServiceHelper
Extract the username and password from the Authorization HTTP header, supporting both BASIC and USER authentications, or null when not informed
getCredentialsType() - Method in exception nl.strohalm.cyclos.services.access.exceptions.CredentialsException
 
getCredentialType() - Method in class nl.strohalm.cyclos.entities.access.WrongCredentialAttempt
 
getCreditFee() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
getCreditFee() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType
 
getCreditFeePayer() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType
 
getCreditFeeSpec() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.CalculateGuaranteeFeeAjaxForm
 
getCreditFeeSpec() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
getCreditFeeTransferType() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType
 
getCreditLimit() - Method in class nl.strohalm.cyclos.entities.accounts.Account
 
getCreditLimit() - Method in class nl.strohalm.cyclos.entities.accounts.AccountLimitLog
 
getCreditLimit() - Method in class nl.strohalm.cyclos.entities.accounts.AccountStatus
 
getCreditLimit() - Method in class nl.strohalm.cyclos.entities.accounts.MemberAccount
 
getCreditLimit() - Method in class nl.strohalm.cyclos.entities.accounts.SystemAccountType
 
getCreditLimit() - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMember
 
getCreditLimit(AccountDTO) - Method in interface nl.strohalm.cyclos.services.accounts.AccountService
Return the credit limit for a given account
getCreditLimit(AccountDTO) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
getCreditLimit(AccountDTO) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceSecurity
 
getCreditLimit() - Method in class nl.strohalm.cyclos.services.accounts.BulkUpdateAccountDTO
 
getCreditLimit() - Method in class nl.strohalm.cyclos.services.accounts.CreditLimitDTO.Entry
 
getCreditLimit() - Method in class nl.strohalm.cyclos.webservices.model.AccountStatusVO
 
getCreditLimits(Member) - Method in interface nl.strohalm.cyclos.services.accounts.AccountService
Retrieves the current credit limit
getCreditLimits(Member) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
getCreditLimits(Member) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceSecurity
 
getCredits() - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.AccountHistoryDTO
 
getCredits(GetTransactionsDTO) - Method in interface nl.strohalm.cyclos.dao.accounts.AccountDAO
Returns the credits for the given account
getCredits(GetTransactionsDTO) - Method in class nl.strohalm.cyclos.dao.accounts.AccountDAOImpl
 
getCredits() - Method in class nl.strohalm.cyclos.entities.members.imports.MemberImportResult
 
getCredits() - Method in class nl.strohalm.cyclos.entities.members.MemberTransactionSummaryReportData
 
getCredits(GetTransactionsDTO) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
getCredits(GetTransactionsDTO) - Method in interface nl.strohalm.cyclos.services.accounts.AccountServiceLocal
Retrieves the credits summary for the given arguments
getCreditsAllTime() - Method in class nl.strohalm.cyclos.services.elements.AccountActivitiesVO
 
getCreditsLast30Days() - Method in class nl.strohalm.cyclos.services.elements.AccountActivitiesVO
 
getCssClassName() - Method in class nl.strohalm.cyclos.controls.groups.permissions.MultiValuesPermissionVO
 
getCsvRecordSeparator() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getCsvStringQuote() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getCsvValueSeparator() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getCsvWriter() - Method in class nl.strohalm.cyclos.controls.BaseCsvAction
 
getCurrencies() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeTypeQuery
 
getCurrencies() - Method in class nl.strohalm.cyclos.entities.reports.CurrentStateReportVO
 
getCurrency() - Method in class nl.strohalm.cyclos.controls.accounts.currencies.EditCurrencyForm
 
getCurrency(String) - Method in class nl.strohalm.cyclos.controls.accounts.currencies.EditCurrencyForm
 
getCurrency() - Method in class nl.strohalm.cyclos.controls.payments.BasePaymentForm
 
getCurrency() - Method in class nl.strohalm.cyclos.entities.accounts.AccountType
 
getCurrency() - Method in class nl.strohalm.cyclos.entities.accounts.AccountTypeQuery
 
getCurrency() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType
 
getCurrency() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligation
 
getCurrency() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligationQuery
 
getCurrency() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanQuery
 
getCurrency() - Method in class nl.strohalm.cyclos.entities.accounts.RateParameters
 
getCurrency() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceSummaryDTO
 
getCurrency() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentAwaitingFeedbackDTO
 
getCurrency() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Ticket
 
getCurrency() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
getCurrency() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
getCurrency() - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
getCurrency() - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
getCurrency() - Method in class nl.strohalm.cyclos.entities.ads.imports.AdImport
 
getCurrency() - Method in class nl.strohalm.cyclos.entities.members.adInterests.AdInterest
 
getCurrency() - Method in exception nl.strohalm.cyclos.services.accounts.guarantees.exceptions.ActiveCertificationNotFoundException
 
getCurrency() - Method in class nl.strohalm.cyclos.services.accounts.rates.DRatedFeeDTO
 
getCurrency() - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesDTO
 
getCurrency(StatisticalQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalServiceImpl
tries to get the associated Currency via several methods.
getCurrency() - Method in class nl.strohalm.cyclos.services.transactions.DoPaymentDTO
 
getCurrency() - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
getCurrency() - Method in class nl.strohalm.cyclos.webservices.accounts.AccountHistorySearchParameters
 
getCurrency() - Method in class nl.strohalm.cyclos.webservices.accounts.TransferTypeSearchParameters
 
getCurrency() - Method in class nl.strohalm.cyclos.webservices.model.AccountTypeVO
 
getCurrency() - Method in class nl.strohalm.cyclos.webservices.model.AdVO
 
getCurrency() - Method in class nl.strohalm.cyclos.webservices.payments.AbstractPaymentParameters
 
getCurrency() - Method in class nl.strohalm.cyclos.webservices.webshop.GenerateWebShopTicketParams
 
getCurrencyId() - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.SearchAccountTypesAjaxForm
 
getCurrencyId() - Method in class nl.strohalm.cyclos.controls.accounts.currencies.EditCurrencyForm
 
getCurrencyId() - Method in class nl.strohalm.cyclos.controls.accounts.currencies.ManageCurrencyForm
 
getCurrencyId() - Method in class nl.strohalm.cyclos.controls.accounts.currencies.ReinitializeRatesForm
 
getCurrencyId() - Method in class nl.strohalm.cyclos.controls.accounts.currencies.RemoveCurrencyForm
 
getCurrencyId() - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
getCurrencyId() - Method in class nl.strohalm.cyclos.services.accounts.rates.ReinitializeRatesDTO
 
getCurrent() - Method in class nl.strohalm.cyclos.controls.mobile.MobileViewPaymentsForm
 
getCurrent() - Method in class nl.strohalm.cyclos.setup.VersionHistory
 
getCurrentAccount() - Method in class nl.strohalm.cyclos.controls.mobile.MobileActionContext
 
getCurrentAccountType() - Method in class nl.strohalm.cyclos.controls.mobile.MobileActionContext
 
getCurrentCategory() - Method in class nl.strohalm.cyclos.controls.ads.categories.SetAdCategoryOrderForm
 
getCurrentPage() - Method in interface nl.strohalm.cyclos.utils.query.Page
 
getCurrentPage() - Method in class nl.strohalm.cyclos.utils.query.PageImpl
 
getCurrentPage() - Method in class nl.strohalm.cyclos.utils.query.PageParameters
 
getCurrentPage() - Method in class nl.strohalm.cyclos.webservices.model.ResultPage
 
getCurrentPage() - Method in class nl.strohalm.cyclos.webservices.model.SearchParameters
 
getCurrentPage() - Method in class nl.strohalm.cyclos.webservices.pos.AccountHistoryPosParameters
 
getCurrentPageSize() - Method in interface nl.strohalm.cyclos.utils.query.Page
 
getCurrentPageSize() - Method in class nl.strohalm.cyclos.utils.query.PageImpl
 
getCurrentStateReport() - Method in class nl.strohalm.cyclos.controls.reports.CurrentStateReportForm
 
getCurrentStateReport(String) - Method in class nl.strohalm.cyclos.controls.reports.CurrentStateReportForm
 
getCurrentStateReport(CurrentStateReportParameters) - Method in interface nl.strohalm.cyclos.services.reports.CurrentStateReportService
Returns the current state report
getCurrentStateReport(CurrentStateReportParameters) - Method in class nl.strohalm.cyclos.services.reports.CurrentStateReportServiceImpl
 
getCurrentStateReport(CurrentStateReportParameters) - Method in class nl.strohalm.cyclos.services.reports.CurrentStateReportServiceSecurity
 
getCurrentStatus(AccountDTO) - Method in interface nl.strohalm.cyclos.services.accounts.AccountService
Returns the current account status for the given account
getCurrentStatus(AccountDTO) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
getCurrentStatus(AccountDTO) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceSecurity
 
getCurrentValues() - Method in class nl.strohalm.cyclos.controls.groups.permissions.MultiValuesPermissionVO
 
getCustomField() - Method in class nl.strohalm.cyclos.entities.access.ChannelPrincipal
 
getCustomField() - Method in class nl.strohalm.cyclos.entities.access.PrincipalType
 
getCustomFieldClass() - Method in class nl.strohalm.cyclos.controls.admins.CreateAdminAction
 
getCustomFieldClass() - Method in class nl.strohalm.cyclos.controls.elements.CreateElementAction
 
getCustomFieldClass() - Method in class nl.strohalm.cyclos.controls.members.CreateMemberAction
 
getCustomFieldClass() - Method in class nl.strohalm.cyclos.controls.operators.CreateOperatorAction
 
getCustomFieldClass() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
getCustomFieldClass() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanGroup
 
getCustomFieldClass() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
getCustomFieldClass() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Payment
 
getCustomFieldClass() - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
getCustomFieldClass() - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
getCustomFieldClass() - Method in class nl.strohalm.cyclos.entities.members.Administrator
 
getCustomFieldClass() - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMember
 
getCustomFieldClass() - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMemberRecord
 
getCustomFieldClass() - Method in class nl.strohalm.cyclos.entities.members.Member
 
getCustomFieldClass() - Method in class nl.strohalm.cyclos.entities.members.Operator
 
getCustomFieldClass() - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
getCustomFieldClass() - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecord
 
getCustomFieldClass() - Method in class nl.strohalm.cyclos.services.transactions.GrantLoanDTO
 
getCustomFieldClass() - Method in interface nl.strohalm.cyclos.utils.CustomFieldsContainer
 
getCustomFieldDao() - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
getCustomFieldId() - Method in class nl.strohalm.cyclos.controls.customization.fields.LinkPaymentCustomFieldForm
 
getCustomFieldInternalName() - Method in class nl.strohalm.cyclos.webservices.model.WSPrincipalTypeVO
 
getCustomFields() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
getCustomFields() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
getCustomFieldValueClass() - Method in class nl.strohalm.cyclos.controls.admins.AdminProfileAction
 
getCustomFieldValueClass() - Method in class nl.strohalm.cyclos.controls.admins.CreateAdminAction
 
getCustomFieldValueClass() - Method in class nl.strohalm.cyclos.controls.admins.SearchAdminsAction
 
getCustomFieldValueClass() - Method in class nl.strohalm.cyclos.controls.elements.CreateElementAction
 
getCustomFieldValueClass() - Method in class nl.strohalm.cyclos.controls.elements.ProfileAction
 
getCustomFieldValueClass() - Method in class nl.strohalm.cyclos.controls.elements.SearchElementsAction
 
getCustomFieldValueClass() - Method in class nl.strohalm.cyclos.controls.members.CreateMemberAction
 
getCustomFieldValueClass() - Method in class nl.strohalm.cyclos.controls.members.MemberProfileAction
 
getCustomFieldValueClass() - Method in class nl.strohalm.cyclos.controls.members.SearchMembersAction
 
getCustomFieldValueClass() - Method in class nl.strohalm.cyclos.controls.operators.CreateOperatorAction
 
getCustomFieldValueClass() - Method in class nl.strohalm.cyclos.controls.operators.OperatorProfileAction
 
getCustomFieldValueClass() - Method in class nl.strohalm.cyclos.controls.operators.SearchOperatorsAction
 
getCustomFieldValueClass() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
getCustomFieldValueClass() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanGroup
 
getCustomFieldValueClass() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
getCustomFieldValueClass() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Payment
 
getCustomFieldValueClass() - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
getCustomFieldValueClass() - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
getCustomFieldValueClass() - Method in class nl.strohalm.cyclos.entities.members.Administrator
 
getCustomFieldValueClass() - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMember
 
getCustomFieldValueClass() - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMemberRecord
 
getCustomFieldValueClass() - Method in class nl.strohalm.cyclos.entities.members.Member
 
getCustomFieldValueClass() - Method in class nl.strohalm.cyclos.entities.members.Operator
 
getCustomFieldValueClass() - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
getCustomFieldValueClass() - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecord
 
getCustomFieldValueClass() - Method in class nl.strohalm.cyclos.services.transactions.GrantLoanDTO
 
getCustomFieldValueClass() - Method in interface nl.strohalm.cyclos.utils.CustomFieldsContainer
 
getCustomizedFileDao() - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
getCustomizedFiles() - Method in class nl.strohalm.cyclos.entities.groups.Group
 
getCustomizedFiles() - Method in class nl.strohalm.cyclos.entities.groups.GroupFilter
 
getCustomizedFileService() - Method in class nl.strohalm.cyclos.controls.customization.files.EditCustomizedFileAction
 
getCustomizedFileService() - Method in class nl.strohalm.cyclos.controls.customization.files.GetFileContentsAjaxAction
 
getCustomizedFileService() - Method in class nl.strohalm.cyclos.controls.customization.files.ListCustomizedFilesAction
 
getCustomizedFileService() - Method in class nl.strohalm.cyclos.controls.customization.files.StopCustomizingFileAction
 
getCustomizedFileService() - Method in class nl.strohalm.cyclos.controls.groups.customizedFiles.EditGroupCustomizedFileAction
 
getCustomizedFileService() - Method in class nl.strohalm.cyclos.controls.groups.customizedFiles.GetAvailableFilesForGroupAjaxAction
 
getCustomizedFileService() - Method in class nl.strohalm.cyclos.controls.groups.customizedFiles.StopCustomizingGroupFileAction
 
getCustomizedFileService() - Method in class nl.strohalm.cyclos.controls.groups.EditGroupAction
 
getCustomizedFileService() - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.GetAvailableFilesForGroupFilterAjaxAction
 
getCustomizedFileService() - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.StopCustomizingGroupFilterFileAction
 
getCustomValues() - Method in class nl.strohalm.cyclos.controls.payments.BasePaymentForm
 
getCustomValues() - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardQuery
 
getCustomValues() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
getCustomValues() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery
 
getCustomValues() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanGroup
 
getCustomValues() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanGroupQuery
 
getCustomValues() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
getCustomValues() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Payment
 
getCustomValues() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
getCustomValues() - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
getCustomValues() - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
getCustomValues() - Method in class nl.strohalm.cyclos.entities.members.Administrator
 
getCustomValues() - Method in class nl.strohalm.cyclos.entities.members.ElementQuery
 
getCustomValues() - Method in class nl.strohalm.cyclos.entities.members.FullTextElementQuery
 
getCustomValues() - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMember
 
getCustomValues() - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMemberRecord
 
getCustomValues() - Method in class nl.strohalm.cyclos.entities.members.Member
 
getCustomValues() - Method in class nl.strohalm.cyclos.entities.members.Operator
 
getCustomValues() - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
getCustomValues() - Method in class nl.strohalm.cyclos.entities.members.PendingMemberQuery
 
getCustomValues() - Method in class nl.strohalm.cyclos.entities.members.records.AbstractMemberRecordQuery
 
getCustomValues() - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecord
 
getCustomValues() - Method in class nl.strohalm.cyclos.services.transactions.DoPaymentDTO
 
getCustomValues() - Method in class nl.strohalm.cyclos.services.transactions.GrantLoanDTO
 
getCustomValues() - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
getCustomValues() - Method in interface nl.strohalm.cyclos.utils.CustomFieldsContainer
 
getCustomValues() - Method in class nl.strohalm.cyclos.webservices.payments.PaymentParameters
 
getCyclosId() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getCyclosProperties() - Static method in class nl.strohalm.cyclos.CyclosConfiguration
 
getCyclosVersion() - Method in interface nl.strohalm.cyclos.services.application.ApplicationService
Returns the application version
getCyclosVersion() - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
getCyclosVersion() - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceSecurity
 
getCyclosVersion() - Method in class nl.strohalm.cyclos.services.application.ApplicationStatusVO
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.access.channels.ChangePinAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.EditAccountFeeAction
 
getDataBinder(AccountType.Nature) - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.EditAccountTypeAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.accounts.authorizationlevels.EditAuthorizationLevelAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.accounts.cards.CardDetailsAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.accounts.cards.CreateCardAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.accounts.cards.ExportCardsToCsvAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.accounts.cards.SearchCardsAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.accounts.details.AccountHistoryAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.accounts.details.ExportTransactionsToCsvAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.accounts.external.ExternalAccountHistoryAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.accounts.external.externaltransfers.EditExternalTransferAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.EditFieldMappingAction
 
getDataBinder(FileMapping.Nature) - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.EditFileMappingAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.accounts.external.process.RetrieveTransfersToProcessAction
 
getDataBinder(String) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.CalculateGuaranteeFeeAjaxAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.EditPaymentObligationAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.accounts.paymentfilters.EditPaymentFilterAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.accounts.paymentfilters.SearchPaymentFiltersAjaxAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.accounts.pos.MemberPosAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.accounts.pos.SearchPosAction
 
getDataBinder(TransactionFee.Nature) - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.EditTransactionFeeAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.EditTransferTypeAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.admins.GetApplicationStatusAjaxAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.ads.categories.EditAdCategoryAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.ads.ExportAdsToCsvAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.ads.imports.ImportAdsAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.ads.imports.ImportedAdsDetailsAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.alerts.SearchAlertsAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.alerts.SearchErrorLogAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.customization.documents.EditDynamicDocumentAction
 
getDataBinder(Class<T>) - Static method in class nl.strohalm.cyclos.controls.customization.documents.EditStaticDocumentAction
 
getDataBinder(CustomField.Nature) - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldPossibleValueAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.customization.files.EditCustomizedFileAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.customization.themes.ExportThemeAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.customization.translationMessages.EditTranslationMessageAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.customization.translationMessages.SearchTranslationMessagesAction
 
getDataBinder(LocalSettings, AccessSettings, Class<E>, Class, Class, Class, Class) - Static method in class nl.strohalm.cyclos.controls.elements.CreateElementAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.elements.CreateElementAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.elements.ExportElementsToCsvAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.elements.SearchElementsAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.groups.accounts.EditGroupAccountSettingsAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.groups.customizedFiles.GetAvailableFilesForGroupAjaxAction
 
getDataBinder(Group.Nature) - Method in class nl.strohalm.cyclos.controls.groups.EditGroupAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.EditGroupFilterCustomizedFileAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.GetAvailableFilesForGroupFilterAjaxAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.EditGroupFilterAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.groups.ListGroupsAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.groups.permissions.EditOperatorGroupPermissionsAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.groups.SearchGroupsAjaxAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.invoices.AcceptInvoiceAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.invoices.SearchInvoicesAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.invoices.SendInvoiceAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.loangroups.SearchLoanGroupsAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.loans.ExportLoanPaymentsToCsvAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.loans.ExportLoansToCsvAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.loans.LoanDetailsAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.loans.SearchLoanPaymentsAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.loans.SearchLoansAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.members.adinterests.EditAdInterestAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.members.brokering.ChangeBrokerAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.members.brokering.DefaultBrokerCommissionsAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.members.brokering.EditBrokerCommissionContractAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.members.brokering.ListBrokeringsAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.members.brokering.ManageBrokerCommissionsAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.members.brokering.ManageBrokeredMemberAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.members.bulk.MemberBulkChangeBrokerAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.members.bulk.MemberBulkChangeGroupAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.members.bulk.MemberBulkGenerateCardAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.members.contacts.EditContactAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.members.CreateMemberAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.members.creditlimit.EditCreditLimitAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.members.imports.ImportedMembersDetailsAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.members.messages.EditMessageCategoryAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.members.messages.SearchMessagesAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.members.pending.PendingMemberProfileAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.members.PublicCreateMemberAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.members.records.SearchMemberRecordsAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.members.references.EditTransactionFeedbackAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.members.SearchAdminsAjaxAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.members.SearchMembersAjaxAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.payments.authorization.BaseTransferAuthorizationAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.payments.BasePaymentAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportHandler
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersReportHandler
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.settings.EditAccessSettingsAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.settings.EditAlertSettingsAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.settings.EditLocalSettingsAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.settings.EditLogSettingsAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.settings.EditMailSettingsAction
 
getDataBinder() - Method in class nl.strohalm.cyclos.controls.settings.EditMailTranslationAction
 
getDataBinderAsAdmin() - Method in class nl.strohalm.cyclos.controls.access.ListConnectedUsersAction
 
getDataBinderAsMember() - Method in class nl.strohalm.cyclos.controls.access.ListConnectedUsersAction
 
getDataBinderGuaranteeType() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.types.EditGuaranteeTypeAction
 
getDataBinderWithMaxScheduledPayments() - Method in class nl.strohalm.cyclos.controls.members.SearchMembersAjaxAction
 
getDataField() - Method in class nl.strohalm.cyclos.services.stats.general.KeyDevelopmentsStatsPerMonthVO
 
getDate() - Method in class nl.strohalm.cyclos.controls.accounts.external.process.ProcessExternalTransfersForm
 
getDate() - Method in class nl.strohalm.cyclos.controls.loans.BaseLoanActionForm
 
getDate() - Method in class nl.strohalm.cyclos.controls.loans.CalculateLoanPaymentsAjaxForm
 
getDate() - Method in class nl.strohalm.cyclos.controls.payments.BasePaymentForm
 
getDate() - Method in class nl.strohalm.cyclos.controls.payments.CalculatePaymentsAjaxForm
 
getDate() - Method in class nl.strohalm.cyclos.controls.posweb.SearchTransactionsForm
 
getDate() - Method in class nl.strohalm.cyclos.dao.accounts.transactions.SimpleTransferVO
 
getDate() - Method in class nl.strohalm.cyclos.entities.access.LoginHistoryLog
 
getDate() - Method in class nl.strohalm.cyclos.entities.access.PasswordHistoryLog
 
getDate() - Method in class nl.strohalm.cyclos.entities.access.PermissionDeniedTrace
 
getDate() - Method in class nl.strohalm.cyclos.entities.access.UsernameChangeLog
 
getDate() - Method in class nl.strohalm.cyclos.entities.access.WrongCredentialAttempt
 
getDate() - Method in class nl.strohalm.cyclos.entities.access.WrongUsernameAttempt
 
getDate() - Method in class nl.strohalm.cyclos.entities.accounts.AccountLimitLog
 
getDate() - Method in class nl.strohalm.cyclos.entities.accounts.AccountStatus
 
getDate() - Method in class nl.strohalm.cyclos.entities.accounts.AmountReservation
 
getDate() - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardLog
 
getDate() - Method in class nl.strohalm.cyclos.entities.accounts.ClosedAccountBalance
 
getDate() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransfer
 
getDate() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferImport
 
getDate() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeAmount
 
getDate() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLog
 
getDate() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.MemberAccountFeeLog
 
getDate() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.CertificationLog
 
getDate() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeLog
 
getDate() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligationLog
 
getDate() - Method in class nl.strohalm.cyclos.entities.accounts.pos.MemberPos
 
getDate() - Method in class nl.strohalm.cyclos.entities.accounts.pos.PosLog
 
getDate() - Method in class nl.strohalm.cyclos.entities.accounts.RateParameters
 
getDate() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
getDate() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoicePayment
 
getDate() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Payment
 
getDate() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentAwaitingFeedbackDTO
 
getDate() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TraceNumber
 
getDate() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorization
 
getDate() - Method in class nl.strohalm.cyclos.entities.ads.imports.AdImport
 
getDate() - Method in class nl.strohalm.cyclos.entities.alerts.Alert
 
getDate() - Method in class nl.strohalm.cyclos.entities.alerts.ErrorLogEntry
 
getDate() - Method in class nl.strohalm.cyclos.entities.IndexOperation
 
getDate() - Method in class nl.strohalm.cyclos.entities.members.imports.MemberImport
 
getDate() - Method in class nl.strohalm.cyclos.entities.members.MemberTransactionDetailsReportData
 
getDate() - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
getDate() - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecord
 
getDate() - Method in class nl.strohalm.cyclos.entities.members.Reference
 
getDate() - Method in class nl.strohalm.cyclos.entities.members.RegistrationAgreementLog
 
getDate() - Method in class nl.strohalm.cyclos.entities.members.remarks.Remark
 
getDate() - Method in class nl.strohalm.cyclos.entities.sms.SmsLog
 
getDate() - Method in class nl.strohalm.cyclos.entities.sms.SmsMailing
 
getDate() - Method in class nl.strohalm.cyclos.services.accounts.AccountDateDTO
 
getDate() - Method in class nl.strohalm.cyclos.services.accounts.external.ProcessExternalTransferDTO
 
getDate() - Method in class nl.strohalm.cyclos.services.accounts.rates.ConversionSimulationDTO
 
getDate() - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesDTO
 
getDate() - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesResultDTO
 
getDate() - Method in class nl.strohalm.cyclos.services.transactions.DoPaymentDTO
 
getDate() - Method in class nl.strohalm.cyclos.services.transactions.GrantLoanDTO
 
getDate() - Method in class nl.strohalm.cyclos.services.transactions.LoanPaymentDTO
 
getDate() - Method in class nl.strohalm.cyclos.services.transactions.ProjectionDTO
 
getDate() - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentDTO
 
getDate() - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
getDate() - Method in class nl.strohalm.cyclos.services.transfertypes.BuildTransferWithFeesDTO
 
getDate() - Method in class nl.strohalm.cyclos.taglibs.FormatTag
 
getDate() - Method in class nl.strohalm.cyclos.utils.transactionimport.TransactionImportDTO
 
getDate() - Method in class nl.strohalm.cyclos.webservices.model.AccountHistoryTransferVO
 
getDateConverter() - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMappingWithFields
Returns a converter for date
getDateConverter() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getDateConverterForGraphs() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
gets a CalendarConverter which is derived from the normal CalendarConverter, but without the year.
getDateFormat() - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMappingWithFields
 
getDatePattern() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getDatePatternDescription(LocalSettings.DatePattern) - Method in class nl.strohalm.cyclos.utils.MessageHelper
 
getDateTime() - Method in class nl.strohalm.cyclos.taglibs.FormatTag
 
getDateTimeConverter() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getDay() - Method in class nl.strohalm.cyclos.dao.accounts.AccountDailyDifference
 
getDay() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
getDay() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeQuery
 
getDayEnd(Calendar) - Static method in class nl.strohalm.cyclos.utils.DateHelper
Returns a date at 23:59:59 of the given day
getDays() - Method in class nl.strohalm.cyclos.utils.Period
Returns the number of days between the begin and end date.
getDeactivationAfterMaxPasswordTries() - Method in class nl.strohalm.cyclos.entities.groups.BasicGroupSettings
 
getDeactivationPeriod() - Method in class nl.strohalm.cyclos.entities.members.MemberQuery
 
getDebits() - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.AccountHistoryDTO
 
getDebits(GetTransactionsDTO) - Method in interface nl.strohalm.cyclos.dao.accounts.AccountDAO
Returns the debits for the given account
getDebits(GetTransactionsDTO) - Method in class nl.strohalm.cyclos.dao.accounts.AccountDAOImpl
 
getDebits() - Method in class nl.strohalm.cyclos.entities.members.imports.MemberImportResult
 
getDebits() - Method in class nl.strohalm.cyclos.entities.members.MemberTransactionSummaryReportData
 
getDebits(GetTransactionsDTO) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
getDebits(GetTransactionsDTO) - Method in interface nl.strohalm.cyclos.services.accounts.AccountServiceLocal
Retrieves the debits summary for the given arguments
getDebitsAllTime() - Method in class nl.strohalm.cyclos.services.elements.AccountActivitiesVO
 
getDebitsLast30Days() - Method in class nl.strohalm.cyclos.services.elements.AccountActivitiesVO
 
getDecimalDigits() - Method in class nl.strohalm.cyclos.webservices.model.PosInitializationVO
 
getDecimalInputMethod() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getDecimalPlaces() - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMappingWithFields
 
getDecimalSeparator() - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMappingWithFields
 
getDecimalSymbols() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getDefault(MemberGroup, Relationship...) - Method in interface nl.strohalm.cyclos.services.accounts.AccountTypeService
Returns the default account type for a given group, with the given relationships initialized
getDefault(MemberGroup, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.AccountTypeServiceImpl
 
getDefault(MemberGroup, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.AccountTypeServiceSecurity
 
getDefault() - Method in class nl.strohalm.cyclos.taglibs.FormatTag
 
getDefaultAccountFromList(Member, List<Account>) - Method in interface nl.strohalm.cyclos.services.accounts.AccountService
gets the default account of the member from a list of allowed accounts.
getDefaultAccountFromList(Member, List<Account>) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
getDefaultAccountFromList(Member, List<Account>) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceSecurity
 
getDefaultAdPublicationTime() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
getDefaultBrokerCommission() - Method in class nl.strohalm.cyclos.controls.members.brokering.DefaultBrokerCommissionsForm
 
getDefaultBrokerCommission(Member, BrokerCommission) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
getDefaultBrokerCommission(Member, BrokerCommission) - Method in interface nl.strohalm.cyclos.services.elements.CommissionServiceLocal
Returns the default broker commission
getDefaultChannels() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
getDefaultConversionDTO(MemberAccount, List<TransferType>) - Method in interface nl.strohalm.cyclos.services.transactions.PaymentService
Returns a ConversionSimulationDTO containing the default values for the given member's default account, and chooses the transferType from the transferTypes param which belongs to the member and has rated fees.
getDefaultConversionDTO(MemberAccount, List<TransferType>) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
getDefaultConversionDTO(MemberAccount, List<TransferType>) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceSecurity
 
getDefaultCreditLimit() - Method in class nl.strohalm.cyclos.entities.accounts.MemberGroupAccountSettings
 
getDefaultExpiration() - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardType
 
getDefaultFeedbackComments() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
getDefaultFeedbackLevel() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
getDefaultMailMessages() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
getDefaultPrincipalType() - Method in class nl.strohalm.cyclos.controls.channels.EditChannelForm
 
getDefaultPrincipalType() - Method in class nl.strohalm.cyclos.entities.access.Channel
 
getDefaultSmsMessages() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
getDefaultUpperCreditLimit() - Method in class nl.strohalm.cyclos.entities.accounts.MemberGroupAccountSettings
 
getDeletableByAdminGroups() - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordType
 
getDeletableByBrokerGroups() - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordType
 
getDeleteAdminRecordTypes() - Method in class nl.strohalm.cyclos.entities.groups.AdminGroup
 
getDeleteAdminRecordTypes() - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
getDeleteDate() - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
getDeleteMemberRecordTypes() - Method in class nl.strohalm.cyclos.entities.groups.AdminGroup
 
getDeleteMemberRecordTypes() - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
getDeleteMessagesOnTrashAfter() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getDeletePendingRegistrationsAfter() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getDescription() - Method in class nl.strohalm.cyclos.controls.mobile.MobileDoPaymentForm
 
getDescription() - Method in class nl.strohalm.cyclos.controls.payments.BasePaymentForm
 
getDescription() - Method in class nl.strohalm.cyclos.entities.accounts.AccountType
 
getDescription() - Method in class nl.strohalm.cyclos.entities.accounts.AccountTypeQuery
 
getDescription() - Method in class nl.strohalm.cyclos.entities.accounts.Currency
 
getDescription() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalAccount
 
getDescription() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransfer
 
getDescription() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferType
 
getDescription() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
getDescription() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
getDescription() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFeeQuery
 
getDescription() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType
 
getDescription() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligation
 
getDescription() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanGroup
 
getDescription() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanGroupQuery
 
getDescription() - Method in class nl.strohalm.cyclos.entities.accounts.pos.Pos
 
getDescription() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
getDescription() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceQuery
 
getDescription() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Payment
 
getDescription() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilter
 
getDescription() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilterQuery
 
getDescription() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Ticket
 
getDescription() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
getDescription() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
getDescription() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
getDescription() - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
getDescription() - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
getDescription() - Method in class nl.strohalm.cyclos.entities.customization.documents.Document
 
getDescription() - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomField
 
getDescription() - Method in class nl.strohalm.cyclos.entities.groups.Group
 
getDescription() - Method in class nl.strohalm.cyclos.entities.groups.GroupFilter
 
getDescription() - Method in class nl.strohalm.cyclos.entities.groups.GroupFilterQuery
 
getDescription() - Method in class nl.strohalm.cyclos.entities.members.MemberTransactionDetailsReportData
 
getDescription() - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordType
 
getDescription() - Method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.TimePattern
 
getDescription() - Method in class nl.strohalm.cyclos.services.transactions.DoPaymentDTO
 
getDescription() - Method in class nl.strohalm.cyclos.services.transactions.GrantLoanDTO
 
getDescription() - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
getDescription() - Method in class nl.strohalm.cyclos.setup.Version
 
getDescription() - Method in class nl.strohalm.cyclos.themes.Theme
 
getDescription() - Method in class nl.strohalm.cyclos.utils.transactionimport.TransactionImportDTO
 
getDescription() - Method in class nl.strohalm.cyclos.webservices.model.AccountHistoryTransferVO
 
getDescription() - Method in class nl.strohalm.cyclos.webservices.model.AdVO
 
getDescription() - Method in class nl.strohalm.cyclos.webservices.model.TicketVO
 
getDescription() - Method in class nl.strohalm.cyclos.webservices.payments.AbstractPaymentParameters
 
getDescription() - Method in class nl.strohalm.cyclos.webservices.webshop.GenerateWebShopTicketParams
 
getDestinationAccountType() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
getDestinationChannel() - Method in class nl.strohalm.cyclos.webservices.payments.RequestPaymentParameters
 
getDestType() - Method in class nl.strohalm.cyclos.controls.invoices.SendInvoiceForm
 
getDetailCollectionBinder() - Method in class nl.strohalm.cyclos.controls.image.ImageDetailsAction
 
getDetails() - Method in class nl.strohalm.cyclos.entities.customization.images.ImageDetailsDTO
 
getDetailsLevel() - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportDTO
 
getDifference() - Method in class nl.strohalm.cyclos.utils.Period
 
getDirection() - Method in class nl.strohalm.cyclos.controls.members.references.MemberReferencesForm
 
getDirection() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceQuery
 
getDirection() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceSummaryDTO
 
getDirection() - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
getDirectory(Class<? extends Indexable>) - Method in class nl.strohalm.cyclos.utils.lucene.IndexHandler
Returns the lucene directory for the given entity type
getDirectoryContents(String) - Method in class nl.strohalm.cyclos.utils.CustomizationHelper
 
GetDirectoryContentsAjaxAction - Class in nl.strohalm.cyclos.controls.customization.files
Action used to return the directory contents
GetDirectoryContentsAjaxAction() - Constructor for class nl.strohalm.cyclos.controls.customization.files.GetDirectoryContentsAjaxAction
 
GetDirectoryContentsAjaxForm - Class in nl.strohalm.cyclos.controls.customization.files
Form used to retrieve a directory contents
GetDirectoryContentsAjaxForm() - Constructor for class nl.strohalm.cyclos.controls.customization.files.GetDirectoryContentsAjaxForm
 
getDisabledSince() - Method in class nl.strohalm.cyclos.entities.accounts.RateParameters
 
getDiscardedAmount() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanPayment
 
getDiscount() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanRepaymentAmountsDTO
 
getDiscriminator() - Method in enum nl.strohalm.cyclos.entities.groups.Group.Nature
 
getDisplay() - Method in enum nl.strohalm.cyclos.utils.FileUnits
 
getDisplayName() - Method in class nl.strohalm.cyclos.entities.access.Channel
 
getDisplayName() - Method in class nl.strohalm.cyclos.utils.validation.Validator.Property
 
getDisplayName() - Method in class nl.strohalm.cyclos.webservices.model.FieldVO
 
getDisplayNameByProperty() - Method in exception nl.strohalm.cyclos.utils.validation.ValidationException
 
getDistributionMedianPerMember(StatisticalTaxesQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalTaxesService
 
getDistributionMedianPerMember(StatisticalTaxesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceImpl
 
getDistributionMedianPerMember(StatisticalTaxesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceSecurity
 
getDistributionRelativeToGrossProduct(StatisticalTaxesQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalTaxesService
 
getDistributionRelativeToGrossProduct(StatisticalTaxesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceImpl
 
getDistributionRelativeToGrossProduct(StatisticalTaxesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceSecurity
 
getDivId() - Method in class nl.strohalm.cyclos.taglibs.MultiDropDownTag
 
getDocIdSet(IndexReader) - Method in class nl.strohalm.cyclos.utils.lucene.Filters
 
getDocument() - Method in class nl.strohalm.cyclos.controls.customization.documents.EditDynamicDocumentForm
 
getDocument(String) - Method in class nl.strohalm.cyclos.controls.customization.documents.EditDynamicDocumentForm
 
getDocument() - Method in class nl.strohalm.cyclos.controls.customization.documents.EditStaticDocumentForm
 
getDocument(String) - Method in class nl.strohalm.cyclos.controls.customization.documents.EditStaticDocumentForm
 
getDocument() - Method in class nl.strohalm.cyclos.entities.customization.documents.DocumentPage
 
getDocument() - Method in class nl.strohalm.cyclos.utils.lucene.DocumentBuilder
 
getDocumentId() - Method in class nl.strohalm.cyclos.controls.customization.documents.EditDynamicDocumentForm
 
getDocumentId() - Method in class nl.strohalm.cyclos.controls.customization.documents.EditStaticDocumentForm
 
getDocumentId() - Method in class nl.strohalm.cyclos.controls.customization.documents.PreviewDocumentForm
 
getDocumentId() - Method in class nl.strohalm.cyclos.controls.customization.documents.RemoveDocumentForm
 
getDocumentId() - Method in class nl.strohalm.cyclos.controls.customization.documents.ViewDocumentForm
 
getDocumentMapper(Class<? extends Indexable>) - Method in class nl.strohalm.cyclos.utils.lucene.IndexHandler
Returns the DocumentMapper for the given entity type
getDocumentPage() - Method in class nl.strohalm.cyclos.entities.customization.documents.DynamicDocument
 
getDocuments() - Method in class nl.strohalm.cyclos.entities.groups.SystemGroup
 
getDocuments() - Method in class nl.strohalm.cyclos.services.groups.SystemGroupPermissionsDTO
 
getDocumentService() - Method in class nl.strohalm.cyclos.controls.customization.documents.ListDocumentsAction
 
getDocumentService() - Method in class nl.strohalm.cyclos.controls.customization.documents.ViewDynamicDocumentAction
 
getDomainMarkers() - Method in class nl.strohalm.cyclos.controls.reports.statistics.graphs.StatisticalDataProducer
gets the domain markers for the graph from the encapsulated data object
getDomainMarkers() - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
gets domain markers for the graph.
getDoPaymentTypes() - Method in class nl.strohalm.cyclos.entities.services.ServiceClient
 
getdRate() - Method in class nl.strohalm.cyclos.entities.accounts.AccountStatus
 
getDrate() - Method in class nl.strohalm.cyclos.services.accounts.rates.ConversionSimulationDTO
 
getdRate() - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesResultDTO
 
getDRate() - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeePreviewForRatesDTO
 
getDRateConversionResult(RatesDTO) - Method in class nl.strohalm.cyclos.services.accounts.rates.RateServiceImplMock
 
getDRateConversionResult(RatesDTO) - Method in interface nl.strohalm.cyclos.services.accounts.rates.RateServiceLocal
calculates the conversion result according to the D-rate.
getDRatedFees() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
gets all the transaction fees based on d-rate, that is: having ChargeType = D_RATE
getdRateParameters() - Method in class nl.strohalm.cyclos.entities.accounts.Currency
 
getDtoBinder() - Method in class nl.strohalm.cyclos.controls.loans.CalculateLoanPaymentsAjaxAction
 
getDtoClass() - Method in class nl.strohalm.cyclos.controls.loans.LoanDetailsAction
 
getDtoClass() - Method in class nl.strohalm.cyclos.controls.loans.RepayLoanAction
 
getDtoProperty() - Method in enum nl.strohalm.cyclos.entities.accounts.external.filemapping.FieldMapping.Field
 
getDynaClass() - Method in class nl.strohalm.cyclos.utils.binding.MapBean
 
getEarliest(Calendar...) - Static method in class nl.strohalm.cyclos.utils.DateHelper
a null proof method returning the earliest of any number of Calendars
getElement() - Method in class nl.strohalm.cyclos.controls.AbstractActionContext
Returns the logged element
getElement() - Method in class nl.strohalm.cyclos.controls.mobile.MobileActionContext
 
getElement() - Method in class nl.strohalm.cyclos.entities.access.User
 
getElement() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilterQuery
 
getElement() - Method in class nl.strohalm.cyclos.entities.groups.GroupHistoryLog
 
getElement() - Method in class nl.strohalm.cyclos.entities.members.records.AbstractMemberRecordQuery
 
getElement() - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecord
 
getElementBinder() - Method in class nl.strohalm.cyclos.utils.binding.BeanCollectionBinder
 
getElementClass() - Method in class nl.strohalm.cyclos.controls.admins.AdminProfileAction
 
getElementClass() - Method in class nl.strohalm.cyclos.controls.admins.CreateAdminAction
 
getElementClass() - Method in class nl.strohalm.cyclos.controls.elements.CreateElementAction
 
getElementClass() - Method in class nl.strohalm.cyclos.controls.elements.ProfileAction
 
getElementClass() - Method in class nl.strohalm.cyclos.controls.members.CreateMemberAction
 
getElementClass() - Method in class nl.strohalm.cyclos.controls.members.MemberProfileAction
 
getElementClass() - Method in class nl.strohalm.cyclos.controls.operators.CreateOperatorAction
 
getElementClass() - Method in class nl.strohalm.cyclos.controls.operators.OperatorProfileAction
 
getElementClass() - Method in enum nl.strohalm.cyclos.entities.members.Element.Nature
 
getElementClass() - Method in class nl.strohalm.cyclos.utils.csv.BaseCSVHandler
 
getElementDao() - Method in class nl.strohalm.cyclos.services.elements.BrokeringServiceImpl
 
getElementDao() - Method in class nl.strohalm.cyclos.services.stats.StatisticalServiceImpl
 
getElementFromIndex(List<Number>, double) - Static method in class nl.strohalm.cyclos.utils.statistics.ListOperations
gets the "element" belonging to an index from a List with Numbers, where the index can even be a broken (non-int) number, and where balanced correction is applied
getElementId() - Method in class nl.strohalm.cyclos.controls.elements.ChangeElementGroupForm
 
getElementId() - Method in class nl.strohalm.cyclos.controls.elements.RemoveElementForm
 
getElementId() - Method in class nl.strohalm.cyclos.controls.members.records.EditMemberRecordForm
 
getElementId() - Method in class nl.strohalm.cyclos.controls.members.records.SearchMemberRecordsForm
 
getElementNature() - Method in enum nl.strohalm.cyclos.entities.groups.Group.Nature
 
getElements() - Method in class nl.strohalm.cyclos.entities.groups.Group
 
getElementService() - Method in class nl.strohalm.cyclos.struts.access.ActionAccessMonitor
 
getElementService() - Method in class nl.strohalm.cyclos.struts.access.ActionDescriptor
 
getElementType() - Method in class nl.strohalm.cyclos.utils.binding.SimpleCollectionBinder
 
getEmail() - Method in class nl.strohalm.cyclos.entities.members.Element
 
getEmail() - Method in class nl.strohalm.cyclos.entities.members.ElementQuery
 
getEmail() - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMember
 
getEmail() - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
getEmail() - Method in interface nl.strohalm.cyclos.entities.members.RegisteredMember
 
getEmail() - Method in class nl.strohalm.cyclos.webservices.members.MemberSearchParameters
 
getEmail() - Method in class nl.strohalm.cyclos.webservices.members.RegisterMemberParameters
 
getEmail() - Method in class nl.strohalm.cyclos.webservices.members.UpdateMemberParameters
 
getEmail() - Method in class nl.strohalm.cyclos.webservices.model.MemberVO
 
getEmailsSent() - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
getEmailValidation() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
getEmissionDate() - Method in class nl.strohalm.cyclos.entities.accounts.AccountRates
 
getEmissionDate() - Method in class nl.strohalm.cyclos.entities.accounts.AccountStatus
 
getEmissionDate() - Method in interface nl.strohalm.cyclos.entities.accounts.Rated
 
getEmissionDate() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
getEmissionDate() - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesDTO
 
getEmissionDate() - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesResultDTO
 
getEmissionDate() - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesToSave
 
getEmissionDate() - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
getEmissionDate() - Method in class nl.strohalm.cyclos.services.transfertypes.BuildTransferWithFeesDTO
 
getEmptyLabel() - Method in class nl.strohalm.cyclos.taglibs.MultiDropDownTag
 
getEmptyLabelKey() - Method in class nl.strohalm.cyclos.taglibs.MultiDropDownTag
 
getEnabled() - Method in class nl.strohalm.cyclos.entities.infotexts.InfoTextQuery
 
getEnabled() - Method in class nl.strohalm.cyclos.entities.members.ElementQuery
 
getEnabled() - Method in class nl.strohalm.cyclos.entities.members.FullTextElementQuery
 
getEnableDate(Currency, RateService.RateType) - Method in interface nl.strohalm.cyclos.services.accounts.rates.RateService
gets the enabling date of the specified rate type.
getEnableDate(Currency, RateService.RateType) - Method in class nl.strohalm.cyclos.services.accounts.rates.RateServiceImplMock
 
getEnableDate(Currency, RateService.RateType) - Method in class nl.strohalm.cyclos.services.accounts.rates.RateServiceSecurityMock
 
getEnabledBefore() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeQuery
 
getEnabledGuaranteeTypes() - Method in class nl.strohalm.cyclos.entities.groups.Group
 
getEnabledPeriod() - Method in class nl.strohalm.cyclos.entities.accounts.RateParameters
 
getEnabledSince() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
getEnabledSince() - Method in class nl.strohalm.cyclos.entities.accounts.RateParameters
 
getEnd() - Method in class nl.strohalm.cyclos.utils.Period
 
getEndDate() - Method in class nl.strohalm.cyclos.entities.ads.AdQuery
 
getEndDate() - Method in class nl.strohalm.cyclos.entities.members.brokerings.Brokering
 
getEndDate() - Method in class nl.strohalm.cyclos.webservices.accounts.AccountHistorySearchParameters
 
getEndIn() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.CertificationQuery
 
getEndIn() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery
 
getEndIn() - Method in class nl.strohalm.cyclos.entities.infotexts.InfoTextQuery
 
getEndOfDocCommand() - Method in class nl.strohalm.cyclos.entities.members.printsettings.ReceiptPrinterSettings
 
getEndParameter(Period) - Static method in class nl.strohalm.cyclos.utils.hibernate.HibernateHelper
Returns the end date of the given period, handling null
getEndPeriod() - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContractQuery
 
getEndQuarter() - Method in class nl.strohalm.cyclos.utils.Period
 
getEnhancements() - Method in class nl.strohalm.cyclos.setup.Version
 
getEntities() - Method in class nl.strohalm.cyclos.services.access.AbstractPermissionCheck.RequiredValuesBean
 
getEntity() - Method in class nl.strohalm.cyclos.services.elements.SendMessageFromSystemDTO
 
getEntityClass() - Method in enum nl.strohalm.cyclos.entities.IndexOperation.EntityType
 
getEntityId() - Method in class nl.strohalm.cyclos.entities.IndexOperation
 
getEntityType() - Method in class nl.strohalm.cyclos.controls.customization.documents.EditMemberDocumentAction
 
getEntityType() - Method in class nl.strohalm.cyclos.controls.customization.documents.EditStaticDocumentAction
 
getEntityType() - Method in interface nl.strohalm.cyclos.dao.BaseDAO
Returns the java.lang.Class of the type binded to generic type E.
getEntityType() - Method in class nl.strohalm.cyclos.dao.BaseDAOImpl
 
getEntityType() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFeeQuery
 
getEntityType() - Method in enum nl.strohalm.cyclos.entities.alerts.Alert.Type
 
getEntityType() - Method in enum nl.strohalm.cyclos.entities.customization.fields.CustomField.Nature
 
getEntityType() - Method in enum nl.strohalm.cyclos.entities.customization.images.Image.Nature
 
getEntityType() - Method in exception nl.strohalm.cyclos.entities.exceptions.EntityNotFoundException
 
getEntityType() - Method in class nl.strohalm.cyclos.entities.IndexOperation
 
getEntries() - Method in class nl.strohalm.cyclos.services.accounts.CreditLimitDTO
Build a list of entries containing account types, negative and positive limits
getEntry() - Static method in class nl.strohalm.cyclos.utils.transaction.CurrentTransactionData
Returns the current entry, or null if nothing set
getEntryId() - Method in class nl.strohalm.cyclos.controls.alerts.ViewErrorLogEntryForm
 
getEntryIds() - Method in class nl.strohalm.cyclos.controls.alerts.RemoveErrorLogEntriesForm
 
getEnumType() - Method in class nl.strohalm.cyclos.utils.hibernate.AbstractEnumType
 
getEnumValues() - Method in class nl.strohalm.cyclos.utils.hibernate.AbstractEnumType
 
getError() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalNumber
gets the error
getError() - Method in class nl.strohalm.cyclos.struts.CyclosRequestProcessor.ExecutionResult
 
getError() - Method in class nl.strohalm.cyclos.utils.logging.TraceLogDTO
 
getError() - Method in class nl.strohalm.cyclos.utils.logging.WebServiceLogDTO
 
getError() - Method in class nl.strohalm.cyclos.utils.transaction.CurrentTransactionData.Entry
 
getError() - Static method in class nl.strohalm.cyclos.utils.transaction.CurrentTransactionData
Returns the the error in this transaction, or null if none
getErrorArgument() - Method in exception nl.strohalm.cyclos.services.elements.exceptions.ChangeMemberGroupException
 
getErrorArgument() - Method in exception nl.strohalm.cyclos.services.elements.exceptions.MemberHasBalanceException
 
getErrorArgument1() - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
getErrorArgument1() - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMember
 
getErrorArgument2() - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
getErrorArgument2() - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMember
 
getErrorForward(ActionMapping, HttpServletRequest) - Static method in class nl.strohalm.cyclos.controls.mobile.MobileHelper
Return the error forward
getErrorIndicatorPaint() - Method in class nl.strohalm.cyclos.utils.jfreeAsymmetric.AsymmetricStatisticalBarRenderer
Returns the paint used for the error indicators.
getErrorIndicatorPaint() - Method in class nl.strohalm.cyclos.utils.jfreeAsymmetric.AsymmetricStatisticalLineAndShapeRenderer
Returns the paint used for the error indicators.
getErrorKey() - Method in exception nl.strohalm.cyclos.services.elements.exceptions.ChangeMemberGroupException
 
getErrorLogService() - Method in class nl.strohalm.cyclos.controls.alerts.BaseErrorLogQueryAction
 
getErrorMessage() - Method in class nl.strohalm.cyclos.utils.logging.WebServiceLogDTO
 
getErrors() - Method in class nl.strohalm.cyclos.entities.ads.imports.AdImportResult
 
getErrors() - Method in class nl.strohalm.cyclos.entities.members.imports.MemberImportResult
 
getErrors() - Method in class nl.strohalm.cyclos.services.application.ApplicationStatusVO
 
getErrorsByProperty() - Method in exception nl.strohalm.cyclos.utils.validation.ValidationException
 
getErrorType() - Method in class nl.strohalm.cyclos.entities.sms.SmsLog
 
getException() - Method in class nl.strohalm.cyclos.services.transactions.BulkChargebackResult
 
getException() - Method in class nl.strohalm.cyclos.services.transactions.BulkPaymentResult
 
getExclude() - Method in class nl.strohalm.cyclos.controls.members.SearchMembersAjaxForm
 
getExcludeElements() - Method in class nl.strohalm.cyclos.entities.members.ElementQuery
 
getExcludeTransferType() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
getExclusiveBalance(AccountDateDTO) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
getExclusiveBalance(AccountDateDTO) - Method in interface nl.strohalm.cyclos.services.accounts.AccountServiceLocal
gets the balance at a point in time, but with the date/time exclusive.
getExistingCategory() - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
getExistingParent() - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAdCategory
 
getExpiration() - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardQuery
 
getExpiration() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligationQuery
 
getExpirationDailyInterest() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanParameters
 
getExpirationDailyInterestAmount() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanParameters
 
getExpirationDailyInterestRepaymentType() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanParameters
 
getExpirationDate() - Method in class nl.strohalm.cyclos.entities.access.Session
 
getExpirationDate() - Method in class nl.strohalm.cyclos.entities.accounts.AccountRates
 
getExpirationDate() - Method in class nl.strohalm.cyclos.entities.accounts.AccountStatus
 
getExpirationDate() - Method in class nl.strohalm.cyclos.entities.accounts.cards.Card
 
getExpirationDate() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligation
 
getExpirationDate() - Method in class nl.strohalm.cyclos.entities.accounts.loans.Loan
 
getExpirationDate() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanPayment
 
getExpirationDate() - Method in interface nl.strohalm.cyclos.entities.accounts.Rated
 
getExpirationDate() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
getExpirationDate() - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesDTO
 
getExpirationDate() - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesResultDTO
 
getExpirationDate() - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesToSave
 
getExpirationDate() - Method in class nl.strohalm.cyclos.services.transactions.LoanPaymentDetailDTO
 
getExpirationDate() - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
getExpirationDate() - Method in class nl.strohalm.cyclos.services.transfertypes.BuildTransferWithFeesDTO
 
getExpirationFee() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanParameters
 
getExpirationFeeRepaymentType() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanParameters
 
getExpirationPeriod() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanPaymentQuery
 
getExpirationPeriod() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanQuery
 
getExpired() - Method in class nl.strohalm.cyclos.entities.members.PaymentsAwaitingFeedbackQuery
 
getExpiredCertificationMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getExpiredCertificationSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getExpiredCertificationSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getExpiredGuaranteeMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getExpiredGuaranteeSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getExpiredGuaranteeSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getExpireMembersAfter() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
getExpiryDate() - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokeringCommissionStatus
 
getExportScriptTo() - Method in class nl.strohalm.cyclos.setup.Setup
 
getExternalAccount() - Method in class nl.strohalm.cyclos.controls.accounts.external.EditExternalAccountForm
 
getExternalAccount(String) - Method in class nl.strohalm.cyclos.controls.accounts.external.EditExternalAccountForm
 
getExternalAccountId() - Method in class nl.strohalm.cyclos.controls.accounts.external.EditExternalAccountForm
 
getExternalAccountId() - Method in class nl.strohalm.cyclos.controls.accounts.external.ExternalAccountHistoryForm
 
getExternalAccountId() - Method in class nl.strohalm.cyclos.controls.accounts.external.externaltransfers.ChangeExternalTransferForm
 
getExternalAccountId() - Method in class nl.strohalm.cyclos.controls.accounts.external.externaltransfers.EditExternalTransferForm
 
getExternalAccountId() - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.EditFileMappingForm
 
getExternalAccountId() - Method in class nl.strohalm.cyclos.controls.accounts.external.process.ProcessExternalTransfersForm
 
getExternalAccountId() - Method in class nl.strohalm.cyclos.controls.accounts.external.RemoveExternalAccountForm
 
getExternalAccountId() - Method in class nl.strohalm.cyclos.controls.accounts.external.transferimports.NewTransferImportForm
 
getExternalAccountId() - Method in class nl.strohalm.cyclos.controls.accounts.external.transferimports.SearchTransferImportsForm
 
getExternalAccounts() - Method in class nl.strohalm.cyclos.entities.accounts.SystemAccountType
 
getExternalAdPublication() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
getExternalChannelPaymentPerformedMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getExternalChannelPaymentPerformedSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getExternalChannelPaymentPerformedSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getExternalChannelPaymentRequestExpiredPayerMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getExternalChannelPaymentRequestExpiredPayerSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getExternalChannelPaymentRequestExpiredPayerSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getExternalChannelPaymentRequestExpiredReceiverMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getExternalChannelPaymentRequestExpiredReceiverSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getExternalChannelPaymentRequestExpiredReceiverSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getExternalPaymentTTs() - Method in class nl.strohalm.cyclos.services.groups.OperatorGroupPermissionsDTO
 
getExternalPublication() - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
getExternalTransfer() - Method in class nl.strohalm.cyclos.controls.accounts.external.externaltransfers.EditExternalTransferForm
 
getExternalTransfer(String) - Method in class nl.strohalm.cyclos.controls.accounts.external.externaltransfers.EditExternalTransferForm
 
getExternalTransfer() - Method in class nl.strohalm.cyclos.controls.accounts.external.process.ProcessExternalTransfersForm
 
getExternalTransfer() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanPayment
 
getExternalTransfer() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
getExternalTransfer() - Method in class nl.strohalm.cyclos.services.accounts.external.ProcessExternalTransferDTO
 
getExternalTransfer() - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
getExternalTransferId() - Method in class nl.strohalm.cyclos.controls.accounts.external.externaltransfers.ChangeExternalTransferForm
 
getExternalTransferId() - Method in class nl.strohalm.cyclos.controls.accounts.external.externaltransfers.EditExternalTransferForm
 
getExternalTransferType() - Method in class nl.strohalm.cyclos.controls.accounts.external.EditExternalTransferTypeForm
 
getExternalTransferType(String) - Method in class nl.strohalm.cyclos.controls.accounts.external.EditExternalTransferTypeForm
 
getExternalTransferTypeId() - Method in class nl.strohalm.cyclos.controls.accounts.external.EditExternalTransferTypeForm
 
getExternalTransferTypeId() - Method in class nl.strohalm.cyclos.controls.accounts.external.RemoveExternalTransferTypeForm
 
getF1() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.SimpleTransactionFee
 
getF1() - Method in class nl.strohalm.cyclos.services.accounts.rates.ARatedFeeDTO
 
getFailedMembers() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLog
 
getFee() - Method in class nl.strohalm.cyclos.services.accountfees.ChargeFeeDTO
 
getFee() - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeFeeVO
 
getFee() - Method in class nl.strohalm.cyclos.services.transfertypes.BuildTransferWithFeesDTO
 
getFeeClass() - Method in enum nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee.Nature
 
getFeedbackEnabledSince() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
getFeedbackExpirationTime() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
getFeedbackReplyExpirationTime() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
getFeeLog() - Method in class nl.strohalm.cyclos.services.accountfees.ChargeFeeDTO
 
getFees() - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeePreviewDTO
 
getFeeSpec() - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeFeeCalculationDTO
 
getFetch() - Method in class nl.strohalm.cyclos.utils.query.QueryParameters
 
getFetchDao() - Method in class nl.strohalm.cyclos.dao.BaseDAOImpl
 
getFetchDao() - Method in class nl.strohalm.cyclos.services.fetch.FetchServiceImpl
 
getFetchDao() - Method in class nl.strohalm.cyclos.utils.hibernate.HibernateQueryHandler
 
getField() - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldForm
 
getField(String) - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldForm
 
getField() - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.FieldMapping
 
getField() - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomFieldPossibleValue
 
getField() - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomFieldPossibleValueQuery
 
getField() - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomFieldValue
 
getField() - Method in class nl.strohalm.cyclos.taglibs.CustomFieldTag
 
getField() - Method in class nl.strohalm.cyclos.utils.CustomFieldHelper.Entry
 
getField() - Method in class nl.strohalm.cyclos.utils.TimePeriod
 
getField() - Method in exception nl.strohalm.cyclos.utils.transactionimport.IllegalTransactionFileFormatException
 
getField() - Method in class nl.strohalm.cyclos.webservices.model.FieldValueVO
 
getField() - Method in class nl.strohalm.cyclos.webservices.model.TimePeriodVO
 
getFieldId() - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldForm
 
getFieldId() - Method in class nl.strohalm.cyclos.controls.customization.fields.RemoveCustomFieldForm
 
getFieldId() - Method in class nl.strohalm.cyclos.controls.customization.fields.RemoveCustomFieldPossibleValueForm
 
getFieldId() - Method in class nl.strohalm.cyclos.controls.customization.fields.SearchPossibleValuesAjaxForm
 
getFieldIds() - Method in class nl.strohalm.cyclos.controls.customization.fields.SetCustomFieldOrderForm
 
getFieldMapping() - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.EditFieldMappingForm
 
getFieldMapping(String) - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.EditFieldMappingForm
 
getFieldMappingId() - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.EditFieldMappingForm
 
getFieldMappingId() - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.RemoveFieldMappingForm
 
getFieldName() - Method in class nl.strohalm.cyclos.taglibs.CustomFieldTag
 
getFields() - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMappingWithFields
 
getFields() - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordType
 
getFields(CustomFieldsContainer<?, ?>) - Static method in class nl.strohalm.cyclos.utils.CustomFieldHelper
Returns a Map keyed by the field internal name of field values as string
getFields() - Method in class nl.strohalm.cyclos.webservices.accounts.AccountHistorySearchParameters
 
getFields() - Method in class nl.strohalm.cyclos.webservices.members.AbstractMemberSearchParameters
 
getFields() - Method in class nl.strohalm.cyclos.webservices.members.RegisterMemberParameters
 
getFields() - Method in class nl.strohalm.cyclos.webservices.members.UpdateMemberParameters
 
getFields() - Method in class nl.strohalm.cyclos.webservices.model.AccountHistoryTransferVO
 
getFields() - Method in class nl.strohalm.cyclos.webservices.model.AdVO
 
getFields() - Method in class nl.strohalm.cyclos.webservices.model.MemberVO
 
getFieldsIds() - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.SetFieldMappingsOrderForm
 
getFieldsMap() - Method in class nl.strohalm.cyclos.webservices.model.AccountHistoryTransferVO
 
getFieldsMap() - Method in class nl.strohalm.cyclos.webservices.model.AdVO
 
getFieldsMap() - Method in class nl.strohalm.cyclos.webservices.model.MemberVO
 
getFieldValue(String) - Method in class nl.strohalm.cyclos.utils.EntityWithCustomFieldsWrapper
 
getFieldValue(CustomField, Collection<? extends CustomField>, Collection<? extends CustomFieldValue>) - Method in class nl.strohalm.cyclos.webservices.utils.FieldHelper
 
getFieldWebService() - Method in class nl.strohalm.cyclos.webservices.CyclosWebServicesClientFactory
Returns a proxy for the fields web service
getFile() - Method in class nl.strohalm.cyclos.controls.accounts.external.transferimports.NewTransferImportForm
 
getFile() - Method in class nl.strohalm.cyclos.controls.customization.files.EditCustomizedFileForm
 
getFile(String) - Method in class nl.strohalm.cyclos.controls.customization.files.EditCustomizedFileForm
 
getFile() - Method in class nl.strohalm.cyclos.controls.groups.customizedFiles.EditGroupCustomizedFileForm
 
getFile(String) - Method in class nl.strohalm.cyclos.controls.groups.customizedFiles.EditGroupCustomizedFileForm
 
getFile() - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.EditGroupFilterCustomizedFileForm
 
getFile(String) - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.EditGroupFilterCustomizedFileForm
 
GetFileContentsAjaxAction - Class in nl.strohalm.cyclos.controls.customization.files
Action used to return the file contents
GetFileContentsAjaxAction() - Constructor for class nl.strohalm.cyclos.controls.customization.files.GetFileContentsAjaxAction
 
GetFileContentsAjaxForm - Class in nl.strohalm.cyclos.controls.customization.files
Form used to retrieve a file contents
GetFileContentsAjaxForm() - Constructor for class nl.strohalm.cyclos.controls.customization.files.GetFileContentsAjaxForm
 
getFileId() - Method in class nl.strohalm.cyclos.controls.customization.files.EditCustomizedFileForm
 
getFileId() - Method in class nl.strohalm.cyclos.controls.customization.files.StopCustomizingFileForm
 
getFileId() - Method in class nl.strohalm.cyclos.controls.groups.customizedFiles.EditGroupCustomizedFileForm
 
getFileId() - Method in class nl.strohalm.cyclos.controls.groups.customizedFiles.StopCustomizingGroupFileForm
 
getFileId() - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.EditGroupFilterCustomizedFileForm
 
getFileId() - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.StopCustomizingGroupFilterFileForm
 
getFileMapping() - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.EditFileMappingForm
 
getFileMapping(String) - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.EditFileMappingForm
 
getFileMapping() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalAccount
 
getFileMapping() - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.FieldMapping
 
getFileMappingId() - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.EditFieldMappingForm
 
getFileMappingId() - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.ResetFileMappingForm
 
getFileMappingId() - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.SetFieldMappingsOrderForm
 
getFileName() - Method in class nl.strohalm.cyclos.controls.customization.files.GetFileContentsAjaxForm
 
getFilename() - Method in class nl.strohalm.cyclos.controls.customization.themes.ThemeForm
 
getFileName() - Method in exception nl.strohalm.cyclos.themes.exceptions.ThemeNotFoundException
 
getFilename() - Method in class nl.strohalm.cyclos.themes.Theme
 
getFiles() - Method in enum nl.strohalm.cyclos.themes.Theme.Style
 
getFileUpload() - Method in class nl.strohalm.cyclos.controls.customization.translationMessages.ImportTranslationMessagesForm
 
getFilter() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceSummaryDTO
 
getFilter() - Method in enum nl.strohalm.cyclos.entities.customization.files.CustomizedFile.Type
 
getFilterCount() - Method in class nl.strohalm.cyclos.controls.reports.statistics.graphs.StatisticalDataProducer
gets the number of filter specs to be displayed with this data.
getFiltersUsed() - Method in class nl.strohalm.cyclos.controls.reports.statistics.graphs.StatisticalDataProducer
gets the list with used Filters, to be shown below graph or table (if anything is in it).
getFiltersUsed() - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
gets the List with the used filter specs.
getFilterUse() - Method in class nl.strohalm.cyclos.services.stats.general.FilterUsed
 
getFinalAmount() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferQuery
 
getFinalAmount() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
getFinalAmount() - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentDTO
 
getFinalAmount() - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeePreviewDTO
 
getFinalBalance() - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.AccountHistoryDTO
 
getFinalMonth() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
getFinalMonthYear() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
getFinalPrice() - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
getFinalPrice() - Method in class nl.strohalm.cyclos.entities.members.adInterests.AdInterest
 
getFinalPrice() - Method in class nl.strohalm.cyclos.webservices.ads.AbstractAdSearchParameters
 
getFinalQuarter() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
getFinalQuarterYear() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
getFinalYear() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
getfInfinite() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.SimpleTransactionFee
 
getfInfinite() - Method in class nl.strohalm.cyclos.services.accounts.rates.ARatedFeeDTO
 
getFinishDate() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLog
 
getFinished() - Method in class nl.strohalm.cyclos.entities.sms.SmsMailingQuery
 
getFirst() - Method in class nl.strohalm.cyclos.utils.Pair
 
getFirstExpirationDate() - Method in class nl.strohalm.cyclos.controls.loans.CalculateLoanPaymentsAjaxForm
 
getFirstExpirationDate() - Method in class nl.strohalm.cyclos.services.transactions.ProjectionDTO
 
getFirstLoginHistoryDate() - Method in interface nl.strohalm.cyclos.dao.access.LoginHistoryDAO
 
getFirstLoginHistoryDate() - Method in class nl.strohalm.cyclos.dao.access.LoginHistoryDAOImpl
 
getFirstMemberActivationDate() - Method in interface nl.strohalm.cyclos.dao.members.ElementDAO
Returns the date of the first member activation of the system
getFirstMemberActivationDate() - Method in class nl.strohalm.cyclos.dao.members.ElementDAOImpl
 
getFirstMemberActivationDate() - Method in interface nl.strohalm.cyclos.services.elements.ElementService
Returns the date of the first member activation of the system
getFirstMemberActivationDate() - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
getFirstMemberActivationDate() - Method in class nl.strohalm.cyclos.services.elements.ElementServiceSecurity
 
getFirstOpenPayment() - Method in class nl.strohalm.cyclos.entities.accounts.loans.Loan
 
getFirstOpenPaymentIndex() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPayment
Returns the index of the first not processed transfer
getFirstOpenTransfer() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPayment
Returns the first not processed transfer or null if all transfers had already been processed
getFirstPaymentDate() - Method in class nl.strohalm.cyclos.controls.payments.CalculatePaymentsAjaxForm
 
getFirstPaymentDate() - Method in class nl.strohalm.cyclos.controls.posweb.ReceivePaymentForm
 
getFirstPaymentWithStatus(LoanPayment.Status) - Method in class nl.strohalm.cyclos.entities.accounts.loans.Loan
 
getFirstRepaymentDate() - Method in class nl.strohalm.cyclos.services.transactions.GrantLoanWithInterestDTO
 
getFirstResult() - Method in class nl.strohalm.cyclos.utils.query.PageParameters
 
getFixedDestinationMember() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
getfMinimal() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.SimpleTransactionFee
 
getfMinimal() - Method in class nl.strohalm.cyclos.services.accounts.rates.ARatedFeeDTO
 
getForm() - Method in class nl.strohalm.cyclos.controls.AbstractActionContext
Returns the current action's form
getForm() - Method in class nl.strohalm.cyclos.struts.access.policies.utils.AbstractActionPolicy
 
getForm() - Method in class nl.strohalm.cyclos.taglibs.PaginationTag
 
getFormatParts() - Method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.DatePatternOrder
 
getFormattedAmount() - Method in class nl.strohalm.cyclos.webservices.model.AccountHistoryTransferVO
 
getFormattedAmount() - Method in class nl.strohalm.cyclos.webservices.model.TicketVO
 
getFormattedAvailableBalance() - Method in class nl.strohalm.cyclos.webservices.model.AccountStatusVO
 
getFormattedBalance() - Method in class nl.strohalm.cyclos.webservices.model.AccountStatusVO
 
getFormattedCreationDate() - Method in class nl.strohalm.cyclos.webservices.model.TicketVO
 
getFormattedCreditLimit() - Method in class nl.strohalm.cyclos.webservices.model.AccountStatusVO
 
getFormattedDate() - Method in class nl.strohalm.cyclos.webservices.model.AccountHistoryTransferVO
 
getFormattedPrice() - Method in class nl.strohalm.cyclos.webservices.model.AdVO
 
getFormattedProcessDate() - Method in class nl.strohalm.cyclos.webservices.model.AccountHistoryTransferVO
 
getFormattedPublicationEnd() - Method in class nl.strohalm.cyclos.webservices.model.AdVO
 
getFormattedPublicationStart() - Method in class nl.strohalm.cyclos.webservices.model.AdVO
 
getFormattedReservedAmount() - Method in class nl.strohalm.cyclos.webservices.model.AccountStatusVO
 
getFormattedUpperCreditLimit() - Method in class nl.strohalm.cyclos.webservices.model.AccountStatusVO
 
getFormPage() - Method in class nl.strohalm.cyclos.entities.customization.documents.DynamicDocument
 
getForward() - Method in class nl.strohalm.cyclos.struts.CyclosRequestProcessor.ExecutionResult
 
getForwardFor(Element.Nature, String, boolean) - Method in class nl.strohalm.cyclos.utils.ActionHelper
Returns an ActionForward that corresponds to the given path and nature.
getForwardTransferType() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType
 
getFreeBase() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
getFreeBase() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLog
 
getFreeBase() - Method in class nl.strohalm.cyclos.services.accounts.TransactionVolumeDTO
 
getFreeSms(Member) - Method in interface nl.strohalm.cyclos.services.sms.ISmsContext
 
getFreeSms(Member) - Method in class nl.strohalm.cyclos.services.sms.MemberGroupSmsContextImpl
 
getFreeSmsExpiration() - Method in class nl.strohalm.cyclos.entities.sms.MemberSmsStatus
 
getFreeSmsSent() - Method in class nl.strohalm.cyclos.entities.sms.MemberSmsStatus
 
getFrom() - Method in class nl.strohalm.cyclos.controls.payments.BasePaymentForm
 
getFrom() - Method in class nl.strohalm.cyclos.controls.payments.CalculatePaymentsAjaxForm
 
getFrom() - Method in class nl.strohalm.cyclos.controls.payments.ConfirmPaymentForm
 
getFrom() - Method in class nl.strohalm.cyclos.controls.payments.PaymentForm
 
getFrom() - Method in class nl.strohalm.cyclos.controls.payments.SuccessfulPaymentForm
 
getFrom() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
getFrom() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Payment
 
getFrom() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Ticket
 
getFrom() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TicketQuery
 
getFrom() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
getFrom() - Method in class nl.strohalm.cyclos.entities.members.Reference
 
getFrom() - Method in class nl.strohalm.cyclos.entities.members.ReferenceHistoryLog
 
getFrom() - Method in class nl.strohalm.cyclos.entities.members.ReferenceHistoryLogQuery
 
getFrom() - Method in class nl.strohalm.cyclos.entities.members.ReferenceQuery
 
getFrom() - Method in class nl.strohalm.cyclos.services.transactions.DoPaymentDTO
 
getFrom() - Method in class nl.strohalm.cyclos.services.transactions.ProjectionDTO
 
getFrom() - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
getFrom() - Method in class nl.strohalm.cyclos.services.transfertypes.BuildTransferWithFeesDTO
 
getFrom() - Method in class nl.strohalm.cyclos.webservices.model.TransferTypeVO
 
getFromAccountOwner() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
getFromAccountStatus() - Method in class nl.strohalm.cyclos.webservices.payments.PaymentResult
 
getFromAccountType() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
getFromAccountType() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
getFromAccountTypeId() - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
getFromAccountTypeId() - Method in class nl.strohalm.cyclos.webservices.accounts.TransferTypeSearchParameters
 
getFromAccountTypes() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
getFromChannel() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentRequestTicket
 
getFromChannel() - Method in class nl.strohalm.cyclos.webservices.model.PaymentRequestTicketVO
 
getFromElement() - Method in class nl.strohalm.cyclos.controls.members.messages.SearchMessageCategoriesAjaxForm
 
getFromElement() - Method in class nl.strohalm.cyclos.entities.members.messages.MessageCategoryQuery
 
getFromFixedMember() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
getFromGroups() - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
getFromGroups() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
getFromGroups() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
getFromLimitType() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
getFromMail() - Method in class nl.strohalm.cyclos.entities.settings.MailSettings
 
getFromMember() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
getFromMember() - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
getFromMember() - Method in class nl.strohalm.cyclos.webservices.accounts.TransferTypeSearchParameters
 
getFromMember() - Method in class nl.strohalm.cyclos.webservices.model.AccountHistoryTransferVO
 
getFromMember() - Method in class nl.strohalm.cyclos.webservices.model.TicketVO
 
getFromMember() - Method in class nl.strohalm.cyclos.webservices.payments.AbstractPaymentParameters
 
getFromMemberCredentials() - Method in class nl.strohalm.cyclos.webservices.pos.ReceivePaymentParameters
 
getFromMemberFieldsToReturn() - Method in class nl.strohalm.cyclos.webservices.payments.PaymentParameters
 
getFromMemberPrincipal() - Method in class nl.strohalm.cyclos.webservices.pos.ReceivePaymentParameters
 
getFromMemberPrincipalType() - Method in class nl.strohalm.cyclos.webservices.accounts.TransferTypeSearchParameters
 
getFromMemberPrincipalType() - Method in class nl.strohalm.cyclos.webservices.payments.AbstractPaymentParameters
 
getFromMemberPrincipalType() - Method in class nl.strohalm.cyclos.webservices.pos.ReceivePaymentParameters
 
getFromNature() - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
getFromNature() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
getFromOrToAccountType() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
getFromOrToAccountTypes() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
getFromOrToGroups() - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
getFromOrToGroups() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
getFromOrToNature() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
getFromOrToOwner() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
getFromOwner(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.BasePaymentAction
 
getFromOwner(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.PaymentAction
 
getFromOwner(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.SelfPaymentAction
gets the owner of the account.
getFromOwner(ActionContext) - Method in class nl.strohalm.cyclos.controls.posweb.BasePosWebPaymentAction
 
getFromOwner() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Payment
 
getFromOwner() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
getFromOwner() - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
getFromOwnerId() - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
getFromRates() - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesToSave
 
getFromSystemAccountName() - Method in class nl.strohalm.cyclos.webservices.model.AccountHistoryTransferVO
 
getFromTransactionFees() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
getFromTransferTypes() - Method in class nl.strohalm.cyclos.entities.accounts.AccountType
 
getFromValue(String) - Static method in enum nl.strohalm.cyclos.utils.Amount.Type
 
getFullName() - Method in class nl.strohalm.cyclos.entities.ads.AdCategory
 
getFullName() - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAdCategory
 
getFullName() - Method in class nl.strohalm.cyclos.webservices.model.DetailedAdCategoryVO
 
getFullNameButRoot() - Method in class nl.strohalm.cyclos.entities.ads.AdCategory
 
getFullTextIndexesStatus() - Method in interface nl.strohalm.cyclos.services.application.ApplicationService
A map indicating each index status by entity type
getFullTextIndexesStatus() - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
getFullTextIndexesStatus() - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceSecurity
 
getFullUrl() - Method in class nl.strohalm.cyclos.webservices.model.ImageVO
 
getFunctionCount() - Method in class nl.strohalm.cyclos.services.elements.QuickAccessVO
 
getGeneralErrors() - Method in exception nl.strohalm.cyclos.utils.validation.ValidationException
 
getGeneralRate() - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesDTO
 
getGeneralRawRate() - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesDTO
 
getGenerateCard() - Method in class nl.strohalm.cyclos.controls.members.bulk.MemberBulkActionsForm
 
getGeneratedByAccountFees() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
getGeneratedByTransactionFees() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
getGeneratedTransferType() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
getGeneratedTransferTypeFromNature() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFeeQuery
 
getGeneratedUsernameLength() - Method in class nl.strohalm.cyclos.entities.settings.AccessSettings
 
getGetter() - Method in class nl.strohalm.cyclos.entities.members.messages.MessageQuery
 
getgFIsZero() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.SimpleTransactionFee
 
getgFIsZero() - Method in class nl.strohalm.cyclos.services.accounts.rates.ARatedFeeDTO
 
getGivenReferences() - Method in class nl.strohalm.cyclos.entities.reports.CurrentStateReportVO
 
getGivenReferences() - Method in class nl.strohalm.cyclos.entities.reports.MembersReportVO
 
getGivenReferencesByLevel() - Method in class nl.strohalm.cyclos.services.elements.ActivitiesVO
 
getGivenVeryBadRefs() - Method in class nl.strohalm.cyclos.entities.settings.AlertSettings
 
getGrantDate() - Method in class nl.strohalm.cyclos.entities.accounts.loans.Loan
 
getGrantFee() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanParameters
 
getGrantFeeRepaymentType() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanParameters
 
getGrantLoanTTs() - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
getGrantPeriod() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanQuery
 
getGraphType() - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
 
getGraphTypeValue() - Method in class nl.strohalm.cyclos.controls.reports.statistics.graphs.StatisticalDataProducer
 
getGrossProductPerMember(StatisticalDTO) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.TransferDAO
List of sums of incoming transactions amounts per member.
getGrossProductPerMember(StatisticalDTO) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.TransferDAOImpl
 
getGrossProductPerMonth(StatisticalDTO) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.TransferDAO
gets the gross product summed over all members in a list, where each element in the list specifies a specific month in the period.
getGrossProductPerMonth(StatisticalDTO) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.TransferDAOImpl
 
getGrossProductPerTradingMember() - Method in class nl.strohalm.cyclos.services.stats.activity.GrossProductPerMemberStats
gets the gross product per trading member
getGroup() - Method in class nl.strohalm.cyclos.controls.AbstractActionContext
Returns the logged element's group
getGroup() - Method in class nl.strohalm.cyclos.controls.groups.EditGroupForm
 
getGroup(String) - Method in class nl.strohalm.cyclos.controls.groups.EditGroupForm
 
getGroup() - Method in class nl.strohalm.cyclos.entities.accounts.MemberGroupAccountSettings
 
getGroup() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
getGroup() - Method in class nl.strohalm.cyclos.entities.customization.files.CustomizedFile
 
getGroup() - Method in class nl.strohalm.cyclos.entities.customization.files.CustomizedFileQuery
 
getGroup() - Method in class nl.strohalm.cyclos.entities.groups.GroupFilterQuery
 
getGroup() - Method in class nl.strohalm.cyclos.entities.groups.GroupHistoryLog
 
getGroup() - Method in class nl.strohalm.cyclos.entities.members.Element
 
getGroup() - Method in class nl.strohalm.cyclos.entities.members.imports.MemberImport
 
getGroup() - Method in class nl.strohalm.cyclos.entities.sms.SmsMailingQuery
 
getGroup() - Method in class nl.strohalm.cyclos.services.accounts.BulkUpdateAccountDTO
 
getGroup() - Method in class nl.strohalm.cyclos.services.groups.GroupPermissionsDTO
 
getGroupAfterExpiration() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
getGroupClass() - Method in class nl.strohalm.cyclos.controls.admins.AdminProfileAction
 
getGroupClass() - Method in class nl.strohalm.cyclos.controls.admins.CreateAdminAction
 
getGroupClass() - Method in class nl.strohalm.cyclos.controls.elements.CreateElementAction
 
getGroupClass() - Method in class nl.strohalm.cyclos.controls.elements.ProfileAction
 
getGroupClass() - Method in class nl.strohalm.cyclos.controls.members.CreateMemberAction
 
getGroupClass() - Method in class nl.strohalm.cyclos.controls.members.MemberProfileAction
 
getGroupClass() - Method in class nl.strohalm.cyclos.controls.operators.CreateOperatorAction
 
getGroupClass() - Method in class nl.strohalm.cyclos.controls.operators.OperatorProfileAction
 
getGroupClass() - Method in enum nl.strohalm.cyclos.entities.groups.Group.Nature
 
getGroupDao() - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
getGroupedStatus() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TicketQuery
 
getGroupFilter() - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.EditGroupFilterForm
 
getGroupFilter(String) - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.EditGroupFilterForm
 
getGroupFilter() - Method in class nl.strohalm.cyclos.entities.customization.files.CustomizedFile
 
getGroupFilter() - Method in class nl.strohalm.cyclos.entities.customization.files.CustomizedFileQuery
 
getGroupFilter() - Method in class nl.strohalm.cyclos.entities.groups.GroupQuery
 
getGroupFilter() - Method in class nl.strohalm.cyclos.entities.members.adInterests.AdInterest
 
getGroupFilterId() - Method in class nl.strohalm.cyclos.controls.customization.files.GetFileContentsAjaxForm
 
getGroupFilterId() - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.EditGroupFilterCustomizedFileForm
 
getGroupFilterId() - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.GetAvailableFilesForGroupFilterAjaxForm
 
getGroupFilterId() - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.StopCustomizingGroupFilterFileForm
 
getGroupFilterId() - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.EditGroupFilterForm
 
getGroupFilterId() - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.RemoveGroupFilterForm
 
getGroupFilterId() - Method in class nl.strohalm.cyclos.taglibs.AbstractCustomizedFileTag
 
getGroupFilterIds() - Method in class nl.strohalm.cyclos.controls.groups.SearchGroupsAjaxForm
 
getGroupFilterIds() - Method in class nl.strohalm.cyclos.webservices.members.AbstractMemberSearchParameters
 
getGroupFilters() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
getGroupFilters() - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
getGroupFilters() - Method in class nl.strohalm.cyclos.entities.groups.Group
 
getGroupFilters() - Method in class nl.strohalm.cyclos.entities.groups.GroupQuery
 
getGroupFilters() - Method in class nl.strohalm.cyclos.entities.members.FullTextMemberQuery
 
getGroupFilters() - Method in class nl.strohalm.cyclos.entities.members.MemberQuery
 
getGroupFilterService() - Method in class nl.strohalm.cyclos.controls.ads.SearchAdsAction
 
getGroupFilterService() - Method in class nl.strohalm.cyclos.controls.members.SearchMembersAction
 
getGroupHistoryLogs() - Method in class nl.strohalm.cyclos.entities.members.Element
 
getGroupId() - Method in class nl.strohalm.cyclos.controls.customization.files.GetFileContentsAjaxForm
 
getGroupId() - Method in class nl.strohalm.cyclos.controls.elements.CreateElementForm
 
getGroupId() - Method in class nl.strohalm.cyclos.controls.groups.accounts.EditGroupAccountSettingsForm
 
getGroupId() - Method in class nl.strohalm.cyclos.controls.groups.accounts.RemoveGroupAccountForm
 
getGroupId() - Method in class nl.strohalm.cyclos.controls.groups.customizedFiles.EditGroupCustomizedFileForm
 
getGroupId() - Method in class nl.strohalm.cyclos.controls.groups.customizedFiles.GetAvailableFilesForGroupAjaxForm
 
getGroupId() - Method in class nl.strohalm.cyclos.controls.groups.customizedFiles.StopCustomizingGroupFileForm
 
getGroupId() - Method in class nl.strohalm.cyclos.controls.groups.EditGroupForm
 
getGroupId() - Method in class nl.strohalm.cyclos.controls.groups.permissions.EditGroupPermissionsForm
 
getGroupId() - Method in class nl.strohalm.cyclos.controls.groups.RemoveGroupForm
 
getGroupId() - Method in class nl.strohalm.cyclos.taglibs.AbstractCustomizedFileTag
 
getGroupId() - Method in class nl.strohalm.cyclos.webservices.members.RegisterMemberParameters
 
getGroupId() - Method in class nl.strohalm.cyclos.webservices.model.MemberVO
 
getGroupIds() - Method in class nl.strohalm.cyclos.controls.members.SearchMembersAjaxForm
 
getGroupIds() - Method in class nl.strohalm.cyclos.entities.ads.AdCategoryWithCounterQuery
 
getGroupIds() - Method in class nl.strohalm.cyclos.webservices.members.AbstractMemberSearchParameters
 
getGroupMemberCount() - Method in interface nl.strohalm.cyclos.dao.groups.GroupDAO
Returns a Map containing, as key, the group name, and as value, the member count for that group, ordered by nature (members then brokers) and name If any exception is thrown by the underlying implementation, it should be wrapped by a DaoException.
getGroupMemberCount() - Method in class nl.strohalm.cyclos.dao.groups.GroupDAOImpl
 
getGroupMemberCount() - Method in class nl.strohalm.cyclos.entities.reports.CurrentStateReportVO
 
getGroupMemberCount(Collection<MemberGroup>, Calendar) - Method in class nl.strohalm.cyclos.services.elements.MemberServiceImpl
 
getGroupMemberCount(Collection<MemberGroup>, Calendar) - Method in interface nl.strohalm.cyclos.services.elements.MemberServiceLocal
Returns the number of members by group The keys are the names of the groups The values are the number of members of the corresponding group
getGroupQueryDataBinder() - Method in class nl.strohalm.cyclos.controls.groups.SearchGroupsAjaxAction
 
getGroups() - Method in class nl.strohalm.cyclos.controls.members.messages.SearchMessageCategoriesAjaxForm
 
getGroups() - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
getGroups() - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticalTransferDTO
 
getGroups() - Method in class nl.strohalm.cyclos.entities.access.Channel
 
getGroups() - Method in class nl.strohalm.cyclos.entities.access.SessionQuery
 
getGroups() - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardQuery
 
getGroups() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
getGroups() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeQuery
 
getGroups() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.MemberAccountFeeLogQuery
 
getGroups() - Method in class nl.strohalm.cyclos.entities.accounts.loans.BaseLoanQuery
 
getGroups() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceQuery
 
getGroups() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilter
 
getGroups() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
getGroups() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
getGroups() - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
getGroups() - Method in class nl.strohalm.cyclos.entities.alerts.AlertQuery
 
getGroups() - Method in class nl.strohalm.cyclos.entities.customization.documents.Document
 
getGroups() - Method in class nl.strohalm.cyclos.entities.customization.fields.AdminCustomField
 
getGroups() - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberCustomField
 
getGroups() - Method in class nl.strohalm.cyclos.entities.groups.GroupFilter
 
getGroups() - Method in class nl.strohalm.cyclos.entities.members.BrokeringQuery
 
getGroups() - Method in class nl.strohalm.cyclos.entities.members.ElementQuery
 
getGroups() - Method in class nl.strohalm.cyclos.entities.members.FullTextElementQuery
 
getGroups() - Method in class nl.strohalm.cyclos.entities.members.messages.MessageCategory
 
getGroups() - Method in class nl.strohalm.cyclos.entities.members.messages.MessageCategoryQuery
 
getGroups() - Method in class nl.strohalm.cyclos.entities.members.PendingMemberQuery
 
getGroups() - Method in class nl.strohalm.cyclos.entities.members.records.AbstractMemberRecordQuery
 
getGroups() - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordType
 
getGroups() - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordTypeQuery
 
getGroups() - Method in class nl.strohalm.cyclos.entities.members.ReferenceQuery
 
getGroups() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalDTO
 
getGroups() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
getGroups() - Method in class nl.strohalm.cyclos.entities.sms.SmsMailing
 
getGroups() - Method in class nl.strohalm.cyclos.entities.sms.SmsMailingQuery
 
getGroupsAsMember() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
getGroupService() - Method in class nl.strohalm.cyclos.struts.access.ActionAccessMonitor
 
getGroupService() - Method in class nl.strohalm.cyclos.struts.access.ActionDescriptor
 
getGuarantee() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.AuthorizeGuaranteeForm
 
getGuarantee(String) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.AuthorizeGuaranteeForm
 
getGuarantee() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.GuaranteeDetailsForm
 
getGuarantee(String) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.GuaranteeDetailsForm
 
getGuarantee() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.RegisterGuaranteeForm
 
getGuarantee(String) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.RegisterGuaranteeForm
 
getGuarantee() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeLog
 
getGuarantee() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligation
 
getGuarantee() - Method in class nl.strohalm.cyclos.entities.customization.fields.PaymentCustomFieldValue
 
getGuaranteeId() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.AuthorizeGuaranteeForm
 
getGuaranteeId() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.ChangeStatusGuaranteeForm
 
getGuaranteeId() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.DeleteGuaranteeForm
 
getGuaranteeId() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.GuaranteeDetailsForm
 
getGuaranteeId() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.SearchGuaranteesForm
 
getGuaranteeId() - Method in class nl.strohalm.cyclos.controls.loans.LoanDetailsForm
 
getGuarantees(Certification, PageParameters, List<Guarantee.Status>) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeService
Returns guarantees matching the given criteria
getGuarantees(Certification, PageParameters, List<Guarantee.Status>) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
getGuarantees(Certification, PageParameters, List<Guarantee.Status>) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceSecurity
 
getGuaranteesPage() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.EditCertificationForm
 
getGuaranteeStatusChangedMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getGuaranteeStatusChangedSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getGuaranteeStatusChangedSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getGuaranteeType() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.types.EditGuaranteeTypeForm
 
getGuaranteeType(String) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.types.EditGuaranteeTypeForm
 
getGuaranteeType() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Certification
 
getGuaranteeType() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
getGuaranteeType() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery
 
getGuaranteeType() - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreferenceQuery
 
getGuaranteeTypeId() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.CalculateGuaranteeFeeAjaxForm
 
getGuaranteeTypeId() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.RegisterGuaranteeForm
 
getGuaranteeTypeId() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.types.DeleteGuaranteeTypeForm
 
getGuaranteeTypeId() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.types.EditGuaranteeTypeForm
 
getGuaranteeTypeId() - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeFeeCalculationDTO
 
getGuaranteeTypes() - Method in class nl.strohalm.cyclos.entities.groups.Group
 
getGuaranteeTypes() - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreference
 
getGuaranteeTypes() - Method in class nl.strohalm.cyclos.services.groups.GroupPermissionsDTO
 
getH() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.SimpleTransactionFee
 
getH() - Method in class nl.strohalm.cyclos.services.accounts.rates.ARatedFeeDTO
 
getHalfOfConfidenceInterval() - Method in class nl.strohalm.cyclos.utils.statistics.Median
This method gives the half value of the confidence interval width, so that it can be used in this form: 12 +/- 1.2, where the 1.2 would be the half of the confidence interval width.
getHeader() - Method in class nl.strohalm.cyclos.utils.csv.BaseCSVHandler.Column
 
getHeaderKey() - Method in class nl.strohalm.cyclos.services.stats.general.FilterUsed
 
getHeaderLines() - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.CSVFileMapping
 
getHeaderLines() - Method in class nl.strohalm.cyclos.utils.csv.CSVReader
 
getHeight() - Method in class nl.strohalm.cyclos.controls.reports.statistics.graphs.StatisticalDataProducer
the height of the graph.
getHeight() - Method in class nl.strohalm.cyclos.utils.Dimensions
 
getHelpAnchor() - Method in class nl.strohalm.cyclos.controls.reports.statistics.graphs.StatisticalDataProducer
the help anchor (=name of the #anchor in the help file), generated from the basekey.
getHelpFile() - Method in class nl.strohalm.cyclos.controls.reports.statistics.graphs.StatisticalDataProducer
 
getHelpFile() - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
 
getHibernateCustomFieldHandler() - Method in class nl.strohalm.cyclos.dao.accounts.loans.LoanDAOImpl
 
getHibernateCustomFieldHandler() - Method in class nl.strohalm.cyclos.dao.accounts.loans.LoanPaymentDAOImpl
 
getHibernateCustomFieldHandler() - Method in class nl.strohalm.cyclos.dao.members.ElementDAOImpl
 
getHibernateQueryHandler() - Method in class nl.strohalm.cyclos.dao.BaseDAOImpl
 
getHighPrecision() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getHighPrecisionConverter() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getHighPrecisionDecimalFormat() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getHistogramGrossProduct(StatisticalActivityQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalActivityService
gets the data for creating a histogram of the distribution of gross product over the members.
getHistogramGrossProduct(StatisticalActivityQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceImpl
 
getHistogramGrossProduct(StatisticalActivityQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceSecurity
 
getHistogramLoginTimes(StatisticalActivityQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalActivityService
gets the data for creating a histogram of the distribution of login frequency over the members.
getHistogramLoginTimes(StatisticalActivityQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceImpl
 
getHistogramLoginTimes(StatisticalActivityQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceSecurity
 
getHistogramNumberTransactions(StatisticalActivityQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalActivityService
gets the data for creating a histogram of the distribution of the number of transactions over the members.
getHistogramNumberTransactions(StatisticalActivityQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceImpl
 
getHistogramNumberTransactions(StatisticalActivityQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceSecurity
 
getHistory() - Method in class nl.strohalm.cyclos.setup.VersionHistory
 
getHistoryDate() - Method in class nl.strohalm.cyclos.entities.ads.AdQuery
 
getHomeForward(ActionMapping, HttpServletRequest) - Static method in class nl.strohalm.cyclos.controls.mobile.MobileHelper
Return the error forward
getHostname() - Method in class nl.strohalm.cyclos.entities.services.ServiceClient
 
getHour() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
getHour() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeQuery
 
getId() - Method in class nl.strohalm.cyclos.controls.accounts.pos.EditPosForm
 
getId() - Method in class nl.strohalm.cyclos.controls.ads.AdForm
 
getId() - Method in class nl.strohalm.cyclos.controls.ads.categories.AdCategoryForm
 
getId() - Method in class nl.strohalm.cyclos.controls.image.RemoveImageForm
 
getId() - Method in class nl.strohalm.cyclos.controls.members.adinterests.EditAdInterestForm
 
getId() - Method in class nl.strohalm.cyclos.controls.members.brokering.DefaultBrokerCommissionsAction.DefaultBrokerCommissionDTO
 
getId() - Method in class nl.strohalm.cyclos.controls.members.contacts.ContactForm
 
getId() - Method in class nl.strohalm.cyclos.controls.members.printsettings.EditReceiptPrinterSettingsForm
 
getId() - Method in class nl.strohalm.cyclos.controls.members.printsettings.RemoveReceiptPrinterSettingsForm
 
getId() - Method in class nl.strohalm.cyclos.controls.mobile.MobileConfirmAccountForm
 
getId() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalAccountDetailsVO
 
getId() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentAwaitingFeedbackDTO
 
getId() - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
getId() - Method in class nl.strohalm.cyclos.entities.ads.AdCategoryWithCounterVO
 
getId() - Method in class nl.strohalm.cyclos.entities.customization.documents.DocumentQuery
 
getId() - Method in class nl.strohalm.cyclos.entities.customization.images.ImageCaptionDTO
 
getId() - Method in class nl.strohalm.cyclos.entities.Entity
 
getId() - Method in exception nl.strohalm.cyclos.entities.exceptions.EntityNotFoundException
 
getId() - Method in interface nl.strohalm.cyclos.entities.Indexable
 
getId() - Method in interface nl.strohalm.cyclos.entities.members.RegisteredMember
 
getId() - Method in class nl.strohalm.cyclos.entities.members.TransactionFeedbackRequest
 
getId() - Method in class nl.strohalm.cyclos.utils.CustomizationHelper.CustomizationData
 
getId() - Method in class nl.strohalm.cyclos.utils.EntityVO
 
getId() - Method in class nl.strohalm.cyclos.utils.instance.HazelcastInstanceHandler
 
getId() - Method in interface nl.strohalm.cyclos.utils.instance.InstanceHandler
Returns the id for the current Cyclos instance
getId() - Method in class nl.strohalm.cyclos.utils.instance.LocalInstanceHandler
 
getId() - Method in class nl.strohalm.cyclos.webservices.members.MemberRegistrationResult
 
getId() - Method in class nl.strohalm.cyclos.webservices.members.UpdateMemberParameters
 
getId() - Method in class nl.strohalm.cyclos.webservices.model.WebServicesEntityVO
 
getIdentifier() - Method in class nl.strohalm.cyclos.entities.access.Session
 
getIdleInvoiceExpiration() - Method in class nl.strohalm.cyclos.entities.settings.AlertSettings
 
getImage() - Method in class nl.strohalm.cyclos.controls.customization.images.SystemImagesAction.SystemImageVO
 
getImage() - Method in class nl.strohalm.cyclos.entities.customization.images.Image
 
getImageId() - Method in class nl.strohalm.cyclos.controls.customization.images.RemoveCustomImageForm
 
getImageOwner() - Method in class nl.strohalm.cyclos.entities.customization.images.ImageDetailsDTO
 
getImages() - Method in class nl.strohalm.cyclos.controls.image.ImageDetailsForm
 
getImages(String) - Method in class nl.strohalm.cyclos.controls.image.ImageDetailsForm
 
getImages() - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
getImages() - Method in class nl.strohalm.cyclos.entities.members.Member
 
getImages() - Method in class nl.strohalm.cyclos.taglibs.ImagesTag
 
getImages() - Method in class nl.strohalm.cyclos.webservices.model.AdVO
 
getImages() - Method in class nl.strohalm.cyclos.webservices.model.MemberVO
 
getImageService() - Method in class nl.strohalm.cyclos.controls.ads.BaseAdAction
 
getImageService() - Method in class nl.strohalm.cyclos.controls.customization.images.CustomImagesAction
 
getImageService() - Method in class nl.strohalm.cyclos.controls.customization.images.RemoveCustomImageAction
 
getImageService() - Method in class nl.strohalm.cyclos.controls.image.ImageDetailsAction
 
getImageSize() - Method in class nl.strohalm.cyclos.entities.customization.images.Image
 
getImport() - Method in class nl.strohalm.cyclos.controls.ads.imports.ImportAdsForm
 
getImport(String) - Method in class nl.strohalm.cyclos.controls.ads.imports.ImportAdsForm
 
getImport() - Method in class nl.strohalm.cyclos.controls.members.imports.ImportMembersForm
 
getImport(String) - Method in class nl.strohalm.cyclos.controls.members.imports.ImportMembersForm
 
getImport(CustomObjectHandler) - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.CSVFileMapping
 
getImport(CustomObjectHandler) - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.CustomFileMapping
 
getImport(CustomObjectHandler) - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMapping
Resolves a transaction file import to parse data
getImport() - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
getImport() - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMember
 
getImportedCategory() - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
getImportedMember() - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberCustomFieldValue
 
getImportedParent() - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAdCategory
 
getImportId() - Method in class nl.strohalm.cyclos.controls.ads.imports.ImportedAdCategoriesForm
 
getImportId() - Method in class nl.strohalm.cyclos.controls.ads.imports.ImportedAdsDetailsForm
 
getImportId() - Method in class nl.strohalm.cyclos.controls.ads.imports.ImportedAdsSummaryForm
 
getImportId() - Method in class nl.strohalm.cyclos.controls.members.imports.ImportedMembersDetailsForm
 
getImportId() - Method in class nl.strohalm.cyclos.controls.members.imports.ImportedMembersSummaryForm
 
getImports() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalAccount
 
getImportType() - Method in class nl.strohalm.cyclos.controls.customization.translationMessages.ImportTranslationMessagesForm
 
getIncomingInvoices() - Method in class nl.strohalm.cyclos.services.elements.AccountActivitiesVO
 
getIncomingInvoices() - Method in class nl.strohalm.cyclos.services.elements.ActivitiesVO
 
getIndex() - Method in class nl.strohalm.cyclos.controls.admintasks.IndexesForm
 
getIndex() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanPayment
 
getIndexDir(Class<? extends Indexable>) - Method in class nl.strohalm.cyclos.utils.lucene.IndexHandler
Returns the directory where the index is stored
getIndexHandler() - Method in class nl.strohalm.cyclos.scheduling.SchedulingHandler
 
getIndexing() - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberCustomField
 
getIndexRoot() - Method in class nl.strohalm.cyclos.utils.lucene.IndexHandler
Returns the root directory for all indexes
getIndexStatus(Class<? extends Indexable>) - Method in class nl.strohalm.cyclos.utils.lucene.IndexHandler
Returns the index status for the given entity type
getInfoText() - Method in class nl.strohalm.cyclos.controls.members.sms.EditInfoTextForm
 
getInfoText(String) - Method in class nl.strohalm.cyclos.controls.members.sms.EditInfoTextForm
 
getInfoTextId() - Method in class nl.strohalm.cyclos.controls.members.sms.EditInfoTextForm
 
getInfoTextId() - Method in class nl.strohalm.cyclos.controls.members.sms.RemoveInfoTextForm
 
getInfoTexts() - Method in class nl.strohalm.cyclos.webservices.infotexts.InfoTextResultPage
 
getInfoTextSubject(String) - Method in class nl.strohalm.cyclos.services.infotexts.InfoTextServiceImpl
 
getInfoTextSubject(String) - Method in interface nl.strohalm.cyclos.services.infotexts.InfoTextServiceLocal
Gets the info text's subject associated with the alias parameter
If the info text couldn't be found then returns the internationalized value for the key infoText.nomatch.subject.
getInfoTextWebService() - Method in class nl.strohalm.cyclos.webservices.CyclosWebServicesClientFactory
Returns a proxy for the info text web service
getInitDate() - Method in class nl.strohalm.cyclos.entities.accounts.InitializableRateParameters
 
getInitialAmount() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferQuery
 
getInitialAmount() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
getInitialBalance() - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.AccountHistoryDTO
 
getInitialBalance() - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMember
 
getInitialCredit() - Method in class nl.strohalm.cyclos.entities.accounts.MemberGroupAccountSettings
 
getInitialCreditTransferType() - Method in class nl.strohalm.cyclos.entities.accounts.MemberGroupAccountSettings
 
getInitialCreditTransferType() - Method in class nl.strohalm.cyclos.entities.members.imports.MemberImport
 
getInitialDebitTransferType() - Method in class nl.strohalm.cyclos.entities.members.imports.MemberImport
 
getInitialGroupForRegisteredMembers() - Method in class nl.strohalm.cyclos.entities.groups.BrokerGroupSettings
 
getInitialGroupShow() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
getInitializationData(InitializationParameters) - Method in interface nl.strohalm.cyclos.webservices.pos.PosWebService
Returns the initialization data for a POS device
getInitializationData(InitializationParameters) - Method in class nl.strohalm.cyclos.webservices.pos.PosWebServiceImpl
 
getInitializedAccountFees(StatisticalTaxesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceImpl
gets the Account Fees from the query, and initializes each of them via the fetchService.
getInitializedPaymentFilter(StatisticalQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalServiceImpl
gets the paymentFilter from the query, and initializes it via the fetchService.
getInitializedPaymentFilters(StatisticalQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalServiceImpl
gets the paymentFilters from the query, and initializes each of the containing filter via the fetchService.
getInitializedSystemAccountFilter(StatisticalQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalServiceImpl
 
getInitializedTransactionFees(StatisticalTaxesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceImpl
gets the Transaction Fees from the query, and initializes each of them via the fetchService.
getInitialMonth() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
getInitialMonthYear() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
getInitialPrice() - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
getInitialPrice() - Method in class nl.strohalm.cyclos.entities.members.adInterests.AdInterest
 
getInitialPrice() - Method in class nl.strohalm.cyclos.webservices.ads.AbstractAdSearchParameters
 
getInitialQuarter() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
getInitialQuarterYear() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
getInitialQuery(Class<? extends Entity>, String) - Static method in class nl.strohalm.cyclos.utils.hibernate.HibernateHelper
Returns a StringBuilder containing the begin of a single entity select HQL
getInitialQuery(Class<? extends Entity>, String, Collection<Relationship>) - Static method in class nl.strohalm.cyclos.utils.hibernate.HibernateHelper
Returns a StringBuilder containing the begin of a single entity select HQL, with the especified fetch relationships, when appliable
getInitialYear() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
getInitValue() - Method in class nl.strohalm.cyclos.entities.accounts.InitializableRateParameters
 
getInputForward() - Method in class nl.strohalm.cyclos.controls.AbstractActionContext
Returns an action forward to the current action's input path
getInputStream() - Method in class nl.strohalm.cyclos.utils.ReadableByteArrayOutputStream
Returns an input stream used to read the buffer
getInReplyTo() - Method in class nl.strohalm.cyclos.controls.members.messages.SendMessageForm
 
getInReplyTo() - Method in class nl.strohalm.cyclos.services.elements.SendMessageDTO
 
getInstance() - Static method in class nl.strohalm.cyclos.services.sms.MemberGroupSmsContextImpl
 
getInstance() - Static method in class nl.strohalm.cyclos.utils.cache.NullValue
 
getInstance() - Static method in class nl.strohalm.cyclos.utils.lucene.IdFieldSelector
 
getInterest() - Method in class nl.strohalm.cyclos.entities.accounts.DRateParameters
 
getInterest() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanRepaymentAmountsDTO
 
getInterest() - Method in class nl.strohalm.cyclos.services.accounts.rates.DRatedFeeDTO
 
getInterestsAmount() - Method in exception nl.strohalm.cyclos.services.transactions.exceptions.PartialInterestsAmountException
 
getInternalName() - Method in class nl.strohalm.cyclos.entities.access.Channel
 
getInternalName() - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomField
 
getInternalName() - Method in class nl.strohalm.cyclos.webservices.model.FieldVO
 
getInternetAddress(Element) - Method in class nl.strohalm.cyclos.utils.MailHandler
Returns the mail address for the given Element
getInternetAddress(PendingMember) - Method in class nl.strohalm.cyclos.utils.MailHandler
Returns the mail address for the given PendingMember
getInvitationMessage() - Method in class nl.strohalm.cyclos.entities.settings.MailTranslation
 
getInvitationSubject() - Method in class nl.strohalm.cyclos.entities.settings.MailTranslation
 
getInvocations() - Method in class nl.strohalm.cyclos.utils.CacheCleaner
 
getInvoice() - Method in class nl.strohalm.cyclos.controls.invoices.SearchInvoicesAction.Entry
 
getInvoice() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.MemberAccountFeeLog
 
getInvoice() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoicePayment
 
getInvoice() - Method in class nl.strohalm.cyclos.entities.customization.fields.PaymentCustomFieldValue
 
getInvoiceAcceptedMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getInvoiceAcceptedSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getInvoiceAcceptedSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getInvoiceCancelledMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getInvoiceCancelledSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getInvoiceCancelledSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getInvoiceDeniedMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getInvoiceDeniedSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getInvoiceDeniedSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getInvoiceId() - Method in class nl.strohalm.cyclos.controls.invoices.BaseInvoiceForm
 
getInvoiceId() - Method in class nl.strohalm.cyclos.controls.invoices.InvoiceDetailsForm
 
getInvoiceMode() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
getInvoiceReceivedMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getInvoiceReceivedSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getInvoiceReceivedSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getInvoices() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLog
 
getInvoices() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLogDetailsDTO
 
getInvoiceService() - Method in class nl.strohalm.cyclos.controls.invoices.AcceptInvoiceAction
 
getInvoiceService() - Method in class nl.strohalm.cyclos.controls.invoices.CancelInvoiceAction
 
getInvoiceService() - Method in class nl.strohalm.cyclos.controls.invoices.DenyInvoiceAction
 
getInvoiceService() - Method in class nl.strohalm.cyclos.controls.invoices.InvoiceDetailsAction
 
getInvoiceService() - Method in class nl.strohalm.cyclos.controls.invoices.SearchInvoicesAction
 
getInvoiceService() - Method in class nl.strohalm.cyclos.controls.invoices.SendInvoiceAction
 
getInvoicesSummaries() - Method in class nl.strohalm.cyclos.entities.reports.CurrentStateReportVO
 
getInvoicesSummary(AccountFeeLog) - Method in interface nl.strohalm.cyclos.dao.accounts.fee.account.MemberAccountFeeLogDAO
Returns the total invoices summary for the given log
getInvoicesSummary(AccountFeeLog) - Method in class nl.strohalm.cyclos.dao.accounts.fee.account.MemberAccountFeeLogDAOImpl
 
getiRate() - Method in class nl.strohalm.cyclos.entities.accounts.AccountRates
 
getiRate() - Method in class nl.strohalm.cyclos.entities.accounts.AccountStatus
 
getiRate() - Method in interface nl.strohalm.cyclos.entities.accounts.Rated
 
getiRate() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
getiRate() - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesDTO
 
getiRate() - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesResultDTO
 
getiRate() - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesToSave
 
getiRate() - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
getiRate() - Method in class nl.strohalm.cyclos.services.transfertypes.BuildTransferWithFeesDTO
 
getiRateParameters() - Method in class nl.strohalm.cyclos.entities.accounts.Currency
 
getIssueFee() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
getIssueFee() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType
 
getIssueFeePayer() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType
 
getIssueFeeSpec() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.CalculateGuaranteeFeeAjaxForm
 
getIssueFeeSpec() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
getIssueFeeTransferType() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType
 
getIssuer() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Certification
 
getIssuer() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.CertificationQuery
 
getIssuer() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
getIssuer() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery
 
getIssuer() - Method in exception nl.strohalm.cyclos.services.accounts.guarantees.exceptions.ActiveCertificationNotFoundException
 
getIssuer() - Method in class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationPackDTO
 
getIssuerId() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.AcceptPaymentObligationForm
 
getIssuerId() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.AcceptPaymentObligationPackForm
 
getIssuerId() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.EditPaymentObligationForm
 
getIssuers(GuaranteeType) - Method in interface nl.strohalm.cyclos.dao.accounts.guarantees.GuaranteeDAO
 
getIssuers(GuaranteeType) - Method in class nl.strohalm.cyclos.dao.accounts.guarantees.GuaranteeDAOImpl
 
getIssuers() - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeService
It returns the associated issuers according to the logged user.
getIssuers(GuaranteeType) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeService
It returns the issuer groups which has permission over the specified guarantee type.
getIssuers() - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
getIssuers(GuaranteeType) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
getIssuers() - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceSecurity
 
getIssuers(GuaranteeType) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceSecurity
 
getItems() - Method in class nl.strohalm.cyclos.taglibs.PaginationTag
 
getIterator() - Method in class nl.strohalm.cyclos.utils.IteratorListImpl
 
getIterator() - Method in interface nl.strohalm.cyclos.utils.query.IteratorList
Returns the underlying iterator
getKey() - Method in enum nl.strohalm.cyclos.controls.access.ExternalLoginAction.Status
 
getKey() - Method in class nl.strohalm.cyclos.controls.members.AcceptRegistrationAgreementForm
 
getKey() - Method in class nl.strohalm.cyclos.controls.members.pending.ValidateRegistrationForm
 
getKey() - Method in enum nl.strohalm.cyclos.entities.access.Channel.Principal
 
getKey() - Method in class nl.strohalm.cyclos.entities.alerts.Alert
 
getKey() - Method in class nl.strohalm.cyclos.entities.alerts.AlertQuery
 
getKey() - Method in class nl.strohalm.cyclos.entities.customization.translationMessages.TranslationMessage
 
getKey() - Method in class nl.strohalm.cyclos.entities.customization.translationMessages.TranslationMessageQuery
 
getKey() - Method in class nl.strohalm.cyclos.scheduling.polling.PollingTask
 
getKey() - Method in exception nl.strohalm.cyclos.services.customization.exceptions.ImageException
 
getKey() - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO.ResourceKey
 
getKey() - Method in class nl.strohalm.cyclos.taglibs.MenuTag
 
getKey() - Method in class nl.strohalm.cyclos.utils.cache.ehcache.CacheEvictionEvent
 
getKey() - Method in class nl.strohalm.cyclos.utils.EntityWithCustomFieldsWrapper.EntryImpl
 
getKey() - Method in class nl.strohalm.cyclos.utils.validation.ValidationError
 
getKey() - Method in class nl.strohalm.cyclos.utils.validation.Validator.Property
 
getKeyBinder() - Method in class nl.strohalm.cyclos.utils.binding.MapBinder
 
getKeysByProperty() - Method in exception nl.strohalm.cyclos.utils.validation.ValidationException
 
getKeywords() - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
getKeywords() - Method in class nl.strohalm.cyclos.entities.infotexts.InfoTextQuery
 
getKeywords() - Method in class nl.strohalm.cyclos.entities.members.adInterests.AdInterest
 
getKeywords() - Method in class nl.strohalm.cyclos.entities.members.FullTextElementQuery
 
getKeywords() - Method in class nl.strohalm.cyclos.entities.members.messages.MessageQuery
 
getKeywords() - Method in class nl.strohalm.cyclos.entities.members.records.AbstractMemberRecordQuery
 
getKeywords() - Method in class nl.strohalm.cyclos.webservices.ads.AbstractAdSearchParameters
 
getKeywords() - Method in class nl.strohalm.cyclos.webservices.infotexts.InfoTextSearchParameters
 
getKeywords() - Method in class nl.strohalm.cyclos.webservices.members.FullTextMemberSearchParameters
 
getLabel() - Method in class nl.strohalm.cyclos.controls.customization.images.SystemImagesAction.SystemImageVO
 
getLabel() - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordType
 
getLabel() - Method in class nl.strohalm.cyclos.setup.Version
 
getLabel() - Method in class nl.strohalm.cyclos.taglibs.MenuTag
 
getLabel() - Method in class nl.strohalm.cyclos.webservices.model.WSPrincipalTypeVO
 
getLanguage() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getLast() - Method in class nl.strohalm.cyclos.utils.Navigation
Returns the last path
getLastAction() - Method in class nl.strohalm.cyclos.utils.Navigation
 
getLastCard(long) - Method in interface nl.strohalm.cyclos.dao.accounts.cards.CardDAO
Search for the newest card based on creation date
getLastCard(long) - Method in class nl.strohalm.cyclos.dao.accounts.cards.CardDAOImpl
 
getLastChargedLog(Member, AccountFee) - Method in interface nl.strohalm.cyclos.dao.accounts.fee.account.MemberAccountFeeLogDAO
Returns the last log charged for the given member and account fee
getLastChargedLog(Member, AccountFee) - Method in class nl.strohalm.cyclos.dao.accounts.fee.account.MemberAccountFeeLogDAOImpl
 
getLastClosingDate() - Method in class nl.strohalm.cyclos.entities.accounts.Account
 
getLastCompletedMonthAndYear() - Static method in class nl.strohalm.cyclos.utils.DateHelper
 
getLastCompletedQuarterAndYear() - Static method in class nl.strohalm.cyclos.utils.DateHelper
 
getLastEmailDate() - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
getLastExecution() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
getLastGroupHistoryLog(Element) - Method in interface nl.strohalm.cyclos.dao.groups.GroupHistoryLogDAO
 
getLastGroupHistoryLog(Element) - Method in class nl.strohalm.cyclos.dao.groups.GroupHistoryLogDAOImpl
 
getLastIndexRebuidingTime() - Method in class nl.strohalm.cyclos.entities.Application
 
getLastLog(AccountFee) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceImpl
 
getLastLog(AccountFee) - Method in interface nl.strohalm.cyclos.services.accountfees.AccountFeeServiceLocal
Returns the last account fee log
getLastLogin() - Method in class nl.strohalm.cyclos.entities.access.User
 
getLastLowUnitsSent() - Method in class nl.strohalm.cyclos.entities.accounts.MemberAccount
 
getLastModified() - Method in class nl.strohalm.cyclos.entities.customization.binaryfiles.BinaryFile
 
getLastModified() - Method in class nl.strohalm.cyclos.entities.customization.files.File
 
getLastModified() - Method in class nl.strohalm.cyclos.entities.customization.images.Image
 
getLastModified() - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecord
 
getLastModified() - Method in class nl.strohalm.cyclos.utils.customizedfile.CustomizedFileOperation
 
getLastQuarter() - Static method in class nl.strohalm.cyclos.utils.NamedPeriod
takes today, and calculates which quarter is the last one which has been completed. example: if today is 14 octobre, the last completed quarter of the year is july to september, so the method returns a 3.
getLastQuarter(Calendar) - Static method in class nl.strohalm.cyclos.utils.NamedPeriod
See getLastQuarter() without a parameter.
getLastQuarterPeriod() - Static method in class nl.strohalm.cyclos.utils.NamedPeriod
 
getLastTransfer() - Method in class nl.strohalm.cyclos.entities.accounts.AccountRates
 
getLatestRates(Account, Calendar) - Method in interface nl.strohalm.cyclos.dao.accounts.AccountRatesDAO
Gets the last AccountRates entity by date.
getLatestRates(Account, Calendar) - Method in class nl.strohalm.cyclos.dao.accounts.AccountRatesDAOImpl
 
getLatestReinitializedRates(Account, Calendar, WhatRate) - Method in interface nl.strohalm.cyclos.dao.accounts.AccountRatesDAO
gets the last available non null rates for the specified rate and account, on the same day as the specified end of the period, or earlier.
getLatestReinitializedRates(Account, Calendar, WhatRate) - Method in class nl.strohalm.cyclos.dao.accounts.AccountRatesDAOImpl
 
getLayout() - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordType
 
getLeafCategories(AdImport) - Method in interface nl.strohalm.cyclos.dao.ads.imports.ImportedAdCategoryDAO
Returns a list containing the leaf imported categories, with both existingParent and importedParent fetched until the root categories
getLeafCategories(AdImport) - Method in class nl.strohalm.cyclos.dao.ads.imports.ImportedAdCategoryDAOImpl
 
getLength() - Method in class nl.strohalm.cyclos.taglibs.TruncateTag
 
getLengthConstraint() - Method in class nl.strohalm.cyclos.entities.customization.fields.Validation
 
getLevel() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.AuthorizationLevel
 
getLevel() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorization
 
getLevel() - Method in class nl.strohalm.cyclos.entities.ads.AdCategory
 
getLevel() - Method in class nl.strohalm.cyclos.entities.ads.AdCategoryWithCounterVO
 
getLevel() - Method in class nl.strohalm.cyclos.entities.members.Reference
 
getLevel() - Method in class nl.strohalm.cyclos.entities.members.ReferenceHistoryLog
 
getLevel() - Method in enum nl.strohalm.cyclos.entities.settings.LogSettings.AccountFeeLevel
 
getLevel() - Method in enum nl.strohalm.cyclos.entities.settings.LogSettings.ScheduledTaskLevel
 
getLevel() - Method in enum nl.strohalm.cyclos.entities.settings.LogSettings.TraceLevel
 
getLevel() - Method in enum nl.strohalm.cyclos.entities.settings.LogSettings.TransactionLevel
 
getLevel() - Method in enum nl.strohalm.cyclos.entities.settings.LogSettings.WebServiceLevel
 
getLevel() - Method in class nl.strohalm.cyclos.utils.CustomizationHelper.CustomizationData
 
getLevel() - Method in class nl.strohalm.cyclos.webservices.model.DetailedAdCategoryVO
 
getLimited() - Method in class nl.strohalm.cyclos.services.accounts.SystemAccountTypeQuery
 
getLimitPerType() - Method in class nl.strohalm.cyclos.services.accounts.CreditLimitDTO
 
getLimitType() - Method in class nl.strohalm.cyclos.entities.accounts.AccountType
 
getLimitType() - Method in class nl.strohalm.cyclos.entities.accounts.MemberAccountType
 
getLimitType() - Method in class nl.strohalm.cyclos.entities.accounts.SystemAccountType
 
getLine() - Method in exception nl.strohalm.cyclos.utils.csv.CSVParseException
 
getLine() - Method in exception nl.strohalm.cyclos.utils.transactionimport.IllegalTransactionFileFormatException
 
getLineNumber() - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
getLineNumber() - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAdQuery
 
getLineNumber() - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMember
 
getLineNumber() - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMemberQuery
 
getLines() - Method in class nl.strohalm.cyclos.taglibs.TruncateTag
 
getLinkedCustomFields() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
getLinkedTransferTypes() - Method in class nl.strohalm.cyclos.entities.customization.fields.PaymentCustomField
 
getListAccess() - Method in class nl.strohalm.cyclos.entities.customization.fields.PaymentCustomField
 
getListLoginTimes() - Method in class nl.strohalm.cyclos.services.stats.activity.LoginTimesPerMemberStats
gets the logintimes per member as a list.
getListOnly() - Method in class nl.strohalm.cyclos.controls.accounts.cards.CardForm
 
getListVolumePerAllMembers(Integer) - Method in class nl.strohalm.cyclos.services.stats.taxes.TransferVolumePerMemberStats
gets the List of transfer volumes for all members as a List.
getListVolumePerTradingMember() - Method in class nl.strohalm.cyclos.services.stats.taxes.TransferVolumePerMemberStats
gets the List of transfer volumes only for trading members as a List.
getLoan() - Method in class nl.strohalm.cyclos.controls.accounts.external.process.ProcessExternalTransfersForm
 
getLoan() - Method in class nl.strohalm.cyclos.controls.loans.GrantLoanForm
 
getLoan(String) - Method in class nl.strohalm.cyclos.controls.loans.GrantLoanForm
 
getLoan() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
getLoan() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanPayment
 
getLoan() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanPaymentQuery
 
getLoan() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
getLoan() - Method in class nl.strohalm.cyclos.services.accounts.external.ProcessExternalTransferDTO
 
getLoan() - Method in class nl.strohalm.cyclos.services.transactions.LoanPaymentDetailDTO
 
getLoan() - Method in class nl.strohalm.cyclos.services.transactions.LoanPaymentDTO
 
getLoanCustomValues() - Method in class nl.strohalm.cyclos.entities.accounts.loans.BaseLoanQuery
 
getLoanExpirationMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getLoanExpirationSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getLoanExpirationSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getLoanFilter() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery
 
getLoanGrantedMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getLoanGrantedSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getLoanGrantedSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getLoanGroup() - Method in class nl.strohalm.cyclos.controls.loangroups.EditLoanGroupForm
 
getLoanGroup(String) - Method in class nl.strohalm.cyclos.controls.loangroups.EditLoanGroupForm
 
getLoanGroup() - Method in class nl.strohalm.cyclos.entities.accounts.loans.BaseLoanQuery
 
getLoanGroup() - Method in class nl.strohalm.cyclos.entities.accounts.loans.Loan
 
getLoanGroup() - Method in class nl.strohalm.cyclos.entities.customization.fields.LoanGroupCustomFieldValue
 
getLoanGroup() - Method in class nl.strohalm.cyclos.services.transactions.GrantLoanDTO
 
getLoanGroupCustomFieldBinder() - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldAction
 
getLoanGroupCustomFieldService() - Method in class nl.strohalm.cyclos.controls.loangroups.BaseLoanGroupAction
 
getLoanGroupId() - Method in class nl.strohalm.cyclos.controls.loangroups.EditLoanGroupForm
 
getLoanGroupId() - Method in class nl.strohalm.cyclos.controls.loangroups.LoanGroupMembershipForm
 
getLoanGroupId() - Method in class nl.strohalm.cyclos.controls.loangroups.RemoveLoanGroupForm
 
getLoanGroupId() - Method in class nl.strohalm.cyclos.controls.loans.ConfirmLoanForm
 
getLoanGroupId() - Method in class nl.strohalm.cyclos.controls.loans.GrantLoanForm
 
getLoanGroupId() - Method in class nl.strohalm.cyclos.controls.loans.LoanDetailsForm
 
getLoanGroupId() - Method in class nl.strohalm.cyclos.controls.loans.SearchLoansForm
 
getLoanGroups() - Method in class nl.strohalm.cyclos.entities.members.Member
 
getLoanGroupService() - Method in class nl.strohalm.cyclos.controls.loangroups.BaseLoanGroupAction
 
getLoanGroupService() - Method in class nl.strohalm.cyclos.controls.loangroups.BaseLoanGroupMembershipAction
 
getLoanGroupService() - Method in class nl.strohalm.cyclos.controls.loangroups.RemoveLoanGroupAction
 
getLoanGroupService() - Method in class nl.strohalm.cyclos.controls.loangroups.SearchLoanGroupsAction
 
getLoanGroupService() - Method in class nl.strohalm.cyclos.controls.loans.SearchLoansAction
 
getLoanGroupService() - Method in class nl.strohalm.cyclos.controls.members.loangroups.MemberLoanGroupsAction
 
getLoanId() - Method in class nl.strohalm.cyclos.controls.loans.LoanDetailsForm
 
getLoanPayment() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanRepaymentAmountsDTO
 
getLoanPayment() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
getLoanPayment() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
getLoanPayment() - Method in class nl.strohalm.cyclos.services.transactions.LoanPaymentDTO
 
getLoanPayment() - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
getLoanPaymentAmount(LoanPaymentDTO) - Method in interface nl.strohalm.cyclos.services.transactions.LoanService
Returns a LoanPaymentAmountDTO for the given parameters
getLoanPaymentAmount(LoanPaymentDTO) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceImpl
 
getLoanPaymentAmount(LoanPaymentDTO) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceSecurity
 
getLoanPaymentId() - Method in class nl.strohalm.cyclos.controls.loans.LoanDetailsForm
 
getLoans(GetTransactionsDTO) - Method in interface nl.strohalm.cyclos.dao.accounts.AccountDAO
Returns loans received for the given account
getLoans(GetTransactionsDTO) - Method in class nl.strohalm.cyclos.dao.accounts.AccountDAOImpl
 
getLoans() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanGroup
 
getLoanSearchAccess() - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberCustomField
 
getLoanService() - Method in class nl.strohalm.cyclos.controls.loans.CalculateLoanPaymentsAjaxAction
 
getLoanService() - Method in class nl.strohalm.cyclos.controls.loans.ExportLoanPaymentsToCsvAction
 
getLoanService() - Method in class nl.strohalm.cyclos.controls.loans.ExportLoansToCsvAction
 
getLoanService() - Method in class nl.strohalm.cyclos.controls.loans.SearchLoansAction
 
getLoanService() - Method in class nl.strohalm.cyclos.controls.members.brokering.PrintBrokeringsAction
 
getLoansToDiscard() - Method in class nl.strohalm.cyclos.controls.accounts.external.process.ExternalTransferToProcessVO
 
getLoanTransfer() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
getLoanTransferType() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType
 
getLoanType() - Method in class nl.strohalm.cyclos.services.transactions.GrantLoanDTO
 
getLoanType() - Method in class nl.strohalm.cyclos.services.transactions.GrantLoanWithInterestDTO
 
getLoanType() - Method in class nl.strohalm.cyclos.services.transactions.GrantMultiPaymentLoanDTO
 
getLoanType() - Method in class nl.strohalm.cyclos.services.transactions.GrantSinglePaymentLoanDTO
 
getLocale() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getLocale() - Method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.Language
 
getLocale() - Method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.NumberLocale
 
getLocale() - Method in class nl.strohalm.cyclos.setup.Setup
 
getLocalSettings() - Method in interface nl.strohalm.cyclos.services.settings.SettingsService
Retrieve the local settings
getLocalSettings() - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
getLocalSettings() - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceSecurity
 
getLocalSettings() - Method in class nl.strohalm.cyclos.services.stats.StatisticalServiceImpl
 
getLockedAccountsOnPayments() - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
getLockedAccountsOnPayments() - Method in interface nl.strohalm.cyclos.services.application.ApplicationServiceLocal
Returns which accounts should be locked on payments
getLockHandler() - Method in class nl.strohalm.cyclos.utils.lock.DirectLockHandlerFactory
 
getLockHandler() - Method in class nl.strohalm.cyclos.utils.lock.HazelcastLockHandlerFactory
 
getLockHandler() - Method in interface nl.strohalm.cyclos.utils.lock.LockHandlerFactory
Returns a LockHandler
getLockHandlerIfLockingAccounts() - Method in class nl.strohalm.cyclos.utils.lock.BaseLockHandlerFactory
 
getLockHandlerIfLockingAccounts() - Method in interface nl.strohalm.cyclos.utils.lock.LockHandlerFactory
Returns a LockHandler only if the current LockedAccountsOnPayments is at least LockedAccountsOnPayments.ORIGIN.
getLockHandlerIfLockingAtLeast(LockedAccountsOnPayments) - Method in class nl.strohalm.cyclos.utils.lock.BaseLockHandlerFactory
 
getLockHandlerIfLockingAtLeast(LockedAccountsOnPayments) - Method in interface nl.strohalm.cyclos.utils.lock.LockHandlerFactory
Returns a LockHandler only if the current LockedAccountsOnPayments is at least the given one.
getLog() - Method in class nl.strohalm.cyclos.utils.hibernate.BasePeriodType
 
getLog() - Method in class nl.strohalm.cyclos.utils.hibernate.PeriodDateType
 
getLog() - Method in class nl.strohalm.cyclos.utils.hibernate.PeriodType
 
getLogDetails(Long) - Method in interface nl.strohalm.cyclos.services.accountfees.AccountFeeService
Returns the details for an account fee log
getLogDetails(Long) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceImpl
 
getLogDetails(Long) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceSecurity
 
getLoggedMember() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery
 
getLoggedMember() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligationQuery
 
getLoggedUser() - Method in class nl.strohalm.cyclos.entities.alerts.ErrorLogEntry
 
getLoggedUser(String) - Method in interface nl.strohalm.cyclos.services.access.AccessService
Returns the user logged in the given session
getLoggedUser(String) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
getLoggedUser(String) - Method in class nl.strohalm.cyclos.services.access.AccessServiceSecurity
 
getLoggedUser(HttpServletRequest) - Static method in class nl.strohalm.cyclos.utils.LoginHelper
Returns the currently logged user, or null if none
getLoggingHandler() - Method in class nl.strohalm.cyclos.scheduling.SchedulingHandler
 
getLoginBlockedMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getLoginBlockedSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getLoginBlockedSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getLoginHistory() - Method in class nl.strohalm.cyclos.entities.access.User
 
getLoginPageName() - Method in class nl.strohalm.cyclos.entities.groups.Group
 
getLoginPageName() - Method in class nl.strohalm.cyclos.entities.groups.GroupFilter
 
getLoginPassword() - Method in class nl.strohalm.cyclos.webservices.members.RegisterMemberParameters
 
getLoginTimes() - Method in class nl.strohalm.cyclos.services.stats.activity.LoginTimesPerMemberStats
gets the logintimes per member as an array.
getLoginTimesPerMember() - Method in class nl.strohalm.cyclos.services.stats.activity.LoginTimesPerMemberStats
gets a list with Pairs, where the first element of each pair is the member id, and the second element is the number of times that member logged in.
getLoginTimesPerMemberWithoutZeros() - Method in class nl.strohalm.cyclos.services.stats.activity.LoginTimesPerMemberStats
gets a list with Pairs, where the first element of each pair is the member id, and the second element is the number of times that member logged in.
getLogs() - Method in class nl.strohalm.cyclos.entities.accounts.cards.Card
 
getLogs() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
getLogs() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Certification
 
getLogs() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
getLogs() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligation
 
getLogs() - Method in class nl.strohalm.cyclos.entities.sms.SmsLogReportVO
 
getLogSettings() - Method in interface nl.strohalm.cyclos.services.settings.SettingsService
Retrieve the log settings
getLogSettings() - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
getLogSettings() - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceSecurity
 
getLongConverter() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getLowerBound() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalNumber
gets the Lowest value of the error bar.
getLowerLimitConfidenceInterval() - Method in class nl.strohalm.cyclos.utils.statistics.Median
calculates the lower limit of the confidence interval.
getLowerValue(int, int) - Method in class nl.strohalm.cyclos.utils.jfreeAsymmetric.AsymmetricStatisticalCategoryDataset
returns the lower bound of the error bar
getLowUnits() - Method in class nl.strohalm.cyclos.entities.accounts.MemberGroupAccountSettings
 
getLowUnitsMessage() - Method in class nl.strohalm.cyclos.entities.accounts.MemberGroupAccountSettings
 
getLowUnitsMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getLowUnitsSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getLowUnitsSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getMailAddress(String) - Method in class nl.strohalm.cyclos.utils.MailHandler
Returns the mail address
getMailError() - Method in class nl.strohalm.cyclos.utils.transaction.CurrentTransactionData.Entry
 
getMailError() - Static method in class nl.strohalm.cyclos.utils.transaction.CurrentTransactionData
Returns the mail error for this transaction, if any
getMailingTypes() - Method in class nl.strohalm.cyclos.entities.sms.SmsLogReportQuery
 
getMailSender() - Method in class nl.strohalm.cyclos.entities.settings.MailSettings
 
getMailSettings() - Method in interface nl.strohalm.cyclos.services.settings.SettingsService
Retrieve the mail settings
getMailSettings() - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
getMailSettings() - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceSecurity
 
getMailTranslation() - Method in interface nl.strohalm.cyclos.services.settings.SettingsService
Retrieve the mail translation
getMailTranslation() - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
getMailTranslation() - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceSecurity
 
getMailValidationMessage() - Method in class nl.strohalm.cyclos.entities.settings.MailTranslation
 
getMailValidationSubject() - Method in class nl.strohalm.cyclos.entities.settings.MailTranslation
 
getMailValidationUrl(String) - Method in interface nl.strohalm.cyclos.utils.LinkGenerator
Returns an url for validating an e-mail using the given validation key
getMailValidationUrl(String) - Method in class nl.strohalm.cyclos.utils.LinkGeneratorImpl
 
getManagedBy() - Method in class nl.strohalm.cyclos.entities.accounts.pos.PosQuery
 
getManagedBy() - Method in class nl.strohalm.cyclos.entities.groups.GroupQuery
 
getManagedByGroups() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
getManagedMemberGroups() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.CertificationQuery
 
getManagedMemberGroups() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery
 
getManagedMemberGroups() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligationQuery
 
getManagedMemberGroups() - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContractQuery
 
getManagedMemberGroups() - Method in interface nl.strohalm.cyclos.services.permissions.PermissionService
Returns the managed member groups for the logged user.
getManagedMemberGroups() - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceImpl
 
getManagedMemberGroups() - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceSecurity
 
getManageGroupPermissionByNatureMap() - Static method in class nl.strohalm.cyclos.controls.groups.ListGroupsAction
 
getManageGroups() - Method in class nl.strohalm.cyclos.entities.services.ServiceClient
 
getManagesGroups() - Method in class nl.strohalm.cyclos.entities.groups.AdminGroup
 
getManagesGroups() - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
getMappings() - Method in class nl.strohalm.cyclos.utils.binding.BeanBinder
 
getMathContext() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getMathContext() - Method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.Precision
 
getMax() - Method in class nl.strohalm.cyclos.utils.RangeConstraint
 
getMax(List<Number>) - Static method in class nl.strohalm.cyclos.utils.statistics.ListOperations
gives the element with the highest value in the list.
getMaxAdDescriptionSize() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
getMaxAdImagesPerMember() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
getMaxAdPublicationTime() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
getMaxAdsPerMember() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
getMaxAjaxResults() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getMaxAmountPerDay() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
getMaxAmountPerDayByTransferType() - Method in class nl.strohalm.cyclos.entities.groups.OperatorGroup
 
getMaxChargebackTime() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getMaxCount() - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokeringCommissionStatus
 
getMaxFilesPerLog() - Method in class nl.strohalm.cyclos.entities.settings.LogSettings
 
getMaxFixedValue() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
getMaxImageDimensions() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getMaxImageHeight() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getMaxImagesPerMember() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
getMaxImageWidth() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getMaxIteratorResults() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getMaxLengthPerFile() - Method in class nl.strohalm.cyclos.entities.settings.LogSettings
 
getMaxLengthPerFileUnits() - Method in class nl.strohalm.cyclos.entities.settings.LogSettings
 
getMaxPageResults() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getMaxPasswordWrongTries() - Method in class nl.strohalm.cyclos.entities.groups.BasicGroupSettings
 
getMaxPercentageValue() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
getMaxPinWrongTries() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
getMaxPosSchedulingPayments() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
getMaxPublishDate() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligation
 
getMaxResults() - Method in class nl.strohalm.cyclos.utils.query.PageParameters
 
getMaxSchedulingPayments() - Method in class nl.strohalm.cyclos.entities.accounts.pos.MemberPos
 
getMaxSchedulingPayments() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
getMaxSchedulingPayments() - Method in class nl.strohalm.cyclos.webservices.model.PosInitializationVO
 
getMaxSchedulingPeriod() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
getMaxSecurityCodeTries() - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardType
 
getMaxThumbnailDimensions() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getMaxThumbnailHeight() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getMaxThumbnailWidth() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getMaxTransactionPasswordTriesMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getMaxTransactionPasswordTriesSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getMaxTransactionPasswordTriesSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getMaxTransactionPasswordWrongTries() - Method in class nl.strohalm.cyclos.entities.groups.BasicGroupSettings
 
getMaxUploadBytes() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getMaxUploadSize() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getMaxUploadUnits() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getMaxWidth() - Method in class nl.strohalm.cyclos.taglibs.MultiDropDownTag
 
getMeanValue(Comparable, Comparable) - Method in class nl.strohalm.cyclos.utils.jfreeAsymmetric.AsymmetricStatisticalCategoryDataset
Returns the mean value for an item.
getMeanValue(int, int) - Method in class nl.strohalm.cyclos.utils.jfreeAsymmetric.AsymmetricStatisticalCategoryDataset
Returns the mean value for an item.
getMedian(double[]) - Static method in class nl.strohalm.cyclos.utils.statistics.Median
Gets the median of a range of numbers.
getMedian(double[], double) - Static method in class nl.strohalm.cyclos.utils.statistics.Median
Gets the median of a range of numbers.
getMedian(List<Number>) - Static method in class nl.strohalm.cyclos.utils.statistics.Median
static method for retrieving the median
getMedian(List<Number>, double) - Static method in class nl.strohalm.cyclos.utils.statistics.Median
static method returning the median as a statisticalNumber, including the confidence interval.
getMedian() - Method in class nl.strohalm.cyclos.utils.statistics.Median
This method returns the median.
getMember() - Method in class nl.strohalm.cyclos.controls.access.LoginForm
 
getMember() - Method in class nl.strohalm.cyclos.controls.ActionContext
Returns the member if the logged user is either a member or an operator
getMember(ActionContext) - Method in class nl.strohalm.cyclos.controls.ads.EditAdAction
gets the member
getMember() - Method in class nl.strohalm.cyclos.controls.members.CreateMemberForm
 
getMember(String) - Method in class nl.strohalm.cyclos.controls.members.CreateMemberForm
 
getMember() - Method in class nl.strohalm.cyclos.controls.members.MemberProfileForm
 
getMember(String) - Method in class nl.strohalm.cyclos.controls.members.MemberProfileForm
 
getMember() - Method in class nl.strohalm.cyclos.controls.mobile.MobileActionContext
 
getMember() - Method in class nl.strohalm.cyclos.entities.access.MemberUser
 
getMember() - Method in class nl.strohalm.cyclos.entities.access.SessionQuery
 
getMember() - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardQuery
 
getMember() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransfer
 
getMember() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferQuery
 
getMember() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.MemberAccountFeeLog
 
getMember() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.MemberAccountFeeLogQuery
 
getMember() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery
 
getMember() - Method in class nl.strohalm.cyclos.entities.accounts.loans.BaseLoanQuery
 
getMember() - Method in class nl.strohalm.cyclos.entities.accounts.loans.Loan
 
getMember() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanGroupQuery
 
getMember() - Method in class nl.strohalm.cyclos.entities.accounts.MemberAccount
 
getMember() - Method in class nl.strohalm.cyclos.entities.accounts.pos.MemberPos
 
getMember() - Method in class nl.strohalm.cyclos.entities.accounts.pos.PosQuery
 
getMember() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceQuery
 
getMember() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPaymentQuery
 
getMember() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorizationQuery
 
getMember() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
getMember() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransfersAwaitingAuthorizationQuery
 
getMember() - Method in class nl.strohalm.cyclos.entities.alerts.AlertQuery
 
getMember() - Method in class nl.strohalm.cyclos.entities.alerts.MemberAlert
 
getMember() - Method in class nl.strohalm.cyclos.entities.customization.documents.DocumentQuery
 
getMember() - Method in class nl.strohalm.cyclos.entities.customization.documents.MemberDocument
 
getMember() - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberCustomFieldValue
 
getMember() - Method in class nl.strohalm.cyclos.entities.customization.fields.OperatorCustomField
 
getMember() - Method in class nl.strohalm.cyclos.entities.customization.images.MemberImage
 
getMember() - Method in class nl.strohalm.cyclos.entities.groups.GroupQuery
 
getMember() - Method in class nl.strohalm.cyclos.entities.groups.OperatorGroup
 
getMember() - Method in class nl.strohalm.cyclos.entities.members.adInterests.AdInterest
 
getMember() - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContractQuery
 
getMember() - Method in class nl.strohalm.cyclos.entities.members.FullTextOperatorQuery
 
getMember() - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMemberRecord
 
getMember() - Method in class nl.strohalm.cyclos.entities.members.MemberTransactionSummaryReportData
 
getMember() - Method in class nl.strohalm.cyclos.entities.members.Operator
 
getMember() - Method in class nl.strohalm.cyclos.entities.members.OperatorQuery
 
getMember() - Method in class nl.strohalm.cyclos.entities.members.PaymentsAwaitingFeedbackQuery
 
getMember() - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
getMember() - Method in class nl.strohalm.cyclos.entities.members.preferences.NotificationPreference
 
getMember() - Method in class nl.strohalm.cyclos.entities.members.printsettings.ReceiptPrinterSettings
 
getMember() - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecord
 
getMember() - Method in class nl.strohalm.cyclos.entities.members.RegistrationAgreementLog
 
getMember() - Method in class nl.strohalm.cyclos.entities.reports.MembersReportVO
 
getMember() - Method in class nl.strohalm.cyclos.entities.services.ServiceClient
 
getMember() - Method in class nl.strohalm.cyclos.entities.sms.MemberSmsStatus
 
getMember() - Method in class nl.strohalm.cyclos.entities.sms.SmsLogQuery
 
getMember() - Method in class nl.strohalm.cyclos.entities.sms.SmsMailing
 
getMember() - Method in class nl.strohalm.cyclos.entities.sms.SmsMailingQuery
 
getMember() - Method in class nl.strohalm.cyclos.services.elements.ChangeBrokerDTO
 
getMember() - Method in class nl.strohalm.cyclos.services.transactions.GrantLoanDTO
 
getMember() - Method in class nl.strohalm.cyclos.webservices.external.sms.SendSmsSenderParameters
 
getMember() - Method in class nl.strohalm.cyclos.webservices.model.AccountHistoryTransferVO
 
getMember() - Static method in class nl.strohalm.cyclos.webservices.WebServiceContext
Returns the Member for which the current ServiceClient is restricted, or null when none
getMemberAccountHandler() - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
getMemberAccounts(PrincipalParameters) - Method in interface nl.strohalm.cyclos.webservices.accounts.AccountWebService
Returns the active accounts a member have
getMemberAccounts(PrincipalParameters) - Method in class nl.strohalm.cyclos.webservices.accounts.AccountWebServiceImpl
 
getMemberAccountType() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalAccount
 
getMemberAccountType() - Method in class nl.strohalm.cyclos.entities.groups.GroupQuery
 
getMemberAccountTypesBalance() - Method in class nl.strohalm.cyclos.entities.reports.CurrentStateReportVO
 
getMemberAccountTypesBalance(Collection<MemberAccountType>, Collection<MemberGroup>, Calendar) - Method in class nl.strohalm.cyclos.services.accounts.AccountTypeServiceImpl
 
getMemberAccountTypesBalance(Collection<MemberAccountType>, Collection<MemberGroup>, Calendar) - Method in interface nl.strohalm.cyclos.services.accounts.AccountTypeServiceLocal
Returns the sum of the balances of the accounts of the system accounts of the given types
getMemberAddress() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.WebShopTicket
 
getMemberAddress() - Method in class nl.strohalm.cyclos.webservices.model.WebShopTicketVO
 
getMemberAlert() - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreferenceQuery
 
getMemberAlerts() - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreference
 
getMemberAlerts() - Method in class nl.strohalm.cyclos.services.application.ApplicationStatusVO
 
getMemberCards(long) - Method in interface nl.strohalm.cyclos.dao.accounts.cards.CardDAO
Return a List from a given Member
getMemberCards(long) - Method in class nl.strohalm.cyclos.dao.accounts.cards.CardDAOImpl
 
getMemberChargebackTTs() - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
getMemberColSpan() - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
getMemberColSpan() - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportDTO
 
getMemberComparator() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getMemberCustomFieldBinder() - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldAction
 
getMemberCustomFieldService() - Method in class nl.strohalm.cyclos.controls.accounts.cards.ExportCardsToCsvAction
 
getMemberCustomFieldService() - Method in class nl.strohalm.cyclos.controls.customization.documents.ViewDynamicDocumentAction
 
getMemberCustomFieldService() - Method in class nl.strohalm.cyclos.controls.members.brokering.PrintBrokeringsAction
 
getMemberCustomFieldService() - Method in class nl.strohalm.cyclos.controls.members.CreateMemberAction
 
getMemberCustomFieldService() - Method in class nl.strohalm.cyclos.controls.members.ExportMembersToCsvAction
 
getMemberCustomFieldService() - Method in class nl.strohalm.cyclos.controls.members.pending.ExportPendingMembersToCsvAction
 
getMemberCustomFieldService() - Method in class nl.strohalm.cyclos.controls.members.pending.SearchPendingMembersAction
 
getMemberCustomFieldService() - Method in class nl.strohalm.cyclos.controls.members.PublicCreateMemberAction
 
getMemberCustomFieldService() - Method in class nl.strohalm.cyclos.controls.members.SearchMembersAction
 
getMemberCustomValues() - Method in class nl.strohalm.cyclos.entities.accounts.loans.BaseLoanQuery
 
getMemberDataBinder() - Method in class nl.strohalm.cyclos.controls.groups.customizedFiles.EditGroupCustomizedFileAction
 
getMemberDataBinder() - Method in class nl.strohalm.cyclos.controls.groups.permissions.EditGroupPermissionsAction
 
getMemberField() - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.FieldMapping
 
getMemberFields() - Method in class nl.strohalm.cyclos.webservices.ads.AbstractAdSearchParameters
 
getMemberFieldValues() - Method in class nl.strohalm.cyclos.utils.transactionimport.TransactionImportDTO
 
getMemberGroup() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFeeQuery
 
getMemberGroup() - Method in class nl.strohalm.cyclos.entities.members.Member
 
getMemberGroup() - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
getMemberGroup() - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreferenceQuery
 
getMemberGroup() - Method in interface nl.strohalm.cyclos.entities.members.RegisteredMember
 
getMemberGroupAccountSettingsDao() - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
getMemberGroupId() - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.SearchAccountTypesAjaxForm
 
getMemberGroupIds() - Method in class nl.strohalm.cyclos.webservices.ads.AbstractAdSearchParameters
 
getMemberGroups() - Method in class nl.strohalm.cyclos.controls.accounts.paymentfilters.SearchPaymentFiltersAjaxForm
 
getMemberGroups() - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportDTO
 
getMemberGroups() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilterQuery
 
getMemberGroups() - Method in class nl.strohalm.cyclos.entities.members.MembersTransactionsReportParameters
 
getMemberGroups() - Method in class nl.strohalm.cyclos.entities.sms.SmsLogReportQuery
 
getMemberGroups() - Method in class nl.strohalm.cyclos.services.reports.CurrentStateReportParameters
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.access.channels.ChangePinForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.access.channels.ManageExternalAccessForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.access.channels.SelectChannelsForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.access.channels.UnblockPinForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.accounts.cards.CardForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.accounts.cards.SearchCardsForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.accounts.cards.UpdateCardForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.accounts.details.AccountHistoryForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.accounts.details.AccountOverviewForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.accounts.details.SearchScheduledPaymentsForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.accounts.details.SearchTransferAuthorizationsForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.accounts.details.ViewTransactionForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.accounts.pos.EditPosForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.ads.AdForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.ads.MemberAdsForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.customization.documents.EditMemberDocumentForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.customization.documents.ViewDocumentForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.invoices.BaseInvoiceForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.invoices.InvoiceDetailsForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.invoices.SearchInvoicesForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.loangroups.EditLoanGroupForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.loangroups.LoanGroupMembershipForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.loans.ConfirmLoanForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.loans.GrantLoanForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.loans.LoanDetailsForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.loans.SearchLoansForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.members.activities.ActivitiesForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.members.adinterests.EditAdInterestForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.members.brokering.ChangeBrokerForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.members.brokering.EditBrokerCommissionContractForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.members.brokering.ListBrokerCommissionContractsForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.members.brokering.ListBrokeringsForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.members.brokering.RemoveBrokerCommissionContractForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.members.brokering.SearchBrokerCommissionContractsForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.members.ChangeMemberGroupForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.members.contacts.AddContactForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.members.creditlimit.EditCreditLimitForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.members.documents.SelectDocumentForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.members.loangroups.MemberLoanGroupsForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.members.MemberProfileForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.members.preferences.NotificationPreferenceForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.members.records.EditMemberRecordForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.members.records.SearchMemberRecordsForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.members.references.EditReferenceForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.members.references.MemberReferencesForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.members.references.RemoveReferenceForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.members.RemoveMemberForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.members.sms.SearchSmsLogsForm
 
getMemberId() - Method in class nl.strohalm.cyclos.controls.payments.conversionsimulation.SimulateConversionForm
 
getMemberId() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentAwaitingFeedbackDTO
 
getMemberId() - Method in class nl.strohalm.cyclos.entities.members.MemberTransactionSummaryVO
 
getMemberId() - Method in class nl.strohalm.cyclos.utils.transactionimport.TransactionImportDTO
 
getMemberId() - Method in class nl.strohalm.cyclos.webservices.ads.AbstractAdSearchParameters
 
getMemberImport() - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMemberQuery
 
getMemberName() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentAwaitingFeedbackDTO
 
getMemberPos() - Method in class nl.strohalm.cyclos.entities.access.WrongCredentialAttempt
 
getMemberPos() - Method in class nl.strohalm.cyclos.entities.accounts.pos.Pos
 
getMemberPosDao() - Method in class nl.strohalm.cyclos.services.accounts.pos.MemberPosServiceImpl
 
getMemberPosStatus() - Method in class nl.strohalm.cyclos.entities.accounts.pos.PosLog
 
getMemberPosStatus() - Method in enum nl.strohalm.cyclos.entities.accounts.pos.PosQuery.QueryStatus
 
getMemberRecord() - Method in class nl.strohalm.cyclos.controls.members.records.EditMemberRecordForm
 
getMemberRecord(String) - Method in class nl.strohalm.cyclos.controls.members.records.EditMemberRecordForm
 
getMemberRecord() - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberRecordCustomFieldValue
 
getMemberRecord() - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMemberRecordCustomFieldValue
 
getMemberRecordCustomFieldBinder() - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldAction
 
getMemberRecordId() - Method in class nl.strohalm.cyclos.controls.members.records.EditMemberRecordForm
 
getMemberRecordId() - Method in class nl.strohalm.cyclos.controls.members.records.RemoveMemberRecordForm
 
getMemberRecords() - Method in class nl.strohalm.cyclos.entities.members.Element
 
getMemberRecordService() - Method in class nl.strohalm.cyclos.controls.members.records.EditMemberRecordAction
 
getMemberRecordType() - Method in class nl.strohalm.cyclos.controls.members.records.EditMemberRecordTypeForm
 
getMemberRecordType(String) - Method in class nl.strohalm.cyclos.controls.members.records.EditMemberRecordTypeForm
 
getMemberRecordType() - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberRecordCustomField
 
getMemberRecordTypeDao() - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
getMemberRecordTypeId() - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldForm
 
getMemberRecordTypeId() - Method in class nl.strohalm.cyclos.controls.customization.fields.RemoveCustomFieldForm
 
getMemberRecordTypeId() - Method in class nl.strohalm.cyclos.controls.customization.fields.SetCustomFieldOrderForm
 
getMemberRecordTypeId() - Method in class nl.strohalm.cyclos.controls.members.records.EditMemberRecordForm
 
getMemberRecordTypeId() - Method in class nl.strohalm.cyclos.controls.members.records.EditMemberRecordTypeForm
 
getMemberRecordTypeId() - Method in class nl.strohalm.cyclos.controls.members.records.RemoveMemberRecordTypeForm
 
getMemberRecordTypes() - Method in class nl.strohalm.cyclos.entities.groups.Group
 
getMemberResultDisplay() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getMembers() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanGroup
 
getMembers() - Method in class nl.strohalm.cyclos.entities.members.imports.MemberImport
 
getMembers() - Method in class nl.strohalm.cyclos.webservices.members.MemberResultPage
 
getMemberSearchAccess() - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberCustomField
 
getMemberService() - Method in class nl.strohalm.cyclos.controls.members.activities.ActivitiesAction
 
getMemberService() - Method in class nl.strohalm.cyclos.controls.members.ChangeMemberGroupAction
 
getMemberSettings() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
getMembersListReport() - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportForm
 
getMembersListReport(String) - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportForm
 
getMemberSmsStatus(Member) - Method in interface nl.strohalm.cyclos.services.preferences.PreferenceService
Returns the SMS status for the given member
getMemberSmsStatus(Member) - Method in class nl.strohalm.cyclos.services.preferences.PreferenceServiceImpl
 
getMemberSmsStatus(Member) - Method in class nl.strohalm.cyclos.services.preferences.PreferenceServiceSecurity
 
getMembersNotified() - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
getMembersTransactionsReport() - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportForm
 
getMembersTransactionsReport(String) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportForm
 
getMemberTimeout() - Method in class nl.strohalm.cyclos.entities.settings.AccessSettings
 
getMemberToMemberTTs() - Method in class nl.strohalm.cyclos.services.groups.MemberGroupPermissionsDTO
 
getMemberToMemberTTs() - Method in class nl.strohalm.cyclos.services.groups.OperatorGroupPermissionsDTO
 
getMemberToSystemTTs() - Method in class nl.strohalm.cyclos.services.groups.MemberGroupPermissionsDTO
 
getMemberToSystemTTs() - Method in class nl.strohalm.cyclos.services.groups.OperatorGroupPermissionsDTO
 
getMemberUser() - Method in class nl.strohalm.cyclos.entities.members.Member
 
getMemberUsername() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentAwaitingFeedbackDTO
 
getMemberUsername() - Method in class nl.strohalm.cyclos.utils.transactionimport.TransactionImportDTO
 
getMemberValues() - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
getMemberWebService() - Method in class nl.strohalm.cyclos.webservices.CyclosWebServicesClientFactory
Returns a proxy for the members web service
getMenu() - Method in class nl.strohalm.cyclos.taglibs.MenuTag
 
getMessage() - Method in class nl.strohalm.cyclos.controls.customization.translationMessages.EditTranslationMessageForm
 
getMessage(String) - Method in class nl.strohalm.cyclos.controls.customization.translationMessages.EditTranslationMessageForm
 
getMessage() - Method in class nl.strohalm.cyclos.controls.members.messages.SendMessageForm
 
getMessage(String) - Method in class nl.strohalm.cyclos.controls.members.messages.SendMessageForm
 
getMessage() - Method in exception nl.strohalm.cyclos.exceptions.MailSendingException
 
getMessage() - Method in exception nl.strohalm.cyclos.services.permissions.exceptions.PermissionCatalogInitializationException
 
getMessage() - Method in exception nl.strohalm.cyclos.services.sms.exceptions.SmsContextInitializationException
 
getMessage(Locale, String) - Method in class nl.strohalm.cyclos.struts.CyclosMessageResources
 
getMessage() - Method in class nl.strohalm.cyclos.utils.logging.WebServiceLogDTO
 
getMessage() - Method in exception nl.strohalm.cyclos.utils.validation.ValidationException
 
getMessageBox() - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
getMessageBox() - Method in class nl.strohalm.cyclos.entities.members.messages.MessageQuery
 
getMessageCategories() - Method in class nl.strohalm.cyclos.entities.groups.SystemGroup
 
getMessageCategories() - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreference
 
getMessageCategories() - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
getMessageCategories() - Method in class nl.strohalm.cyclos.services.groups.SystemGroupPermissionsDTO
 
getMessageCategoriesDataBinder() - Method in class nl.strohalm.cyclos.controls.members.messages.SearchMessageCategoriesAjaxAction
 
getMessageCategory() - Method in class nl.strohalm.cyclos.controls.members.messages.EditMessageCategoryForm
 
getMessageCategory(String) - Method in class nl.strohalm.cyclos.controls.members.messages.EditMessageCategoryForm
 
getMessageCategory() - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreferenceQuery
 
getMessageCategoryDao() - Method in class nl.strohalm.cyclos.services.elements.MessageCategoryServiceImpl
 
getMessageCategoryId() - Method in class nl.strohalm.cyclos.controls.members.messages.EditMessageCategoryForm
 
getMessageCategoryId() - Method in class nl.strohalm.cyclos.controls.members.messages.RemoveMessageCategoryForm
 
getMessageCategoryService() - Method in class nl.strohalm.cyclos.controls.members.messages.EditMessageCategoryAction
 
getMessageCategoryService() - Method in class nl.strohalm.cyclos.controls.members.messages.RemoveMessageCategoryAction
 
getMessageCategoryService() - Method in class nl.strohalm.cyclos.controls.members.messages.SearchMessageCategoriesAjaxAction
 
getMessageConverter(ServletContext, String) - Method in class nl.strohalm.cyclos.utils.MessageHelper
 
getMessageFormat() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getMessageId() - Method in class nl.strohalm.cyclos.controls.customization.translationMessages.EditTranslationMessageForm
 
getMessageId() - Method in class nl.strohalm.cyclos.controls.members.messages.ChangeMessageStatusForm
 
getMessageId() - Method in class nl.strohalm.cyclos.controls.members.messages.ViewMessageForm
 
getMessageIds() - Method in class nl.strohalm.cyclos.controls.customization.translationMessages.RemoveTranslationMessagesForm
 
getMessageKey() - Method in exception nl.strohalm.cyclos.controls.mobile.exceptions.MobileException
 
getMessageMailSubjectPrefix() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getMessageMailSuffixHtml() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getMessageMailSuffixPlain() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getMessageResolver(MessageResolver) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
getMessageResolver() - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
getMessageService() - Method in class nl.strohalm.cyclos.controls.settings.EditLocalSettingsAction
 
getMessageSettings() - Method in interface nl.strohalm.cyclos.services.settings.SettingsService
Retrieve the message settings
getMessageSettings() - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
getMessageSettings() - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceSecurity
 
getMessagesSent() - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
getMessageType() - Method in class nl.strohalm.cyclos.entities.sms.SmsLog
 
getMessageType() - Method in class nl.strohalm.cyclos.services.elements.SendSmsDTO
 
getMessageTypes() - Method in class nl.strohalm.cyclos.entities.sms.SmsLogReportQuery
 
getMethodName() - Method in class nl.strohalm.cyclos.utils.logging.WebServiceLogDTO
 
getMethodName() - Static method in class nl.strohalm.cyclos.webservices.WebServiceContext
Returns the web service method name
getMigrations(String) - Method in class nl.strohalm.cyclos.setup.Version
 
getMigrationsByDataBase() - Method in class nl.strohalm.cyclos.setup.Version
 
getMin() - Method in class nl.strohalm.cyclos.utils.RangeConstraint
 
getMinimalD() - Method in class nl.strohalm.cyclos.entities.accounts.Currency
 
getMinimalD() - Method in class nl.strohalm.cyclos.entities.accounts.DRateParameters
 
getMinimalD() - Method in class nl.strohalm.cyclos.services.accounts.rates.DRatedFeeDTO
 
getMinimumPayment() - Method in interface nl.strohalm.cyclos.services.transactions.PaymentService
Returns the minimum payment
getMinimumPayment() - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
getMinimumPayment() - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceSecurity
 
getMinimunPayment() - Method in exception nl.strohalm.cyclos.services.transactions.exceptions.TransferMinimumPaymentException
 
getMinWidth() - Method in class nl.strohalm.cyclos.taglibs.MultiDropDownTag
 
getModel() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType
 
getModels() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeTypeQuery
 
getModifiedBy() - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecord
 
getModifyAdminRecordTypes() - Method in class nl.strohalm.cyclos.entities.groups.AdminGroup
 
getModifyAdminRecordTypes() - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
getModifyMemberRecordTypes() - Method in class nl.strohalm.cyclos.entities.groups.AdminGroup
 
getModifyMemberRecordTypes() - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
getModule() - Method in enum nl.strohalm.cyclos.access.AdminAdminPermission
 
getModule() - Method in enum nl.strohalm.cyclos.access.AdminMemberPermission
 
getModule() - Method in enum nl.strohalm.cyclos.access.AdminSystemPermission
 
getModule() - Method in enum nl.strohalm.cyclos.access.BasicPermission
 
getModule() - Method in enum nl.strohalm.cyclos.access.BrokerPermission
 
getModule() - Method in enum nl.strohalm.cyclos.access.MemberPermission
 
getModule() - Method in enum nl.strohalm.cyclos.access.OperatorPermission
 
getModule() - Method in interface nl.strohalm.cyclos.access.Permission
 
getModule() - Method in class nl.strohalm.cyclos.taglibs.MenuTag
 
getModules() - Method in enum nl.strohalm.cyclos.access.ModuleType
 
getModuleTypes(Group.Nature) - Static method in enum nl.strohalm.cyclos.access.ModuleType
 
getMonth() - Method in class nl.strohalm.cyclos.services.stats.general.KeyDevelopmentsStatsPerMonthVO
 
getMonthlyInterest() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanParameters
 
getMonthlyInterestAmount() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanParameters
 
getMonthlyInterestRepaymentType() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanParameters
 
getMultiGraph() - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
 
getMultiGraphProducers() - Method in class nl.strohalm.cyclos.controls.reports.statistics.graphs.StatisticalDataProducer
this method takes the object (this), and splits the data up into an array of separated StatisticalDataProducers, where each serie or category in the original object gets a separate StatisticalDataProducer in the resulting array.
getMultipleValues() - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldPossibleValueForm
 
getMultiplier() - Method in enum nl.strohalm.cyclos.utils.FileUnits
 
getMultivaluedPermissions(Group.Nature) - Static method in class nl.strohalm.cyclos.utils.access.PermissionHelper
 
getName() - Method in class nl.strohalm.cyclos.controls.customization.images.SystemImagesForm
 
getName() - Method in class nl.strohalm.cyclos.controls.members.SearchAdminsAjaxForm
 
getName() - Method in class nl.strohalm.cyclos.controls.members.SearchMembersAjaxForm
 
getName() - Method in class nl.strohalm.cyclos.entities.access.Channel
 
getName() - Method in enum nl.strohalm.cyclos.entities.access.Channel.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.access.ChannelPrincipal.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.access.LoginHistoryLog.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.access.Session.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.access.User.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.access.UsernameChangeLog.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.Account.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.AccountRates.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.accounts.AccountType
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.AccountType.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.accounts.AccountTypeQuery
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.cards.Card.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardType
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.ClosedAccountBalance.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.accounts.Currency
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.Currency.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalAccount
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.external.ExternalAccount.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalAccountDetailsVO
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.external.ExternalTransfer.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.external.ExternalTransferImport.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferType
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.external.ExternalTransferType.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.FieldMapping
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.external.filemapping.FieldMapping.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMapping.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMappingWithFields.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeAmount.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLog.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.fees.account.MemberAccountFeeLog.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.fees.transaction.BrokerCommission.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.fees.transaction.SimpleTransactionFee.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFeeQuery
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.guarantees.Certification.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.guarantees.CertificationLog.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeLog.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligation.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligationLog.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.loans.Loan.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanGroup
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.loans.LoanGroup.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanGroupQuery
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.loans.LoanPayment.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.MemberAccount.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.MemberAccountType.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.MemberGroupAccountSettings.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.pos.MemberPos.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.pos.Pos.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.RateParameters.Relatonships
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.SystemAccountType.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.transactions.AuthorizationLevel.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.transactions.Invoice.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.transactions.InvoicePayment.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.transactions.Payment.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilter
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilter.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilterQuery
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.transactions.PaymentRequestTicket.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPayment.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.transactions.Ticket.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.transactions.Transfer.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorization.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
getName() - Method in enum nl.strohalm.cyclos.entities.accounts.transactions.TransferType.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
getName() - Method in enum nl.strohalm.cyclos.entities.ads.Ad.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.ads.AdCategory
 
getName() - Method in enum nl.strohalm.cyclos.entities.ads.AdCategory.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.ads.AdCategoryWithCounterVO
 
getName() - Method in enum nl.strohalm.cyclos.entities.ads.imports.AdImport.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.ads.imports.ImportedAd.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAdCategory
 
getName() - Method in enum nl.strohalm.cyclos.entities.ads.imports.ImportedAdCategory.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.ads.imports.ImportedAdCustomFieldValue.Relationships
 
getName() - Method in interface nl.strohalm.cyclos.entities.alerts.AlertType
Returns a type for this name
getName() - Method in enum nl.strohalm.cyclos.entities.alerts.ErrorLogEntry.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.alerts.MemberAlert.Alerts
 
getName() - Method in enum nl.strohalm.cyclos.entities.alerts.MemberAlert.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.alerts.SystemAlert.Alerts
 
getName() - Method in class nl.strohalm.cyclos.entities.customization.binaryfiles.BinaryFile
 
getName() - Method in class nl.strohalm.cyclos.entities.customization.documents.Document
 
getName() - Method in enum nl.strohalm.cyclos.entities.customization.documents.Document.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.customization.documents.DocumentPage.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.customization.documents.DynamicDocument.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.customization.documents.MemberDocument.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.customization.documents.StaticDocument.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.customization.fields.AdCustomFieldValue.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.customization.fields.AdminCustomField.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.customization.fields.AdminCustomFieldValue.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomField
 
getName() - Method in enum nl.strohalm.cyclos.entities.customization.fields.CustomField.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.customization.fields.CustomFieldPossibleValue.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.customization.fields.CustomFieldValue.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.customization.fields.LoanGroupCustomFieldValue.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.customization.fields.MemberCustomField.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.customization.fields.MemberCustomFieldValue.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.customization.fields.MemberRecordCustomField.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.customization.fields.MemberRecordCustomFieldValue.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.customization.fields.OperatorCustomField.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.customization.fields.PaymentCustomField.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.customization.fields.PaymentCustomFieldValue.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.customization.files.CustomizedFile.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.customization.files.File
 
getName() - Method in enum nl.strohalm.cyclos.entities.customization.images.AdImage.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.customization.images.Image
 
getName() - Method in enum nl.strohalm.cyclos.entities.customization.images.MemberImage.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.Entity
This method could be overridden by subclasses to return the entity's name
By default it invoke by reflection a getName() method, if not, returns id#simple_class_name
getName() - Method in enum nl.strohalm.cyclos.entities.groups.AdminGroup.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.groups.BrokerGroup.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.groups.Group
 
getName() - Method in enum nl.strohalm.cyclos.entities.groups.Group.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.groups.GroupFilter
 
getName() - Method in enum nl.strohalm.cyclos.entities.groups.GroupFilter.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.groups.GroupFilterQuery
 
getName() - Method in enum nl.strohalm.cyclos.entities.groups.GroupHistoryLog.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.groups.MemberGroup.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.groups.OperatorGroup.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.groups.SystemGroup.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.members.adInterests.AdInterest.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.members.Administrator.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.members.BrokeringQuery
 
getName() - Method in enum nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContract.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.members.brokerings.Brokering.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.members.brokerings.BrokeringCommissionStatus.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.members.brokerings.DefaultBrokerCommission.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.members.Contact.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.members.Element
 
getName() - Method in enum nl.strohalm.cyclos.entities.members.Element.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.members.ElementQuery
 
getName() - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMember
 
getName() - Method in enum nl.strohalm.cyclos.entities.members.imports.ImportedMember.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.members.imports.ImportedMemberRecord.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.members.imports.ImportedMemberRecordCustomFieldValue.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.members.imports.MemberImport.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.members.Member.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.members.MemberTransactionDetailsReportData
 
getName() - Method in enum nl.strohalm.cyclos.entities.members.messages.Message.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.members.messages.MessageCategory
 
getName() - Method in enum nl.strohalm.cyclos.entities.members.messages.MessageCategory.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.members.Operator.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
getName() - Method in enum nl.strohalm.cyclos.entities.members.PendingMember.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.members.PendingMemberQuery
 
getName() - Method in enum nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreference.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.members.preferences.NotificationPreference.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.members.printsettings.ReceiptPrinterSettings
 
getName() - Method in enum nl.strohalm.cyclos.entities.members.printsettings.ReceiptPrinterSettings.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.members.records.MemberRecord.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordType
 
getName() - Method in enum nl.strohalm.cyclos.entities.members.records.MemberRecordType.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.members.Reference.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.members.ReferenceHistoryLog.Relationships
 
getName() - Method in interface nl.strohalm.cyclos.entities.members.RegisteredMember
 
getName() - Method in class nl.strohalm.cyclos.entities.members.RegistrationAgreement
 
getName() - Method in enum nl.strohalm.cyclos.entities.members.RegistrationAgreementLog.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.members.remarks.BrokerRemark.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.members.remarks.GroupRemark.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.members.remarks.Remark.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.members.TransactionFeedback.Relationships
 
getName() - Method in interface nl.strohalm.cyclos.entities.Relationship
Returns the property name for this relationship
getName() - Method in class nl.strohalm.cyclos.entities.services.ServiceClient
 
getName() - Method in enum nl.strohalm.cyclos.entities.services.ServiceClient.Relationships
 
getName() - Method in class nl.strohalm.cyclos.entities.settings.Setting
 
getName() - Method in enum nl.strohalm.cyclos.entities.sms.MemberSmsStatus.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.sms.SmsLog.Relationships
 
getName() - Method in enum nl.strohalm.cyclos.entities.sms.SmsMailing.Relationships
 
getName() - Method in class nl.strohalm.cyclos.initializations.CustomizedFileInitialization
 
getName() - Method in class nl.strohalm.cyclos.initializations.DocumentInitialization
 
getName() - Method in class nl.strohalm.cyclos.initializations.ImageInitialization
 
getName() - Method in interface nl.strohalm.cyclos.initializations.LocalInitialization
 
getName() - Method in interface nl.strohalm.cyclos.initializations.LocalWebInitialization
 
getName() - Method in class nl.strohalm.cyclos.initializations.StrutsInitialization
 
getName() - Method in class nl.strohalm.cyclos.scheduling.tasks.BaseScheduledTask
 
getName() - Method in interface nl.strohalm.cyclos.scheduling.tasks.ScheduledTask
Returns the name of this task
getName() - Method in class nl.strohalm.cyclos.taglibs.AbstractCustomizedFileTag
 
getName() - Method in class nl.strohalm.cyclos.taglibs.CustomImageUrlTag
 
getName() - Method in class nl.strohalm.cyclos.taglibs.MultiDropDownTag
 
getName() - Method in class nl.strohalm.cyclos.taglibs.RichTextAreaTag
 
getName() - Method in interface nl.strohalm.cyclos.utils.cache.Cache
Returns the name of this cache
getName() - Method in class nl.strohalm.cyclos.utils.cache.ehcache.CacheEvictionEvent
 
getName() - Method in class nl.strohalm.cyclos.utils.cache.EhCacheCache
 
getName() - Method in class nl.strohalm.cyclos.utils.EntityVO
 
getName() - Method in class nl.strohalm.cyclos.utils.NamedPeriod
 
getName() - Method in class nl.strohalm.cyclos.utils.validation.Validator.Property
 
getName() - Method in class nl.strohalm.cyclos.webservices.members.MemberSearchParameters
 
getName() - Method in class nl.strohalm.cyclos.webservices.members.RegisterMemberParameters
 
getName() - Method in class nl.strohalm.cyclos.webservices.members.UpdateMemberParameters
 
getName() - Method in class nl.strohalm.cyclos.webservices.model.AccountTypeVO
 
getName() - Method in class nl.strohalm.cyclos.webservices.model.AdCategoryVO
 
getName() - Method in class nl.strohalm.cyclos.webservices.model.CurrencyVO
 
getName() - Method in class nl.strohalm.cyclos.webservices.model.GroupVO
 
getName() - Method in class nl.strohalm.cyclos.webservices.model.MemberVO
 
getName() - Method in class nl.strohalm.cyclos.webservices.model.TransferTypeVO
 
getNameOrUsername() - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMemberQuery
 
getNature() - Method in class nl.strohalm.cyclos.controls.access.ListConnectedUsersForm
 
getNature() - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.EditTransactionFeeForm
 
getNature() - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.ListGeneratedTypesAjaxForm
 
getNature() - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldForm
 
getNature() - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldPossibleValueForm
 
getNature() - Method in class nl.strohalm.cyclos.controls.customization.fields.ListCustomFieldsForm
 
getNature() - Method in class nl.strohalm.cyclos.controls.customization.fields.MoveCustomFieldPossibleValueForm
 
getNature() - Method in class nl.strohalm.cyclos.controls.customization.fields.RemoveCustomFieldForm
 
getNature() - Method in class nl.strohalm.cyclos.controls.customization.fields.RemoveCustomFieldPossibleValueForm
 
getNature() - Method in class nl.strohalm.cyclos.controls.customization.fields.SearchPossibleValuesAjaxForm
 
getNature() - Method in class nl.strohalm.cyclos.controls.customization.fields.SetCustomFieldOrderForm
 
getNature() - Method in class nl.strohalm.cyclos.controls.customization.images.CustomImagesForm
 
getNature() - Method in class nl.strohalm.cyclos.controls.members.references.MemberReferencesForm
 
getNature() - Method in class nl.strohalm.cyclos.entities.accounts.Account
 
getNature() - Method in class nl.strohalm.cyclos.entities.accounts.AccountType
 
getNature() - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.CSVFileMapping
 
getNature() - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.CustomFileMapping
 
getNature() - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMapping
Returns the nature of the FileMapping
getNature() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.BrokerCommission
 
getNature() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.SimpleTransactionFee
 
getNature() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
getNature() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFeeQuery
 
getNature() - Method in class nl.strohalm.cyclos.entities.accounts.MemberAccount
 
getNature() - Method in class nl.strohalm.cyclos.entities.accounts.MemberAccountType
 
getNature() - Method in class nl.strohalm.cyclos.entities.accounts.SystemAccount
 
getNature() - Method in class nl.strohalm.cyclos.entities.accounts.SystemAccountType
 
getNature() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Payment
 
getNature() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilterQuery
 
getNature() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPayment
 
getNature() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TicketQuery
 
getNature() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
getNature() - Method in class nl.strohalm.cyclos.entities.customization.documents.Document
 
getNature() - Method in class nl.strohalm.cyclos.entities.customization.documents.DynamicDocument
 
getNature() - Method in class nl.strohalm.cyclos.entities.customization.documents.MemberDocument
 
getNature() - Method in class nl.strohalm.cyclos.entities.customization.documents.StaticDocument
 
getNature() - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomField
 
getNature() - Method in class nl.strohalm.cyclos.entities.customization.images.AdImage
 
getNature() - Method in class nl.strohalm.cyclos.entities.customization.images.CustomImage
 
getNature() - Method in class nl.strohalm.cyclos.entities.customization.images.Image
 
getNature() - Method in class nl.strohalm.cyclos.entities.customization.images.ImageDetailsDTO
 
getNature() - Method in class nl.strohalm.cyclos.entities.customization.images.MemberImage
 
getNature() - Method in class nl.strohalm.cyclos.entities.customization.images.StyleImage
 
getNature() - Method in class nl.strohalm.cyclos.entities.customization.images.SystemImage
 
getNature() - Method in class nl.strohalm.cyclos.entities.groups.AdminGroup
 
getNature() - Method in class nl.strohalm.cyclos.entities.groups.BrokerGroup
 
getNature() - Method in class nl.strohalm.cyclos.entities.groups.Group
 
getNature() - Method in class nl.strohalm.cyclos.entities.groups.GroupQuery
 
getNature() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
getNature() - Method in class nl.strohalm.cyclos.entities.groups.OperatorGroup
 
getNature() - Method in class nl.strohalm.cyclos.entities.members.Administrator
 
getNature() - Method in class nl.strohalm.cyclos.entities.members.Element
 
getNature() - Method in class nl.strohalm.cyclos.entities.members.FullTextAdminQuery
 
getNature() - Method in class nl.strohalm.cyclos.entities.members.FullTextElementQuery
 
getNature() - Method in class nl.strohalm.cyclos.entities.members.FullTextMemberQuery
 
getNature() - Method in class nl.strohalm.cyclos.entities.members.FullTextOperatorQuery
 
getNature() - Method in class nl.strohalm.cyclos.entities.members.GeneralReference
 
getNature() - Method in class nl.strohalm.cyclos.entities.members.Member
 
getNature() - Method in class nl.strohalm.cyclos.entities.members.Operator
 
getNature() - Method in class nl.strohalm.cyclos.entities.members.Reference
 
getNature() - Method in class nl.strohalm.cyclos.entities.members.ReferenceQuery
 
getNature() - Method in class nl.strohalm.cyclos.entities.members.remarks.BrokerRemark
 
getNature() - Method in class nl.strohalm.cyclos.entities.members.remarks.BrokerRemarkQuery
 
getNature() - Method in class nl.strohalm.cyclos.entities.members.remarks.GroupRemark
 
getNature() - Method in class nl.strohalm.cyclos.entities.members.remarks.GroupRemarkQuery
 
getNature() - Method in class nl.strohalm.cyclos.entities.members.remarks.Remark
 
getNature() - Method in class nl.strohalm.cyclos.entities.members.remarks.RemarkQuery
 
getNature() - Method in class nl.strohalm.cyclos.entities.members.TransactionFeedback
 
getNatureDiscriminators() - Method in class nl.strohalm.cyclos.entities.groups.GroupQuery
 
getNatures() - Method in class nl.strohalm.cyclos.controls.groups.SearchGroupsAjaxForm
 
getNatures() - Method in class nl.strohalm.cyclos.entities.access.SessionQuery
 
getNatures() - Method in class nl.strohalm.cyclos.entities.customization.documents.DocumentQuery
 
getNatures() - Method in class nl.strohalm.cyclos.entities.groups.GroupQuery
 
getNaturesByGroup(MemberGroup) - Method in interface nl.strohalm.cyclos.services.elements.ReferenceService
Returns the reference natures a member group is related to
getNaturesByGroup(MemberGroup) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceImpl
 
getNaturesByGroup(MemberGroup) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceSecurity
 
getNaturesCollection() - Method in class nl.strohalm.cyclos.entities.groups.GroupQuery
 
getNaturesList() - Method in class nl.strohalm.cyclos.entities.groups.GroupQuery
 
getNavigation() - Method in class nl.strohalm.cyclos.controls.ActionContext
Returns the navigation object
getNegateAmountConverter() - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMappingWithFields
Returns a converter for negateAmount
getNegativeAmountValue() - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMappingWithFields
 
getNestedProperty() - Method in class nl.strohalm.cyclos.utils.validation.Validator
 
getNewBroker() - Method in class nl.strohalm.cyclos.entities.members.remarks.BrokerRemark
 
getNewBroker() - Method in class nl.strohalm.cyclos.services.elements.ChangeBrokerDTO
 
getNewBrokerId() - Method in class nl.strohalm.cyclos.controls.members.brokering.ChangeBrokerForm
 
getNewCategories() - Method in class nl.strohalm.cyclos.entities.ads.imports.AdImportResult
 
getNewCategories(AdImport) - Method in interface nl.strohalm.cyclos.services.ads.AdImportService
Returns the new categories that will be created when the given import is processed
getNewCategories(AdImport) - Method in class nl.strohalm.cyclos.services.ads.AdImportServiceImpl
 
getNewCategories(AdImport) - Method in class nl.strohalm.cyclos.services.ads.AdImportServiceSecurity
 
getNewCommissionContractMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getNewCommissionContractSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getNewCommissionContractSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getNewContents() - Method in class nl.strohalm.cyclos.entities.customization.files.CustomizedFile
 
getNewCredentials() - Method in class nl.strohalm.cyclos.webservices.access.ChangeCredentialsParameters
 
getNewCreditLimits() - Method in class nl.strohalm.cyclos.controls.members.creditlimit.EditCreditLimitForm
 
getNewCssClasses() - Method in class nl.strohalm.cyclos.setup.Version
 
getNewGroup() - Method in class nl.strohalm.cyclos.entities.members.remarks.GroupRemark
 
getNewGroupId() - Method in class nl.strohalm.cyclos.controls.elements.ChangeElementGroupForm
 
getNewHelps() - Method in class nl.strohalm.cyclos.setup.Version
 
getNewLibraries() - Method in class nl.strohalm.cyclos.setup.Version
 
getNewLog(Certification.Status, Element) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Certification
 
getNewLog(Guarantee.Status, Element) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
getNewLog(PaymentObligation.Status, Element) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligation
 
getNewMemberGroup() - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreferenceQuery
 
getNewMembers() - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreference
 
getNewMembersCountThroughTheTime(Collection<? extends Group>, Period) - Method in interface nl.strohalm.cyclos.dao.members.ElementDAO
Returns the number of new members through the years, during a date interval The key of the returned Map is the year The value of the returned Map is the number of members
getNewMembersCountThroughTheTime(Collection<? extends Group>, Period) - Method in class nl.strohalm.cyclos.dao.members.ElementDAOImpl
 
getNewPassword() - Method in class nl.strohalm.cyclos.controls.access.ChangePasswordForm
 
getNewPassword() - Method in class nl.strohalm.cyclos.services.access.ChangeLoginPasswordDTO
 
getNewPasswordConfirmation() - Method in class nl.strohalm.cyclos.controls.access.ChangePasswordForm
 
getNewPasswordConfirmation() - Method in class nl.strohalm.cyclos.services.access.ChangeLoginPasswordDTO
 
getNewPayment(HttpSession) - Static method in class nl.strohalm.cyclos.controls.webshop.WebShopHelper
Returns the new payment DTO
getNewPayments() - Method in class nl.strohalm.cyclos.services.elements.MemberStatusVO
 
getNewPendingPayment() - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreferenceQuery
 
getNewPendingPaymentByBrokerMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getNewPendingPaymentByBrokerSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getNewPendingPaymentByBrokerSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getNewPendingPaymentByPayerMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getNewPendingPaymentByPayerSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getNewPendingPaymentByPayerSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getNewPendingPaymentByReceiverMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getNewPendingPaymentByReceiverSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getNewPendingPaymentByReceiverSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getNewPendingPayments() - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreference
 
getNewPin() - Method in class nl.strohalm.cyclos.controls.access.channels.ChangePinForm
 
getNewPin() - Method in class nl.strohalm.cyclos.services.access.ChangePinDTO
 
getNewPinConfirmation() - Method in class nl.strohalm.cyclos.controls.access.channels.ChangePinForm
 
getNewPinConfirmation() - Method in class nl.strohalm.cyclos.services.access.ChangePinDTO
 
getNewReferences() - Method in class nl.strohalm.cyclos.services.elements.MemberStatusVO
 
getNewSetupKeys() - Method in class nl.strohalm.cyclos.setup.Version
 
getNewStaticFiles() - Method in class nl.strohalm.cyclos.setup.Version
 
getNewStatus() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.CancelCertificationAction
 
getNewStatus() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.ChangeStatusCertificationAction
 
getNewStatus() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.LockCertificationAction
 
getNewStatus() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.UnlockCertificationAction
 
getNewStatus() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.CancelGuaranteeAction
 
getNewStatus() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.ChangeStatusGuaranteeAction
 
getNewStatus() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.DenyGuaranteeAction
 
getNewStatus() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.ChangeStatusPaymentObligationAction
 
getNewStatus() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.ConcealPaymentObligationAction
 
getNewStatus() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.PublishPaymentObligationAction
 
getNewstatus() - Method in exception nl.strohalm.cyclos.services.accounts.guarantees.exceptions.CertificationStatusChangeException
 
getNewstatus() - Method in exception nl.strohalm.cyclos.services.accounts.guarantees.exceptions.GuaranteeStatusChangeException
 
getNewstatus() - Method in exception nl.strohalm.cyclos.services.accounts.guarantees.exceptions.PaymentObligationStatusChangeException
 
getNewTranslationKeys() - Method in class nl.strohalm.cyclos.setup.Version
 
getNewUpperCreditLimits() - Method in class nl.strohalm.cyclos.controls.members.creditlimit.EditCreditLimitForm
 
getNewUsername() - Method in class nl.strohalm.cyclos.entities.access.UsernameChangeLog
 
getNewValueId() - Method in class nl.strohalm.cyclos.controls.customization.fields.MoveCustomFieldPossibleValueForm
 
getNextAdToNotify() - Method in class nl.strohalm.cyclos.services.ads.AdServiceImpl
 
getNextAdToNotify() - Method in interface nl.strohalm.cyclos.services.ads.AdServiceLocal
Returns the next advertisement which should be notified
getNextAuthorizationLevel() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
getNextExecutionDate() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
getNextPendingProcessing() - Method in interface nl.strohalm.cyclos.dao.accounts.AccountDAO
gets the first MemberAccount it can find with a non null action field.
getNextPendingProcessing() - Method in class nl.strohalm.cyclos.dao.accounts.AccountDAOImpl
 
getNoLoans() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanGroupQuery
 
getNormalStatus() - Method in enum nl.strohalm.cyclos.entities.accounts.transactions.TicketQuery.GroupedStatus
 
getNotes() - Method in class nl.strohalm.cyclos.entities.members.Contact
 
getNotificationPreference() - Method in class nl.strohalm.cyclos.controls.members.preferences.NotificationPreferenceForm
 
getNotificationPreference(String) - Method in class nl.strohalm.cyclos.controls.members.preferences.NotificationPreferenceForm
 
getNotificationPreferences() - Method in class nl.strohalm.cyclos.entities.members.Member
 
getNotImportedTypes() - Method in exception nl.strohalm.cyclos.services.settings.exceptions.SelectedSettingTypeNotInFileException
 
getNotPaidLimit() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalTaxesQuery
 
getNotPaidSumsPerAccountFee() - Method in class nl.strohalm.cyclos.services.stats.taxes.TaxesPerMemberStats
 
getNotRelatedToGroup() - Method in class nl.strohalm.cyclos.services.accounts.MemberAccountTypeQuery
 
getNotRelatedToGroups() - Method in class nl.strohalm.cyclos.services.accounts.MemberAccountTypeQuery
 
getNumber() - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardQuery
 
getNumber() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanPayment
 
getNumber() - Method in class nl.strohalm.cyclos.services.transactions.LoanPaymentDetailDTO
 
getNumber() - Method in class nl.strohalm.cyclos.taglibs.FormatTag
 
getNumber() - Method in class nl.strohalm.cyclos.utils.TimePeriod
 
getNumber() - Method in class nl.strohalm.cyclos.webservices.model.TimePeriodVO
 
getNumberActiveAdvertisements() - Method in class nl.strohalm.cyclos.entities.reports.AdReportVO
 
getNumberActiveMembers() - Method in class nl.strohalm.cyclos.entities.reports.CurrentStateReportVO
 
getNumberActiveMembersWithAds() - Method in class nl.strohalm.cyclos.entities.reports.AdReportVO
 
getNumberBrokeredMembers() - Method in class nl.strohalm.cyclos.services.elements.ActivitiesVO
 
getNumberConverter() - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMappingWithFields
Returns a converter for amount
getNumberConverter() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getNumberConverterForPrecision(int) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getNumberExpiredAdvertisements() - Method in class nl.strohalm.cyclos.entities.reports.AdReportVO
 
getNumberFormat() - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMappingWithFields
 
getNumberFormat() - Method in class nl.strohalm.cyclos.utils.conversion.NumberConverter
 
getNumberLocale() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getNumberOfAds(Member) - Method in class nl.strohalm.cyclos.controls.ads.EditAdAction
gets the number of ads for this member
getNumberOfAds(Calendar, Collection<? extends Group>, Ad.Status) - Method in interface nl.strohalm.cyclos.dao.ads.AdDAO
Get the number of ads of the given status and at the given date, and with the member belonging to the given group.
getNumberOfAds(Calendar, Collection<? extends Group>, Ad.Status) - Method in class nl.strohalm.cyclos.dao.ads.AdDAOImpl
 
getNumberOfAds(Calendar, Member) - Method in interface nl.strohalm.cyclos.services.ads.AdService
If a date is specified it returns the number of ads of a given member by date, otherwise
returns the number of ads of a given member by status (Ad.Status)
getNumberOfAds(Calendar, Member) - Method in class nl.strohalm.cyclos.services.ads.AdServiceImpl
 
getNumberOfAds(Collection<MemberGroup>, Ad.Status, Calendar) - Method in class nl.strohalm.cyclos.services.ads.AdServiceImpl
 
getNumberOfAds(Collection<MemberGroup>, Ad.Status, Calendar) - Method in interface nl.strohalm.cyclos.services.ads.AdServiceLocal
Returns the number of ads of a given status
getNumberOfAds(Calendar, Member) - Method in class nl.strohalm.cyclos.services.ads.AdServiceSecurity
 
getNumberOfCharges() - Method in class nl.strohalm.cyclos.services.stats.taxes.TaxesPerMemberStats
 
getNumberOfCopies() - Method in class nl.strohalm.cyclos.entities.accounts.pos.MemberPos
 
getNumberOfCopies() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
getNumberOfCopies() - Method in class nl.strohalm.cyclos.webservices.model.PosInitializationVO
 
getNumberOfCreatedAds(Period, Collection<? extends Group>) - Method in interface nl.strohalm.cyclos.dao.ads.AdDAO
Get the number of ads created in the given period
getNumberOfCreatedAds(Period, Collection<? extends Group>) - Method in class nl.strohalm.cyclos.dao.ads.AdDAOImpl
 
getNumberOfMembersInGroupsInPeriod(Collection<? extends Group>, Period) - Method in interface nl.strohalm.cyclos.dao.members.ElementDAO
gets the number of members which were in the specified group at any moment during the specified period.
getNumberOfMembersInGroupsInPeriod(Collection<? extends Group>, Period) - Method in class nl.strohalm.cyclos.dao.members.ElementDAOImpl
gets the number of members which were in the specified group at any moment during the specified period.
getNumberOfMembersWithAds(Calendar, Collection<? extends Group>) - Method in interface nl.strohalm.cyclos.dao.ads.AdDAO
Get the number of active members with ads at the given date, and with the member belonging to the given groups.
getNumberOfMembersWithAds(Calendar, Collection<? extends Group>) - Method in class nl.strohalm.cyclos.dao.ads.AdDAOImpl
 
getNumberOfParcels() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPayment
 
getNumberOfTransactions() - Method in class nl.strohalm.cyclos.services.stats.taxes.TaxesPerMemberStats
 
getNumberOfTransactionsPerMember(StatisticalDTO) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.TransferDAO
List of numbers of incoming transactions per member.
getNumberOfTransactionsPerMember(StatisticalDTO) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.TransferDAOImpl
 
getNumberOfTransactionsPerMonth(StatisticalDTO) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.TransferDAO
gets the number of transactions summed over all members in a list, where each element in the list specifies a specific month in the period.
getNumberOfTransactionsPerMonth(StatisticalDTO) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.TransferDAOImpl
 
getNumberPermanentAdvertisements() - Method in class nl.strohalm.cyclos.entities.reports.AdReportVO
 
getNumberScheduledAdvertisements() - Method in class nl.strohalm.cyclos.entities.reports.AdReportVO
 
getNumberType() - Method in class nl.strohalm.cyclos.utils.conversion.NumberConverter
 
getObject() - Method in class nl.strohalm.cyclos.spring.BaseSingletonFactoryBean
 
getObject() - Method in class nl.strohalm.cyclos.spring.CyclosConfigurationFactoryBean
 
getObjectType() - Method in class nl.strohalm.cyclos.spring.BaseSingletonFactoryBean
 
getObjectType() - Method in class nl.strohalm.cyclos.spring.CyclosConfigurationFactoryBean
 
getOldBroker() - Method in class nl.strohalm.cyclos.entities.members.remarks.BrokerRemark
 
getOldCredentials() - Method in class nl.strohalm.cyclos.webservices.access.ChangeCredentialsParameters
 
getOldestTransfer(Currency, Account, Period, boolean) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.TransferDAO
gets the oldest transfer processDate available.
getOldestTransfer(Currency, Account, Period, boolean) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.TransferDAOImpl
 
getOldGroup() - Method in class nl.strohalm.cyclos.entities.members.remarks.GroupRemark
 
getOldPassword() - Method in class nl.strohalm.cyclos.controls.access.ChangePasswordForm
 
getOldPassword() - Method in class nl.strohalm.cyclos.services.access.ChangeLoginPasswordDTO
 
getOldValueId() - Method in class nl.strohalm.cyclos.controls.customization.fields.MoveCustomFieldPossibleValueForm
 
getOnchange() - Method in class nl.strohalm.cyclos.taglibs.MultiDropDownTag
 
getOnChangeListener() - Method in class nl.strohalm.cyclos.controls.groups.permissions.MultiValuesPermissionVO
 
getOnClickHandler() - Method in class nl.strohalm.cyclos.taglibs.PaginationTag
 
getOneYearEarlier() - Method in class nl.strohalm.cyclos.utils.NamedPeriod
 
getOpenInvoices() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLogDetailsDTO
 
getOpenInvoices() - Method in class nl.strohalm.cyclos.services.application.ApplicationStatusVO
 
getOpenInvoices() - Method in class nl.strohalm.cyclos.services.elements.MemberStatusVO
 
getOpenLoans() - Method in class nl.strohalm.cyclos.services.elements.MemberStatusVO
 
getOpenLoansSummary() - Method in class nl.strohalm.cyclos.entities.reports.CurrentStateReportVO
 
getOpenLoansSummary(Currency) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceImpl
 
getOpenLoansSummary(Currency) - Method in interface nl.strohalm.cyclos.services.transactions.LoanServiceLocal
Return the open loans summary
getOpenReferenceHistoryLog(ReferenceHistoryLogQuery) - Method in interface nl.strohalm.cyclos.dao.members.ReferenceHistoryDAO
 
getOpenReferenceHistoryLog(ReferenceHistoryLogQuery) - Method in class nl.strohalm.cyclos.dao.members.ReferenceHistoryDAOImpl
 
getOperation() - Method in class nl.strohalm.cyclos.controls.accounts.cards.CardForm
 
getOperation() - Method in class nl.strohalm.cyclos.controls.accounts.pos.EditPosForm
 
getOperations() - Method in class nl.strohalm.cyclos.services.groups.GroupPermissionsDTO
 
getOperationType() - Method in class nl.strohalm.cyclos.entities.IndexOperation
 
getOperator() - Method in class nl.strohalm.cyclos.controls.operators.CreateOperatorForm
 
getOperator(String) - Method in class nl.strohalm.cyclos.controls.operators.CreateOperatorForm
 
getOperator() - Method in class nl.strohalm.cyclos.controls.operators.OperatorProfileForm
 
getOperator(String) - Method in class nl.strohalm.cyclos.controls.operators.OperatorProfileForm
 
getOperator() - Method in class nl.strohalm.cyclos.entities.access.OperatorUser
 
getOperator() - Method in class nl.strohalm.cyclos.entities.customization.fields.OperatorCustomFieldValue
 
getOperator() - Method in class nl.strohalm.cyclos.utils.hibernate.HibernateHelper.QueryParameter
 
getOperatorCustomFieldBinder() - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldAction
 
getOperatorGroup() - Method in class nl.strohalm.cyclos.entities.members.Operator
 
getOperatorId() - Method in class nl.strohalm.cyclos.controls.operators.ChangeOperatorGroupForm
 
getOperatorId() - Method in class nl.strohalm.cyclos.controls.operators.OperatorProfileForm
 
getOperatorId() - Method in class nl.strohalm.cyclos.controls.operators.RemoveOperatorForm
 
getOperatorUser() - Method in class nl.strohalm.cyclos.entities.members.Operator
 
getOptimalRangeAround(Number, double, int, double, Double) - Static method in class nl.strohalm.cyclos.utils.statistics.GraphHelper
Creates a nice range around a "midpoint", based on the optimum number of points along the x-axis.
getOptions() - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
getOrder() - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.FieldMapping
 
getOrder() - Method in class nl.strohalm.cyclos.entities.ads.AdCategory
 
getOrder() - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomField
 
getOrder() - Method in class nl.strohalm.cyclos.entities.customization.images.OwneredImage
 
getOrder() - Method in class nl.strohalm.cyclos.entities.members.ElementQuery
 
getOrder() - Method in class nl.strohalm.cyclos.entities.members.FullTextElementQuery
 
getOrder() - Method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.DatePattern
 
getOrder() - Method in class nl.strohalm.cyclos.entities.sms.SmsType
 
getOriginalContents() - Method in class nl.strohalm.cyclos.entities.customization.files.CustomizedFile
 
getOriginalTransfer() - Method in class nl.strohalm.cyclos.webservices.payments.ChargebackResult
 
getOriginalTransferType() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
getOriginalTransferType() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanParameters
 
getOrUpdateBrokeringCommissionStatus(Brokering, BrokerCommission) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
getOrUpdateBrokeringCommissionStatus(Brokering, BrokerCommission) - Method in interface nl.strohalm.cyclos.services.elements.CommissionServiceLocal
Returns the brokering commission status or null if it doesn't exist
getOut() - Static method in class nl.strohalm.cyclos.setup.Setup
 
getOutgoingInvoices() - Method in class nl.strohalm.cyclos.services.elements.ActivitiesVO
 
getOutputStream() - Method in class nl.strohalm.cyclos.http.ForcedBufferResponse
 
getOwner() - Method in class nl.strohalm.cyclos.entities.accounts.Account
 
getOwner() - Method in class nl.strohalm.cyclos.entities.accounts.AccountQuery
 
getOwner() - Method in class nl.strohalm.cyclos.entities.accounts.cards.Card
 
getOwner() - Method in class nl.strohalm.cyclos.entities.accounts.MemberAccount
 
getOwner() - Method in class nl.strohalm.cyclos.entities.accounts.SystemAccount
 
getOwner() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceQuery
 
getOwner() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceSummaryDTO
 
getOwner() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPaymentQuery
 
getOwner() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
getOwner() - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
getOwner() - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
getOwner() - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
getOwner() - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAdCustomFieldValue
 
getOwner() - Method in class nl.strohalm.cyclos.entities.customization.fields.AdCustomFieldValue
 
getOwner() - Method in class nl.strohalm.cyclos.entities.customization.fields.AdminCustomFieldValue
 
getOwner() - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomFieldValue
 
getOwner() - Method in class nl.strohalm.cyclos.entities.customization.fields.LoanGroupCustomFieldValue
 
getOwner() - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberCustomFieldValue
 
getOwner() - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberRecordCustomFieldValue
 
getOwner() - Method in class nl.strohalm.cyclos.entities.customization.fields.OperatorCustomFieldValue
 
getOwner() - Method in class nl.strohalm.cyclos.entities.customization.fields.PaymentCustomFieldValue
 
getOwner() - Method in class nl.strohalm.cyclos.entities.customization.images.AdImage
 
getOwner() - Method in class nl.strohalm.cyclos.entities.customization.images.ImageDetailsDTO
 
getOwner() - Method in class nl.strohalm.cyclos.entities.customization.images.MemberImage
 
getOwner() - Method in class nl.strohalm.cyclos.entities.customization.images.OwneredImage
 
getOwner() - Method in class nl.strohalm.cyclos.entities.members.adInterests.AdInterest
 
getOwner() - Method in class nl.strohalm.cyclos.entities.members.adInterests.AdInterestQuery
 
getOwner() - Method in class nl.strohalm.cyclos.entities.members.Contact
 
getOwner() - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMemberRecordCustomFieldValue
 
getOwner() - Method in class nl.strohalm.cyclos.entities.members.messages.Message
Resolve the message's owner: toMember when incoming, fromMember when outgoing
getOwner() - Method in class nl.strohalm.cyclos.services.accounts.AccountDTO
 
getOwner() - Method in class nl.strohalm.cyclos.services.accounts.MemberAccountTypeQuery
 
getOwner() - Method in class nl.strohalm.cyclos.webservices.model.AdVO
 
getOwner() - Method in class nl.strohalm.cyclos.webservices.model.PosInitializationVO
 
getOwnerId() - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.SearchAccountTypesAjaxForm
 
getOwnerName() - Method in class nl.strohalm.cyclos.entities.accounts.Account
 
getOwnerProperty() - Method in enum nl.strohalm.cyclos.entities.customization.images.Image.Nature
 
getOwnerType() - Method in enum nl.strohalm.cyclos.entities.customization.images.Image.Nature
 
getPadLength() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings.TransactionNumber
 
getPadLength() - Method in class nl.strohalm.cyclos.webservices.model.TransactionNumberVO
 
getPage() - Method in class nl.strohalm.cyclos.taglibs.HelpTag
 
getPageCount() - Method in interface nl.strohalm.cyclos.utils.query.Page
 
getPageCount() - Method in class nl.strohalm.cyclos.utils.query.PageImpl
 
getPageParameters() - Method in class nl.strohalm.cyclos.entities.members.MembersTransactionsReportParameters
 
getPageParameters() - Method in class nl.strohalm.cyclos.utils.query.QueryParameters
 
getPageSize() - Method in interface nl.strohalm.cyclos.utils.query.Page
 
getPageSize() - Method in class nl.strohalm.cyclos.utils.query.PageImpl
 
getPageSize() - Method in class nl.strohalm.cyclos.utils.query.PageParameters
 
getPageSize() - Method in class nl.strohalm.cyclos.webservices.model.SearchParameters
 
getPaidOrNot() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalTaxesQuery
 
getPaidSmsExpiration() - Method in class nl.strohalm.cyclos.entities.sms.MemberSmsStatus
 
getPaidSmsLeft() - Method in class nl.strohalm.cyclos.entities.sms.MemberSmsStatus
 
getParameter(String) - Method in class nl.strohalm.cyclos.http.SanitizedHttpServletRequest
 
getParameter(String) - Method in class nl.strohalm.cyclos.struts.access.policies.utils.AbstractActionPolicy
 
getParameter() - Method in class nl.strohalm.cyclos.utils.logging.WebServiceLogDTO
 
getParameter(SoapMessage) - Static method in class nl.strohalm.cyclos.webservices.utils.WebServiceHelper
 
getParameter() - Static method in class nl.strohalm.cyclos.webservices.WebServiceContext
Returns the first method parameter
getParameterMap() - Method in class nl.strohalm.cyclos.http.SanitizedHttpServletRequest
 
getParameterMap(HttpServletRequest) - Static method in class nl.strohalm.cyclos.utils.ActionHelper
It returns the request's parameters map and in case of the error action it adds as a parameter the errorKey request's attribute.
getParameters() - Method in class nl.strohalm.cyclos.entities.accounts.loans.Loan
 
getParameters() - Method in class nl.strohalm.cyclos.entities.alerts.ErrorLogEntry
 
getParameters() - Method in class nl.strohalm.cyclos.utils.logging.TraceLogDTO
 
getParameterValues(String) - Method in class nl.strohalm.cyclos.http.SanitizedHttpServletRequest
 
getParent() - Method in class nl.strohalm.cyclos.controls.ads.categories.AdCategoryForm
 
getParent() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
getParent() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
getParent() - Method in class nl.strohalm.cyclos.entities.ads.AdCategory
 
getParent() - Method in class nl.strohalm.cyclos.entities.ads.AdCategoryQuery
 
getParent() - Method in class nl.strohalm.cyclos.entities.ads.AdCategoryWithCounterVO
 
getParent() - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomField
 
getParent() - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomFieldPossibleValue
 
getParent() - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
getParentPermissions() - Method in enum nl.strohalm.cyclos.access.OperatorPermission
 
getParentValue() - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomFieldPossibleValueQuery
 
getParentValueId() - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldForm
 
getParentValueId() - Method in class nl.strohalm.cyclos.controls.customization.fields.SearchPossibleValuesAjaxForm
 
getPassword() - Method in class nl.strohalm.cyclos.controls.access.LoginForm
 
getPassword() - Method in class nl.strohalm.cyclos.controls.accounts.cards.CardForm
 
getPassword() - Method in class nl.strohalm.cyclos.controls.accounts.cards.UpdateCardForm
 
getPassword() - Method in class nl.strohalm.cyclos.entities.access.PasswordHistoryLog
 
getPassword() - Method in class nl.strohalm.cyclos.entities.access.User
 
getPassword() - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMember
 
getPassword() - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
getPassword() - Method in class nl.strohalm.cyclos.entities.services.ServiceClient
 
getPassword() - Method in class nl.strohalm.cyclos.entities.services.ServiceClientQuery
 
getPasswordBlockedUntil() - Method in class nl.strohalm.cyclos.entities.access.User
 
getPasswordDate() - Method in class nl.strohalm.cyclos.entities.access.User
 
getPasswordExpiresAfter() - Method in class nl.strohalm.cyclos.entities.groups.BasicGroupSettings
 
getPasswordHash() - Method in class nl.strohalm.cyclos.entities.Application
 
getPasswordHash() - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
getPasswordHash() - Method in interface nl.strohalm.cyclos.services.application.ApplicationServiceLocal
Returns the hash algorithm that should be used for passwords
getPasswordLength() - Method in class nl.strohalm.cyclos.entities.groups.BasicGroupSettings
 
getPasswordPolicy() - Method in class nl.strohalm.cyclos.entities.groups.BasicGroupSettings
 
getPath() - Method in class nl.strohalm.cyclos.controls.customization.files.GetDirectoryContentsAjaxForm
 
getPath() - Method in class nl.strohalm.cyclos.controls.general.RedirectFromMessageForm
 
getPath() - Method in class nl.strohalm.cyclos.entities.alerts.ErrorLogEntry
 
getPath() - Method in class nl.strohalm.cyclos.utils.binding.DataBinder
 
getPath() - Method in class nl.strohalm.cyclos.utils.customizedfile.CustomizedFileOperation
 
getPath() - Method in class nl.strohalm.cyclos.utils.logging.TraceLogDTO
 
getPathFromRoot() - Method in class nl.strohalm.cyclos.entities.ads.AdCategory
Returns a list, beggining of the level 1 category to this one
getPathPrefix() - Method in class nl.strohalm.cyclos.controls.AbstractActionContext
Returns a prefix for paths according to the logged user
getPathPrefix(HttpServletRequest) - Static method in class nl.strohalm.cyclos.utils.RequestHelper
Returns a path prefix according to the logged user, like /do/admin or /do/member
getPattern() - Method in class nl.strohalm.cyclos.entities.accounts.Currency
 
getPattern() - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomField
 
getPattern() - Method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.DatePattern
 
getPattern() - Method in class nl.strohalm.cyclos.utils.conversion.UnitsConverter
 
getPattern() - Method in class nl.strohalm.cyclos.webservices.model.CurrencyVO
 
getPayer() - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.ListGeneratedTypesAjaxForm
 
getPayer() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
getPayment() - Method in class nl.strohalm.cyclos.controls.posweb.SearchTransactionsAction.Entry
 
getPayment() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
getPayment() - Method in class nl.strohalm.cyclos.entities.members.TransactionFeedback
 
getPayment() - Method in class nl.strohalm.cyclos.entities.members.TransactionFeedbackRequest
 
getPayment() - Method in class nl.strohalm.cyclos.services.transactions.BulkPaymentResult
 
getPaymentAdditionalMessage() - Method in class nl.strohalm.cyclos.entities.members.printsettings.ReceiptPrinterSettings
 
getPaymentAndSelfPaymentTTs() - Method in interface nl.strohalm.cyclos.services.transfertypes.TransferTypeService
Returns the allowed payment and self payment transfer types for the logged user.
getPaymentAndSelfPaymentTTs() - Method in class nl.strohalm.cyclos.services.transfertypes.TransferTypeServiceImpl
 
getPaymentAndSelfPaymentTTs() - Method in class nl.strohalm.cyclos.services.transfertypes.TransferTypeServiceSecurity
 
getPaymentCount() - Method in class nl.strohalm.cyclos.controls.loans.CalculateLoanPaymentsAjaxForm
 
getPaymentCount() - Method in class nl.strohalm.cyclos.controls.payments.CalculatePaymentsAjaxForm
 
getPaymentCount() - Method in class nl.strohalm.cyclos.controls.posweb.ReceivePaymentForm
 
getPaymentCount() - Method in class nl.strohalm.cyclos.entities.accounts.loans.Loan
 
getPaymentCount() - Method in class nl.strohalm.cyclos.services.transactions.GrantLoanWithInterestDTO
 
getPaymentCount() - Method in class nl.strohalm.cyclos.services.transactions.ProjectionDTO
 
getPaymentCustomFieldBinder() - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldAction
 
getPaymentCustomFieldService() - Method in class nl.strohalm.cyclos.controls.loans.ExportLoanPaymentsToCsvAction
 
getPaymentCustomFieldService() - Method in class nl.strohalm.cyclos.controls.loans.ExportLoansToCsvAction
 
getPaymentCustomFieldService() - Method in class nl.strohalm.cyclos.controls.loans.SearchLoansAction
 
getPaymentDirection() - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.EditAccountFeeForm
 
getPaymentDirection() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
getPaymentFilter() - Method in class nl.strohalm.cyclos.controls.accounts.paymentfilters.EditPaymentFilterForm
 
getPaymentFilter(String) - Method in class nl.strohalm.cyclos.controls.accounts.paymentfilters.EditPaymentFilterForm
 
getPaymentFilter() - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticalTransferDTO
 
getPaymentFilter() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
getPaymentFilter() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransfersAwaitingAuthorizationQuery
 
getPaymentFilter() - Method in class nl.strohalm.cyclos.entities.groups.GroupQuery
 
getPaymentFilter() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalDTO
 
getPaymentFilter() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
getPaymentFilterDao() - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
getPaymentFilterId() - Method in class nl.strohalm.cyclos.controls.accounts.paymentfilters.EditPaymentFilterForm
 
getPaymentFilterId() - Method in class nl.strohalm.cyclos.controls.accounts.paymentfilters.RemovePaymentFilterForm
 
getPaymentFilterId() - Method in class nl.strohalm.cyclos.controls.groups.SearchGroupsAjaxForm
 
getPaymentFilterNames(Collection<PaymentFilter>) - Method in class nl.strohalm.cyclos.services.stats.finances.FinanceStats
returns the paymentFilter names in a String array.
getPaymentFilterNames(Collection<PaymentFilter>) - Method in class nl.strohalm.cyclos.services.stats.finances.FinanceStatsComparePeriods
returns the paymentFilter names in a String array.
getPaymentFilterNames(Collection<PaymentFilter>) - Method in class nl.strohalm.cyclos.services.stats.finances.FinanceStatsThroughTime
returns the paymentFilter names in a String array.
getPaymentFilters() - Method in class nl.strohalm.cyclos.entities.accounts.AccountType
 
getPaymentFilters() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
getPaymentFilters() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
getPaymentFilters() - Method in class nl.strohalm.cyclos.entities.groups.Group
 
getPaymentFilters() - Method in class nl.strohalm.cyclos.entities.members.MembersTransactionsReportParameters
 
getPaymentFilters() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
getPaymentFilters() - Method in class nl.strohalm.cyclos.services.accounts.GetTransactionsDTO
 
getPaymentFiltersByAccountType() - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportDTO
 
getPaymentFilterService() - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.EditAccountTypeAction
 
getPaymentFilterService() - Method in class nl.strohalm.cyclos.controls.accounts.paymentfilters.EditPaymentFilterAction
 
getPaymentFilterService() - Method in class nl.strohalm.cyclos.controls.accounts.paymentfilters.RemovePaymentFilterAction
 
getPaymentId() - Method in class nl.strohalm.cyclos.controls.payments.scheduled.ScheduledPaymentForm
 
getPaymentObligation() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.EditPaymentObligationForm
 
getPaymentObligation(String) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.EditPaymentObligationForm
 
getPaymentObligation() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligationLog
 
getPaymentObligationId() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.ChangeStatusPaymentObligationForm
 
getPaymentObligationId() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.DeletePaymentObligationForm
 
getPaymentObligationId() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.EditPaymentObligationForm
 
getPaymentObligationIds() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.AcceptPaymentObligationPackForm
 
getPaymentObligationPeriod() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType
 
getPaymentObligationRegisteredMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getPaymentObligationRegisteredSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getPaymentObligationRegisteredSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getPaymentObligationRejectedMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getPaymentObligationRejectedSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getPaymentObligationRejectedSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getPaymentObligations() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
getPaymentObligations() - Method in class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationPackDTO
 
getPaymentPeriod() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanQuery
 
getPaymentPeriod() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceQuery
 
getPaymentReceivedMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getPaymentReceivedSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getPaymentReceivedSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getPaymentRequestWebServiceUrl() - Method in class nl.strohalm.cyclos.entities.access.Channel
 
getPayments() - Method in class nl.strohalm.cyclos.controls.payments.PaymentForm
 
getPayments() - Method in class nl.strohalm.cyclos.entities.accounts.loans.Loan
 
getPayments() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
getPayments() - Method in class nl.strohalm.cyclos.services.transactions.DoPaymentDTO
 
getPayments() - Method in class nl.strohalm.cyclos.services.transactions.GrantMultiPaymentLoanDTO
 
getPayments() - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
getPaymentsAwaitingFeedback() - Method in class nl.strohalm.cyclos.services.elements.MemberStatusVO
 
getPaymentService() - Method in class nl.strohalm.cyclos.controls.loans.CalculateLoanPaymentsAjaxAction
 
getPaymentService() - Method in class nl.strohalm.cyclos.controls.loans.RepayLoanAction
 
getPaymentService() - Method in class nl.strohalm.cyclos.controls.mobile.MobileConfirmPaymentAction
 
getPaymentService() - Method in class nl.strohalm.cyclos.controls.mobile.MobileDoPaymentAction
 
getPaymentService() - Method in class nl.strohalm.cyclos.controls.mobile.MobileViewPaymentsAction
 
getPaymentService() - Method in class nl.strohalm.cyclos.controls.payments.BasePaymentAction
 
getPaymentsPerMember(StatisticalDTO) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.TransferDAO
List of sums of outgoing transaction amounts (payments) per member.
getPaymentsPerMember(StatisticalDTO) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.TransferDAOImpl
 
getPaymentsToAuthorize() - Method in class nl.strohalm.cyclos.services.elements.MemberStatusVO
 
getPaymentWebService() - Method in class nl.strohalm.cyclos.webservices.CyclosWebServicesClientFactory
Returns a proxy for the payment web service
getPendingBuyerOnlyGuaranteeIssuerMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getPendingBuyerOnlyGuaranteeIssuerSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getPendingBuyerOnlyGuaranteeIssuerSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getPendingCredits(GetTransactionsDTO) - Method in interface nl.strohalm.cyclos.dao.accounts.AccountDAO
Returns the credits with status=PENDING for the given account
getPendingCredits(GetTransactionsDTO) - Method in class nl.strohalm.cyclos.dao.accounts.AccountDAOImpl
 
getPendingDebits(GetTransactionsDTO) - Method in interface nl.strohalm.cyclos.dao.accounts.AccountDAO
Returns the debits with status=PENDING for the given account
getPendingDebits(GetTransactionsDTO) - Method in class nl.strohalm.cyclos.dao.accounts.AccountDAOImpl
 
getPendingGuaranteeExpiration() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType
 
getPendingGuaranteeIssuerMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getPendingGuaranteeIssuerSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getPendingGuaranteeIssuerSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getPendingMember() - Method in class nl.strohalm.cyclos.controls.members.pending.PendingMemberProfileForm
 
getPendingMember(String) - Method in class nl.strohalm.cyclos.controls.members.pending.PendingMemberProfileForm
 
getPendingMember() - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberCustomFieldValue
 
getPendingMemberId() - Method in class nl.strohalm.cyclos.controls.members.pending.PendingMemberProfileForm
 
getPendingMemberId() - Method in class nl.strohalm.cyclos.controls.members.pending.RemovePendingMemberForm
 
getPendingMemberId() - Method in class nl.strohalm.cyclos.controls.members.pending.ResendEmailValidationForm
 
getPendingPaymentAuthorizedMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getPendingPaymentAuthorizedSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getPendingPaymentAuthorizedSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getPendingPaymentCanceledMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getPendingPaymentCanceledSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getPendingPaymentCanceledSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getPendingPaymentDeniedMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getPendingPaymentDeniedSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getPendingPaymentDeniedSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getPendingPaymentReceivedMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getPendingPaymentReceivedSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getPendingPaymentReceivedSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getPendingToCharge() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLog
 
getPendingToSend() - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
getPendingToSend() - Method in class nl.strohalm.cyclos.entities.sms.SmsMailing
 
getPercentageNoTraders(int, int) - Static method in class nl.strohalm.cyclos.services.stats.activity.TransactionCountPerMemberStats
calculates the percentage of members not trading, including a confidence interval
getPerformedBy() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
getPerformedPayment(HttpSession) - Static method in class nl.strohalm.cyclos.controls.webshop.WebShopHelper
Sets the performed payment
getPeriod() - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
getPeriod() - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportDTO
 
getPeriod() - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticalTransferDTO
 
getPeriod() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferImportQuery
 
getPeriod() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferQuery
 
getPeriod() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLog
 
getPeriod() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceQuery
 
getPeriod() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceSummaryDTO
 
getPeriod() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPaymentQuery
 
getPeriod() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorizationQuery
 
getPeriod() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
getPeriod() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransfersAwaitingAuthorizationQuery
 
getPeriod() - Method in class nl.strohalm.cyclos.entities.alerts.AlertQuery
 
getPeriod() - Method in class nl.strohalm.cyclos.entities.alerts.ErrorLogEntryQuery
 
getPeriod() - Method in class nl.strohalm.cyclos.entities.groups.GroupHistoryLog
 
getPeriod() - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContract
 
getPeriod() - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokeringCommissionStatus
 
getPeriod() - Method in class nl.strohalm.cyclos.entities.members.MembersTransactionsReportParameters
 
getPeriod() - Method in class nl.strohalm.cyclos.entities.members.records.AbstractMemberRecordQuery
 
getPeriod() - Method in class nl.strohalm.cyclos.entities.members.ReferenceHistoryLog
 
getPeriod() - Method in class nl.strohalm.cyclos.entities.members.ReferenceQuery
 
getPeriod() - Method in class nl.strohalm.cyclos.entities.members.remarks.RemarkQuery
 
getPeriod() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalDTO
 
getPeriod() - Method in class nl.strohalm.cyclos.entities.sms.SmsLogQuery
 
getPeriod() - Method in class nl.strohalm.cyclos.entities.sms.SmsMailingQuery
 
getPeriod() - Method in class nl.strohalm.cyclos.services.accountfees.ChargeFeeDTO
 
getPeriod() - Method in class nl.strohalm.cyclos.services.accounts.GetTransactionsDTO
 
getPeriod() - Method in class nl.strohalm.cyclos.services.accounts.TransactionVolumeDTO
 
getPeriodByTimeRange(StatisticalQuery) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsAction
 
getPeriodComparedTo() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
getPeriodMain() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
getPeriods() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
getPeriodStartAt() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLogQuery
 
getPeriodsThroughTheTime(Period, ThroughTimeRange) - Static method in class nl.strohalm.cyclos.utils.DateHelper
 
getPeriodType() - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
getPermission() - Method in class nl.strohalm.cyclos.controls.groups.permissions.EditGroupPermissionsForm
 
getPermission(String) - Method in class nl.strohalm.cyclos.controls.groups.permissions.EditGroupPermissionsForm
 
getPermission() - Method in class nl.strohalm.cyclos.controls.posweb.BasePosWebPaymentAction
Returns the operation name for permission check
getPermission() - Method in class nl.strohalm.cyclos.controls.posweb.MakePaymentAction
 
getPermission() - Method in class nl.strohalm.cyclos.controls.posweb.ReceivePaymentAction
 
getPermission() - Method in class nl.strohalm.cyclos.services.access.AbstractPermissionCheck.RequiredValuesBean
 
getPermission() - Method in class nl.strohalm.cyclos.taglibs.MenuTag
 
getPermission(String) - Static method in class nl.strohalm.cyclos.utils.access.PermissionHelper
 
getPermissionCatalogHandler(Group) - Method in interface nl.strohalm.cyclos.services.permissions.PermissionService
This method must be used only for group permission's edition
getPermissionCatalogHandler(Group) - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceImpl
 
getPermissionCatalogHandler(Group) - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceSecurity
 
getPermissionClass() - Method in enum nl.strohalm.cyclos.access.ModuleType
 
getPermissions() - Method in enum nl.strohalm.cyclos.access.Module
 
getPermissions() - Method in class nl.strohalm.cyclos.entities.groups.Group
 
getPermissions() - Method in class nl.strohalm.cyclos.entities.services.ServiceClient
 
getPermissions(Group.Nature, ModuleType) - Method in class nl.strohalm.cyclos.services.access.AbstractPermissionCheck
 
getPermissionService() - Method in class nl.strohalm.cyclos.struts.access.ActionAccessMonitor
 
getPermissionService() - Method in class nl.strohalm.cyclos.struts.access.ActionDescriptor
 
getPermissionServiceLocal() - Method in class nl.strohalm.cyclos.services.BaseServiceSecurity
 
getPicture() - Method in class nl.strohalm.cyclos.controls.ads.AdForm
 
getPicture() - Method in class nl.strohalm.cyclos.controls.members.MemberProfileForm
 
getPictureCaption() - Method in class nl.strohalm.cyclos.controls.ads.AdForm
 
getPictureCaption() - Method in class nl.strohalm.cyclos.controls.members.MemberProfileForm
 
getPin() - Method in class nl.strohalm.cyclos.controls.accounts.pos.EditPosForm
 
getPin() - Method in class nl.strohalm.cyclos.entities.access.MemberUser
 
getPin() - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
getPin() - Method in class nl.strohalm.cyclos.webservices.members.RegisterMemberParameters
 
getPinBlockedMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getPinBlockedSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getPinBlockedSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getPinBlockedUntil() - Method in class nl.strohalm.cyclos.entities.access.MemberUser
 
getPinBlockTimeAfterMaxTries() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
getPinLength() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
getPollingTasks() - Method in class nl.strohalm.cyclos.scheduling.PollingTasksHandler
 
getPos() - Method in class nl.strohalm.cyclos.controls.accounts.pos.EditPosForm
 
getPos(String) - Method in class nl.strohalm.cyclos.controls.accounts.pos.EditPosForm
 
getPos() - Method in class nl.strohalm.cyclos.entities.accounts.pos.MemberPos
 
getPos() - Method in class nl.strohalm.cyclos.entities.accounts.pos.PosLog
 
getPos() - Method in class nl.strohalm.cyclos.utils.logging.WebServiceLogDTO
 
getPos() - Static method in class nl.strohalm.cyclos.webservices.WebServiceContext
Returns the MemberPos for this request
getPosDevices() - Method in class nl.strohalm.cyclos.entities.members.Member
 
getPosibleTTsForAccountFee(MemberAccountType, AccountFee.PaymentDirection) - Method in interface nl.strohalm.cyclos.services.transfertypes.TransferTypeService
Possible transfer types of the given account type and payment direction
getPosibleTTsForAccountFee(MemberAccountType, AccountFee.PaymentDirection) - Method in class nl.strohalm.cyclos.services.transfertypes.TransferTypeServiceImpl
 
getPosibleTTsForAccountFee(MemberAccountType, AccountFee.PaymentDirection) - Method in class nl.strohalm.cyclos.services.transfertypes.TransferTypeServiceSecurity
 
getPosId() - Method in class nl.strohalm.cyclos.controls.accounts.pos.EditPosForm
 
getPosId() - Method in class nl.strohalm.cyclos.entities.accounts.pos.Pos
 
getPosId() - Method in class nl.strohalm.cyclos.entities.accounts.pos.PosQuery
 
getPosId() - Method in class nl.strohalm.cyclos.webservices.pos.BasePosParameters
 
getPosLog() - Method in class nl.strohalm.cyclos.entities.accounts.pos.Pos
 
getPosName() - Method in class nl.strohalm.cyclos.entities.accounts.pos.MemberPos
 
getPosPin() - Method in class nl.strohalm.cyclos.entities.accounts.pos.MemberPos
 
getPosPin() - Method in interface nl.strohalm.cyclos.webservices.pos.IPosPinParameter
 
getPosPin() - Method in class nl.strohalm.cyclos.webservices.pos.MakePaymentParameters
 
getPosPin() - Method in class nl.strohalm.cyclos.webservices.pos.PosPinParameters
 
getPosPinBlockedMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getPosPinBlockedSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getPosPinBlockedSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getPosService() - Method in class nl.strohalm.cyclos.struts.access.ActionAccessMonitor
 
getPosService() - Method in class nl.strohalm.cyclos.struts.access.ActionDescriptor
 
getPossibleAction(TransactionFeedback) - Method in interface nl.strohalm.cyclos.services.elements.ReferenceService
Returns the possible transaction feedback action according to the "status" of the transaction feedback and the logged user.
getPossibleAction(TransactionFeedback) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceImpl
 
getPossibleAction(TransactionFeedback) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceSecurity
 
getPossibleActions() - Method in enum nl.strohalm.cyclos.entities.members.messages.MessageBox
 
getPossibleChargeType(TransferType, TransactionFee.Nature) - Method in interface nl.strohalm.cyclos.services.transfertypes.TransactionFeeService
Returns the possible charge types for a fee based on the transfer type to which the fee is applied and the nature of the fee.
getPossibleChargeType(TransferType, TransactionFee.Nature) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceImpl
 
getPossibleChargeType(TransferType, TransactionFee.Nature) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceSecurity
 
getPossibleControls() - Method in enum nl.strohalm.cyclos.entities.customization.fields.CustomField.Type
 
getPossibleCredentials(Channel) - Method in interface nl.strohalm.cyclos.services.access.ChannelService
Returns the possible credentials types for the given channel
getPossibleCredentials(Channel) - Method in class nl.strohalm.cyclos.services.access.ChannelServiceImpl
 
getPossibleCredentials(Channel) - Method in class nl.strohalm.cyclos.services.access.ChannelServiceSecurity
 
getPossibleGroups() - Method in class nl.strohalm.cyclos.entities.groups.GroupQuery
 
getPossibleInitialGroupOf() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
getPossibleInitialGroups() - Method in class nl.strohalm.cyclos.entities.groups.BrokerGroup
 
getPossibleInitialGroups() - Method in interface nl.strohalm.cyclos.services.groups.GroupService
Lists the possible initial member groups
getPossibleInitialGroups() - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
getPossibleInitialGroups() - Method in class nl.strohalm.cyclos.services.groups.GroupServiceSecurity
 
getPossibleNewGroups(Element) - Method in interface nl.strohalm.cyclos.services.elements.ElementService
Lists the possible new groups for the given element, ordering by nature (admin / member then broker / operator) and name.
getPossibleNewGroups(Element) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
getPossibleNewGroups(Element) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceSecurity
 
getPossibleSubjects(TransferType, TransactionFee.Nature) - Method in interface nl.strohalm.cyclos.services.transfertypes.TransactionFeeService
Given the nature of a transaction fee and the transfer type to which the fee is applied, returns the possible subjects
getPossibleSubjects(TransferType, TransactionFee.Nature) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceImpl
 
getPossibleSubjects(TransferType, TransactionFee.Nature) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceSecurity
 
getPossibleTransferTypes() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
getPossibleTransferTypes(Invoice) - Method in interface nl.strohalm.cyclos.services.transactions.InvoiceService
Returns the possible transfer types for the given invoice
getPossibleTransferTypes(Invoice) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
getPossibleTransferTypes(Invoice) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceSecurity
 
getPossibleValue() - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldPossibleValueForm
 
getPossibleValue(String) - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldPossibleValueForm
 
getPossibleValue() - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomFieldValue
 
getPossibleValueBinder() - Method in class nl.strohalm.cyclos.controls.customization.fields.SearchPossibleValuesAjaxAction
 
getPossibleValueId() - Method in class nl.strohalm.cyclos.controls.customization.fields.RemoveCustomFieldPossibleValueForm
 
getPossibleValues() - Method in class nl.strohalm.cyclos.controls.groups.permissions.MultiValuesPermissionVO
 
getPossibleValues() - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomField
 
getPossibleValuesByParent(CustomFieldPossibleValue) - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomField
 
getPosStatus() - Method in class nl.strohalm.cyclos.entities.accounts.pos.PosLog
 
getPosStatus() - Method in enum nl.strohalm.cyclos.entities.accounts.pos.PosQuery.QueryStatus
 
getPostAction() - Method in class nl.strohalm.cyclos.controls.elements.CreateElementForm
 
getPosWebService() - Method in class nl.strohalm.cyclos.webservices.CyclosWebServicesClientFactory
Returns a proxy for the pos web service
getPoswebTimeout() - Method in class nl.strohalm.cyclos.entities.settings.AccessSettings
 
getPrecision() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalNumber
gets the precision
getPrecision() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getPrecision() - Method in class nl.strohalm.cyclos.taglibs.FormatTag
 
getPrecision() - Method in class nl.strohalm.cyclos.utils.conversion.FixedLengthNumberConverter
 
getPrefix() - Method in enum nl.strohalm.cyclos.access.ModuleType
 
getPrefix() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings.TransactionNumber
 
getPrefix() - Method in class nl.strohalm.cyclos.webservices.model.TransactionNumberVO
 
getPrevious() - Method in class nl.strohalm.cyclos.utils.Navigation
Return the previous path
getPreviousUsername() - Method in class nl.strohalm.cyclos.entities.access.UsernameChangeLog
 
getPrice() - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
getPrice() - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
getPrice() - Method in class nl.strohalm.cyclos.webservices.model.AdVO
 
getPrincipal() - Method in class nl.strohalm.cyclos.controls.access.LoginForm
 
getPrincipal() - Method in class nl.strohalm.cyclos.controls.members.LoadMemberAjaxForm
 
getPrincipal() - Method in class nl.strohalm.cyclos.controls.webshop.WebShopPaymentForm
 
getPrincipal() - Method in class nl.strohalm.cyclos.entities.access.ChannelPrincipal
 
getPrincipal() - Method in class nl.strohalm.cyclos.entities.access.PrincipalType
 
getPrincipal() - Method in class nl.strohalm.cyclos.webservices.accounts.AccountHistorySearchParameters
 
getPrincipal() - Method in class nl.strohalm.cyclos.webservices.members.UpdateMemberParameters
 
getPrincipal() - Method in class nl.strohalm.cyclos.webservices.model.WSPrincipalTypeVO
 
getPrincipal() - Method in class nl.strohalm.cyclos.webservices.PrincipalParameters
 
getPrincipalCustomFields() - Method in class nl.strohalm.cyclos.entities.access.Channel
 
getPrincipals() - Method in class nl.strohalm.cyclos.entities.access.Channel
 
getPrincipalType() - Method in class nl.strohalm.cyclos.controls.access.LoginForm
 
getPrincipalType() - Method in class nl.strohalm.cyclos.controls.members.LoadMemberAjaxForm
 
getPrincipalType() - Method in class nl.strohalm.cyclos.controls.posweb.ReceivePaymentForm
 
getPrincipalType() - Method in class nl.strohalm.cyclos.controls.webshop.WebShopPaymentForm
 
getPrincipalType() - Method in class nl.strohalm.cyclos.webservices.accounts.AccountHistorySearchParameters
 
getPrincipalType() - Method in class nl.strohalm.cyclos.webservices.members.UpdateMemberParameters
 
getPrincipalType() - Method in class nl.strohalm.cyclos.webservices.PrincipalParameters
 
getPrincipalTypes() - Method in class nl.strohalm.cyclos.controls.channels.EditChannelForm
 
getPrincipalTypes() - Method in class nl.strohalm.cyclos.entities.access.Channel
 
getPrincipalTypes() - Method in class nl.strohalm.cyclos.webservices.model.PosInitializationVO
 
getPrinterName() - Method in class nl.strohalm.cyclos.entities.members.printsettings.ReceiptPrinterSettings
 
getProcessDate() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Payment
 
getProcessDate() - Method in class nl.strohalm.cyclos.webservices.model.AccountHistoryTransferVO
 
getProcessedPaymentAmount() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPayment
 
getProcessedPaymentCount() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPayment
Returns thenumber of processed payments
getProducerId() - Method in class nl.strohalm.cyclos.controls.reports.statistics.graphs.StatisticalDataProducer
This method is needed for Cewolf to produce the graphs.
getProperties() - Method in class nl.strohalm.cyclos.struts.CyclosMessageResources
 
getProperty() - Method in class nl.strohalm.cyclos.controls.groups.permissions.MultiValuesPermissionVO
 
getProperty() - Method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.MemberResultDisplay
 
getProperty() - Method in class nl.strohalm.cyclos.utils.csv.BaseCSVHandler.Column
 
getProperty() - Method in class nl.strohalm.cyclos.utils.validation.PropertyValidationError
 
getPropertyDisplayName(String) - Method in exception nl.strohalm.cyclos.utils.validation.ValidationException
Return the mapped display name for the given property
getPropertyKey(String) - Method in exception nl.strohalm.cyclos.utils.validation.ValidationException
Return the mapped key for the given property
getPropertyNames() - Method in class nl.strohalm.cyclos.utils.hibernate.BasePeriodType
 
getPropertyNames() - Method in class nl.strohalm.cyclos.utils.hibernate.TimePeriodType
 
getPropertyTypes() - Method in class nl.strohalm.cyclos.utils.hibernate.BasePeriodType
 
getPropertyTypes() - Method in class nl.strohalm.cyclos.utils.hibernate.PeriodDateType
 
getPropertyTypes() - Method in class nl.strohalm.cyclos.utils.hibernate.PeriodType
 
getPropertyTypes() - Method in class nl.strohalm.cyclos.utils.hibernate.TimePeriodType
 
getPropertyValue(Object, int) - Method in class nl.strohalm.cyclos.utils.hibernate.BasePeriodType
 
getPropertyValue(Object, int) - Method in class nl.strohalm.cyclos.utils.hibernate.TimePeriodType
 
getPublicationEnd() - Method in class nl.strohalm.cyclos.webservices.model.AdVO
 
getPublicationPeriod() - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
getPublicationPeriod() - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
getPublicationStart() - Method in class nl.strohalm.cyclos.webservices.model.AdVO
 
getQualifiedName() - Method in enum nl.strohalm.cyclos.access.AdminAdminPermission
 
getQualifiedName() - Method in enum nl.strohalm.cyclos.access.AdminMemberPermission
 
getQualifiedName() - Method in enum nl.strohalm.cyclos.access.AdminSystemPermission
 
getQualifiedName() - Method in enum nl.strohalm.cyclos.access.BasicPermission
 
getQualifiedName() - Method in enum nl.strohalm.cyclos.access.BrokerPermission
 
getQualifiedName() - Method in enum nl.strohalm.cyclos.access.MemberPermission
 
getQualifiedName() - Method in enum nl.strohalm.cyclos.access.OperatorPermission
 
getQualifiedName() - Method in interface nl.strohalm.cyclos.access.Permission
 
getQualifiedPermissionName(Permission) - Static method in class nl.strohalm.cyclos.utils.access.PermissionHelper
 
getQuarter(int) - Static method in enum nl.strohalm.cyclos.utils.Quarter
 
getQuarterPeriod(Calendar) - Static method in class nl.strohalm.cyclos.utils.NamedPeriod
Makes a defaultperiod for the form.
getQuery() - Method in class nl.strohalm.cyclos.controls.BaseQueryForm
 
getQuery(String) - Method in class nl.strohalm.cyclos.controls.BaseQueryForm
 
getQueryBinder() - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.SearchAccountTypesAjaxAction
 
getQueryBinder() - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxAction
 
getQueryClass() - Method in class nl.strohalm.cyclos.controls.admins.SearchAdminsAction
 
getQueryClass() - Method in class nl.strohalm.cyclos.controls.elements.SearchElementsAction
 
getQueryClass() - Method in class nl.strohalm.cyclos.controls.members.SearchMembersAction
 
getQueryClass() - Method in class nl.strohalm.cyclos.controls.operators.SearchOperatorsAction
 
getQueryClass() - Method in class nl.strohalm.cyclos.entities.members.FullTextAdminQuery
 
getQueryClass() - Method in class nl.strohalm.cyclos.entities.members.FullTextElementQuery
 
getQueryClass() - Method in class nl.strohalm.cyclos.entities.members.FullTextMemberQuery
 
getQueryClass() - Method in class nl.strohalm.cyclos.entities.members.FullTextOperatorQuery
 
getQueryDataBinder() - Method in class nl.strohalm.cyclos.controls.accounts.paymentfilters.SearchPaymentFiltersAjaxAction
 
getQueryDataBinder() - Method in class nl.strohalm.cyclos.controls.members.messages.SearchMessageCategoriesAjaxAction
 
getQueryElementId() - Method in class nl.strohalm.cyclos.controls.members.records.SearchMemberRecordsForm
 
getQueryStatus() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanQuery
 
getQuickAccess() - Method in interface nl.strohalm.cyclos.services.elements.MemberService
Returns the visible quick access items for the logged member or operator
getQuickAccess() - Method in class nl.strohalm.cyclos.services.elements.MemberServiceImpl
 
getQuickAccess() - Method in class nl.strohalm.cyclos.services.elements.MemberServiceSecurity
 
getRangeBoundaries(String) - Static method in class nl.strohalm.cyclos.utils.InternetAddressHelper
Given an ip range in form 10.10.10.30-40 return an array with 2 strings: 10.10.10.30 and 10.10.10.40.
getRangeBounds(boolean) - Method in class nl.strohalm.cyclos.utils.jfreeAsymmetric.AsymmetricStatisticalCategoryDataset
Returns the range of the values in this dataset's range.
getRangeEnd() - Method in class nl.strohalm.cyclos.services.accounts.rates.RatedFeeDTO
 
getRangeLowerBound(boolean) - Method in class nl.strohalm.cyclos.utils.jfreeAsymmetric.AsymmetricStatisticalCategoryDataset
Returns the minimum y-value in the dataset.
getRangeStart() - Method in class nl.strohalm.cyclos.services.accounts.rates.RatedFeeDTO
 
getRangeUpperBound(boolean) - Method in class nl.strohalm.cyclos.utils.jfreeAsymmetric.AsymmetricStatisticalCategoryDataset
Returns the maximum y-value in the dataset.
getRateBalanceCorrection() - Method in class nl.strohalm.cyclos.entities.accounts.AccountRates
 
getRateBalanceCorrection() - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesDTO
 
getRateBalanceCorrection() - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesResultDTO
 
getRateConfigGraph(RatedFeeDTO) - Method in interface nl.strohalm.cyclos.services.accounts.rates.RateService
gets the data for producing a graph of the configuration curve for any rate.
getRateConfigGraph(RatedFeeDTO) - Method in class nl.strohalm.cyclos.services.accounts.rates.RateServiceImplMock
 
getRateConfigGraph(RatedFeeDTO) - Method in class nl.strohalm.cyclos.services.accounts.rates.RateServiceSecurityMock
 
getRatedFees() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
gets all the transaction fees which do use a-rate or d-rate
getRatedStatus(Account, Calendar) - Method in interface nl.strohalm.cyclos.services.accounts.AccountService
gets the AccountStatus with rates included.
getRatedStatus(Account, Calendar) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
getRatedStatus(Account, Calendar) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceSecurity
 
getRateParametersValidator(Validator, WhatRate) - Method in class nl.strohalm.cyclos.services.accounts.rates.RateServiceImplMock
 
getRateParametersValidator(Validator, WhatRate) - Method in interface nl.strohalm.cyclos.services.accounts.rates.RateServiceLocal
gets a validator for the currency's RateParameters.
getRates(Account, Calendar) - Method in interface nl.strohalm.cyclos.dao.accounts.AccountRatesDAO
gets the latest AccountRates entity.
getRates(Account, Calendar) - Method in class nl.strohalm.cyclos.dao.accounts.AccountRatesDAOImpl
 
getRates() - Method in class nl.strohalm.cyclos.entities.accounts.AccountStatus
 
getRates(RatesDTO) - Method in class nl.strohalm.cyclos.services.accounts.rates.RateServiceImplMock
 
getRates(RatesDTO) - Method in interface nl.strohalm.cyclos.services.accounts.rates.RateServiceLocal
gets all the rates, plus the virtualRatedBalance at the given date.
getRatesAsFeePercentage() - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeePreviewForRatesDTO
 
getRatesForTransferFrom(Account, BigDecimal, Calendar) - Method in class nl.strohalm.cyclos.services.accounts.rates.RateServiceImplMock
 
getRatesForTransferFrom(Account, BigDecimal, Calendar) - Method in interface nl.strohalm.cyclos.services.accounts.rates.RateServiceLocal
gets all the Rates for a transfer from the from-account.
getRawDateConverter() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getRead() - Method in class nl.strohalm.cyclos.entities.members.messages.MessageQuery
 
getReadDataBinder() - Method in class nl.strohalm.cyclos.controls.ads.BaseAdAction
 
getReadDataBinder(ActionContext) - Method in class nl.strohalm.cyclos.controls.elements.ProfileAction
 
getReadDataBinder() - Method in class nl.strohalm.cyclos.controls.loangroups.EditLoanGroupAction
 
getReadTimeout() - Method in class nl.strohalm.cyclos.webservices.CyclosWebServicesClientFactory
 
getRealClass(Entity) - Static method in class nl.strohalm.cyclos.utils.EntityHelper
Returns the real class of the given entity.
getRealRootClass(Entity) - Static method in class nl.strohalm.cyclos.utils.EntityHelper
Returns the real root class of the given entity.
getReceiptPrinterSettings() - Method in class nl.strohalm.cyclos.controls.members.printsettings.EditReceiptPrinterSettingsForm
 
getReceiptPrinterSettings(String) - Method in class nl.strohalm.cyclos.controls.members.printsettings.EditReceiptPrinterSettingsForm
 
getReceivedInvoiceExpiredMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getReceivedInvoiceExpiredSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getReceivedInvoiceExpiredSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getReceivedReferences() - Method in class nl.strohalm.cyclos.entities.reports.MembersReportVO
 
getReceivedReferencesByLevel() - Method in class nl.strohalm.cyclos.services.elements.ActivitiesVO
 
getReceivedVeryBadRefs() - Method in class nl.strohalm.cyclos.entities.settings.AlertSettings
 
getReceivePaymentTypes() - Method in class nl.strohalm.cyclos.entities.services.ServiceClient
 
getReceiver() - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.ListGeneratedTypesAjaxForm
 
getReceiver() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.SimpleTransactionFee
 
getReceiver() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
getReceiver() - Method in class nl.strohalm.cyclos.services.transactions.DoPaymentDTO
 
getReceiver() - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
getRechargeAttempt() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLog
 
getRechargeAttempt() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.MemberAccountFeeLog
 
getRecipient() - Method in class nl.strohalm.cyclos.entities.sms.SmsMailingQuery
 
getRecords() - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMember
 
getRecurrence() - Method in class nl.strohalm.cyclos.controls.payments.CalculatePaymentsAjaxForm
 
getRecurrence() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
getRecurrence() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeQuery
 
getRecurrence() - Method in class nl.strohalm.cyclos.services.transactions.ProjectionDTO
 
getReference() - Method in class nl.strohalm.cyclos.controls.members.references.EditReferenceForm
 
getReference(String) - Method in class nl.strohalm.cyclos.controls.members.references.EditReferenceForm
 
getReferenceId() - Method in class nl.strohalm.cyclos.controls.members.references.EditReferenceForm
 
getReferenceId() - Method in class nl.strohalm.cyclos.controls.members.references.RemoveReferenceForm
 
getReferenceLevelList() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getReferenceLevels() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getReferenceReceivedMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getReferenceReceivedSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getReferenceReceivedSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getRegisteredIn() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery
 
getRegistrationAgreement() - Method in class nl.strohalm.cyclos.controls.members.agreements.EditRegistrationAgreementForm
 
getRegistrationAgreement(String) - Method in class nl.strohalm.cyclos.controls.members.agreements.EditRegistrationAgreementForm
 
getRegistrationAgreement() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
getRegistrationAgreement() - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
getRegistrationAgreement() - Method in class nl.strohalm.cyclos.entities.members.RegistrationAgreementLog
 
getRegistrationAgreementDate() - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
getRegistrationAgreementId() - Method in class nl.strohalm.cyclos.controls.members.agreements.EditRegistrationAgreementForm
 
getRegistrationAgreementId() - Method in class nl.strohalm.cyclos.controls.members.agreements.RemoveRegistrationAgreementForm
 
getRegistrationAgreementLogs() - Method in class nl.strohalm.cyclos.entities.members.Member
 
getRegistrationDate() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
getRegistrationDate() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligation
 
getReinitDate() - Method in class nl.strohalm.cyclos.entities.accounts.RateParameters
 
getReinitializeRatesDto() - Method in class nl.strohalm.cyclos.controls.accounts.currencies.ReinitializeRatesForm
 
getReinitializeRatesDto(String) - Method in class nl.strohalm.cyclos.controls.accounts.currencies.ReinitializeRatesForm
 
getReinitSince() - Method in class nl.strohalm.cyclos.services.accounts.rates.ReinitializeRatesDTO
 
getRelated() - Method in class nl.strohalm.cyclos.controls.accounts.details.AccountHistoryAction.Entry
 
getRelatedAccount() - Method in class nl.strohalm.cyclos.controls.posweb.SearchTransactionsAction.Entry
 
getRelatedGuaranteeModels(Member) - Method in interface nl.strohalm.cyclos.dao.accounts.guarantees.GuaranteeDAO
Lists guarantee models which has this member as buyer, seller or issuer without take into account any other property.
getRelatedGuaranteeModels(Member) - Method in class nl.strohalm.cyclos.dao.accounts.guarantees.GuaranteeDAOImpl
 
getRelatedGuaranteeModels() - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeService
Lists guarantee's models which has the logged member (or operator's own member) as buyer, seller or issuer without take into account any other property.
getRelatedGuaranteeModels() - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
getRelatedGuaranteeModels() - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceSecurity
 
getRelatedMember() - Method in class nl.strohalm.cyclos.controls.accounts.details.AccountHistoryAction.Entry
 
getRelatedMember() - Method in class nl.strohalm.cyclos.controls.invoices.SearchInvoicesAction.Entry
 
getRelatedMember() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceQuery
 
getRelatedMember() - Method in class nl.strohalm.cyclos.entities.members.messages.Message
Resolve the message's related member: toMember when outgoing, fromMember when incoming
getRelatedMember() - Method in class nl.strohalm.cyclos.entities.members.messages.MessageQuery
 
getRelatedMember() - Method in class nl.strohalm.cyclos.webservices.accounts.AccountHistorySearchParameters
 
getRelatedMemberPrincipalType() - Method in class nl.strohalm.cyclos.webservices.accounts.AccountHistorySearchParameters
 
getRelatedName() - Method in class nl.strohalm.cyclos.controls.invoices.SearchInvoicesAction.Entry
 
getRelatedName() - Method in class nl.strohalm.cyclos.entities.members.MemberTransactionDetailsReportData
 
getRelatedOwner() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceQuery
 
getRelatedOwner() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceSummaryDTO
 
getRelatedToGroup() - Method in class nl.strohalm.cyclos.services.accounts.MemberAccountTypeQuery
 
getRelatedToGroups() - Method in class nl.strohalm.cyclos.services.accounts.MemberAccountTypeQuery
 
getRelatedToMember() - Method in class nl.strohalm.cyclos.services.accounts.GetTransactionsDTO
 
getRelatedUsername() - Method in class nl.strohalm.cyclos.entities.members.MemberTransactionDetailsReportData
 
getRelativePath() - Method in class nl.strohalm.cyclos.entities.customization.files.CustomizedFile
 
getRelativePath(File) - Method in class nl.strohalm.cyclos.utils.CustomizationHelper
Returns the relative path of the given file according to the servlet context
getRemainingAmount() - Method in class nl.strohalm.cyclos.entities.accounts.loans.Loan
 
getRemainingAmount() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanPayment
 
getRemainingAmountAtDate() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanRepaymentAmountsDTO
 
getRemainingAmountAtExpirationDate() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanRepaymentAmountsDTO
 
getRemainingCertificationAmount() - Method in exception nl.strohalm.cyclos.services.accounts.guarantees.exceptions.CertificationAmountExceededException
 
getRemainingLoans() - Method in class nl.strohalm.cyclos.services.elements.AccountActivitiesVO
 
getRemarks() - Method in class nl.strohalm.cyclos.entities.members.Element
 
getRemarkService() - Method in class nl.strohalm.cyclos.controls.elements.ChangeElementGroupAction
 
getRemarkService() - Method in class nl.strohalm.cyclos.controls.members.brokering.ChangeBrokerAction
 
getRemoteAddress() - Method in class nl.strohalm.cyclos.entities.access.LoginHistoryLog
 
getRemoteAddress() - Method in class nl.strohalm.cyclos.entities.access.Session
 
getRemoteAddress() - Method in class nl.strohalm.cyclos.entities.access.WrongUsernameAttempt
 
getRemoteAddress() - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
getRemoteAddress() - Method in class nl.strohalm.cyclos.entities.members.RegistrationAgreementLog
 
getRemoteAddress() - Method in class nl.strohalm.cyclos.utils.logging.TraceLogDTO
 
getRemoteAddress() - Method in class nl.strohalm.cyclos.utils.logging.WebServiceLogDTO
 
getRemovedAt() - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
getRemovedCssClasses() - Method in class nl.strohalm.cyclos.setup.Version
 
getRemovedFromBrokerGroupMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getRemovedFromBrokerGroupSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getRemovedFromBrokerGroupSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getRemovedHelps() - Method in class nl.strohalm.cyclos.setup.Version
 
getRemovedLibraries() - Method in class nl.strohalm.cyclos.setup.Version
 
getRemovedMembersCountThroughTheTime(Collection<? extends Group>, Period) - Method in interface nl.strohalm.cyclos.dao.members.ElementDAO
Returns the number of removed members through the years, during a date interval.
getRemovedMembersCountThroughTheTime(Collection<? extends Group>, Period) - Method in class nl.strohalm.cyclos.dao.members.ElementDAOImpl
 
getRemovedSetupKeys() - Method in class nl.strohalm.cyclos.setup.Version
 
getRemovedStaticFiles() - Method in class nl.strohalm.cyclos.setup.Version
 
getRemovedTranslationKeys() - Method in class nl.strohalm.cyclos.setup.Version
 
getRepaidAmount() - Method in class nl.strohalm.cyclos.entities.accounts.loans.Loan
 
getRepaidAmount() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanPayment
 
getRepaidFees() - Method in class nl.strohalm.cyclos.services.transactions.LoanPaymentDetailDTO
 
getRepaidUnits() - Method in class nl.strohalm.cyclos.services.transactions.LoanPaymentDetailDTO
 
getRepaidValue() - Method in class nl.strohalm.cyclos.services.transactions.LoanPaymentDetailDTO
 
getRepaymentDate() - Method in class nl.strohalm.cyclos.entities.accounts.loans.Loan
 
getRepaymentDate() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanPayment
 
getRepaymentDate() - Method in class nl.strohalm.cyclos.services.transactions.GrantSinglePaymentLoanDTO
 
getRepaymentDate() - Method in class nl.strohalm.cyclos.services.transactions.LoanPaymentDetailDTO
 
getRepaymentDays() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanParameters
 
getRepaymentPeriod() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanPaymentQuery
 
getRepaymentType() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanParameters
 
getReplyAddress(Element) - Method in class nl.strohalm.cyclos.utils.MailHandler
Returns the mail address for the given element, but returns null when a member hides his mail
getReplyComments() - Method in class nl.strohalm.cyclos.entities.members.TransactionFeedback
 
getReplyCommentsDate() - Method in class nl.strohalm.cyclos.entities.members.TransactionFeedback
 
getReportHandler() - Method in class nl.strohalm.cyclos.controls.reports.members.list.ExportMembersListReportToCsvAction
 
getReportHandler() - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.ExportMembersTransactionsDetailsToCsvAction
 
getReportHandler() - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.ExportMembersTransactionsReportToCsvAction
 
getReportHandler() - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportAction
 
getReportTotals(SmsLogQuery) - Method in interface nl.strohalm.cyclos.dao.sms.SmsLogDAO
Returns the totals for the given
getReportTotals(SmsLogQuery) - Method in class nl.strohalm.cyclos.dao.sms.SmsLogDAOImpl
 
getRequest() - Method in class nl.strohalm.cyclos.controls.AbstractActionContext
Returns the current request
getRequest() - Static method in class nl.strohalm.cyclos.webservices.WebServiceContext
Returns the HttpServletRequest for this request
getRequestMethod() - Method in class nl.strohalm.cyclos.utils.logging.TraceLogDTO
 
getRequestPaymentByChannels() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
getRequestPaymentByChannels() - Method in class nl.strohalm.cyclos.services.groups.MemberGroupPermissionsDTO
 
getRequiresAuthorization() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
getReserved() - Method in class nl.strohalm.cyclos.dao.accounts.AccountDailyDifference
 
getReserved() - Method in class nl.strohalm.cyclos.entities.accounts.ClosedAccountBalance
 
getReservedAmount() - Method in class nl.strohalm.cyclos.entities.accounts.AccountStatus
 
getReservedAmount() - Method in class nl.strohalm.cyclos.webservices.model.AccountStatusVO
 
getResetPasswordMessage() - Method in class nl.strohalm.cyclos.entities.settings.MailTranslation
 
getResetPasswordSubject() - Method in class nl.strohalm.cyclos.entities.settings.MailTranslation
 
getResolved(String) - Method in class nl.strohalm.cyclos.webservices.utils.ChannelHelper
Returns a channel by internal name, but when the current request comes from a client restricted to a channel, use that channel.
getResourceBundle() - Static method in class nl.strohalm.cyclos.setup.Setup
 
getResourceBundle(Locale) - Static method in class nl.strohalm.cyclos.setup.Setup
 
getResponse() - Method in class nl.strohalm.cyclos.controls.AbstractActionContext
Returns the current response
getResultPageSize() - Method in class nl.strohalm.cyclos.entities.accounts.pos.MemberPos
 
getResultPageSize() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
getResultPageSize() - Method in class nl.strohalm.cyclos.webservices.model.PosInitializationVO
 
getResultType() - Method in class nl.strohalm.cyclos.utils.query.QueryParameters
 
getRetrieveStrategy() - Method in class nl.strohalm.cyclos.utils.validation.Validator.Property
 
getReturnUrl() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.WebShopTicket
 
getReturnUrl() - Method in class nl.strohalm.cyclos.webservices.model.WebShopTicketVO
 
getReturnUrl() - Method in class nl.strohalm.cyclos.webservices.webshop.GenerateWebShopTicketParams
 
getRootCategory() - Method in class nl.strohalm.cyclos.entities.ads.AdCategory
 
getRootTransfer() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
getRootType() - Method in enum nl.strohalm.cyclos.entities.members.messages.Message.Type
 
getRootType() - Method in class nl.strohalm.cyclos.entities.members.messages.MessageQuery
 
getRootUrl() - Method in interface nl.strohalm.cyclos.utils.LinkGenerator
Returns the url for the application root
getRootUrl() - Method in class nl.strohalm.cyclos.utils.LinkGeneratorImpl
 
getRowCount() - Method in class nl.strohalm.cyclos.utils.jfreeAsymmetric.AsymmetricStatisticalCategoryDataset
Returns the number of rows in the table.
getRowHeader(int) - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
 
getRowHeaders() - Method in class nl.strohalm.cyclos.controls.reports.statistics.graphs.StatisticalDataProducer
 
getRowHeaders() - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
 
getRowHeaders(ThroughTimeRange, Period) - Method in class nl.strohalm.cyclos.services.stats.StatisticalServiceImpl
Generates the row headers in the table in through time: the names of the months, quarters or years
getRowIndex(Comparable) - Method in class nl.strohalm.cyclos.utils.jfreeAsymmetric.AsymmetricStatisticalCategoryDataset
Returns the row index for a given key.
getRowKey(int) - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
returns the rowKey with the given index as a String.
getRowKey(int) - Method in class nl.strohalm.cyclos.utils.jfreeAsymmetric.AsymmetricStatisticalCategoryDataset
Returns a row key.
getRowKeyArgs(int) - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
returns the arguments for the row key with the given index, for use in keys having {n} placeholder arguments.
getRowKeys() - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
 
getRowKeys() - Method in class nl.strohalm.cyclos.utils.jfreeAsymmetric.AsymmetricStatisticalCategoryDataset
Returns the row keys.
getRowSeparator() - Method in class nl.strohalm.cyclos.utils.csv.CSVWriter
 
getRunMode() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
getSalt() - Method in class nl.strohalm.cyclos.entities.access.User
 
getSalt() - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMember
 
getSalt() - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
getScale() - Method in class nl.strohalm.cyclos.utils.conversion.FixedLengthNumberConverter
 
getScaleFactorX() - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
 
getScheduledFor() - Method in class nl.strohalm.cyclos.controls.posweb.ReceivePaymentForm
 
getScheduledPayment() - Method in class nl.strohalm.cyclos.entities.accounts.ScheduledPaymentAmountReservation
 
getScheduledPayment() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
getScheduledPayment() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
getScheduledPayment() - Method in class nl.strohalm.cyclos.entities.customization.fields.PaymentCustomFieldValue
 
getScheduledPayment() - Method in class nl.strohalm.cyclos.entities.members.ReferenceQuery
 
getScheduledPayment() - Method in class nl.strohalm.cyclos.entities.members.TransactionFeedback
 
getScheduledPayment() - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
getScheduledPaymentFailedToPayeeMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getScheduledPaymentFailedToPayeeSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getScheduledPaymentFailedToPayeeSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getScheduledPaymentFailedToPayerMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getScheduledPaymentFailedToPayerSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getScheduledPaymentFailedToPayerSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getScheduledPaymentId() - Method in class nl.strohalm.cyclos.controls.members.references.EditReferenceForm
 
getScheduledPaymentProcessedMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getScheduledPaymentProcessedSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getScheduledPaymentProcessedSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getScheduledTaskFile() - Method in class nl.strohalm.cyclos.entities.settings.LogSettings
 
getScheduledTaskLevel() - Method in class nl.strohalm.cyclos.entities.settings.LogSettings
 
getSchedulingHandler() - Method in class nl.strohalm.cyclos.utils.tasks.TaskRunnerImpl
 
getSchedulingHour() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getSchedulingMinute() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getSchedulingType() - Method in class nl.strohalm.cyclos.controls.posweb.ReceivePaymentForm
 
getScheme() - Method in class nl.strohalm.cyclos.utils.cache.ehcache.HazelcastCacheManagerPeerProvider
 
getSearchAccess() - Method in class nl.strohalm.cyclos.entities.customization.fields.PaymentCustomField
 
getSearchType() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPaymentQuery
 
getSecond() - Method in class nl.strohalm.cyclos.utils.Pair
 
getSecondFromPairCollection(Collection<Pair<S, T>>) - Static method in class nl.strohalm.cyclos.utils.statistics.ListOperations
takes the second elements of a Collection of Pairs, and returns them in a List
getSecondNumberFromPairCollection(Collection<Pair<S, T>>) - Static method in class nl.strohalm.cyclos.utils.statistics.ListOperations
takes the second elements of a Collection of Pairs, and returns them in a List.
getSecurityCode() - Method in class nl.strohalm.cyclos.controls.accounts.cards.CardForm
 
getSecurityCodeBlockTime() - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardType
 
getSecurityCodeConfirmation() - Method in class nl.strohalm.cyclos.controls.accounts.cards.CardForm
 
getSelected() - Method in class nl.strohalm.cyclos.taglibs.MultiDropDownTag
 
getSelectedValues() - Method in class nl.strohalm.cyclos.taglibs.MultiDropDownTag
 
getSelectMember() - Method in class nl.strohalm.cyclos.controls.payments.ConfirmPaymentForm
 
getSelectMember() - Method in class nl.strohalm.cyclos.controls.payments.SuccessfulPaymentForm
 
getSelfPaymentTTs() - Method in class nl.strohalm.cyclos.services.groups.MemberGroupPermissionsDTO
 
getSelfPaymentTTs() - Method in class nl.strohalm.cyclos.services.groups.OperatorGroupPermissionsDTO
 
getSeller() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
getSeller() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery
 
getSeller() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligation
 
getSeller() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligationQuery
 
getSellers(Group) - Method in interface nl.strohalm.cyclos.dao.accounts.guarantees.GuaranteeDAO
Lists of sellers for each buyer of the specified issuer
getSellers(Group) - Method in class nl.strohalm.cyclos.dao.accounts.guarantees.GuaranteeDAOImpl
 
getSellers() - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeService
It returns the associated seller groups according to the logged user.
getSellers() - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
getSellers() - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceSecurity
 
getSellerStatusToFilter() - Method in class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceImpl
 
getSellerStatusToFilter() - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceLocal
 
getSendSmsWebServiceUrl() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getSendTo() - Method in class nl.strohalm.cyclos.controls.members.messages.SendMessageForm
 
getSentBy() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
getSentInvoiceExpiredMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getSentInvoiceExpiredSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getSentInvoiceExpiredSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getSentSms() - Method in class nl.strohalm.cyclos.entities.sms.SmsMailing
 
getSeparator() - Method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.DatePattern
 
getSeriesCount() - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
 
getServiceClient() - Method in class nl.strohalm.cyclos.controls.services.EditServiceClientForm
 
getServiceClient(String) - Method in class nl.strohalm.cyclos.controls.services.EditServiceClientForm
 
getServiceClient() - Method in class nl.strohalm.cyclos.utils.logging.WebServiceLogDTO
 
getServiceInterfaces() - Method in class nl.strohalm.cyclos.spring.ServiceSecurityProxyInvocationHandler
 
getServiceName() - Method in class nl.strohalm.cyclos.utils.logging.WebServiceLogDTO
 
getServiceName() - Static method in class nl.strohalm.cyclos.webservices.WebServiceContext
Returns the web service name
getServletContext() - Method in class nl.strohalm.cyclos.controls.AbstractActionContext
Returns the current servlet context
getServletContext() - Static method in class nl.strohalm.cyclos.webservices.WebServiceContext
Returns the ServletContext for this request
getSession() - Method in class nl.strohalm.cyclos.controls.AbstractActionContext
Returns the current session
getSession() - Method in class nl.strohalm.cyclos.services.BaseServiceSecurity
 
getSession() - Method in class nl.strohalm.cyclos.setup.Setup
 
getSession() - Method in class nl.strohalm.cyclos.utils.lucene.AbstractDocumentMapper
 
getSessionFactory() - Method in class nl.strohalm.cyclos.services.BaseServiceSecurity
 
getSessionFactory() - Method in class nl.strohalm.cyclos.setup.DataBaseConfiguration
 
getSessionFactory() - Method in class nl.strohalm.cyclos.setup.Setup
 
getSessionFactoryImplementor() - Method in class nl.strohalm.cyclos.spring.CustomSessionFactoryBean
 
getSessionId() - Method in class nl.strohalm.cyclos.controls.access.DisconnectUserSessionForm
 
getSessionId() - Method in class nl.strohalm.cyclos.utils.logging.TraceLogDTO
 
getSetting() - Method in class nl.strohalm.cyclos.controls.groups.accounts.EditGroupAccountSettingsForm
 
getSetting(String) - Method in class nl.strohalm.cyclos.controls.groups.accounts.EditGroupAccountSettingsForm
 
getSetting() - Method in class nl.strohalm.cyclos.controls.settings.BaseSettingsForm
 
getSetting(String) - Method in class nl.strohalm.cyclos.controls.settings.BaseSettingsForm
 
getSetting() - Method in class nl.strohalm.cyclos.controls.settings.EditMessageSettingForm
 
getSettingDao() - Method in class nl.strohalm.cyclos.services.settings.BaseSettingsHandler
 
getSettings() - Method in class nl.strohalm.cyclos.entities.accounts.MemberAccountType
 
getSettingsService() - Method in class nl.strohalm.cyclos.controls.settings.EditAccessSettingsAction
 
getSettingsService() - Method in class nl.strohalm.cyclos.controls.settings.EditAlertSettingsAction
 
getSettingsService() - Method in class nl.strohalm.cyclos.controls.settings.EditLocalSettingsAction
 
getSettingsService() - Method in class nl.strohalm.cyclos.controls.settings.EditLogSettingsAction
 
getSettingsService() - Method in class nl.strohalm.cyclos.controls.settings.EditMailSettingsAction
 
getSettingsService() - Method in class nl.strohalm.cyclos.struts.CyclosRequestProcessor
 
getSettingsServiceLocal() - Method in class nl.strohalm.cyclos.scheduling.SchedulingHandler
 
getShowLegend() - Method in class nl.strohalm.cyclos.controls.reports.statistics.graphs.StatisticalDataProducer
determines if the legend is shown or not.
getSignal() - Method in class nl.strohalm.cyclos.controls.accounts.details.AccountHistoryAction.Entry
 
getSignature() - Method in enum nl.strohalm.cyclos.utils.ImageHelper.ImageType
 
getSimpleName() - Method in class nl.strohalm.cyclos.entities.customization.images.Image
Returns the name without extension
getSimulateConversionGraph(ConversionSimulationDTO) - Method in interface nl.strohalm.cyclos.services.transactions.PaymentService
creates data for a graph showing the decline of the fees over time on a conversion.
getSimulateConversionGraph(ConversionSimulationDTO) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
getSimulateConversionGraph(ConversionSimulationDTO) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceSecurity
 
getSimulation() - Method in class nl.strohalm.cyclos.controls.payments.conversionsimulation.SimulateConversionForm
 
getSimulation(String) - Method in class nl.strohalm.cyclos.controls.payments.conversionsimulation.SimulateConversionForm
 
getSimulation() - Method in class nl.strohalm.cyclos.controls.reports.simulations.RateConfigSimulationForm
 
getSimulation(String) - Method in class nl.strohalm.cyclos.controls.reports.simulations.RateConfigSimulationForm
 
getSince() - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
getSince() - Method in class nl.strohalm.cyclos.webservices.ads.AbstractAdSearchParameters
 
getSinceActive() - Method in class nl.strohalm.cyclos.services.elements.ActivitiesVO
 
getSinglePeriodExpenditure(StatisticalFinancesQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalFinancesService
gets the Statistics on Expenditure for a Single Period
getSinglePeriodExpenditure(StatisticalFinancesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalFinancesServiceImpl
 
getSinglePeriodExpenditure(StatisticalFinancesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalFinancesServiceSecurity
 
getSinglePeriodGrossProduct(StatisticalActivityQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalActivityService
gets the data value object for the gross product of a single period.
getSinglePeriodGrossProduct(StatisticalActivityQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceImpl
Gets the results table for the gross product of a single period
getSinglePeriodGrossProduct(StatisticalActivityQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceSecurity
 
getSinglePeriodGrossProduct(StatisticalKeyDevelopmentsQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsService
gets a data value object for key statistics concerning the gross product.
getSinglePeriodGrossProduct(StatisticalKeyDevelopmentsQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsServiceImpl
 
getSinglePeriodGrossProduct(StatisticalKeyDevelopmentsQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsServiceSecurity
 
getSinglePeriodHighestTransactionAmount(StatisticalKeyDevelopmentsQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsService
 
getSinglePeriodHighestTransactionAmount(StatisticalKeyDevelopmentsQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsServiceImpl
 
getSinglePeriodHighestTransactionAmount(StatisticalKeyDevelopmentsQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsServiceSecurity
 
getSinglePeriodIncome(StatisticalFinancesQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalFinancesService
gets the Statistics on Income for a Single Period
getSinglePeriodIncome(StatisticalFinancesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalFinancesServiceImpl
gets the results for single period income.
getSinglePeriodIncome(StatisticalFinancesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalFinancesServiceSecurity
 
getSinglePeriodLoginTimes(StatisticalActivityQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalActivityService
gets the data value object for the frequency of logging in of members on a single period.
getSinglePeriodLoginTimes(StatisticalActivityQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceImpl
 
getSinglePeriodLoginTimes(StatisticalActivityQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceSecurity
 
getSinglePeriodMaxMember(StatisticalTaxesQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalTaxesService
 
getSinglePeriodMaxMember(StatisticalTaxesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceImpl
 
getSinglePeriodMaxMember(StatisticalTaxesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceSecurity
 
getSinglePeriodMedianAmountPerTransaction(StatisticalKeyDevelopmentsQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsService
gets a data value object for key statistics concerning the transaction amount.
getSinglePeriodMedianAmountPerTransaction(StatisticalKeyDevelopmentsQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsServiceImpl
 
getSinglePeriodMedianAmountPerTransaction(StatisticalKeyDevelopmentsQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsServiceSecurity
 
getSinglePeriodMedianPerMember(StatisticalTaxesQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalTaxesService
 
getSinglePeriodMedianPerMember(StatisticalTaxesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceImpl
 
getSinglePeriodMedianPerMember(StatisticalTaxesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceSecurity
 
getSinglePeriodNumberOfAds(StatisticalKeyDevelopmentsQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsService
gets a data value object for key statistics concerning the number of ads.
getSinglePeriodNumberOfAds(StatisticalKeyDevelopmentsQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsServiceImpl
 
getSinglePeriodNumberOfAds(StatisticalKeyDevelopmentsQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsServiceSecurity
 
getSinglePeriodNumberOfMembers(StatisticalKeyDevelopmentsQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsService
gets a data value object for key statistics concerning the number of members.
getSinglePeriodNumberOfMembers(StatisticalKeyDevelopmentsQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsServiceImpl
 
getSinglePeriodNumberOfMembers(StatisticalKeyDevelopmentsQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsServiceSecurity
 
getSinglePeriodNumberOfMembers(StatisticalTaxesQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalTaxesService
 
getSinglePeriodNumberOfMembers(StatisticalTaxesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceImpl
 
getSinglePeriodNumberOfMembers(StatisticalTaxesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceSecurity
 
getSinglePeriodNumberOfTransactions(StatisticalKeyDevelopmentsQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsService
gets a data value object for key statistics concerning the number of Transactions.
getSinglePeriodNumberOfTransactions(StatisticalKeyDevelopmentsQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsServiceImpl
 
getSinglePeriodNumberOfTransactions(StatisticalKeyDevelopmentsQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsServiceSecurity
 
getSinglePeriodNumberTransactions(StatisticalActivityQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalActivityService
gets the data value object for the number of transactions of a single period.
getSinglePeriodNumberTransactions(StatisticalActivityQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceImpl
Gets the results table for the number of transactions per member for a single period
getSinglePeriodNumberTransactions(StatisticalActivityQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceSecurity
 
getSinglePeriodOverview(StatisticalFinancesQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalFinancesService
gets the Statistics on the general overview for the single period
getSinglePeriodOverview(StatisticalFinancesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalFinancesServiceImpl
gathers the results for the single period overview, and stores this in the StatisticalResultDTO.
getSinglePeriodOverview(StatisticalFinancesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalFinancesServiceSecurity
 
getSinglePeriodPercentageNoTrade(StatisticalActivityQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalActivityService
gets the data value object for the percentage of members which is not trading.
getSinglePeriodPercentageNoTrade(StatisticalActivityQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceImpl
 
getSinglePeriodPercentageNoTrade(StatisticalActivityQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceSecurity
 
getSinglePeriodRelativeToGrossProduct(StatisticalTaxesQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalTaxesService
 
getSinglePeriodRelativeToGrossProduct(StatisticalTaxesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceImpl
 
getSinglePeriodRelativeToGrossProduct(StatisticalTaxesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceSecurity
 
getSinglePeriodVolume(StatisticalTaxesQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalTaxesService
 
getSinglePeriodVolume(StatisticalTaxesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceImpl
 
getSinglePeriodVolume(StatisticalTaxesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceSecurity
 
getSize() - Method in class nl.strohalm.cyclos.entities.customization.binaryfiles.BinaryFile
 
getSize() - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomField
 
getSize() - Method in class nl.strohalm.cyclos.taglibs.CustomFieldTag
 
getSize() - Method in class nl.strohalm.cyclos.taglibs.MultiDropDownTag
 
getSkippedMembers() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLogDetailsDTO
 
getSleepSeconds() - Method in class nl.strohalm.cyclos.scheduling.polling.PollingTask
 
getSms() - Method in class nl.strohalm.cyclos.controls.settings.EditMessageSettingForm
 
getSms() - Method in class nl.strohalm.cyclos.services.elements.SendMessageFromSystemDTO
 
getSmsAdditionalCharged() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
getSmsAdditionalChargedPeriod() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
getSmsChannel() - Method in interface nl.strohalm.cyclos.services.access.ChannelService
Returns the channel specified by LocalSettings.getSmsChannelName(), or null if no one is used
getSmsChannel() - Method in class nl.strohalm.cyclos.services.access.ChannelServiceImpl
 
getSmsChannel() - Method in class nl.strohalm.cyclos.services.access.ChannelServiceSecurity
 
getSmsChannelName() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getSmsChargeAmount() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
getSmsChargeTransferType() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
getSmsContext(Member) - Method in interface nl.strohalm.cyclos.services.elements.MemberService
Returns the sms context for the given member
getSmsContext(Member) - Method in class nl.strohalm.cyclos.services.elements.MemberServiceImpl
 
getSmsContext(Member) - Method in class nl.strohalm.cyclos.services.elements.MemberServiceSecurity
 
getSmsContextClassName() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
getSmsContextClassName() - Method in exception nl.strohalm.cyclos.services.sms.exceptions.SmsContextInitializationException
 
getSmsCustomField() - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
getSmsCustomField() - Method in interface nl.strohalm.cyclos.services.settings.SettingsServiceLocal
Returns the custom field representing the mobile phone, which is used for SMS
getSmsCustomFieldId() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getSmsFree() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
getSmsId() - Method in class nl.strohalm.cyclos.webservices.sms.SendSmsResult
 
getSmsLogReport(SmsLogReportQuery) - Method in interface nl.strohalm.cyclos.services.sms.SmsLogService
Get a report of sent SMS messages to member, ordering the results by the name of the member
getSmsLogReport(SmsLogReportQuery) - Method in class nl.strohalm.cyclos.services.sms.SmsLogServiceImpl
 
getSmsLogReport(SmsLogReportQuery) - Method in class nl.strohalm.cyclos.services.sms.SmsLogServiceSecurity
 
getSmsLogReportQueryBinder(LocalSettings) - Static method in class nl.strohalm.cyclos.controls.reports.members.sms.SmsLogsReportAction
 
getSmsMailing() - Method in class nl.strohalm.cyclos.controls.members.sms.SendSmsMailingForm
 
getSmsMailing(String) - Method in class nl.strohalm.cyclos.controls.members.sms.SendSmsMailingForm
 
getSmsMailing() - Method in class nl.strohalm.cyclos.entities.sms.SmsLog
 
getSmsMailing() - Method in class nl.strohalm.cyclos.services.elements.SendSmsDTO
 
getSmsMessagePrefix() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getSmsMessages() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
getSmsShowFreeThreshold() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
getSmsStatus(Member, boolean) - Method in class nl.strohalm.cyclos.services.elements.MemberServiceImpl
 
getSmsStatus(Member, boolean) - Method in interface nl.strohalm.cyclos.services.elements.MemberServiceLocal
Returns the SMS status, optionally updating the same record according to the current state
getSmsTraceData() - Method in class nl.strohalm.cyclos.services.elements.SendMessageFromSystemDTO
Optional
getSmsType() - Method in class nl.strohalm.cyclos.entities.sms.SmsLog
 
getSmsType() - Method in class nl.strohalm.cyclos.services.elements.SendSmsDTO
 
getSmsTypeArgs() - Method in class nl.strohalm.cyclos.services.elements.SendSmsDTO
 
getSmsTypeArgs() - Method in class nl.strohalm.cyclos.webservices.sms.SendSmsParameters
 
getSmsTypeCode() - Method in class nl.strohalm.cyclos.webservices.sms.SendSmsParameters
Each sms type is identified by a code and has two I18N keys of the form:
sms.type.code sms.type.code.description: used in conjunction with SendSmsParameters.getSmsTypeArgs()
getSmsTypes() - Method in class nl.strohalm.cyclos.entities.sms.SmsLogReportQuery
 
getSmsTypes() - Method in interface nl.strohalm.cyclos.services.sms.SmsLogService
 
getSmsTypes() - Method in class nl.strohalm.cyclos.services.sms.SmsLogServiceImpl
 
getSmsTypes() - Method in class nl.strohalm.cyclos.services.sms.SmsLogServiceSecurity
 
getSmsWebService() - Method in class nl.strohalm.cyclos.webservices.CyclosWebServicesClientFactory
Returns a proxy for the sms web service
getSmtpPassword() - Method in class nl.strohalm.cyclos.entities.settings.MailSettings
 
getSmtpPort() - Method in class nl.strohalm.cyclos.entities.settings.MailSettings
 
getSmtpServer() - Method in class nl.strohalm.cyclos.entities.settings.MailSettings
 
getSmtpUsername() - Method in class nl.strohalm.cyclos.entities.settings.MailSettings
 
getSoapMessage() - Static method in class nl.strohalm.cyclos.webservices.WebServiceContext
Returns the SoapMessage for this request
getSource() - Method in class nl.strohalm.cyclos.entities.settings.events.AccessSettingsEvent
 
getSource() - Method in class nl.strohalm.cyclos.entities.settings.events.AlertSettingsEvent
 
getSource() - Method in class nl.strohalm.cyclos.entities.settings.events.LocalSettingsEvent
 
getSource() - Method in class nl.strohalm.cyclos.entities.settings.events.LogSettingsEvent
 
getSource() - Method in class nl.strohalm.cyclos.entities.settings.events.MailSettingsEvent
 
getSource() - Method in class nl.strohalm.cyclos.entities.settings.events.MailTranslationEvent
 
getSource() - Method in class nl.strohalm.cyclos.entities.settings.events.MessageSettingsEvent
 
getSrc() - Method in class nl.strohalm.cyclos.taglibs.ScriptTag
 
getStackTrace() - Method in class nl.strohalm.cyclos.entities.alerts.ErrorLogEntry
 
getStartDate() - Method in class nl.strohalm.cyclos.entities.members.brokerings.Brokering
 
getStartExpirationDate() - Method in class nl.strohalm.cyclos.entities.members.BrokeringQuery
 
getStartIn() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.CertificationQuery
 
getStartIn() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery
 
getStartIn() - Method in class nl.strohalm.cyclos.entities.infotexts.InfoTextQuery
 
getStartPeriod() - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContractQuery
 
getStatements(String) - Method in class nl.strohalm.cyclos.setup.Version
 
getStatementsByDataBase() - Method in class nl.strohalm.cyclos.setup.Version
 
getStatisticalService() - Method in class nl.strohalm.cyclos.services.stats.StatisticalServiceSecurity
 
getStatisticsType() - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsAction
Returns the statistics type related to the action
getStatisticsType() - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsActivityAction
 
getStatisticsType() - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsFinancesAction
 
getStatisticsType() - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsKeyDevelopmentsAction
 
getStatisticsType() - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsTaxesAction
 
getStatus() - Method in class nl.strohalm.cyclos.controls.ads.imports.ImportedAdCategoriesForm
 
getStatus() - Method in class nl.strohalm.cyclos.controls.ads.imports.ImportedAdsDetailsForm
 
getStatus() - Method in class nl.strohalm.cyclos.controls.groups.SearchGroupsAjaxForm
 
getStatus() - Method in class nl.strohalm.cyclos.controls.loans.ManageExpiredStatusForm
 
getStatus() - Method in class nl.strohalm.cyclos.controls.members.imports.ImportedMembersDetailsForm
 
getStatus() - Method in class nl.strohalm.cyclos.dao.sms.SmsLogReportTotal
 
getStatus() - Method in class nl.strohalm.cyclos.entities.accounts.cards.Card
 
getStatus() - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardLog
 
getStatus() - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardQuery
 
getStatus() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransfer
 
getStatus() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferQuery
 
getStatus() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.MemberAccountFeeLog
 
getStatus() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.MemberAccountFeeLogQuery
 
getStatus() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Certification
 
getStatus() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.CertificationLog
 
getStatus() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
getStatus() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeLog
 
getStatus() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligation
 
getStatus() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligationLog
 
getStatus() - Method in class nl.strohalm.cyclos.entities.accounts.loans.Loan
 
getStatus() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanPayment
 
getStatus() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanPaymentQuery
 
getStatus() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanQuery
 
getStatus() - Method in class nl.strohalm.cyclos.entities.accounts.MemberAccount
 
getStatus() - Method in class nl.strohalm.cyclos.entities.accounts.pos.MemberPos
 
getStatus() - Method in class nl.strohalm.cyclos.entities.accounts.pos.Pos
 
getStatus() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
getStatus() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceQuery
 
getStatus() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceSummaryDTO
 
getStatus() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Payment
 
getStatus() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Ticket
 
getStatus() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TicketQuery
 
getStatus() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
getStatus() - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
getStatus() - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
getStatus() - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
getStatus() - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAdQuery
 
getStatus() - Method in class nl.strohalm.cyclos.entities.groups.Group
 
getStatus() - Method in class nl.strohalm.cyclos.entities.groups.GroupQuery
 
getStatus() - Method in class nl.strohalm.cyclos.entities.members.BrokeringQuery
 
getStatus() - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContract
 
getStatus() - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContractQuery
 
getStatus() - Method in class nl.strohalm.cyclos.entities.members.brokerings.DefaultBrokerCommission
 
getStatus() - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMember
 
getStatus() - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMemberQuery
 
getStatus() - Method in class nl.strohalm.cyclos.entities.sms.SmsLog
 
getStatus() - Method in class nl.strohalm.cyclos.entities.sms.SmsLogQuery
 
getStatus(Account, Calendar) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
getStatus(Account, Calendar) - Method in interface nl.strohalm.cyclos.services.accounts.AccountServiceLocal
Returns the current account status for the given account, with date less than the given date (optionally null, returning the current status})
getStatus() - Method in interface nl.strohalm.cyclos.services.elements.MemberService
Returns the status for the logged member or operator
getStatus() - Method in class nl.strohalm.cyclos.services.elements.MemberServiceImpl
 
getStatus() - Method in class nl.strohalm.cyclos.services.elements.MemberServiceSecurity
 
getStatus() - Method in class nl.strohalm.cyclos.services.transactions.LoanPaymentDetailDTO
 
getStatus() - Method in class nl.strohalm.cyclos.utils.cache.ehcache.HazelcastCacheManagerPeerProvider
 
getStatus() - Method in class nl.strohalm.cyclos.webservices.ads.AbstractAdSearchParameters
 
getStatus() - Method in class nl.strohalm.cyclos.webservices.payments.ChargebackResult
 
getStatus() - Method in class nl.strohalm.cyclos.webservices.payments.PaymentResult
 
getStatus() - Method in class nl.strohalm.cyclos.webservices.payments.RequestPaymentResult
 
getStatus() - Method in class nl.strohalm.cyclos.webservices.sms.SendSmsResult
 
getStatusBeforeSuspension() - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContract
 
getStatusCollection() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeLogQuery
 
getStatusCollection() - Method in class nl.strohalm.cyclos.entities.groups.GroupQuery
 
getStatuses() - Method in class nl.strohalm.cyclos.entities.accounts.pos.PosQuery
 
getStatuses() - Method in class nl.strohalm.cyclos.entities.members.brokerings.Brokering
 
getStatusGroup() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPaymentQuery
 
getStatusList() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.CertificationQuery
 
getStatusList() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery
 
getStatusList() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligationQuery
 
getStatusList() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanPaymentQuery
 
getStatusList() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPaymentQuery
 
getStatusList() - Method in enum nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPaymentQuery.StatusGroup
 
getStatusList() - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContractQuery
 
getStatusToFilter() - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationService
 
getStatusToFilter() - Method in class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceImpl
 
getStatusToFilter() - Method in class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceSecurity
 
getStdDevValue(Comparable, Comparable) - Method in class nl.strohalm.cyclos.utils.jfreeAsymmetric.AsymmetricStatisticalCategoryDataset
 
getStdDevValue(int, int) - Method in class nl.strohalm.cyclos.utils.jfreeAsymmetric.AsymmetricStatisticalCategoryDataset
 
getStringQuote() - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.CSVFileMapping
 
getStringQuote() - Method in class nl.strohalm.cyclos.utils.csv.BaseCSVHandler
 
getStringValue() - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomFieldValue
 
getStyleClass() - Method in class nl.strohalm.cyclos.taglibs.RichTextAreaTag
 
getStyleId() - Method in class nl.strohalm.cyclos.taglibs.CustomFieldTag
 
getStyleId() - Method in class nl.strohalm.cyclos.taglibs.RichTextAreaTag
 
getStyles() - Method in class nl.strohalm.cyclos.themes.Theme
 
getSubject() - Method in class nl.strohalm.cyclos.controls.settings.EditMessageSettingForm
 
getSubject() - Method in class nl.strohalm.cyclos.entities.infotexts.InfoText
 
getSubject() - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
getSubject() - Method in class nl.strohalm.cyclos.entities.members.remarks.Remark
 
getSubject() - Method in class nl.strohalm.cyclos.entities.members.remarks.RemarkQuery
 
getSubject() - Method in class nl.strohalm.cyclos.services.elements.SendMessageDTO
 
getSubject() - Method in class nl.strohalm.cyclos.webservices.model.InfoTextVO
 
getSubTitle() - Method in class nl.strohalm.cyclos.controls.reports.statistics.graphs.StatisticalDataProducer
the subtitle for the graph
getSubTitle() - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
 
getSuccessForward() - Method in class nl.strohalm.cyclos.controls.AbstractActionContext
Returns the forward named 'success'
getSuffix() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings.TransactionNumber
 
getSuffix() - Method in class nl.strohalm.cyclos.webservices.model.TransactionNumberVO
 
getSummary(InvoiceSummaryDTO) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.InvoiceDAO
Returns a summary for the invoices.
getSummary(InvoiceSummaryDTO) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.InvoiceDAOImpl
 
getSummary(AdImport) - Method in interface nl.strohalm.cyclos.services.ads.AdImportService
Returns the summarized results for the given advertisement import
getSummary(AdImport) - Method in class nl.strohalm.cyclos.services.ads.AdImportServiceImpl
 
getSummary(AdImport) - Method in class nl.strohalm.cyclos.services.ads.AdImportServiceSecurity
 
getSummary(MemberImport) - Method in interface nl.strohalm.cyclos.services.elements.MemberImportService
Returns the summarized results for the given member import
getSummary(MemberImport) - Method in class nl.strohalm.cyclos.services.elements.MemberImportServiceImpl
 
getSummary(MemberImport) - Method in class nl.strohalm.cyclos.services.elements.MemberImportServiceSecurity
 
getSummary(InvoiceSummaryDTO) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
getSummary(InvoiceSummaryDTO) - Method in interface nl.strohalm.cyclos.services.transactions.InvoiceServiceLocal
Returns a summary for the invoices
getSummaryByType(Currency, InvoiceSummaryType, Collection<MemberGroup>) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.InvoiceDAO
Returns the summary (count and amount) of the invoices of a given type
getSummaryByType(Currency, InvoiceSummaryType, Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.InvoiceDAOImpl
 
getSummaryByType(Currency, InvoiceSummaryType) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
getSummaryByType(Currency, InvoiceSummaryType) - Method in interface nl.strohalm.cyclos.services.transactions.InvoiceServiceLocal
Returns a summary for the invoices of a given type
getSumOfTransactions(StatisticalDTO) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.TransferDAO
Sum of the amounts of the transactions.
getSumOfTransactions(StatisticalDTO) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.TransferDAOImpl
 
getSumOfTransactionsRest(TransferQuery) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.TransferDAO
Calculates the sum of transactions there was on this SystemAccountType for any payments NOT belonging to the set of paymentFilters, during the period
getSumOfTransactionsRest(TransferQuery) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.TransferDAOImpl
 
getSumOfTransfers(List<Pair<Member, BigDecimal>>) - Static method in class nl.strohalm.cyclos.services.stats.taxes.TransferVolumePerMemberStats
gets a list with personal transfer volume, one element for each member
getSumOfTransfersPerTrader() - Method in class nl.strohalm.cyclos.services.stats.activity.GrossProductPerMemberStats
 
getSumOfTransfersPerTrader() - Method in class nl.strohalm.cyclos.services.stats.taxes.TaxesPerMemberStats
 
getSumOfTransfersPerTrader() - Method in class nl.strohalm.cyclos.services.stats.taxes.TransferVolumePerMemberStats
gets the basic list with pairs, where the first element is the Member and the second element is the sum of transfers for this member in this period.
getSumsPerFee() - Method in class nl.strohalm.cyclos.services.stats.taxes.TaxesPerMemberStats
 
getSymbol() - Method in class nl.strohalm.cyclos.entities.accounts.Currency
 
getSymbol() - Method in class nl.strohalm.cyclos.webservices.model.CurrencyVO
 
getSystemAccountFilter() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
getSystemAccountName() - Method in class nl.strohalm.cyclos.webservices.model.AccountHistoryTransferVO
 
getSystemAccountType() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalAccount
 
getSystemAccountTypes() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalAccountQuery
 
getSystemAccountTypesBalance() - Method in class nl.strohalm.cyclos.entities.reports.CurrentStateReportVO
 
getSystemAccountTypesBalance(Collection<SystemAccountType>, Calendar) - Method in class nl.strohalm.cyclos.services.accounts.AccountTypeServiceImpl
 
getSystemAccountTypesBalance(Collection<SystemAccountType>, Calendar) - Method in interface nl.strohalm.cyclos.services.accounts.AccountTypeServiceLocal
Returns the sum of the balances of the accounts of the system accounts of the given types
getSystemAddress() - Method in class nl.strohalm.cyclos.utils.MailHandler
Returns the mail address for system
getSystemAlert() - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreferenceQuery
 
getSystemAlerts() - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreference
 
getSystemAlerts() - Method in class nl.strohalm.cyclos.services.application.ApplicationStatusVO
 
getSystemChargebackTTs() - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
getSystemToMemberTTs() - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
getSystemToSystemTTs() - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
getTableCells() - Method in class nl.strohalm.cyclos.controls.reports.statistics.graphs.StatisticalDataProducer
gets the raw data
getTableCells() - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
 
getTableCellsExpenditureComparePeriods(NamedPeriod, NamedPeriod, Collection<PaymentFilter>, SystemAccountType) - Method in class nl.strohalm.cyclos.services.stats.finances.FinanceStatsComparePeriods
 
getTableCellsExpenditureSinglePeriod(NamedPeriod, Collection<PaymentFilter>, SystemAccountType) - Method in class nl.strohalm.cyclos.services.stats.finances.FinanceStatsSinglePeriod
gives the resulting table data for expenditure single period.
getTableCellsExpenditureThroughTime(Period[], Collection<PaymentFilter>, SystemAccountType) - Method in class nl.strohalm.cyclos.services.stats.finances.FinanceStatsThroughTime
 
getTableCellsIncomeComparePeriods(NamedPeriod, NamedPeriod, Collection<PaymentFilter>, SystemAccountType) - Method in class nl.strohalm.cyclos.services.stats.finances.FinanceStatsComparePeriods
 
getTableCellsIncomeSinglePeriod(NamedPeriod, Collection<PaymentFilter>, SystemAccountType) - Method in class nl.strohalm.cyclos.services.stats.finances.FinanceStatsSinglePeriod
gives the resulting table data for income single period.
getTableCellsIncomeThroughTime(Period[], Collection<PaymentFilter>, SystemAccountType) - Method in class nl.strohalm.cyclos.services.stats.finances.FinanceStatsThroughTime
 
getTableCellsOverviewSinglePeriod(Period, Collection<PaymentFilter>, SystemAccountType) - Method in class nl.strohalm.cyclos.services.stats.finances.FinanceStatsSinglePeriod
gives the resulting table data for overview single period.
getTableColumnCount() - Method in class nl.strohalm.cyclos.controls.reports.statistics.graphs.StatisticalDataProducer
 
getTargetMember() - Method in class nl.strohalm.cyclos.entities.sms.SmsLog
 
getTargetMember() - Method in class nl.strohalm.cyclos.services.elements.SendSmsDTO
 
getTargetPrincipal() - Method in class nl.strohalm.cyclos.webservices.sms.SendSmsParameters
 
getTargetPrincipalType() - Method in class nl.strohalm.cyclos.webservices.sms.SendSmsParameters
 
getTask(String) - Method in class nl.strohalm.cyclos.scheduling.SchedulingHandler
 
getTaskRunner() - Method in class nl.strohalm.cyclos.scheduling.polling.PollingTask
 
getTaskRunner() - Method in class nl.strohalm.cyclos.scheduling.SchedulingHandler
 
getTasks() - Method in class nl.strohalm.cyclos.scheduling.SchedulingHandler
 
getText() - Method in class nl.strohalm.cyclos.entities.sms.SmsMailing
 
getText() - Method in class nl.strohalm.cyclos.services.elements.SendSmsDTO
 
getText() - Method in class nl.strohalm.cyclos.taglibs.OptionTag
 
getText() - Method in class nl.strohalm.cyclos.webservices.external.sms.SendSmsSenderParameters
 
getText() - Method in class nl.strohalm.cyclos.webservices.sms.SendSmsParameters
 
getTheme() - Method in class nl.strohalm.cyclos.controls.customization.themes.ExportThemeForm
 
getTheme(String) - Method in class nl.strohalm.cyclos.controls.customization.themes.ExportThemeForm
 
getTheme() - Method in class nl.strohalm.cyclos.controls.customization.themes.ThemeForm
 
getTheme(String) - Method in class nl.strohalm.cyclos.controls.customization.themes.ThemeForm
 
getThroughTheTime(StatisticalKeyDevelopmentsQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsService
gets a data value object for key statistics concerning the overview through the years.
getThroughTheTime(StatisticalKeyDevelopmentsQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsServiceImpl
 
getThroughTheTime(StatisticalKeyDevelopmentsQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsServiceSecurity
 
getThroughTheTimeGrossProduct(StatisticalActivityQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalActivityService
gets the data for the gross product per member, for all available years.
getThroughTheTimeGrossProduct(StatisticalActivityQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceImpl
 
getThroughTheTimeGrossProduct(StatisticalActivityQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceSecurity
 
getThroughTheTimeLoginTimes(StatisticalActivityQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalActivityService
gets the data for the login frequency per member, for all available years.
getThroughTheTimeLoginTimes(StatisticalActivityQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceImpl
 
getThroughTheTimeLoginTimes(StatisticalActivityQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceSecurity
 
getThroughTheTimeNumberTransactions(StatisticalActivityQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalActivityService
gets the data for the number of transactions per member, for all available years.
getThroughTheTimeNumberTransactions(StatisticalActivityQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceImpl
 
getThroughTheTimeNumberTransactions(StatisticalActivityQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceSecurity
 
getThroughTheTimePercentageNoTrade(StatisticalActivityQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalActivityService
gets the data for the percentage of members not trading during that specific year, for all available years.
getThroughTheTimePercentageNoTrade(StatisticalActivityQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceImpl
 
getThroughTheTimePercentageNoTrade(StatisticalActivityQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceSecurity
 
getThroughTimeExpenditure(StatisticalFinancesQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalFinancesService
gets the Statistics on income through time
getThroughTimeExpenditure(StatisticalFinancesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalFinancesServiceImpl
 
getThroughTimeExpenditure(StatisticalFinancesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalFinancesServiceSecurity
 
getThroughTimeIncome(StatisticalFinancesQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalFinancesService
gets the Statistics on Expenditure throught time
getThroughTimeIncome(StatisticalFinancesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalFinancesServiceImpl
 
getThroughTimeIncome(StatisticalFinancesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalFinancesServiceSecurity
 
getThroughTimeMaxMember(StatisticalTaxesQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalTaxesService
 
getThroughTimeMaxMember(StatisticalTaxesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceImpl
 
getThroughTimeMaxMember(StatisticalTaxesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceSecurity
 
getThroughTimeMedianPerMember(StatisticalTaxesQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalTaxesService
 
getThroughTimeMedianPerMember(StatisticalTaxesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceImpl
 
getThroughTimeMedianPerMember(StatisticalTaxesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceSecurity
 
getThroughTimeNumberOfMembers(StatisticalTaxesQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalTaxesService
 
getThroughTimeNumberOfMembers(StatisticalTaxesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceImpl
 
getThroughTimeNumberOfMembers(StatisticalTaxesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceSecurity
 
getThroughTimeRange() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
getThroughTimeRelativeToGrossProduct(StatisticalTaxesQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalTaxesService
 
getThroughTimeRelativeToGrossProduct(StatisticalTaxesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceImpl
 
getThroughTimeRelativeToGrossProduct(StatisticalTaxesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceSecurity
 
getThroughTimeVolume(StatisticalTaxesQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalTaxesService
 
getThroughTimeVolume(StatisticalTaxesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceImpl
 
getThroughTimeVolume(StatisticalTaxesQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceSecurity
 
getThumbnail() - Method in class nl.strohalm.cyclos.entities.customization.images.Image
 
getThumbnailSize() - Method in class nl.strohalm.cyclos.entities.customization.images.Image
 
getThumbnailUrl() - Method in class nl.strohalm.cyclos.webservices.model.ImageVO
 
getTicket() - Method in class nl.strohalm.cyclos.controls.payments.request.RequestPaymentForm
 
getTicket(String) - Method in class nl.strohalm.cyclos.controls.payments.request.RequestPaymentForm
 
getTicket() - Method in class nl.strohalm.cyclos.controls.webshop.NewWebShopPaymentForm
 
getTicket() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Ticket
 
getTicket() - Method in class nl.strohalm.cyclos.services.transactions.DoPaymentDTO
 
getTicket() - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
getTicket() - Method in class nl.strohalm.cyclos.webservices.model.TicketVO
 
getTicket() - Method in class nl.strohalm.cyclos.webservices.payments.ConfirmPaymentParameters
 
getTicket() - Method in class nl.strohalm.cyclos.webservices.payments.RequestPaymentResult
 
getTicketDao() - Method in class nl.strohalm.cyclos.services.transactions.TicketServiceImpl
 
getTime() - Method in class nl.strohalm.cyclos.taglibs.FormatTag
 
getTimeConverter() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getTimeForClusterToForm() - Method in class nl.strohalm.cyclos.utils.cache.ehcache.HazelcastCacheManagerPeerProvider
 
getTimePattern() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getTimePatternDescription(LocalSettings.TimePattern) - Method in class nl.strohalm.cyclos.utils.MessageHelper
 
getTimePoint() - Method in class nl.strohalm.cyclos.services.reports.CurrentStateReportParameters
 
getTimePointType() - Method in class nl.strohalm.cyclos.services.reports.CurrentStateReportParameters
 
getTimeZone() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getTitle() - Method in class nl.strohalm.cyclos.controls.reports.statistics.graphs.StatisticalDataProducer
 
getTitle() - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
getTitle() - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
getTitle() - Method in class nl.strohalm.cyclos.entities.members.adInterests.AdInterest
 
getTitle() - Method in class nl.strohalm.cyclos.themes.Theme
 
getTitle() - Method in class nl.strohalm.cyclos.webservices.model.AdVO
 
getTitleKey() - Method in exception nl.strohalm.cyclos.controls.mobile.exceptions.MobileException
 
getTo() - Method in class nl.strohalm.cyclos.controls.general.InviteForm
 
getTo() - Method in class nl.strohalm.cyclos.controls.payments.PaymentForm
 
getTo() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
getTo() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Payment
 
getTo() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Ticket
 
getTo() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TicketQuery
 
getTo() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
getTo() - Method in class nl.strohalm.cyclos.entities.members.Reference
 
getTo() - Method in class nl.strohalm.cyclos.entities.members.ReferenceHistoryLog
 
getTo() - Method in class nl.strohalm.cyclos.entities.members.ReferenceHistoryLogQuery
 
getTo() - Method in class nl.strohalm.cyclos.entities.members.ReferenceQuery
 
getTo() - Method in class nl.strohalm.cyclos.services.transactions.DoPaymentDTO
 
getTo() - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
getTo() - Method in class nl.strohalm.cyclos.services.transfertypes.BuildTransferWithFeesDTO
 
getTo() - Method in class nl.strohalm.cyclos.webservices.model.TransferTypeVO
 
getToAccountOwner() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
getToAccountStatus() - Method in class nl.strohalm.cyclos.webservices.payments.PaymentResult
 
getToAccountType() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
getToAccountType() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
getToAccountTypeId() - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
getToAccountTypeId() - Method in class nl.strohalm.cyclos.webservices.accounts.TransferTypeSearchParameters
 
getToAccountTypes() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
getToChannel() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentRequestTicket
 
getToChannel() - Method in class nl.strohalm.cyclos.webservices.model.PaymentRequestTicketVO
 
getToChargePrincipal() - Method in class nl.strohalm.cyclos.webservices.sms.SendSmsParameters
 
getToChargePrincipalType() - Method in class nl.strohalm.cyclos.webservices.sms.SendSmsParameters
 
getTodaysRates(Account, Calendar) - Method in interface nl.strohalm.cyclos.dao.accounts.AccountRatesDAO
gets the entity only for the specified date.
getTodaysRates(Account, Calendar) - Method in class nl.strohalm.cyclos.dao.accounts.AccountRatesDAOImpl
 
getToElement() - Method in class nl.strohalm.cyclos.controls.members.messages.SearchMessageCategoriesAjaxForm
 
getToElement() - Method in class nl.strohalm.cyclos.entities.members.messages.MessageCategoryQuery
 
getToFixedMember() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.SimpleTransactionFee
 
getToGroups() - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
getToGroups() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
getToGroups() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
getToGroups() - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
getToGroups() - Method in class nl.strohalm.cyclos.services.elements.SendMessageToGroupDTO
 
getTolerance() - Method in class nl.strohalm.cyclos.services.accounts.TransactionVolumeDTO
 
getToLimitType() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
getToMember() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
getToMember() - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
getToMember() - Method in class nl.strohalm.cyclos.services.elements.SendMessageToMemberDTO
 
getToMember() - Method in class nl.strohalm.cyclos.webservices.accounts.TransferTypeSearchParameters
 
getToMember() - Method in class nl.strohalm.cyclos.webservices.model.TicketVO
 
getToMember() - Method in class nl.strohalm.cyclos.webservices.payments.AbstractPaymentParameters
 
getToMemberFieldsToReturn() - Method in class nl.strohalm.cyclos.webservices.payments.PaymentParameters
 
getToMemberId() - Method in class nl.strohalm.cyclos.controls.members.messages.SendMessageForm
 
getToMemberPrincipal() - Method in class nl.strohalm.cyclos.webservices.pos.MakePaymentParameters
 
getToMemberPrincipalType() - Method in class nl.strohalm.cyclos.webservices.accounts.TransferTypeSearchParameters
 
getToMemberPrincipalType() - Method in class nl.strohalm.cyclos.webservices.payments.AbstractPaymentParameters
 
getToMemberPrincipalType() - Method in class nl.strohalm.cyclos.webservices.pos.MakePaymentParameters
 
getToMembers() - Method in class nl.strohalm.cyclos.entities.accounts.loans.Loan
 
getToNature() - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
getToNature() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
getToOwner() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Payment
 
getToOwner() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
getToOwner() - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
getToOwnerId() - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
getTopic(Ehcache) - Static method in class nl.strohalm.cyclos.utils.cache.ehcache.HazelcastCacheManagerPeerProvider
Returns the topic for the given cache
getTopic() - Method in class nl.strohalm.cyclos.utils.cache.ehcache.HazelcastCacheManagerPeerProvider
 
getToptenPersonalGrossProduct(StatisticalActivityQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalActivityService
Top 10 for persons: who are the most active members, for personal gross product.
getToptenPersonalGrossProduct(StatisticalActivityQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceImpl
get a top ten with members with the highest personal grossproduct
getToptenPersonalGrossProduct(StatisticalActivityQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceSecurity
 
getToptenPersonalLoginTimes(StatisticalActivityQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalActivityService
Top 10 for persons: who are the most active members, for personal login times.
getToptenPersonalLoginTimes(StatisticalActivityQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceImpl
get a top ten with members with the highest number of logins.
getToptenPersonalLoginTimes(StatisticalActivityQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceSecurity
 
getToptenPersonalNumberTransactions(StatisticalActivityQuery) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalActivityService
Top 10 for persons: who are the most active members, for personal number transactions.
getToptenPersonalNumberTransactions(StatisticalActivityQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceImpl
get a top ten with members with the highest number of transactions
getToptenPersonalNumberTransactions(StatisticalActivityQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceSecurity
 
getToRates() - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesToSave
 
getTotal() - Method in class nl.strohalm.cyclos.dao.sms.SmsLogReportTotal
 
getTotal() - Method in class nl.strohalm.cyclos.entities.ads.imports.AdImportResult
 
getTotal() - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokeringCommissionStatus
 
getTotal() - Method in class nl.strohalm.cyclos.entities.members.imports.MemberImportResult
 
getTotal() - Method in class nl.strohalm.cyclos.entities.sms.SmsLogReportVO
 
getTotal() - Method in class nl.strohalm.cyclos.services.transactions.LoanPaymentDetailDTO
 
getTotalAmount() - Method in class nl.strohalm.cyclos.entities.accounts.loans.Loan
 
getTotalAmount() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanRepaymentAmountsDTO
 
getTotalCount() - Method in interface nl.strohalm.cyclos.utils.query.Page
 
getTotalCount(List<?>) - Static method in class nl.strohalm.cyclos.utils.query.PageHelper
Returns the total count for this list.
getTotalCount() - Method in class nl.strohalm.cyclos.utils.query.PageImpl
 
getTotalCount() - Method in class nl.strohalm.cyclos.webservices.model.ResultPage
 
getTotalExceededAmount() - Method in exception nl.strohalm.cyclos.services.accounts.guarantees.exceptions.CertificationAmountExceededException
 
getTotalFeeAmount() - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeePreviewDTO
 
getTotalFeePercentage() - Method in class nl.strohalm.cyclos.services.elements.AccountActivitiesVO
 
getTotalMembers() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLog
 
getTotals() - Method in class nl.strohalm.cyclos.entities.sms.SmsLogReportVO
 
getTotalsByStatus() - Method in class nl.strohalm.cyclos.entities.sms.SmsLogReportVO
 
getTotalsByType() - Method in class nl.strohalm.cyclos.entities.sms.SmsLogReportVO
 
getToTransactionFees() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
getToTransferTypes() - Method in class nl.strohalm.cyclos.entities.accounts.AccountType
 
getToUsername() - Method in class nl.strohalm.cyclos.webservices.webshop.GenerateWebShopTicketParams
 
getTraceData() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentRequestTicket
Returns the data set by the client at the moment of requesting a payment.
getTraceData() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
Optional.
getTraceData() - Method in class nl.strohalm.cyclos.services.elements.SendSmsDTO
 
getTraceData() - Method in class nl.strohalm.cyclos.services.transactions.DoPaymentDTO
Optional.
getTraceData() - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
Optional.
getTraceData() - Method in class nl.strohalm.cyclos.webservices.external.sms.SendSmsSenderParameters
Optional.
getTraceData() - Method in class nl.strohalm.cyclos.webservices.model.PaymentRequestTicketVO
Optional.
getTraceData() - Method in class nl.strohalm.cyclos.webservices.payments.AbstractPaymentParameters
Optional.
getTraceData() - Method in class nl.strohalm.cyclos.webservices.sms.SendSmsParameters
Optional.
getTraceFile() - Method in class nl.strohalm.cyclos.entities.settings.LogSettings
 
getTraceLevel() - Method in class nl.strohalm.cyclos.entities.settings.LogSettings
 
getTraceNumber() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TraceNumber
 
getTraceNumber() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
getTraceNumber() - Method in class nl.strohalm.cyclos.services.transactions.DoPaymentDTO
 
getTraceNumber() - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
getTraceNumber() - Method in class nl.strohalm.cyclos.webservices.model.AccountHistoryTransferVO
 
getTraceNumber() - Method in class nl.strohalm.cyclos.webservices.payments.AbstractPaymentParameters
 
getTradeType() - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
getTradeType() - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
getTradeType() - Method in class nl.strohalm.cyclos.entities.ads.AdCategoryWithCounterQuery
 
getTradeType() - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
getTradeType() - Method in class nl.strohalm.cyclos.webservices.ads.AbstractAdSearchParameters
 
getTransactionAmount() - Method in exception nl.strohalm.cyclos.services.transactions.exceptions.CreditsException
 
getTransactionAmounts(StatisticalDTO) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.TransferDAO
gets a list with transaction amounts and their id's.
getTransactionAmounts(StatisticalDTO) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.TransferDAOImpl
 
getTransactionCountPerAllMembers(Integer) - Method in class nl.strohalm.cyclos.services.stats.activity.TransactionCountPerMemberStats
For each member, the number of transactions is counted.
getTransactionCountPerTradingMember() - Method in class nl.strohalm.cyclos.services.stats.activity.TransactionCountPerMemberStats
For each trading member, the number of transactions is counted.
getTransactionedAmountToday(Account, TransferType) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.TransferDAO
Returns the total amount of transfers today from the given account, with the given transfer type.
getTransactionedAmountToday(Operator, Account, TransferType) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.TransferDAO
Returns the total amount of transfers today from the given account, with the given transfer type, performed by the given operator.
getTransactionedAmountToday(Account, TransferType) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.TransferDAOImpl
 
getTransactionedAmountToday(Operator, Account, TransferType) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.TransferDAOImpl
 
getTransactionFee() - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.EditTransactionFeeForm
 
getTransactionFee(String) - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.EditTransactionFeeForm
 
getTransactionFee() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
getTransactionFee() - Method in class nl.strohalm.cyclos.services.accounts.rates.ARatedFeeDTO
 
getTransactionFeedbackAdminCommentsMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getTransactionFeedbackAdminCommentsSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getTransactionFeedbackAdminCommentsSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getTransactionFeedbackDeadline() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Payment
 
getTransactionFeedbackReceivedMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getTransactionFeedbackReceivedSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getTransactionFeedbackReceivedSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getTransactionFeedbackReplyMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getTransactionFeedbackReplySms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getTransactionFeedbackReplySubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getTransactionFeedbackRequestMessage() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getTransactionFeedbackRequestSms() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getTransactionFeedbackRequestSubject() - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
getTransactionFeeId() - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.EditTransactionFeeForm
 
getTransactionFeeId() - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.RemoveTransactionFeeForm
 
getTransactionFees() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
getTransactionFees() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalTaxesQuery
 
getTransactionFeeService() - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.RemoveTransactionFeeAction
 
getTransactionFeeService() - Method in class nl.strohalm.cyclos.controls.invoices.AcceptInvoiceAction
 
getTransactionFeeService() - Method in class nl.strohalm.cyclos.controls.members.brokering.ListBrokerCommissionContractsAction
 
getTransactionFeeService() - Method in class nl.strohalm.cyclos.controls.mobile.MobileConfirmPaymentAction
 
getTransactionFile() - Method in class nl.strohalm.cyclos.entities.settings.LogSettings
 
getTransactionHelper() - Method in class nl.strohalm.cyclos.utils.tasks.TaskRunnerImpl
 
getTransactionLevel() - Method in class nl.strohalm.cyclos.entities.settings.LogSettings
 
getTransactionListeners() - Method in class nl.strohalm.cyclos.utils.transaction.CurrentTransactionData.Entry
 
getTransactionNumber() - Method in class nl.strohalm.cyclos.entities.accounts.loans.BaseLoanQuery
 
getTransactionNumber() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceQuery
 
getTransactionNumber() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
getTransactionNumber() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
getTransactionNumber() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransfersAwaitingAuthorizationQuery
 
getTransactionNumber() - Method in class nl.strohalm.cyclos.entities.members.MemberTransactionDetailsReportData
 
getTransactionNumber() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getTransactionNumber() - Method in class nl.strohalm.cyclos.webservices.model.AccountHistoryTransferVO
 
getTransactionNumber() - Method in class nl.strohalm.cyclos.webservices.model.PosInitializationVO
 
getTransactionPassword() - Method in class nl.strohalm.cyclos.controls.access.transactionpassword.TransactionPasswordForm
 
getTransactionPassword() - Method in class nl.strohalm.cyclos.controls.accounts.details.ViewTransactionForm
 
getTransactionPassword() - Method in class nl.strohalm.cyclos.controls.invoices.AcceptInvoiceForm
 
getTransactionPassword() - Method in class nl.strohalm.cyclos.controls.loans.BaseLoanActionForm
 
getTransactionPassword() - Method in class nl.strohalm.cyclos.controls.loans.ConfirmLoanForm
 
getTransactionPassword() - Method in class nl.strohalm.cyclos.controls.mobile.MobileConfirmPaymentForm
 
getTransactionPassword() - Method in class nl.strohalm.cyclos.controls.payments.ConfirmPaymentForm
 
getTransactionPassword() - Method in class nl.strohalm.cyclos.controls.payments.scheduled.ScheduledPaymentForm
 
getTransactionPassword() - Method in class nl.strohalm.cyclos.controls.posweb.MakePaymentForm
 
getTransactionPassword() - Method in class nl.strohalm.cyclos.controls.webshop.ConfirmWebShopPaymentForm
 
getTransactionPassword() - Method in class nl.strohalm.cyclos.entities.access.User
 
getTransactionPassword() - Method in class nl.strohalm.cyclos.entities.groups.BasicGroupSettings
 
getTransactionPasswordChars() - Method in class nl.strohalm.cyclos.entities.settings.AccessSettings
 
getTransactionPasswordLength() - Method in class nl.strohalm.cyclos.entities.groups.BasicGroupSettings
 
getTransactionPasswordStatus() - Method in class nl.strohalm.cyclos.entities.access.User
 
getTransactions(MemberImport, boolean) - Method in interface nl.strohalm.cyclos.dao.members.imports.ImportedMemberDAO
Returns a summary for transactions of members without error, either credits or debits
getTransactions(MemberImport, boolean) - Method in class nl.strohalm.cyclos.dao.members.imports.ImportedMemberDAOImpl
 
getTransactionsColSpan() - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportDTO
 
GetTransactionsDTO - Class in nl.strohalm.cyclos.services.accounts
Data Transfer Object for retrieving transaction information
GetTransactionsDTO() - Constructor for class nl.strohalm.cyclos.services.accounts.GetTransactionsDTO
 
GetTransactionsDTO(Account) - Constructor for class nl.strohalm.cyclos.services.accounts.GetTransactionsDTO
 
GetTransactionsDTO(Account, Calendar) - Constructor for class nl.strohalm.cyclos.services.accounts.GetTransactionsDTO
creates a GetTransactionsDTO.
GetTransactionsDTO(Account, Period) - Constructor for class nl.strohalm.cyclos.services.accounts.GetTransactionsDTO
 
GetTransactionsDTO(AccountOwner, AccountType) - Constructor for class nl.strohalm.cyclos.services.accounts.GetTransactionsDTO
 
GetTransactionsDTO(AccountOwner, AccountType, Calendar) - Constructor for class nl.strohalm.cyclos.services.accounts.GetTransactionsDTO
 
GetTransactionsDTO(AccountOwner, AccountType, Period) - Constructor for class nl.strohalm.cyclos.services.accounts.GetTransactionsDTO
 
GetTransactionsDTO(AccountOwner, AccountType, Period, PaymentFilter) - Constructor for class nl.strohalm.cyclos.services.accounts.GetTransactionsDTO
 
getTransactionsPaymentFilters() - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportDTO
 
getTransactionsSummary(Member, AccountType, Period, Collection<PaymentFilter>, boolean) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
getTransactionsSummary(Member, AccountType, Period, Collection<PaymentFilter>, boolean) - Method in interface nl.strohalm.cyclos.services.accounts.AccountServiceLocal
Retrieves transactions summary
getTransactionTemplate() - Method in class nl.strohalm.cyclos.scheduling.SchedulingHandler
 
getTransfer() - Method in class nl.strohalm.cyclos.controls.accounts.details.AccountHistoryAction.Entry
 
getTransfer() - Method in class nl.strohalm.cyclos.controls.accounts.external.process.ExternalTransferToProcessVO
 
getTransfer() - Method in class nl.strohalm.cyclos.controls.accounts.external.process.ProcessExternalTransfersForm
 
getTransfer() - Method in class nl.strohalm.cyclos.entities.accounts.BaseTransferAmountReservation
 
getTransfer() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.MemberAccountFeeLog
 
getTransfer() - Method in class nl.strohalm.cyclos.entities.accounts.loans.Loan
 
getTransfer() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
getTransfer() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoicePayment
 
getTransfer() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Ticket
 
getTransfer() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorization
 
getTransfer() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorizationDTO
 
getTransfer() - Method in class nl.strohalm.cyclos.entities.customization.fields.PaymentCustomFieldValue
 
getTransfer() - Method in class nl.strohalm.cyclos.entities.members.ReferenceQuery
 
getTransfer() - Method in class nl.strohalm.cyclos.entities.members.TransactionFeedback
 
getTransfer() - Method in class nl.strohalm.cyclos.services.accounts.external.ProcessExternalTransferDTO
 
getTransfer() - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesToSave
 
getTransfer() - Method in class nl.strohalm.cyclos.services.transactions.BulkChargebackResult
 
getTransfer() - Method in class nl.strohalm.cyclos.webservices.payments.PaymentResult
 
getTransferAmount() - Method in class nl.strohalm.cyclos.services.transfertypes.BuildTransferWithFeesDTO
 
getTransferAuthorization() - Method in class nl.strohalm.cyclos.entities.accounts.TransferAuthorizationAmountReservation
 
getTransferBinder() - Method in class nl.strohalm.cyclos.controls.accounts.external.process.ProcessExternalTransfersAction
 
getTransferDao() - Method in class nl.strohalm.cyclos.services.stats.StatisticalServiceImpl
 
getTransferId() - Method in class nl.strohalm.cyclos.controls.accounts.details.ViewTransactionForm
 
getTransferId() - Method in class nl.strohalm.cyclos.controls.members.references.EditReferenceForm
 
getTransferId() - Method in class nl.strohalm.cyclos.controls.payments.scheduled.ScheduledPaymentForm
 
getTransferId() - Method in class nl.strohalm.cyclos.controls.payments.SuccessfulPaymentForm
 
getTransferId() - Method in class nl.strohalm.cyclos.webservices.accounts.LoadTransferParameters
 
getTransferId() - Method in class nl.strohalm.cyclos.webservices.pos.ChargebackParameters
 
getTransferImport() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransfer
 
getTransferImport() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferQuery
 
getTransferImportId() - Method in class nl.strohalm.cyclos.controls.accounts.external.ExternalAccountHistoryForm
 
getTransferImportId() - Method in class nl.strohalm.cyclos.controls.accounts.external.externaltransfers.ChangeExternalTransferForm
 
getTransferImportId() - Method in class nl.strohalm.cyclos.controls.accounts.external.externaltransfers.EditExternalTransferForm
 
getTransferImportId() - Method in class nl.strohalm.cyclos.controls.accounts.external.transferimports.RemoveTransferImportForm
 
getTransferListenerClass() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
getTransferListenerClass() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getTransfers() - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.AccountHistoryDTO
 
getTransfers(Currency, Account, Period, Transfer, boolean, Integer) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.TransferDAO
gets a List of Transfers, depending on the parameters.
getTransfers(Currency, Account, Period, Transfer, boolean, Integer) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.TransferDAOImpl
 
getTransfers() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalAccount
 
getTransfers() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferImport
 
getTransfers() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferType
 
getTransfers() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLog
 
getTransfers() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLogDetailsDTO
 
getTransfers() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
getTransfers() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanPayment
 
getTransfers() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPayment
 
getTransfers() - Method in class nl.strohalm.cyclos.services.transactions.LoanPaymentDetailDTO
 
getTransfers() - Method in class nl.strohalm.cyclos.webservices.accounts.AccountHistoryResultPage
 
getTransfersPerTrader() - Method in class nl.strohalm.cyclos.services.stats.activity.TransactionCountPerMemberStats
 
getTransfersSummary(AccountFeeLog) - Method in interface nl.strohalm.cyclos.dao.accounts.fee.account.MemberAccountFeeLogDAO
Returns the transfers summary for the given log
getTransfersSummary(AccountFeeLog) - Method in class nl.strohalm.cyclos.dao.accounts.fee.account.MemberAccountFeeLogDAOImpl
 
getTransferStatus() - Method in class nl.strohalm.cyclos.entities.accounts.loans.BaseLoanQuery
 
getTransfersToConciliate() - Method in class nl.strohalm.cyclos.controls.accounts.external.process.ExternalTransferToProcessVO
 
getTransferType() - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.EditTransferTypeForm
 
getTransferType(String) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.EditTransferTypeForm
 
getTransferType() - Method in class nl.strohalm.cyclos.controls.loans.CalculateLoanPaymentsAjaxForm
 
getTransferType() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferType
 
getTransferType() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
getTransferType() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFeeQuery
 
getTransferType() - Method in class nl.strohalm.cyclos.entities.accounts.loans.BaseLoanQuery
 
getTransferType() - Method in class nl.strohalm.cyclos.entities.accounts.loans.Loan
 
getTransferType() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.AuthorizationLevel
 
getTransferType() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
getTransferType() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceQuery
 
getTransferType() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Ticket
 
getTransferType() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorizationQuery
 
getTransferType() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
getTransferType() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransfersAwaitingAuthorizationQuery
 
getTransferType() - Method in class nl.strohalm.cyclos.entities.customization.fields.PaymentCustomField
 
getTransferType() - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreferenceQuery
 
getTransferType() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalDTO
 
getTransferType() - Method in class nl.strohalm.cyclos.services.accounts.rates.ARatedFeeDTO
 
getTransferType() - Method in class nl.strohalm.cyclos.services.accounts.rates.ConversionSimulationDTO
 
getTransferType() - Method in class nl.strohalm.cyclos.services.transactions.DoPaymentDTO
 
getTransferType() - Method in exception nl.strohalm.cyclos.services.transactions.exceptions.MaxAmountPerDayExceededException
 
getTransferType() - Method in class nl.strohalm.cyclos.services.transactions.GrantLoanDTO
 
getTransferType() - Method in class nl.strohalm.cyclos.services.transactions.ProjectionDTO
 
getTransferType() - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
getTransferType() - Method in class nl.strohalm.cyclos.webservices.model.AccountHistoryTransferVO
 
getTransferTypeBinder(SearchTransferTypesAjaxAction.Options...) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxAction
 
getTransferTypeId() - Method in class nl.strohalm.cyclos.controls.access.transactionpassword.IsUsedTransactionPasswordAjaxForm
 
getTransferTypeId() - Method in class nl.strohalm.cyclos.controls.accounts.authorizationlevels.RemoveAuthorizationLevelForm
 
getTransferTypeId() - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.EditTransactionFeeForm
 
getTransferTypeId() - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.ListGeneratedTypesAjaxForm
 
getTransferTypeId() - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.RemoveTransactionFeeForm
 
getTransferTypeId() - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.EditTransferTypeForm
 
getTransferTypeId() - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.RemoveTransferTypeForm
 
getTransferTypeId() - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldForm
 
getTransferTypeId() - Method in class nl.strohalm.cyclos.controls.customization.fields.LinkPaymentCustomFieldForm
 
getTransferTypeId() - Method in class nl.strohalm.cyclos.controls.customization.fields.RemoveCustomFieldForm
 
getTransferTypeId() - Method in class nl.strohalm.cyclos.controls.customization.fields.SetCustomFieldOrderForm
 
getTransferTypeId() - Method in class nl.strohalm.cyclos.controls.invoices.AcceptInvoiceForm
 
getTransferTypeId() - Method in class nl.strohalm.cyclos.controls.invoices.InvoiceDetailsForm
 
getTransferTypeId() - Method in class nl.strohalm.cyclos.controls.webshop.WebShopPaymentForm
 
getTransferTypeId() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentAwaitingFeedbackDTO
 
getTransferTypeId() - Method in class nl.strohalm.cyclos.webservices.payments.PaymentParameters
 
getTransferTypeId() - Method in class nl.strohalm.cyclos.webservices.pos.BasePaymentParameters
 
getTransferTypeName() - Method in class nl.strohalm.cyclos.entities.members.MemberTransactionDetailsReportData
 
getTransferTypes() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilter
 
getTransferTypes() - Method in class nl.strohalm.cyclos.entities.groups.Group
 
getTransferTypes() - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreference
 
getTransferTypes() - Method in class nl.strohalm.cyclos.webservices.model.DetailedAccountTypeVO
 
getTransferTypesAsMember() - Method in class nl.strohalm.cyclos.entities.groups.AdminGroup
 
getTransferTypesAsMember() - Method in class nl.strohalm.cyclos.entities.groups.BrokerGroup
 
getTransferTypeService() - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.EditAccountFeeAction
 
getTransferTypeService() - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.EditAccountTypeAction
 
getTransferTypeService() - Method in class nl.strohalm.cyclos.controls.accounts.paymentfilters.EditPaymentFilterAction
 
getTransferTypeService() - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.EditTransferTypeAction
 
getTransferTypeService() - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.RemoveTransferTypeAction
 
getTransferTypeService() - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxAction
 
getTransferTypeService() - Method in class nl.strohalm.cyclos.controls.groups.accounts.EditGroupAccountSettingsAction
 
getTransferTypeService() - Method in class nl.strohalm.cyclos.controls.invoices.InvoiceDetailsAction
 
getTransferTypeService() - Method in class nl.strohalm.cyclos.controls.invoices.SearchInvoicesAction
 
getTransferTypeService() - Method in class nl.strohalm.cyclos.controls.invoices.SendInvoiceAction
 
getTransferTypeService() - Method in class nl.strohalm.cyclos.controls.loans.CalculateLoanPaymentsAjaxAction
 
getTransferTypeService() - Method in class nl.strohalm.cyclos.controls.loans.SearchLoansAction
 
getTransferTypeService() - Method in class nl.strohalm.cyclos.controls.mobile.MobileDoPaymentAction
 
getTranslationService() - Method in class nl.strohalm.cyclos.controls.settings.EditMailTranslationAction
 
getTrimBoth() - Method in class nl.strohalm.cyclos.utils.conversion.StringTrimmerConverter
 
getTrimLeft() - Method in class nl.strohalm.cyclos.utils.conversion.StringTrimmerConverter
 
getTrimRight() - Method in class nl.strohalm.cyclos.utils.conversion.StringTrimmerConverter
 
getType() - Method in enum nl.strohalm.cyclos.access.Module
 
getType() - Method in class nl.strohalm.cyclos.controls.alerts.BaseListAlertsAction
 
getType() - Method in class nl.strohalm.cyclos.controls.alerts.ListMemberAlertsAction
 
getType() - Method in class nl.strohalm.cyclos.controls.alerts.ListSystemAlertsAction
 
getType() - Method in class nl.strohalm.cyclos.controls.customization.files.EditCustomizedFileForm
 
getType() - Method in class nl.strohalm.cyclos.controls.customization.files.GetFileContentsAjaxForm
 
getType() - Method in class nl.strohalm.cyclos.controls.customization.files.ListCustomizedFilesForm
 
getType() - Method in class nl.strohalm.cyclos.controls.groups.customizedFiles.GetAvailableFilesForGroupAjaxForm
 
getType() - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.GetAvailableFilesForGroupFilterAjaxForm
 
getType() - Method in class nl.strohalm.cyclos.controls.members.brokering.DefaultBrokerCommissionsAction.DefaultBrokerCommissionDTO
 
getType() - Method in class nl.strohalm.cyclos.controls.payments.BasePaymentForm
 
getType() - Method in class nl.strohalm.cyclos.controls.settings.ManageSettingsForm
 
getType() - Method in class nl.strohalm.cyclos.dao.sms.SmsLogReportTotal
 
getType() - Method in class nl.strohalm.cyclos.entities.access.PasswordHistoryLog
 
getType() - Method in class nl.strohalm.cyclos.entities.accounts.Account
 
getType() - Method in class nl.strohalm.cyclos.entities.accounts.AccountQuery
 
getType() - Method in enum nl.strohalm.cyclos.entities.accounts.AccountType.Nature
 
getType() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransfer
 
getType() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferQuery
 
getType() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeQuery
 
getType() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanParameters
 
getType() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceSummaryDTO
 
getType() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Payment
 
getType() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
getType() - Method in class nl.strohalm.cyclos.entities.alerts.AlertQuery
 
getType() - Method in enum nl.strohalm.cyclos.entities.customization.documents.Document.Nature
 
getType() - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomField
 
getType() - Method in class nl.strohalm.cyclos.entities.customization.files.CustomizedFile
 
getType() - Method in class nl.strohalm.cyclos.entities.customization.files.CustomizedFileQuery
 
getType() - Method in class nl.strohalm.cyclos.entities.members.adInterests.AdInterest
 
getType() - Method in enum nl.strohalm.cyclos.entities.members.Element.Nature
 
getType() - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMemberRecord
 
getType() - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
getType() - Method in class nl.strohalm.cyclos.entities.members.preferences.NotificationPreference
 
getType() - Method in class nl.strohalm.cyclos.entities.members.records.AbstractMemberRecordQuery
 
getType() - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecord
 
getType() - Method in enum nl.strohalm.cyclos.entities.members.remarks.Remark.Nature
 
getType() - Method in class nl.strohalm.cyclos.entities.settings.Setting
 
getType() - Method in class nl.strohalm.cyclos.entities.sms.SmsLog
 
getType() - Method in class nl.strohalm.cyclos.entities.sms.SmsLogQuery
 
getType() - Method in class nl.strohalm.cyclos.entities.sms.SmsMailing
 
getType() - Method in class nl.strohalm.cyclos.services.accounts.AccountDTO
 
getType() - Method in class nl.strohalm.cyclos.services.accounts.BulkUpdateAccountDTO
 
getType() - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeFeeVO
 
getType() - Method in class nl.strohalm.cyclos.services.elements.SendDirectMessageToMemberDTO
 
getType() - Method in class nl.strohalm.cyclos.services.elements.SendMessageDTO
 
getType() - Method in class nl.strohalm.cyclos.services.elements.SendMessageFromBrokerToMembersDTO
 
getType() - Method in class nl.strohalm.cyclos.services.elements.SendMessageFromSystemDTO
 
getType() - Method in class nl.strohalm.cyclos.services.elements.SendMessageToAdminDTO
 
getType() - Method in class nl.strohalm.cyclos.services.elements.SendMessageToGroupDTO
 
getType() - Method in class nl.strohalm.cyclos.services.transactions.BaseLoanHandler
 
getType() - Method in class nl.strohalm.cyclos.taglibs.AbstractCustomizedFileTag
 
getType() - Method in class nl.strohalm.cyclos.taglibs.CustomImageUrlTag
 
getType() - Method in class nl.strohalm.cyclos.utils.Amount
 
getType() - Method in class nl.strohalm.cyclos.utils.binding.BeanCollectionBinder
 
getType() - Method in class nl.strohalm.cyclos.utils.binding.DataBinder
 
getType() - Method in class nl.strohalm.cyclos.utils.binding.SimpleCollectionBinder
 
getType() - Method in class nl.strohalm.cyclos.utils.customizedfile.CustomizedFileOperation
 
getType(Class<E>, Class<T>) - Static method in class nl.strohalm.cyclos.utils.hibernate.AbstractEnumType
 
getType(Class<T>) - Static method in class nl.strohalm.cyclos.utils.hibernate.IntValuedEnumType
 
getType(Class<T>) - Static method in class nl.strohalm.cyclos.utils.hibernate.StringValuedEnumType
 
getType() - Method in class nl.strohalm.cyclos.webservices.model.FieldVO
 
getType() - Method in class nl.strohalm.cyclos.webservices.model.MemberAccountVO
 
getTypeCode() - Method in class nl.strohalm.cyclos.utils.transactionimport.TransactionImportDTO
 
getTypeId() - Method in class nl.strohalm.cyclos.controls.accounts.details.AccountHistoryForm
 
getTypeId() - Method in class nl.strohalm.cyclos.controls.accounts.details.ViewTransactionForm
 
getTypeId() - Method in class nl.strohalm.cyclos.controls.members.records.EditMemberRecordForm
 
getTypeId() - Method in class nl.strohalm.cyclos.controls.members.records.SearchMemberRecordsForm
 
getTypes() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalAccount
 
getTypes() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceSummaryDTO
 
getUnchanged() - Method in class nl.strohalm.cyclos.services.elements.BulkMemberActionResultVO
 
getUnitsConverter(MobileActionContext) - Method in class nl.strohalm.cyclos.controls.mobile.MobileBaseAction
 
getUnitsConverter(String) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
getUnitsPattern() - Method in class nl.strohalm.cyclos.taglibs.FormatTag
 
getUnreadMessages() - Method in class nl.strohalm.cyclos.services.application.ApplicationStatusVO
 
getUnreadMessages() - Method in class nl.strohalm.cyclos.services.elements.MemberStatusVO
 
getUpdatableByAdminGroups() - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordType
 
getUpdatableByBrokerGroups() - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordType
 
getUpdateAccess() - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberCustomField
 
getUpdatedPayment(HttpSession) - Static method in class nl.strohalm.cyclos.controls.webshop.WebShopHelper
Returns the payment DTO, updated with context data
getUpload() - Method in class nl.strohalm.cyclos.controls.ads.categories.ImportAdCategoriesForm
 
getUpload() - Method in class nl.strohalm.cyclos.controls.ads.imports.ImportAdsForm
 
getUpload() - Method in class nl.strohalm.cyclos.controls.customization.documents.EditStaticDocumentForm
 
getUpload() - Method in class nl.strohalm.cyclos.controls.customization.images.CustomImagesForm
 
getUpload() - Method in class nl.strohalm.cyclos.controls.customization.images.SystemImagesForm
 
getUpload() - Method in class nl.strohalm.cyclos.controls.customization.themes.ImportThemeForm
 
getUpload() - Method in class nl.strohalm.cyclos.controls.members.imports.ImportMembersForm
 
getUpload() - Method in class nl.strohalm.cyclos.controls.settings.ManageSettingsForm
 
getUpperBound() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalNumber
gets the highest value of the error bar.
getUpperCreditLimit() - Method in class nl.strohalm.cyclos.entities.accounts.Account
 
getUpperCreditLimit() - Method in class nl.strohalm.cyclos.entities.accounts.AccountLimitLog
 
getUpperCreditLimit() - Method in class nl.strohalm.cyclos.entities.accounts.AccountStatus
 
getUpperCreditLimit() - Method in class nl.strohalm.cyclos.entities.accounts.SystemAccountType
 
getUpperCreditLimit() - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMember
 
getUpperCreditLimit() - Method in class nl.strohalm.cyclos.services.accounts.BulkUpdateAccountDTO
 
getUpperCreditLimit() - Method in class nl.strohalm.cyclos.services.accounts.CreditLimitDTO.Entry
 
getUpperCreditLimit() - Method in class nl.strohalm.cyclos.webservices.model.AccountStatusVO
 
getUpperLimit() - Method in exception nl.strohalm.cyclos.services.transactions.exceptions.UpperCreditLimitReachedException
 
getUpperLimitConfidenceInterval() - Method in class nl.strohalm.cyclos.utils.statistics.Median
calculates the upper limit of the confidence interval.
getUpperLimitPerType() - Method in class nl.strohalm.cyclos.services.accounts.CreditLimitDTO
 
getUpperValue(int, int) - Method in class nl.strohalm.cyclos.utils.jfreeAsymmetric.AsymmetricStatisticalCategoryDataset
returns the upper bound of the error bar
getUptimeDays() - Method in class nl.strohalm.cyclos.services.application.ApplicationStatusVO
 
getUptimeHours() - Method in class nl.strohalm.cyclos.services.application.ApplicationStatusVO
 
getUrl() - Method in class nl.strohalm.cyclos.taglibs.MenuTag
 
getUsedAmount(Certification) - Method in interface nl.strohalm.cyclos.dao.accounts.guarantees.CertificationDAO
This method must be used only if the loan repay doesn't modify the certification's used amount It only takes into account the guarantee status (not the repay)
getUsedAmount(Certification) - Method in class nl.strohalm.cyclos.dao.accounts.guarantees.CertificationDAOImpl
 
getUsedAmount() - Method in class nl.strohalm.cyclos.services.accounts.guarantees.CertificationDTO
 
getUsedAmount(Certification, boolean) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.CertificationService
 
getUsedAmount(Certification, boolean) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.CertificationServiceImpl
 
getUsedAmount(Certification, boolean) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.CertificationServiceSecurity
 
getUser() - Method in class nl.strohalm.cyclos.controls.AbstractActionContext
Returns the logged user
getUser() - Method in class nl.strohalm.cyclos.controls.mobile.MobileActionContext
 
getUser() - Method in class nl.strohalm.cyclos.entities.access.LoginHistoryLog
 
getUser() - Method in class nl.strohalm.cyclos.entities.access.PasswordHistoryLog
 
getUser() - Method in class nl.strohalm.cyclos.entities.access.PermissionDeniedTrace
 
getUser() - Method in class nl.strohalm.cyclos.entities.access.Session
 
getUser() - Method in class nl.strohalm.cyclos.entities.access.UsernameChangeLog
 
getUser() - Method in class nl.strohalm.cyclos.entities.access.WrongCredentialAttempt
 
getUser() - Method in class nl.strohalm.cyclos.entities.members.Element
 
getUser() - Method in class nl.strohalm.cyclos.services.access.ChangeLoginPasswordDTO
 
getUser() - Method in class nl.strohalm.cyclos.services.access.ChangePinDTO
 
getUser() - Method in exception nl.strohalm.cyclos.services.access.exceptions.CredentialsException
 
getUser() - Method in class nl.strohalm.cyclos.services.elements.ResetTransactionPasswordDTO
 
getUser() - Method in class nl.strohalm.cyclos.utils.logging.TraceLogDTO
 
getUserClass() - Method in class nl.strohalm.cyclos.controls.admins.AdminProfileAction
 
getUserClass() - Method in class nl.strohalm.cyclos.controls.admins.CreateAdminAction
 
getUserClass() - Method in class nl.strohalm.cyclos.controls.elements.CreateElementAction
 
getUserClass() - Method in class nl.strohalm.cyclos.controls.elements.ProfileAction
 
getUserClass() - Method in class nl.strohalm.cyclos.controls.members.CreateMemberAction
 
getUserClass() - Method in class nl.strohalm.cyclos.controls.members.MemberProfileAction
 
getUserClass() - Method in class nl.strohalm.cyclos.controls.operators.CreateOperatorAction
 
getUserClass() - Method in class nl.strohalm.cyclos.controls.operators.OperatorProfileAction
 
getUserId() - Method in class nl.strohalm.cyclos.controls.access.AllowUserLoginForm
 
getUserId() - Method in class nl.strohalm.cyclos.controls.access.ChangePasswordForm
 
getUserId() - Method in class nl.strohalm.cyclos.controls.access.DisconnectUserForm
 
getUserId() - Method in class nl.strohalm.cyclos.controls.access.ManagePasswordsForm
 
getUserId() - Method in class nl.strohalm.cyclos.controls.access.ResetAndSendPasswordForm
 
getUserId() - Method in class nl.strohalm.cyclos.controls.access.transactionpassword.ManageTransactionPasswordForm
 
getUserId() - Method in class nl.strohalm.cyclos.controls.general.RedirectFromMessageForm
 
getUsername() - Method in class nl.strohalm.cyclos.controls.members.SearchAdminsAjaxForm
 
getUsername() - Method in class nl.strohalm.cyclos.controls.members.SearchMembersAjaxForm
 
getUsername() - Method in class nl.strohalm.cyclos.controls.mobile.MobileDoPaymentForm
 
getUsername() - Method in class nl.strohalm.cyclos.entities.access.User
 
getUsername() - Method in class nl.strohalm.cyclos.entities.members.BrokeringQuery
 
getUsername() - Method in class nl.strohalm.cyclos.entities.members.Element
 
getUsername() - Method in class nl.strohalm.cyclos.entities.members.ElementQuery
 
getUsername() - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMember
 
getUsername() - Method in class nl.strohalm.cyclos.entities.members.MemberTransactionDetailsReportData
 
getUsername() - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
getUsername() - Method in interface nl.strohalm.cyclos.entities.members.RegisteredMember
 
getUsername() - Method in class nl.strohalm.cyclos.entities.services.ServiceClient
 
getUsername() - Method in class nl.strohalm.cyclos.entities.services.ServiceClientQuery
 
getUsername() - Method in exception nl.strohalm.cyclos.services.access.exceptions.LoginException
 
getUsername() - Method in exception nl.strohalm.cyclos.services.elements.exceptions.UsernameAlreadyInUseException
 
getUsername() - Method in exception nl.strohalm.cyclos.services.transactions.exceptions.InvalidChannelException
 
getUsername() - Method in class nl.strohalm.cyclos.webservices.members.MemberRegistrationResult
 
getUsername() - Method in class nl.strohalm.cyclos.webservices.members.MemberSearchParameters
 
getUsername() - Method in class nl.strohalm.cyclos.webservices.members.RegisterMemberParameters
 
getUsername() - Method in class nl.strohalm.cyclos.webservices.model.MemberVO
 
getUsernameGeneration() - Method in class nl.strohalm.cyclos.entities.settings.AccessSettings
 
getUsernameLength() - Method in class nl.strohalm.cyclos.entities.settings.AccessSettings
 
getUsernameRegex() - Method in class nl.strohalm.cyclos.entities.settings.AccessSettings
 
getValidation() - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomField
 
getValidationError() - Method in class nl.strohalm.cyclos.utils.validation.PropertyValidationError
 
getValidationKey() - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
getValidations() - Method in class nl.strohalm.cyclos.utils.validation.Validator.Property
 
getValidator(CardType) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardTypeServiceImpl
 
getValidator() - Method in class nl.strohalm.cyclos.services.transfertypes.AuthorizationLevelServiceImpl
 
getValidator() - Method in interface nl.strohalm.cyclos.utils.validation.DelegatingValidator.DelegateSource
 
getValidatorClass() - Method in class nl.strohalm.cyclos.entities.customization.fields.Validation
 
getValidFrom() - Method in class nl.strohalm.cyclos.webservices.model.InfoTextVO
 
getValidity() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.CalculateGuaranteeFeeAjaxForm
 
getValidity() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Certification
 
getValidity() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
getValidity() - Method in class nl.strohalm.cyclos.entities.infotexts.InfoText
 
getValidity() - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeFeeCalculationDTO
 
getValidTo() - Method in class nl.strohalm.cyclos.webservices.model.InfoTextVO
 
getValue() - Method in enum nl.strohalm.cyclos.access.AdminAdminPermission
 
getValue() - Method in enum nl.strohalm.cyclos.access.AdminMemberPermission
 
getValue() - Method in enum nl.strohalm.cyclos.access.AdminSystemPermission
 
getValue() - Method in enum nl.strohalm.cyclos.access.BasicPermission
 
getValue() - Method in enum nl.strohalm.cyclos.access.BrokerPermission
 
getValue() - Method in enum nl.strohalm.cyclos.access.MemberPermission
 
getValue() - Method in enum nl.strohalm.cyclos.access.Module
 
getValue() - Method in enum nl.strohalm.cyclos.access.ModuleType
 
getValue() - Method in enum nl.strohalm.cyclos.access.OperatorPermission
 
getValue() - Method in interface nl.strohalm.cyclos.access.Permission
 
getValue() - Method in class nl.strohalm.cyclos.controls.members.brokering.DefaultBrokerCommissionsAction.DefaultBrokerCommissionDTO
 
getValue() - Method in class nl.strohalm.cyclos.controls.settings.EditMessageSettingForm
 
getValue() - Method in enum nl.strohalm.cyclos.entities.access.Channel.Credentials
 
getValue() - Method in enum nl.strohalm.cyclos.entities.access.Channel.Principal
 
getValue() - Method in enum nl.strohalm.cyclos.entities.access.PasswordHistoryLog.PasswordType
 
getValue() - Method in enum nl.strohalm.cyclos.entities.access.TransactionPassword
 
getValue() - Method in enum nl.strohalm.cyclos.entities.access.User.TransactionPasswordStatus
 
getValue() - Method in enum nl.strohalm.cyclos.entities.accounts.AccountType.Nature
 
getValue() - Method in enum nl.strohalm.cyclos.entities.accounts.cards.Card.Status
 
getValue() - Method in enum nl.strohalm.cyclos.entities.accounts.cards.CardType.CardSecurityCode
 
getValue() - Method in enum nl.strohalm.cyclos.entities.accounts.external.ExternalTransfer.Status
 
getValue() - Method in enum nl.strohalm.cyclos.entities.accounts.external.ExternalTransferType.Action
 
getValue() - Method in enum nl.strohalm.cyclos.entities.accounts.external.filemapping.FieldMapping.Field
 
getValue() - Method in enum nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMappingWithFields.NumberFormat
 
getValue() - Method in enum nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee.ChargeMode
 
getValue() - Method in enum nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee.InvoiceMode
 
getValue() - Method in enum nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee.PaymentDirection
 
getValue() - Method in enum nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee.RunMode
 
getValue() - Method in enum nl.strohalm.cyclos.entities.accounts.fees.transaction.BrokerCommission.When
 
getValue() - Method in enum nl.strohalm.cyclos.entities.accounts.fees.transaction.BrokerCommission.WhichBroker
 
getValue() - Method in enum nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee.ChargeType
 
getValue() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
getValue() - Method in enum nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee.Nature
 
getValue() - Method in enum nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee.Subject
 
getValue() - Method in enum nl.strohalm.cyclos.entities.accounts.guarantees.Certification.Status
 
getValue() - Method in enum nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee.Status
 
getValue() - Method in enum nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType.AuthorizedBy
 
getValue() - Method in enum nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType.FeePayer
 
getValue() - Method in enum nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType.FeeType
 
getValue() - Method in enum nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType.Model
 
getValue() - Method in enum nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligation.Status
 
getValue() - Method in enum nl.strohalm.cyclos.entities.accounts.loans.Loan.Status
 
getValue() - Method in enum nl.strohalm.cyclos.entities.accounts.loans.Loan.Type
 
getValue() - Method in enum nl.strohalm.cyclos.entities.accounts.loans.LoanPayment.Status
 
getValue() - Method in enum nl.strohalm.cyclos.entities.accounts.MemberAccount.Action
 
getValue() - Method in enum nl.strohalm.cyclos.entities.accounts.MemberAccount.Status
 
getValue() - Method in enum nl.strohalm.cyclos.entities.accounts.pos.MemberPos.Status
 
getValue() - Method in enum nl.strohalm.cyclos.entities.accounts.pos.Pos.Status
 
getValue() - Method in enum nl.strohalm.cyclos.entities.accounts.transactions.AuthorizationLevel.Authorizer
 
getValue() - Method in enum nl.strohalm.cyclos.entities.accounts.transactions.Invoice.Status
 
getValue() - Method in enum nl.strohalm.cyclos.entities.accounts.transactions.Payment.Status
 
getValue() - Method in enum nl.strohalm.cyclos.entities.accounts.transactions.Ticket.Nature
 
getValue() - Method in enum nl.strohalm.cyclos.entities.accounts.transactions.Ticket.Status
 
getValue() - Method in enum nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorization.Action
 
getValue() - Method in enum nl.strohalm.cyclos.entities.ads.Ad.TradeType
 
getValue() - Method in enum nl.strohalm.cyclos.entities.ads.imports.ImportedAd.Status
 
getValue() - Method in enum nl.strohalm.cyclos.entities.alerts.MemberAlert.Alerts
 
getValue() - Method in enum nl.strohalm.cyclos.entities.alerts.SystemAlert.Alerts
 
getValue() - Method in enum nl.strohalm.cyclos.entities.Application.PasswordHash
 
getValue() - Method in enum nl.strohalm.cyclos.entities.customization.documents.Document.Nature
 
getValue() - Method in enum nl.strohalm.cyclos.entities.customization.documents.MemberDocument.Visibility
 
getValue() - Method in enum nl.strohalm.cyclos.entities.customization.fields.AdCustomField.Visibility
 
getValue() - Method in enum nl.strohalm.cyclos.entities.customization.fields.CustomField.Control
 
getValue() - Method in enum nl.strohalm.cyclos.entities.customization.fields.CustomField.Nature
 
getValue() - Method in enum nl.strohalm.cyclos.entities.customization.fields.CustomField.Size
 
getValue() - Method in enum nl.strohalm.cyclos.entities.customization.fields.CustomField.Type
 
getValue() - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomFieldPossibleValue
 
getValue() - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomFieldValue
 
getValue() - Method in enum nl.strohalm.cyclos.entities.customization.fields.MemberCustomField.Access
 
getValue() - Method in enum nl.strohalm.cyclos.entities.customization.fields.MemberCustomField.Indexing
 
getValue() - Method in enum nl.strohalm.cyclos.entities.customization.fields.MemberRecordCustomField.Access
 
getValue() - Method in enum nl.strohalm.cyclos.entities.customization.fields.OperatorCustomField.Visibility
 
getValue() - Method in enum nl.strohalm.cyclos.entities.customization.fields.PaymentCustomField.Access
 
getValue() - Method in enum nl.strohalm.cyclos.entities.customization.files.CustomizedFile.Type
 
getValue() - Method in enum nl.strohalm.cyclos.entities.customization.images.Image.Nature
 
getValue() - Method in class nl.strohalm.cyclos.entities.customization.translationMessages.TranslationMessage
 
getValue() - Method in class nl.strohalm.cyclos.entities.customization.translationMessages.TranslationMessageQuery
 
getValue() - Method in enum nl.strohalm.cyclos.entities.groups.BasicGroupSettings.PasswordPolicy
 
getValue() - Method in enum nl.strohalm.cyclos.entities.groups.Group.Status
 
getValue() - Method in enum nl.strohalm.cyclos.entities.groups.MemberGroupSettings.EmailValidation
 
getValue() - Method in enum nl.strohalm.cyclos.entities.groups.MemberGroupSettings.ExternalAdPublication
 
getValue() - Method in enum nl.strohalm.cyclos.entities.IndexOperation.EntityType
 
getValue() - Method in enum nl.strohalm.cyclos.entities.IndexOperation.OperationType
 
getValue() - Method in enum nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContract.Status
 
getValue() - Method in enum nl.strohalm.cyclos.entities.members.Element.Nature
 
getValue() - Method in enum nl.strohalm.cyclos.entities.members.imports.ImportedMember.Status
 
getValue() - Method in enum nl.strohalm.cyclos.entities.members.messages.Message.Direction
 
getValue() - Method in enum nl.strohalm.cyclos.entities.members.messages.Message.Type
 
getValue() - Method in enum nl.strohalm.cyclos.entities.members.records.MemberRecordType.Layout
 
getValue() - Method in enum nl.strohalm.cyclos.entities.members.Reference.Level
 
getValue() - Method in enum nl.strohalm.cyclos.entities.members.Reference.Nature
 
getValue() - Method in enum nl.strohalm.cyclos.entities.members.remarks.Remark.Nature
 
getValue() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalNumber
gets the value
getValue() - Method in enum nl.strohalm.cyclos.entities.services.ServiceOperation
 
getValue() - Method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.CsvRecordSeparator
 
getValue() - Method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.CsvStringQuote
 
getValue() - Method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.CsvValueSeparator
 
getValue() - Method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.DatePattern
 
getValue() - Method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.Language
 
getValue() - Method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.Precision
 
getValue() - Method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.TimePattern
 
getValue() - Method in class nl.strohalm.cyclos.entities.settings.Setting
 
getValue() - Method in enum nl.strohalm.cyclos.entities.settings.Setting.Type
 
getValue() - Method in enum nl.strohalm.cyclos.entities.sms.SmsLog.ErrorType
 
getValue() - Method in enum nl.strohalm.cyclos.services.stats.HistogramDTOFactory.LastRowHeaderPrefix
 
getValue() - Method in enum nl.strohalm.cyclos.services.stats.StatisticalResultDTO.GraphType
 
getValue() - Method in enum nl.strohalm.cyclos.services.stats.StatisticalService.TableType
 
getValue() - Method in enum nl.strohalm.cyclos.services.stats.StatisticalTaxesService.PaidOrNot
 
getValue() - Method in class nl.strohalm.cyclos.services.transactions.LoanPaymentDetailDTO
 
getValue() - Method in class nl.strohalm.cyclos.taglibs.CustomFieldTag
 
getValue() - Method in class nl.strohalm.cyclos.taglibs.OptionTag
 
getValue() - Method in class nl.strohalm.cyclos.taglibs.RichTextAreaTag
 
getValue() - Method in class nl.strohalm.cyclos.taglibs.TruncateTag
 
getValue(Module) - Static method in class nl.strohalm.cyclos.utils.access.PermissionHelper
 
getValue(Permission) - Static method in class nl.strohalm.cyclos.utils.access.PermissionHelper
 
getValue() - Method in class nl.strohalm.cyclos.utils.Amount
 
getValue() - Method in enum nl.strohalm.cyclos.utils.Amount.Type
 
getValue() - Method in class nl.strohalm.cyclos.utils.CustomFieldHelper.Entry
 
getValue(String, Collection<FV>) - Static method in class nl.strohalm.cyclos.utils.CustomFieldHelper
Returns the value of the field with the given internal name on the collection
getValue() - Method in class nl.strohalm.cyclos.utils.EntityWithCustomFieldsWrapper.EntryImpl
 
getValue() - Method in class nl.strohalm.cyclos.utils.hibernate.HibernateHelper.QueryParameter
 
getValue() - Method in interface nl.strohalm.cyclos.utils.IntValuedEnum
 
getValue(Comparable, Comparable) - Method in class nl.strohalm.cyclos.utils.jfreeAsymmetric.AsymmetricStatisticalCategoryDataset
Returns the value for an item (for this dataset, the mean value is returned).
getValue(int, int) - Method in class nl.strohalm.cyclos.utils.jfreeAsymmetric.AsymmetricStatisticalCategoryDataset
Returns the value for an item (for this dataset, the mean value is returned).
getValue() - Method in enum nl.strohalm.cyclos.utils.Month
 
getValue() - Method in enum nl.strohalm.cyclos.utils.Quarter
 
getValue() - Method in interface nl.strohalm.cyclos.utils.StringValuedEnum
 
getValue() - Method in enum nl.strohalm.cyclos.utils.TimePeriod.Field
 
getValue() - Method in exception nl.strohalm.cyclos.utils.transactionimport.IllegalTransactionFileFormatException
 
getValue() - Method in enum nl.strohalm.cyclos.utils.WeekDay
 
getValue() - Method in class nl.strohalm.cyclos.webservices.model.FieldValueVO
 
getValue() - Method in class nl.strohalm.cyclos.webservices.model.PossibleValueVO
 
getValueBinder() - Method in class nl.strohalm.cyclos.utils.binding.MapBinder
 
getValueIn(TimePeriod.Field) - Method in class nl.strohalm.cyclos.utils.TimePeriod
 
getValueName() - Method in class nl.strohalm.cyclos.taglibs.CustomFieldTag
 
getValues() - Method in class nl.strohalm.cyclos.controls.BaseBindingForm
 
getValues() - Method in class nl.strohalm.cyclos.services.stats.general.FilterUsed
 
getValuesByField(CustomFieldsContainer<CF, CFV>) - Static method in class nl.strohalm.cyclos.utils.CustomFieldHelper
Returns a Map keyed by the custom field of custom field values
getValueSeparator() - Method in class nl.strohalm.cyclos.utils.csv.BaseCSVHandler
 
getValueType() - Method in enum nl.strohalm.cyclos.entities.customization.fields.CustomField.Nature
 
getValueValidator() - Method in class nl.strohalm.cyclos.services.customization.AdCustomFieldServiceImpl
 
getValueValidator() - Method in interface nl.strohalm.cyclos.services.customization.AdCustomFieldServiceLocal
Returns a custom field validator
getValueValidator(AdminGroup) - Method in class nl.strohalm.cyclos.services.customization.AdminCustomFieldServiceImpl
 
getValueValidator(AdminGroup) - Method in interface nl.strohalm.cyclos.services.customization.AdminCustomFieldServiceLocal
Returns an admin custom field validator for the given group
getValueValidator(Collection<? extends CustomField>) - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
 
getValueValidator() - Method in class nl.strohalm.cyclos.services.customization.LoanGroupCustomFieldServiceImpl
 
getValueValidator() - Method in interface nl.strohalm.cyclos.services.customization.LoanGroupCustomFieldServiceLocal
Returns a loan group custom field validator
getValueValidator(MemberGroup, MemberCustomField.Access) - Method in class nl.strohalm.cyclos.services.customization.MemberCustomFieldServiceImpl
 
getValueValidator(MemberGroup, MemberCustomField.Access) - Method in interface nl.strohalm.cyclos.services.customization.MemberCustomFieldServiceLocal
Returns a member custom field validator for the given group
getValueValidator(MemberRecordType) - Method in class nl.strohalm.cyclos.services.customization.MemberRecordCustomFieldServiceImpl
 
getValueValidator(MemberRecordType) - Method in interface nl.strohalm.cyclos.services.customization.MemberRecordCustomFieldServiceLocal
Returns an custom field validator for the given member record type
getValueValidator(Member) - Method in class nl.strohalm.cyclos.services.customization.OperatorCustomFieldServiceImpl
 
getValueValidator(Member) - Method in interface nl.strohalm.cyclos.services.customization.OperatorCustomFieldServiceLocal
Returns an custom field validator for the given owner member
getValueValidator(TransferType) - Method in class nl.strohalm.cyclos.services.customization.PaymentCustomFieldServiceImpl
 
getValueValidator(TransferType) - Method in interface nl.strohalm.cyclos.services.customization.PaymentCustomFieldServiceLocal
Returns an custom field validator for the given payment type
getVar() - Method in class nl.strohalm.cyclos.taglibs.CustomizedFilePathTag
 
getVariableValues(LocalSettings) - Method in interface nl.strohalm.cyclos.entities.accounts.AccountOwner
 
getVariableValues(LocalSettings) - Method in class nl.strohalm.cyclos.entities.accounts.AccountStatus
 
getVariableValues(LocalSettings) - Method in class nl.strohalm.cyclos.entities.accounts.SystemAccountOwner
 
getVariableValues(LocalSettings) - Method in class nl.strohalm.cyclos.entities.Entity
Returns a map containing placeholder values for messages
getVarName() - Method in class nl.strohalm.cyclos.taglibs.ImagesTag
 
getVarName() - Method in class nl.strohalm.cyclos.taglibs.MultiDropDownTag
 
getVersion() - Method in class nl.strohalm.cyclos.entities.Application
 
getVersion() - Method in class nl.strohalm.cyclos.themes.Theme
 
getViewableBy() - Method in class nl.strohalm.cyclos.entities.groups.GroupFilter
 
getViewableBy() - Method in class nl.strohalm.cyclos.entities.groups.GroupFilterQuery
 
getViewableByAdminGroup() - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordTypeQuery
 
getViewableByAdminGroups() - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordType
 
getViewableByBrokerGroup() - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordTypeQuery
 
getViewableByBrokerGroups() - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordType
 
getViewableGroup() - Method in class nl.strohalm.cyclos.controls.members.SearchMembersAjaxForm
 
getViewableGroup() - Method in class nl.strohalm.cyclos.entities.members.ElementQuery
 
getViewAdminRecordTypes() - Method in class nl.strohalm.cyclos.entities.groups.AdminGroup
 
getViewAdminRecordTypes() - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
getViewConnectedAdminsOf() - Method in class nl.strohalm.cyclos.entities.groups.AdminGroup
 
getViewConnectedAdminsOf() - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
getViewedByGroups() - Method in class nl.strohalm.cyclos.entities.accounts.SystemAccountType
 
getViewer() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.CertificationQuery
 
getViewer() - Method in class nl.strohalm.cyclos.entities.customization.documents.DocumentQuery
 
getViewInformationOf() - Method in class nl.strohalm.cyclos.entities.groups.AdminGroup
 
getViewInformationOf() - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
getViewMemberRecordTypes() - Method in class nl.strohalm.cyclos.entities.groups.AdminGroup
 
getViewMemberRecordTypes() - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
getVirtualRatedBalance() - Method in class nl.strohalm.cyclos.entities.accounts.AccountStatus
 
getVirtualRatedBalance() - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesResultDTO
 
getVisibility() - Method in class nl.strohalm.cyclos.entities.customization.documents.MemberDocument
 
getVisibility() - Method in class nl.strohalm.cyclos.entities.customization.fields.AdCustomField
 
getVisibility() - Method in class nl.strohalm.cyclos.entities.customization.fields.OperatorCustomField
 
getVisibilityAccess() - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberCustomField
 
getVisibleAccountTypes() - Method in class nl.strohalm.cyclos.services.accounts.AccountTypeServiceImpl
 
getVisibleAccountTypes() - Method in interface nl.strohalm.cyclos.services.accounts.AccountTypeServiceLocal
Returns the account types which are visible by the logged user
getVisibleGroups() - Method in class nl.strohalm.cyclos.entities.customization.documents.DocumentQuery
 
getVisibleMemberGroups() - Method in interface nl.strohalm.cyclos.services.permissions.PermissionService
Returns the visible member groups for the logged user.
getVisibleMemberGroups() - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceImpl
 
getVisibleMemberGroups(boolean) - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceImpl
 
getVisibleMemberGroups(boolean) - Method in interface nl.strohalm.cyclos.services.permissions.PermissionServiceLocal
 
getVisibleMemberGroups() - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceSecurity
 
getVolumePerAllMembers(Integer) - Method in class nl.strohalm.cyclos.services.stats.taxes.TransferVolumePerMemberStats
gets the Volume for all members as an array.
getWebServiceFile() - Method in class nl.strohalm.cyclos.entities.settings.LogSettings
 
getWebServiceLevel() - Method in class nl.strohalm.cyclos.entities.settings.LogSettings
 
getWebShopWebService() - Method in class nl.strohalm.cyclos.webservices.CyclosWebServicesClientFactory
Returns a proxy for the web shop web service
getWeekDay() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
getWhatRate() - Method in class nl.strohalm.cyclos.controls.accounts.currencies.ReinitializeRatesForm
 
getWhatRate() - Method in class nl.strohalm.cyclos.services.accounts.rates.ReinitializeRatesDTO
 
getWhatToShow() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
getWhen() - Method in class nl.strohalm.cyclos.controls.members.brokering.DefaultBrokerCommissionsAction.DefaultBrokerCommissionDTO
 
getWhen() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.BrokerCommission
 
getWhen() - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokeringCommissionStatus
 
getWhen() - Method in class nl.strohalm.cyclos.entities.members.brokerings.DefaultBrokerCommission
 
getWhichBroker() - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.ListGeneratedTypesAjaxForm
 
getWhichBroker() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.BrokerCommission
 
getWidth() - Method in class nl.strohalm.cyclos.taglibs.HelpTag
 
getWidth() - Method in class nl.strohalm.cyclos.utils.Dimensions
 
getWriteDataBinder() - Method in class nl.strohalm.cyclos.controls.accounts.cards.EditCardTypeAction
 
getWriteDataBinder() - Method in class nl.strohalm.cyclos.controls.accounts.pos.EditPosAction
 
getWriteDataBinder() - Method in class nl.strohalm.cyclos.controls.ads.EditAdAction
 
getWriteDataBinder(ActionContext) - Method in class nl.strohalm.cyclos.controls.elements.ProfileAction
 
getWriteDataBinder() - Method in class nl.strohalm.cyclos.controls.loangroups.EditLoanGroupAction
 
getWriter() - Method in class nl.strohalm.cyclos.controls.AbstractActionContext
Returns the response's writer
getWriter() - Method in class nl.strohalm.cyclos.entities.members.remarks.Remark
 
getWriter() - Method in class nl.strohalm.cyclos.entities.members.remarks.RemarkQuery
 
getWriter() - Method in class nl.strohalm.cyclos.http.ForcedBufferResponse
 
getX_axis() - Method in class nl.strohalm.cyclos.controls.reports.statistics.graphs.StatisticalDataProducer
gets the X-axis label.
getXAxisUnits() - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
gets the units for the x-axis.
getY_axis() - Method in class nl.strohalm.cyclos.controls.reports.statistics.graphs.StatisticalDataProducer
gets the y-axis label.
getYAxisUnits() - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
gets the units for the y-axis.
getYear() - Method in class nl.strohalm.cyclos.services.stats.general.KeyDevelopmentsStatsPerMonthVO
 
getYearPeriod(int) - Static method in class nl.strohalm.cyclos.utils.DateHelper
 
grant(GrantLoanDTO) - Method in interface nl.strohalm.cyclos.services.transactions.LoanService
Grants a loan, returning it
grant(GrantLoanDTO) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceImpl
 
grant(GrantLoanDTO) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceSecurity
 
granted(Group.Nature) - Method in enum nl.strohalm.cyclos.entities.customization.fields.AdCustomField.Visibility
 
granted(Group) - Method in enum nl.strohalm.cyclos.entities.customization.fields.MemberCustomField.Access
Return if this access matches the specified group
granted(Group, boolean, boolean, boolean) - Method in enum nl.strohalm.cyclos.entities.customization.fields.MemberCustomField.Access
Return whether this access matches the specified group, given that the member is the broker
granted(Permission) - Static method in class nl.strohalm.cyclos.taglibs.Functions
Checks if the logged user has the permission for the given module / operation
grantedLoanNotification(Loan) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
grantedLoanNotification(Loan) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
grantedToBroker() - Method in enum nl.strohalm.cyclos.entities.customization.fields.MemberCustomField.Access
 
grantForGuarantee(GrantLoanDTO, boolean) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceImpl
 
grantForGuarantee(GrantLoanDTO, boolean) - Method in interface nl.strohalm.cyclos.services.transactions.LoanServiceLocal
Grants a loan from an accepted guarantee, returning it
GrantLoanAction - Class in nl.strohalm.cyclos.controls.loans
Action used to grant a loan to a given member or loan group
GrantLoanAction() - Constructor for class nl.strohalm.cyclos.controls.loans.GrantLoanAction
 
GrantLoanDTO - Class in nl.strohalm.cyclos.services.transactions
Parameters for a loan grant
GrantLoanDTO() - Constructor for class nl.strohalm.cyclos.services.transactions.GrantLoanDTO
 
GrantLoanForm - Class in nl.strohalm.cyclos.controls.loans
Form used to grant a loan
GrantLoanForm() - Constructor for class nl.strohalm.cyclos.controls.loans.GrantLoanForm
 
GrantLoanWithInterestDTO - Class in nl.strohalm.cyclos.services.transactions
Parameters for granting a loan with interest
GrantLoanWithInterestDTO() - Constructor for class nl.strohalm.cyclos.services.transactions.GrantLoanWithInterestDTO
 
GrantMultiPaymentLoanDTO - Class in nl.strohalm.cyclos.services.transactions
Parameters for granting a multi-payment loan
GrantMultiPaymentLoanDTO() - Constructor for class nl.strohalm.cyclos.services.transactions.GrantMultiPaymentLoanDTO
 
GrantSinglePaymentLoanDTO - Class in nl.strohalm.cyclos.services.transactions
Parameters for granting a single-payment loan
GrantSinglePaymentLoanDTO() - Constructor for class nl.strohalm.cyclos.services.transactions.GrantSinglePaymentLoanDTO
 
GraphHelper - Class in nl.strohalm.cyclos.utils.statistics
Some helper methods for calculating and rendering graphs.
GraphHelper() - Constructor for class nl.strohalm.cyclos.utils.statistics.GraphHelper
 
greaterEquals(Comparable<?>) - Static method in class nl.strohalm.cyclos.utils.validation.CompareToValidation
A greater or equals validation
greaterEquals(Number) - Method in class nl.strohalm.cyclos.utils.validation.Validator.Property
 
greaterThan(Comparable<?>) - Static method in class nl.strohalm.cyclos.utils.validation.CompareToValidation
A greater than validation
greaterThan(Number) - Method in class nl.strohalm.cyclos.utils.validation.Validator.Property
 
GrossProductPerMemberStats - Class in nl.strohalm.cyclos.services.stats.activity
Class with common helper functions on retrieving statistics about transactions per member, for activity stats.
GrossProductPerMemberStats(StatisticalActivityQuery, Period, TransferDAO) - Constructor for class nl.strohalm.cyclos.services.stats.activity.GrossProductPerMemberStats
 
Group - Class in nl.strohalm.cyclos.entities.groups
A group of permissions
Group() - Constructor for class nl.strohalm.cyclos.entities.groups.Group
 
group() - Static method in class nl.strohalm.cyclos.utils.access.LoggedUser
Returns the logged user's group
Group.Nature - Enum in nl.strohalm.cyclos.entities.groups
 
Group.Relationships - Enum in nl.strohalm.cyclos.entities.groups
 
Group.Status - Enum in nl.strohalm.cyclos.entities.groups
 
GroupActionPolicy - Class in nl.strohalm.cyclos.struts.access.policies.utils
 
GroupDAO - Interface in nl.strohalm.cyclos.dao.groups
Data access object interface for groups
GroupDAOImpl - Class in nl.strohalm.cyclos.dao.groups
Implementation class for group DAO
GroupDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.groups.GroupDAOImpl
 
GroupFilter - Class in nl.strohalm.cyclos.entities.groups
This entity groups several related permission groups.
GroupFilter() - Constructor for class nl.strohalm.cyclos.entities.groups.GroupFilter
 
GroupFilter.Relationships - Enum in nl.strohalm.cyclos.entities.groups
 
GroupFilterDAO - Interface in nl.strohalm.cyclos.dao.groups
 
GroupFilterDAOImpl - Class in nl.strohalm.cyclos.dao.groups
 
GroupFilterDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.groups.GroupFilterDAOImpl
 
GroupFilterQuery - Class in nl.strohalm.cyclos.entities.groups
 
GroupFilterQuery() - Constructor for class nl.strohalm.cyclos.entities.groups.GroupFilterQuery
 
groupFilterService - Variable in class nl.strohalm.cyclos.controls.ads.SearchAdsAction
 
groupFilterService - Variable in class nl.strohalm.cyclos.controls.members.SearchMembersAction
 
GroupFilterService - Interface in nl.strohalm.cyclos.services.groups
Service interface for groups filters.
GroupFilterServiceImpl - Class in nl.strohalm.cyclos.services.groups
Implementation for groups filters.
GroupFilterServiceImpl() - Constructor for class nl.strohalm.cyclos.services.groups.GroupFilterServiceImpl
 
GroupFilterServiceLocal - Interface in nl.strohalm.cyclos.services.groups
Local interface.
GroupFilterServiceSecurity - Class in nl.strohalm.cyclos.services.groups
Security layer for GroupFilterService
GroupFilterServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.groups.GroupFilterServiceSecurity
 
GroupHelper - Class in nl.strohalm.cyclos.webservices.utils
Helper for groups
GroupHelper() - Constructor for class nl.strohalm.cyclos.webservices.utils.GroupHelper
 
GroupHistoryLog - Class in nl.strohalm.cyclos.entities.groups
 
GroupHistoryLog() - Constructor for class nl.strohalm.cyclos.entities.groups.GroupHistoryLog
 
GroupHistoryLog.Relationships - Enum in nl.strohalm.cyclos.entities.groups
 
GroupHistoryLogDAO - Interface in nl.strohalm.cyclos.dao.groups
Data access object interface for group history log
GroupHistoryLogDAOImpl - Class in nl.strohalm.cyclos.dao.groups
Implementation class for interface GroupHistoryLogDAO
GroupHistoryLogDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.groups.GroupHistoryLogDAOImpl
 
GroupHistoryLogMigration - Class in nl.strohalm.cyclos.setup.migrations.version3_5
Populates the new table of group history logs based on data from group remarks
GroupHistoryLogMigration() - Constructor for class nl.strohalm.cyclos.setup.migrations.version3_5.GroupHistoryLogMigration
 
GroupPermissionsDTO<G extends Group> - Class in nl.strohalm.cyclos.services.groups
Class used to store a group's permissions
GroupPermissionsDTO() - Constructor for class nl.strohalm.cyclos.services.groups.GroupPermissionsDTO
 
GroupQuery - Class in nl.strohalm.cyclos.entities.groups
Query parameters for user groups.
GroupQuery() - Constructor for class nl.strohalm.cyclos.entities.groups.GroupQuery
 
GroupRemark - Class in nl.strohalm.cyclos.entities.members.remarks
Records a group change
GroupRemark() - Constructor for class nl.strohalm.cyclos.entities.members.remarks.GroupRemark
 
GroupRemark.Relationships - Enum in nl.strohalm.cyclos.entities.members.remarks
 
GroupRemarkQuery - Class in nl.strohalm.cyclos.entities.members.remarks
Parameters for group remark queries
GroupRemarkQuery() - Constructor for class nl.strohalm.cyclos.entities.members.remarks.GroupRemarkQuery
 
groupService - Variable in class nl.strohalm.cyclos.controls.BaseAction
 
groupService - Variable in class nl.strohalm.cyclos.controls.BasePublicAction
 
GroupService - Interface in nl.strohalm.cyclos.services.groups
Service interface for groups.
GroupServiceImpl - Class in nl.strohalm.cyclos.services.groups
Implementation for group service.
GroupServiceImpl() - Constructor for class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
GroupServiceLocal - Interface in nl.strohalm.cyclos.services.groups
Local interface.
GroupServiceSecurity - Class in nl.strohalm.cyclos.services.groups
Security implementation for GroupService
GroupServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.groups.GroupServiceSecurity
 
GroupVO - Class in nl.strohalm.cyclos.webservices.model
Group data for web services
GroupVO() - Constructor for class nl.strohalm.cyclos.webservices.model.GroupVO
 
Guarantee - Class in nl.strohalm.cyclos.entities.accounts.guarantees
 
Guarantee() - Constructor for class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
Guarantee.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.guarantees
 
Guarantee.Status - Enum in nl.strohalm.cyclos.entities.accounts.guarantees
 
guaranteeAcceptedNotification(Guarantee) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
guaranteeAcceptedNotification(Guarantee) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
guaranteeCancelledNotification(Guarantee) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
guaranteeCancelledNotification(Guarantee) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
GuaranteeDAO - Interface in nl.strohalm.cyclos.dao.accounts.guarantees
Interface for guarantee type DAO
GuaranteeDAOImpl - Class in nl.strohalm.cyclos.dao.accounts.guarantees
 
GuaranteeDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.guarantees.GuaranteeDAOImpl
 
guaranteeDeniedNotification(Guarantee) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
guaranteeDeniedNotification(Guarantee) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
GuaranteeDetailsAction - Class in nl.strohalm.cyclos.controls.accounts.guarantees.guarantees
 
GuaranteeDetailsAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.GuaranteeDetailsAction
 
GuaranteeDetailsForm - Class in nl.strohalm.cyclos.controls.accounts.guarantees.guarantees
 
GuaranteeDetailsForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.GuaranteeDetailsForm
 
GuaranteeFeeCalculationDTO - Class in nl.strohalm.cyclos.services.accounts.guarantees
 
GuaranteeFeeCalculationDTO() - Constructor for class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeFeeCalculationDTO
 
GuaranteeFeeVO - Class in nl.strohalm.cyclos.services.accounts.guarantees
 
GuaranteeFeeVO() - Constructor for class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeFeeVO
 
GuaranteeLoanScheduledTask - Class in nl.strohalm.cyclos.scheduling.tasks
Task that generates the guarantee's loan
GuaranteeLoanScheduledTask() - Constructor for class nl.strohalm.cyclos.scheduling.tasks.GuaranteeLoanScheduledTask
 
GuaranteeLog - Class in nl.strohalm.cyclos.entities.accounts.guarantees
 
GuaranteeLog() - Constructor for class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeLog
 
GuaranteeLog.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.guarantees
 
GuaranteeLogDAO - Interface in nl.strohalm.cyclos.dao.accounts.guarantees
 
GuaranteeLogDAOImpl - Class in nl.strohalm.cyclos.dao.accounts.guarantees
 
GuaranteeLogDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.guarantees.GuaranteeLogDAOImpl
 
GuaranteeLogQuery - Class in nl.strohalm.cyclos.entities.accounts.guarantees
 
GuaranteeLogQuery() - Constructor for class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeLogQuery
 
guaranteePendingIssuerNotification(Guarantee) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
guaranteePendingIssuerNotification(Guarantee) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
GuaranteeQuery - Class in nl.strohalm.cyclos.entities.accounts.guarantees
Parameters for guarantee queries
GuaranteeQuery() - Constructor for class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery
 
GuaranteeQuery.LoanFilter - Enum in nl.strohalm.cyclos.entities.accounts.guarantees
 
GuaranteeScheduledTask - Class in nl.strohalm.cyclos.scheduling.tasks
Task that changes the guarantee's status
GuaranteeScheduledTask() - Constructor for class nl.strohalm.cyclos.scheduling.tasks.GuaranteeScheduledTask
 
guaranteeService - Variable in class nl.strohalm.cyclos.controls.accounts.details.ViewTransactionAction
 
guaranteeService - Variable in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.ChangeStatusGuaranteeAction
 
guaranteeService - Variable in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.DeleteGuaranteeAction
 
GuaranteeService - Interface in nl.strohalm.cyclos.services.accounts.guarantees
 
GuaranteeServiceImpl - Class in nl.strohalm.cyclos.services.accounts.guarantees
 
GuaranteeServiceImpl() - Constructor for class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
GuaranteeServiceLocal - Interface in nl.strohalm.cyclos.services.accounts.guarantees
Local interface.
GuaranteeServiceSecurity - Class in nl.strohalm.cyclos.services.accounts.guarantees
Security implementation for GuaranteeService
GuaranteeServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceSecurity
 
GuaranteesHelper - Class in nl.strohalm.cyclos.utils.guarantees
 
GuaranteesHelper() - Constructor for class nl.strohalm.cyclos.utils.guarantees.GuaranteesHelper
 
guaranteeStatusChangedNotification(Guarantee, Guarantee.Status) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
guaranteeStatusChangedNotification(Guarantee, Guarantee.Status) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
GuaranteeStatusChangeException - Exception in nl.strohalm.cyclos.services.accounts.guarantees.exceptions
Thrown when an invalid guarantee's status change action was executed
GuaranteeStatusChangeException(Guarantee.Status) - Constructor for exception nl.strohalm.cyclos.services.accounts.guarantees.exceptions.GuaranteeStatusChangeException
 
GuaranteeStatusChangeException(Guarantee.Status, String) - Constructor for exception nl.strohalm.cyclos.services.accounts.guarantees.exceptions.GuaranteeStatusChangeException
 
GuaranteeStatusChangeException(Guarantee.Status, String, Throwable) - Constructor for exception nl.strohalm.cyclos.services.accounts.guarantees.exceptions.GuaranteeStatusChangeException
 
GuaranteeStatusChangeException(Guarantee.Status, Throwable) - Constructor for exception nl.strohalm.cyclos.services.accounts.guarantees.exceptions.GuaranteeStatusChangeException
 
guaranteesToProcess(Calendar) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
guaranteesToProcess(Calendar) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceLocal
Used from scheduled task: it searches for the guarantees to change its status This method is used in conjunction with the processGuarantees method
GuaranteeType - Class in nl.strohalm.cyclos.entities.accounts.guarantees
A guarantee type
GuaranteeType() - Constructor for class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType
 
GuaranteeType.AuthorizedBy - Enum in nl.strohalm.cyclos.entities.accounts.guarantees
 
GuaranteeType.FeePayer - Enum in nl.strohalm.cyclos.entities.accounts.guarantees
 
GuaranteeType.FeeType - Enum in nl.strohalm.cyclos.entities.accounts.guarantees
 
GuaranteeType.Model - Enum in nl.strohalm.cyclos.entities.accounts.guarantees
 
GuaranteeType.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.guarantees
 
GuaranteeTypeDAO - Interface in nl.strohalm.cyclos.dao.accounts.guarantees
Interface for guarantee type DAO
GuaranteeTypeDAOImpl - Class in nl.strohalm.cyclos.dao.accounts.guarantees
Implementation class for guarantee type DAO
GuaranteeTypeDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.guarantees.GuaranteeTypeDAOImpl
 
GuaranteeTypeFeeVO - Class in nl.strohalm.cyclos.services.accounts.guarantees
 
GuaranteeTypeFeeVO() - Constructor for class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeTypeFeeVO
 
GuaranteeTypeQuery - Class in nl.strohalm.cyclos.entities.accounts.guarantees
Parameters for guarantee types queries
GuaranteeTypeQuery() - Constructor for class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeTypeQuery
 
GuaranteeTypeService - Interface in nl.strohalm.cyclos.services.accounts.guarantees
Service interface for guarantee types
GuaranteeTypeServiceImpl - Class in nl.strohalm.cyclos.services.accounts.guarantees
Implementation class for the guarantee types service interface
GuaranteeTypeServiceImpl() - Constructor for class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeTypeServiceImpl
 
GuaranteeTypeServiceLocal - Interface in nl.strohalm.cyclos.services.accounts.guarantees
Local interface.
GuaranteeTypeServiceSecurity - Class in nl.strohalm.cyclos.services.accounts.guarantees
Security implementation for GuaranteeTypeService
GuaranteeTypeServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeTypeServiceSecurity
 

H

handleDatabaseInitialization(Runnable) - Method in interface nl.strohalm.cyclos.utils.tasks.TaskRunner
Handles the database initialization
handleDatabaseInitialization(Runnable) - Method in class nl.strohalm.cyclos.utils.tasks.TaskRunnerImpl
 
handleDisplay(ActionContext) - Method in class nl.strohalm.cyclos.controls.access.ChangeExpiredPasswordAction
 
handleDisplay(ActionContext) - Method in class nl.strohalm.cyclos.controls.access.ChangePasswordAction
 
handleDisplay(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.access.ExternalLoginAction
 
handleDisplay(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.access.LoginAction
 
handleDisplay(ActionContext) - Method in class nl.strohalm.cyclos.controls.access.transactionpassword.ManageTransactionPasswordAction
 
handleDisplay(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.currencies.EditCurrencyAction
 
handleDisplay(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.currencies.ReinitializeRatesAction
 
handleDisplay(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.EditTransactionFeeAction
 
handleDisplay(ActionContext) - Method in class nl.strohalm.cyclos.controls.ads.EditAdAction
 
handleDisplay(ActionContext) - Method in class nl.strohalm.cyclos.controls.BaseFormAction
Handles form prepare, returning the ActionForward
handleDisplay(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.BasePublicFormAction
Handles GET requests, by default calling the BasePublicFormAction.prepareForm(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) method and returning the input forward
handleDisplay(ActionContext) - Method in class nl.strohalm.cyclos.controls.elements.CreateElementAction
 
handleDisplay(ActionContext) - Method in class nl.strohalm.cyclos.controls.invoices.SendInvoiceAction
 
handleDisplay(ActionContext) - Method in class nl.strohalm.cyclos.controls.loangroups.EditLoanGroupAction
 
handleDisplay(ActionContext) - Method in class nl.strohalm.cyclos.controls.loans.GrantLoanAction
 
handleDisplay(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.members.AcceptRegistrationAgreementAction
 
handleDisplay(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.MemberProfileAction
 
handleDisplay(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.members.PublicCreateMemberAction
 
handleDisplay(ActionContext) - Method in class nl.strohalm.cyclos.controls.operators.OperatorProfileAction
 
handleDisplay(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.posweb.AcceptRegistrationAgreementAction
 
handleDisplay(ActionContext) - Method in class nl.strohalm.cyclos.controls.posweb.ChangeExpiredPasswordAction
 
handleDisplay(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.posweb.LoginAction
 
handleDisplay(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.CurrentStateReportAction
 
handleDisplay(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportAction
 
handleDisplay(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportAction
 
handleException(HttpServletRequest, HttpServletResponse, Exception) - Method in class nl.strohalm.cyclos.controls.BaseAjaxAction
 
handleException(HttpServletRequest, HttpServletResponse, Exception) - Method in class nl.strohalm.cyclos.controls.BaseCsvAction
 
handleMessage(SoapMessage) - Method in class nl.strohalm.cyclos.webservices.interceptor.AuthInterceptor
 
handleMessage(SoapMessage) - Method in class nl.strohalm.cyclos.webservices.interceptor.CleanupInterceptor
 
handleMessage(SoapMessage) - Method in class nl.strohalm.cyclos.webservices.interceptor.CustomFaultInterceptor
 
handleMessage(SoapMessage) - Method in class nl.strohalm.cyclos.webservices.interceptor.PosInterceptor
 
handleMessage(SoapMessage) - Method in class nl.strohalm.cyclos.webservices.interceptor.TraceInterceptor
 
handleReport(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportHandler
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.access.ChangePasswordAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.access.channels.ChangePinAction
 
handleSubmit(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.access.ExternalLoginAction
 
handleSubmit(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.access.LoginAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.access.transactionpassword.ManageTransactionPasswordAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.EditAccountFeeAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.EditAccountTypeAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.authorizationlevels.EditAuthorizationLevelAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.cards.CreateCardAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.cards.EditCardTypeAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.cards.UpdateCardAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.currencies.EditCurrencyAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.currencies.ReinitializeRatesAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.external.EditExternalAccountAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.external.EditExternalTransferTypeAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.external.externaltransfers.EditExternalTransferAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.EditFieldMappingAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.EditFileMappingAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.SetFieldMappingsOrderAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.EditCertificationAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.AuthorizeGuaranteeAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.GuaranteeDetailsAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.RegisterGuaranteeAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.AcceptPaymentObligationPackAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.EditPaymentObligationAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.types.EditGuaranteeTypeAction
Handles form submission, returning the ActionForward
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.paymentfilters.EditPaymentFilterAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.pos.AssignPosAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.pos.EditPosAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.EditTransactionFeeAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.EditTransferTypeAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.admins.AdminProfileAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.admins.ChangeAdminGroupAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.ads.categories.EditAdCategoryAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.ads.categories.SetAdCategoryOrderAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.ads.EditAdAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.ads.imports.ImportAdsAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.BaseFormAction
Handles form submission, returning the ActionForward
handleSubmit(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.BasePublicFormAction
Handles POST requests, by default calling the BasePublicFormAction.formAction(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) method and returning a forward named 'success'
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.channels.EditChannelAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.documents.EditDynamicDocumentAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.documents.EditMemberDocumentAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.documents.EditStaticDocumentAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldPossibleValueAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.fields.SetCustomFieldOrderAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.files.EditCustomizedFileAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.images.CustomImagesAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.themes.ExportThemeAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.elements.CreateElementAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.general.InviteAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.groups.accounts.EditGroupAccountSettingsAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.groups.customizedFiles.EditGroupCustomizedFileAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.groups.EditGroupAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.EditGroupFilterCustomizedFileAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.EditGroupFilterAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.groups.permissions.EditGroupPermissionsAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.groups.permissions.EditOperatorGroupPermissionsAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.image.ImageDetailsAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.invoices.AcceptInvoiceAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.invoices.SendInvoiceAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.loans.ConfirmLoanAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.loans.DiscardLoanAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.loans.GrantLoanAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.loans.ManageExpiredStatusAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.loans.RepayLoanAction
 
handleSubmit(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.members.AcceptRegistrationAgreementAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.brokering.ChangeBrokerAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.brokering.DefaultBrokerCommissionsAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.brokering.EditBrokerCommissionContractAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.brokering.ManageBrokeredMemberAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.ChangeMemberGroupAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.creditlimit.EditCreditLimitAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.imports.ImportMembersAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.MemberProfileAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.messages.SendMessageAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.pending.PendingMemberProfileAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.preferences.NotificationPreferenceAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.printsettings.EditReceiptPrinterSettingsAction
 
handleSubmit(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.members.PublicCreateMemberAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.records.EditMemberRecordAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.records.EditMemberRecordTypeAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.references.EditGeneralReferenceAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.references.EditTransactionFeedbackAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.sms.EditInfoTextAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.operators.ChangeOperatorGroupAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.operators.OperatorProfileAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.authorization.BaseTransferAuthorizationAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.ChargebackPaymentAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.ConfirmPaymentAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.conversionsimulation.SimulateConversionAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.PaymentAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.scheduled.BlockScheduledPaymentAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.scheduled.CancelScheduledPaymentAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.scheduled.ConfirmScheduledPaymentAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.scheduled.UnblockScheduledPaymentAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.CurrentStateReportAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.simulations.ARateConfigSimulationAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.simulations.DRateConfigSimulationAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.services.EditServiceClientAction
 
handleSubmit(ActionContext) - Method in class nl.strohalm.cyclos.controls.settings.EditMessageSettingAction
 
handleSubmit(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.webshop.ConfirmWebShopPaymentAction
 
handleSubmit(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.webshop.WebShopPaymentAction
 
handleTransactionsDetails(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersReportHandler
 
handleTransactionsSummary(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersReportHandler
 
handleValidation(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.pos.AssignPosAction
 
handleValidation(ActionContext) - Method in class nl.strohalm.cyclos.controls.BaseFormAction
Handles the form validation, returning the action forward
handleValidation(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.BasePublicFormAction
Handles Ajax validation requests, by default calling the BasePublicFormAction.validateForm(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) method and returning null
handleValidation(ActionContext) - Method in class nl.strohalm.cyclos.controls.invoices.SendInvoiceAction
 
handleValidation(ActionContext) - Method in class nl.strohalm.cyclos.controls.loans.RepayLoanAction
 
handleValidation(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.brokering.ManageBrokeredMemberAction
 
handleValidation(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.ChangeMemberGroupAction
 
handleValidation(ActionContext) - Method in class nl.strohalm.cyclos.controls.operators.ChangeOperatorGroupAction
 
handleValidationException(ActionMapping, HttpServletRequest, HttpServletResponse, ValidationException) - Static method in class nl.strohalm.cyclos.utils.ActionHelper
 
hasAccounts(Member) - Method in interface nl.strohalm.cyclos.services.accounts.AccountService
 
hasAccounts(Member) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
hasAccounts(Member) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceSecurity
 
hasActiveTransaction() - Method in interface nl.strohalm.cyclos.utils.TransactionHelper
Returns whether there is an active transaction in this thread
hasActiveTransaction() - Method in class nl.strohalm.cyclos.utils.TransactionHelperImpl
 
hasAllPermissions() - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
hasAllPermissions() - Method in interface nl.strohalm.cyclos.services.elements.CommissionServiceLocal
 
hasAlreadyAuthorized(Transfer) - Method in interface nl.strohalm.cyclos.services.transactions.TransferAuthorizationService
Returns whether the logged user has already authorized the given transfer
hasAlreadyAuthorized(Transfer) - Method in class nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceImpl
 
hasAlreadyAuthorized(Transfer) - Method in class nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceSecurity
 
hasAuthorizedPayments(AccountType) - Method in class nl.strohalm.cyclos.services.accounts.AccountTypeServiceImpl
 
hasAuthorizedPayments(AccountType) - Method in interface nl.strohalm.cyclos.services.accounts.AccountTypeServiceLocal
Checks whether the given account type has any transfer types that requires authorization
hasBrokerCommissionContracts() - Method in interface nl.strohalm.cyclos.services.elements.CommissionService
Returns true if the logged user has at least one commission contract
hasBrokerCommissionContracts() - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
hasBrokerCommissionContracts() - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceSecurity
 
hasCards(long) - Method in interface nl.strohalm.cyclos.services.accounts.cards.CardTypeService
Verify if has any card generated with given cardType
hasCards(long) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardTypeServiceImpl
 
hasCards(long) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardTypeServiceSecurity
 
hasCheckedTransfers(Long...) - Method in interface nl.strohalm.cyclos.dao.accounts.external.ExternalTransferImportDAO
Tests if the any of the given imports have at least one checked or processed transfer
hasCheckedTransfers(Long...) - Method in class nl.strohalm.cyclos.dao.accounts.external.ExternalTransferImportDAOImpl
 
hasDigits(String) - Static method in class nl.strohalm.cyclos.utils.StringHelper
Returns whether the given string has at least one digit
hasEnoughData() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalNumber
tests if the statisticalNumber has data.
hasError() - Static method in class nl.strohalm.cyclos.utils.transaction.CurrentTransactionData
Checks if there's an error in this transaction
hasErrorBar() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalNumber
 
hasErrorBars() - Method in class nl.strohalm.cyclos.controls.reports.statistics.graphs.StatisticalDataProducer
gets the value of resultObject.hasErrorBars() for descendant classes
hasErrorBars() - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
checks if the numbers in this object do have errors defined.
hasErrors() - Method in exception nl.strohalm.cyclos.utils.validation.ValidationException
Return if there are any errors
hasExpired(Map, Date) - Method in class nl.strohalm.cyclos.controls.reports.statistics.graphs.StatisticalDataProducer
This method is needed for Cewolf to produce the graphs.
hasGroupsWhichRequiresSpecialOnPassword() - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
hasGroupsWhichRequiresSpecialOnPassword() - Method in interface nl.strohalm.cyclos.services.groups.GroupServiceLocal
Checks if there is at least one group requiring special characters on the password
hash(String, String) - Method in class nl.strohalm.cyclos.utils.HashHandler
Hashes the given string according to the current password hash algorithm
hashCode() - Method in class nl.strohalm.cyclos.dao.accounts.transactions.SimpleTransferVO
 
hashCode() - Method in class nl.strohalm.cyclos.entities.access.PrincipalType
 
hashCode() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanParameters
 
hashCode() - Method in class nl.strohalm.cyclos.entities.ads.AdCategoryWithCounterQuery
 
hashCode() - Method in class nl.strohalm.cyclos.entities.Entity
 
hashCode() - Method in class nl.strohalm.cyclos.services.accounts.AccountDTO
 
hashCode() - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl.PossibleValueKey
 
hashCode() - Method in class nl.strohalm.cyclos.setup.Version
 
hashCode() - Method in class nl.strohalm.cyclos.utils.Amount
 
hashCode() - Method in class nl.strohalm.cyclos.utils.cache.CacheListenerAdapter
 
hashCode() - Method in class nl.strohalm.cyclos.utils.EntityVO
 
hashCode(Object) - Method in class nl.strohalm.cyclos.utils.hibernate.AbstractEnumType
 
hashCode(Object) - Method in class nl.strohalm.cyclos.utils.hibernate.AmountType
 
hashCode(Object) - Method in class nl.strohalm.cyclos.utils.hibernate.BasePeriodType
 
hashCode(Object) - Method in class nl.strohalm.cyclos.utils.hibernate.PermissionType
 
hashCode(Object) - Method in class nl.strohalm.cyclos.utils.hibernate.RangeConstraintType
 
hashCode(Object) - Method in class nl.strohalm.cyclos.utils.hibernate.TimePeriodType
 
hashCode() - Method in class nl.strohalm.cyclos.utils.lock.HazelcastLockHandlerFactory.LockKey
 
hashCode() - Method in class nl.strohalm.cyclos.utils.NamedPeriod
 
hashCode() - Method in class nl.strohalm.cyclos.utils.Pair
 
hashCode() - Method in class nl.strohalm.cyclos.utils.Period
 
hashCode() - Method in class nl.strohalm.cyclos.utils.RangeConstraint
 
hashCode() - Method in class nl.strohalm.cyclos.utils.tasks.HazelcastTaskRunner.LockKey
 
hashCode() - Method in class nl.strohalm.cyclos.utils.TimePeriod
 
hashCode() - Method in class nl.strohalm.cyclos.webservices.model.WebServicesEntityVO
 
HashHandler - Class in nl.strohalm.cyclos.utils
Helper class used to hash passwords and manage salts
HashHandler() - Constructor for class nl.strohalm.cyclos.utils.HashHandler
 
hasLetters(String) - Static method in class nl.strohalm.cyclos.utils.StringHelper
Returns whether the given string has at least one ASCII letter
hasMailError() - Static method in class nl.strohalm.cyclos.utils.transaction.CurrentTransactionData
Checks if there's a mail error in this transaction
hasMemberGroupsWhichEnforcesCharactersOnPassword() - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
hasMemberGroupsWhichEnforcesCharactersOnPassword() - Method in interface nl.strohalm.cyclos.services.groups.GroupServiceLocal
Checks whether there is at least one member / broker group which enforces letters or special characters on the password
hasNext() - Method in class nl.strohalm.cyclos.controls.accounts.external.process.ExternalTransferToProcessVOIterator
 
hasNext() - Method in class nl.strohalm.cyclos.controls.members.brokering.PrintBrokeringsAction.BrokeredIterator
 
hasNext() - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportVOIterator
 
hasNext() - Method in class nl.strohalm.cyclos.utils.CombinedIterator
 
hasNext() - Method in class nl.strohalm.cyclos.utils.FetchingIteratorListImpl
 
hasNext() - Method in class nl.strohalm.cyclos.utils.IteratorListImpl
 
hasNext() - Method in class nl.strohalm.cyclos.utils.lucene.DocsIterator
 
hasNext() - Method in class nl.strohalm.cyclos.utils.lucene.IndexIterator
 
hasNext() - Method in class nl.strohalm.cyclos.utils.ScrollableResultsIterator
 
hasOpenIteratorsRequiringOpenConnection() - Static method in class nl.strohalm.cyclos.utils.DataIteratorHelper
Returns whether there is at least one open iterator which requires an open connection
hasParameter(String) - Method in class nl.strohalm.cyclos.struts.access.policies.utils.AbstractActionPolicy
 
hasPasswordExpired() - Method in interface nl.strohalm.cyclos.services.access.AccessService
Check if the login password for the logged user has expired
hasPasswordExpired() - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
hasPasswordExpired() - Method in class nl.strohalm.cyclos.services.access.AccessServiceSecurity
 
HasPendingPaymentsException - Exception in nl.strohalm.cyclos.services.transfertypes.exceptions
Exception thrown when there is at least one pending payment and none were expected
HasPendingPaymentsException() - Constructor for exception nl.strohalm.cyclos.services.transfertypes.exceptions.HasPendingPaymentsException
 
hasPermission() - Method in interface nl.strohalm.cyclos.access.PermissionCheck
Returns a boolean flag indicating whether the logged user is allowed according to the current permissions.
hasPermission() - Method in class nl.strohalm.cyclos.services.access.AbstractPermissionCheck
 
hasPermission(Permission...) - Method in class nl.strohalm.cyclos.services.BaseServiceSecurity
 
hasPermission(Module) - Method in interface nl.strohalm.cyclos.services.permissions.PermissionService
Checks if the group of the logged member has at least one of the module's permissions.
hasPermission(Permission...) - Method in interface nl.strohalm.cyclos.services.permissions.PermissionService
Checks if the group of the logged member has at least one of the specified permissions.
hasPermission(Group, Module) - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceImpl
 
hasPermission(Group, Permission...) - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceImpl
 
hasPermission(Module) - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceImpl
 
hasPermission(Permission...) - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceImpl
 
hasPermission(Group, Module) - Method in interface nl.strohalm.cyclos.services.permissions.PermissionServiceLocal
Checks if the specified group member has at least one of the module's permissions.
hasPermission(Group, Permission...) - Method in interface nl.strohalm.cyclos.services.permissions.PermissionServiceLocal
Checks if the specified group member has at least one of the specified permissions.
hasPermission(Module) - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceSecurity
 
hasPermission(Permission...) - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceSecurity
 
hasPermission(Permission...) - Method in class nl.strohalm.cyclos.struts.access.policies.utils.AbstractActionPolicy
 
hasPermission(ServiceOperation) - Static method in class nl.strohalm.cyclos.webservices.WebServiceContext
Checks whether the current client has the given permission
hasPermissionFor(Permission, Entity...) - Method in class nl.strohalm.cyclos.services.BaseServiceSecurity
 
hasPermissionFor(Permission, Entity...) - Method in interface nl.strohalm.cyclos.services.permissions.PermissionService
 
hasPermissionFor(Group, Permission, Entity...) - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceImpl
 
hasPermissionFor(Permission, Entity...) - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceImpl
 
hasPermissionFor(Group, Permission, Entity...) - Method in interface nl.strohalm.cyclos.services.permissions.PermissionServiceLocal
 
hasPermissionFor(Permission, Entity...) - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceSecurity
 
hasResults(List<?>) - Static method in class nl.strohalm.cyclos.utils.query.PageHelper
Checks whether the given list has at least one result
hasSpecial(String) - Static method in class nl.strohalm.cyclos.utils.StringHelper
Returns whether the given string has at least one special character (nor digit, nor ASCII letter)
hasStatus() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeLogQuery
 
hasSymmetricalErrorBar() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalNumber
 
hasTransactionFees() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
hasTransfers(Account) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.TransferDAO
Returns whether the given account has at least a transfer
hasTransfers(Account) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.TransferDAOImpl
 
hasUnrelatedPendingPayments(Member, Collection<MemberAccountType>) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.ScheduledPaymentDAO
It returns true if the member has pending scheduled payments related to accounts
different than the specified accounts.
hasUnrelatedPendingPayments(Member, Collection<MemberAccountType>) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.ScheduledPaymentDAOImpl
 
hasUnrelatedPendingPayments(Member, Collection<MemberAccountType>) - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceImpl
 
hasUnrelatedPendingPayments(Member, Collection<MemberAccountType>) - Method in interface nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceLocal
It returns true if the member has pending scheduled payments related to accounts
different than the specified accounts.
hasUser() - Static method in class nl.strohalm.cyclos.utils.access.LoggedUser
Returns whether there is an user in the current transaction
hasValueForField(Member, MemberCustomField) - Method in interface nl.strohalm.cyclos.dao.members.ElementDAO
Returns whether the given member has value for the given field
hasValueForField(Member, MemberCustomField) - Method in class nl.strohalm.cyclos.dao.members.ElementDAOImpl
 
hasValueForField(Member, MemberCustomField) - Method in class nl.strohalm.cyclos.services.elements.MemberServiceImpl
 
hasValueForField(Member, MemberCustomField) - Method in interface nl.strohalm.cyclos.services.elements.MemberServiceLocal
Returns whether the given member has value for the given field
hasWrite() - Static method in class nl.strohalm.cyclos.utils.transaction.CurrentTransactionData
Check if there were database writes in this transaction
HazelcastCacheManagerPeerProvider - Class in nl.strohalm.cyclos.utils.cache.ehcache
Listens to a Hazelcast topic for remote cache operations and apply it in the local cache
HazelcastCacheManagerPeerProvider(CacheManager) - Constructor for class nl.strohalm.cyclos.utils.cache.ehcache.HazelcastCacheManagerPeerProvider
 
HazelcastCacheManagerPeerProviderFactory - Class in nl.strohalm.cyclos.utils.cache.ehcache
Factory for HazelcastCacheManagerPeerProvider
HazelcastCacheManagerPeerProviderFactory() - Constructor for class nl.strohalm.cyclos.utils.cache.ehcache.HazelcastCacheManagerPeerProviderFactory
 
HazelcastCacheReplicator - Class in nl.strohalm.cyclos.utils.cache.ehcache
Replicates cache events
HazelcastCacheReplicator() - Constructor for class nl.strohalm.cyclos.utils.cache.ehcache.HazelcastCacheReplicator
 
HazelcastCacheReplicatorFactory - Class in nl.strohalm.cyclos.utils.cache.ehcache
Factory for HazelcastCacheReplicator
HazelcastCacheReplicatorFactory() - Constructor for class nl.strohalm.cyclos.utils.cache.ehcache.HazelcastCacheReplicatorFactory
 
HazelcastCustomizedFileHandler - Class in nl.strohalm.cyclos.utils.customizedfile
A customized file handler which broadcasts operations using Hazelcast
HazelcastCustomizedFileHandler() - Constructor for class nl.strohalm.cyclos.utils.customizedfile.HazelcastCustomizedFileHandler
 
HazelcastInstanceHandler - Class in nl.strohalm.cyclos.utils.instance
An instance handler which uses Hazelcast
HazelcastInstanceHandler() - Constructor for class nl.strohalm.cyclos.utils.instance.HazelcastInstanceHandler
 
HazelcastLockHandlerFactory - Class in nl.strohalm.cyclos.utils.lock
A lock handler factory which uses Hazelcast for distributed locks
HazelcastLockHandlerFactory() - Constructor for class nl.strohalm.cyclos.utils.lock.HazelcastLockHandlerFactory
 
HazelcastLockHandlerFactory.LockKey - Class in nl.strohalm.cyclos.utils.lock
 
HazelcastLockHandlerFactory.LockKey(HazelcastLockHandlerFactory.LockType, long) - Constructor for class nl.strohalm.cyclos.utils.lock.HazelcastLockHandlerFactory.LockKey
 
HazelcastLockHandlerFactory.LockType - Enum in nl.strohalm.cyclos.utils.lock
 
HazelcastTaskRunner - Class in nl.strohalm.cyclos.utils.tasks
A TaskRunner which runs tasks correctly in a cluster
HazelcastTaskRunner() - Constructor for class nl.strohalm.cyclos.utils.tasks.HazelcastTaskRunner
 
HazelcastTaskRunner.KeyType - Enum in nl.strohalm.cyclos.utils.tasks
 
HazelcastTaskRunner.LockKey - Class in nl.strohalm.cyclos.utils.tasks
 
HELP_PATH - Static variable in class nl.strohalm.cyclos.utils.CustomizationHelper
 
HelpAction - Class in nl.strohalm.cyclos.controls.general
Action used to display a help page
HelpAction() - Constructor for class nl.strohalm.cyclos.controls.general.HelpAction
 
HelpTag - Class in nl.strohalm.cyclos.taglibs
Tag that will generate a help link
HelpTag() - Constructor for class nl.strohalm.cyclos.taglibs.HelpTag
 
HibernateCustomFieldHandler - Class in nl.strohalm.cyclos.utils.hibernate
Helper class used to handle custom fields
HibernateCustomFieldHandler() - Constructor for class nl.strohalm.cyclos.utils.hibernate.HibernateCustomFieldHandler
 
HibernateHelper - Class in nl.strohalm.cyclos.utils.hibernate
Class with helper method to work with Hibernate
HibernateHelper() - Constructor for class nl.strohalm.cyclos.utils.hibernate.HibernateHelper
 
HibernateHelper.QueryParameter - Class in nl.strohalm.cyclos.utils.hibernate
Contains a value and an operator for use on queries
HibernateHelper.QueryParameter(Object, String) - Constructor for class nl.strohalm.cyclos.utils.hibernate.HibernateHelper.QueryParameter
 
HibernateQueryHandler - Class in nl.strohalm.cyclos.utils.hibernate
Handler for entity queries using Hibernate
HibernateQueryHandler() - Constructor for class nl.strohalm.cyclos.utils.hibernate.HibernateQueryHandler
 
highPrecisionAmountConverter(String, LocalSettings) - Static method in class nl.strohalm.cyclos.utils.binding.DataBinderHelper
Returns a high precision amount binder
HistogramDTOFactory - Class in nl.strohalm.cyclos.services.stats
This class takes a simple list with data, retrieved straight from a database query, and uses it to create a StatisticalResultDTO value object for the creation of a Histogram.
HistogramDTOFactory(List<Number>, LocalSettings) - Constructor for class nl.strohalm.cyclos.services.stats.HistogramDTOFactory
constructor, storing the input in its appropriate field, and storing the settings.
HistogramDTOFactory.LastRowHeaderPrefix - Enum in nl.strohalm.cyclos.services.stats
and enum determining the prefix for the label of the last bar in the graph.
HomeAction - Class in nl.strohalm.cyclos.controls.general
Get the Personal, General messages and Number of incoming and outgoing invoices of the Member or AlertBean of Application, it depends if Member or Administrator is logged
HomeAction() - Constructor for class nl.strohalm.cyclos.controls.general.HomeAction
 
HourlyScheduledTasks - Class in nl.strohalm.cyclos.scheduling
A thread used to run a batch of scheduled tasks.
HourlyScheduledTasks(SchedulingHandler, Calendar) - Constructor for class nl.strohalm.cyclos.scheduling.HourlyScheduledTasks
 
HtmlConverter - Class in nl.strohalm.cyclos.utils.conversion
Used to handle HTML formatted values, removing script tags and converting paragraphs into line breaks

I

id - Variable in class nl.strohalm.cyclos.controls.mobile.MobileConfirmAccountForm
 
IdConverter - Class in nl.strohalm.cyclos.utils.conversion
Converter for entity ids, converting non-positive numbers to null
IdConverter() - Constructor for class nl.strohalm.cyclos.utils.conversion.IdConverter
 
IdFieldSelector - Class in nl.strohalm.cyclos.utils.lucene
A FieldSelector which loads only the "id" field
IExceptionHandler - Interface in nl.strohalm.cyclos.utils
 
IllegalTransactionFileFormatException - Exception in nl.strohalm.cyclos.utils.transactionimport
Exception thrown when a transaction file had an invalid format
IllegalTransactionFileFormatException() - Constructor for exception nl.strohalm.cyclos.utils.transactionimport.IllegalTransactionFileFormatException
 
IllegalTransactionFileFormatException(int, int, String, String) - Constructor for exception nl.strohalm.cyclos.utils.transactionimport.IllegalTransactionFileFormatException
 
IllegalTransactionFileFormatException(String) - Constructor for exception nl.strohalm.cyclos.utils.transactionimport.IllegalTransactionFileFormatException
 
Image - Class in nl.strohalm.cyclos.entities.customization.images
Stores an image
Image() - Constructor for class nl.strohalm.cyclos.entities.customization.images.Image
 
Image.Nature - Enum in nl.strohalm.cyclos.entities.customization.images
 
ImageByIdServlet - Class in nl.strohalm.cyclos.servlets
This servlet will show images that are on database
ImageByIdServlet() - Constructor for class nl.strohalm.cyclos.servlets.ImageByIdServlet
 
ImageByNameServlet - Class in nl.strohalm.cyclos.servlets
Servlet used to display system images
ImageByNameServlet() - Constructor for class nl.strohalm.cyclos.servlets.ImageByNameServlet
 
ImageCaptionDTO - Class in nl.strohalm.cyclos.entities.customization.images
Contains data about an image caption
ImageCaptionDTO() - Constructor for class nl.strohalm.cyclos.entities.customization.images.ImageCaptionDTO
 
ImageChangeListener - Interface in nl.strohalm.cyclos.utils.customizedfile
Listener for events of system / style / custom images
ImageDAO - Interface in nl.strohalm.cyclos.dao.customizations
Interface for image DAO
ImageDAOImpl - Class in nl.strohalm.cyclos.dao.customizations
Implementation class for images
ImageDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.customizations.ImageDAOImpl
 
ImageDetailsAction - Class in nl.strohalm.cyclos.controls.image
Action used to edit image details
ImageDetailsAction() - Constructor for class nl.strohalm.cyclos.controls.image.ImageDetailsAction
 
ImageDetailsDTO - Class in nl.strohalm.cyclos.entities.customization.images
Contains data about image details
ImageDetailsDTO() - Constructor for class nl.strohalm.cyclos.entities.customization.images.ImageDetailsDTO
 
ImageDetailsForm - Class in nl.strohalm.cyclos.controls.image
Form used to edit image details
ImageDetailsForm() - Constructor for class nl.strohalm.cyclos.controls.image.ImageDetailsForm
 
ImageException - Exception in nl.strohalm.cyclos.services.customization.exceptions
Exception thrown when an exception occurred while trying to process an image
ImageException() - Constructor for exception nl.strohalm.cyclos.services.customization.exceptions.ImageException
 
ImageException(String) - Constructor for exception nl.strohalm.cyclos.services.customization.exceptions.ImageException
 
ImageException(Throwable) - Constructor for exception nl.strohalm.cyclos.services.customization.exceptions.ImageException
 
ImageHelper - Class in nl.strohalm.cyclos.utils
Contains helper methods for image manipulation
ImageHelper() - Constructor for class nl.strohalm.cyclos.utils.ImageHelper
 
ImageHelper - Class in nl.strohalm.cyclos.webservices.utils
Contains utility methods to handle custom fields
ImageHelper() - Constructor for class nl.strohalm.cyclos.webservices.utils.ImageHelper
 
ImageHelper.ImageType - Enum in nl.strohalm.cyclos.utils
Contains the known image types
ImageHelper.UnknownImageTypeException - Exception in nl.strohalm.cyclos.utils
Exception thrown when trying to lookup an unknown image type
ImageHelper.UnknownImageTypeException() - Constructor for exception nl.strohalm.cyclos.utils.ImageHelper.UnknownImageTypeException
 
ImageInitialization - Class in nl.strohalm.cyclos.initializations
Initializes the images
ImageInitialization() - Constructor for class nl.strohalm.cyclos.initializations.ImageInitialization
 
imagePath(Image.Nature) - Method in class nl.strohalm.cyclos.utils.WebImageHelper
Return the real path for a given image nature
IMAGES_CACHE_PATH - Static variable in class nl.strohalm.cyclos.servlets.ImageByIdServlet
 
ImageService - Interface in nl.strohalm.cyclos.services.customization
Service interface for customized images (system, advertisement, profile)
ImageServiceImpl - Class in nl.strohalm.cyclos.services.customization
Image service implementation
ImageServiceImpl() - Constructor for class nl.strohalm.cyclos.services.customization.ImageServiceImpl
 
ImageServiceLocal - Interface in nl.strohalm.cyclos.services.customization
Local interface.
ImageServiceSecurity - Class in nl.strohalm.cyclos.services.customization
Security implementation for ImageService
ImageServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.customization.ImageServiceSecurity
 
ImagesTag - Class in nl.strohalm.cyclos.taglibs
Tag used to display and remove images
ImagesTag() - Constructor for class nl.strohalm.cyclos.taglibs.ImagesTag
 
ImageVO - Class in nl.strohalm.cyclos.webservices.model
Image data for web services
ImageVO() - Constructor for class nl.strohalm.cyclos.webservices.model.ImageVO
 
ImportAdCategoriesAction - Class in nl.strohalm.cyclos.controls.ads.categories
Action used to import ad categories from a XML file
ImportAdCategoriesAction() - Constructor for class nl.strohalm.cyclos.controls.ads.categories.ImportAdCategoriesAction
 
ImportAdCategoriesForm - Class in nl.strohalm.cyclos.controls.ads.categories
Form used to import ad categories from a XML file
ImportAdCategoriesForm() - Constructor for class nl.strohalm.cyclos.controls.ads.categories.ImportAdCategoriesForm
 
importAds(AdImport, InputStream) - Method in interface nl.strohalm.cyclos.services.ads.AdImportService
Import Ads from the given stream
importAds(AdImport, InputStream) - Method in class nl.strohalm.cyclos.services.ads.AdImportServiceImpl
 
importAds(AdImport, InputStream) - Method in class nl.strohalm.cyclos.services.ads.AdImportServiceSecurity
 
ImportAdsAction - Class in nl.strohalm.cyclos.controls.ads.imports
Action used to import advertisements
ImportAdsAction() - Constructor for class nl.strohalm.cyclos.controls.ads.imports.ImportAdsAction
 
ImportAdsForm - Class in nl.strohalm.cyclos.controls.ads.imports
Form used to import ads
ImportAdsForm() - Constructor for class nl.strohalm.cyclos.controls.ads.imports.ImportAdsForm
 
ImportedAd - Class in nl.strohalm.cyclos.entities.ads.imports
An imported ad, not yet processed
ImportedAd() - Constructor for class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
ImportedAd.Relationships - Enum in nl.strohalm.cyclos.entities.ads.imports
 
ImportedAd.Status - Enum in nl.strohalm.cyclos.entities.ads.imports
 
ImportedAdCategoriesAction - Class in nl.strohalm.cyclos.controls.ads.imports
Action used to show the new categories
ImportedAdCategoriesAction() - Constructor for class nl.strohalm.cyclos.controls.ads.imports.ImportedAdCategoriesAction
 
ImportedAdCategoriesForm - Class in nl.strohalm.cyclos.controls.ads.imports
Form used to show details for imported ads
ImportedAdCategoriesForm() - Constructor for class nl.strohalm.cyclos.controls.ads.imports.ImportedAdCategoriesForm
 
ImportedAdCategory - Class in nl.strohalm.cyclos.entities.ads.imports
An imported ad category, which was still not processed
ImportedAdCategory() - Constructor for class nl.strohalm.cyclos.entities.ads.imports.ImportedAdCategory
 
ImportedAdCategory.Relationships - Enum in nl.strohalm.cyclos.entities.ads.imports
 
ImportedAdCategoryDAO - Interface in nl.strohalm.cyclos.dao.ads.imports
DAO interface for imported ad categories
ImportedAdCategoryDAOImpl - Class in nl.strohalm.cyclos.dao.ads.imports
 
ImportedAdCategoryDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.ads.imports.ImportedAdCategoryDAOImpl
 
ImportedAdCustomFieldValue - Class in nl.strohalm.cyclos.entities.ads.imports
Holds a custom field value for temporary imported members
ImportedAdCustomFieldValue() - Constructor for class nl.strohalm.cyclos.entities.ads.imports.ImportedAdCustomFieldValue
 
ImportedAdCustomFieldValue.Relationships - Enum in nl.strohalm.cyclos.entities.ads.imports
 
ImportedAdDAO - Interface in nl.strohalm.cyclos.dao.ads.imports
DAO interface for imported ads
ImportedAdDAOImpl - Class in nl.strohalm.cyclos.dao.ads.imports
 
ImportedAdDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.ads.imports.ImportedAdDAOImpl
 
ImportedAdQuery - Class in nl.strohalm.cyclos.entities.ads.imports
Query parameters for imported advertisements
ImportedAdQuery() - Constructor for class nl.strohalm.cyclos.entities.ads.imports.ImportedAdQuery
 
ImportedAdQuery.Status - Enum in nl.strohalm.cyclos.entities.ads.imports
 
ImportedAdsDetailsAction - Class in nl.strohalm.cyclos.controls.ads.imports
Action used to show details for imported ads
ImportedAdsDetailsAction() - Constructor for class nl.strohalm.cyclos.controls.ads.imports.ImportedAdsDetailsAction
 
ImportedAdsDetailsForm - Class in nl.strohalm.cyclos.controls.ads.imports
Form used to show details for imported ads
ImportedAdsDetailsForm() - Constructor for class nl.strohalm.cyclos.controls.ads.imports.ImportedAdsDetailsForm
 
ImportedAdsSummaryAction - Class in nl.strohalm.cyclos.controls.ads.imports
Action used to view the import summary and to confirm the import
ImportedAdsSummaryAction() - Constructor for class nl.strohalm.cyclos.controls.ads.imports.ImportedAdsSummaryAction
 
ImportedAdsSummaryForm - Class in nl.strohalm.cyclos.controls.ads.imports
Form used to view the import summary and to confirm the import
ImportedAdsSummaryForm() - Constructor for class nl.strohalm.cyclos.controls.ads.imports.ImportedAdsSummaryForm
 
ImportedMember - Class in nl.strohalm.cyclos.entities.members.imports
Contains temporary data for an imported member
ImportedMember() - Constructor for class nl.strohalm.cyclos.entities.members.imports.ImportedMember
 
ImportedMember.Relationships - Enum in nl.strohalm.cyclos.entities.members.imports
 
ImportedMember.Status - Enum in nl.strohalm.cyclos.entities.members.imports
 
ImportedMemberDAO - Interface in nl.strohalm.cyclos.dao.members.imports
DAO interface for imported members
ImportedMemberDAOImpl - Class in nl.strohalm.cyclos.dao.members.imports
 
ImportedMemberDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.members.imports.ImportedMemberDAOImpl
 
ImportedMemberQuery - Class in nl.strohalm.cyclos.entities.members.imports
Query parameters for imported members
ImportedMemberQuery() - Constructor for class nl.strohalm.cyclos.entities.members.imports.ImportedMemberQuery
 
ImportedMemberQuery.Status - Enum in nl.strohalm.cyclos.entities.members.imports
 
ImportedMemberRecord - Class in nl.strohalm.cyclos.entities.members.imports
Contains aggregations for member record values on temporary imported members
ImportedMemberRecord() - Constructor for class nl.strohalm.cyclos.entities.members.imports.ImportedMemberRecord
 
ImportedMemberRecord.Relationships - Enum in nl.strohalm.cyclos.entities.members.imports
 
ImportedMemberRecordCustomFieldValue - Class in nl.strohalm.cyclos.entities.members.imports
Holds a custom field value for temporary imported member records
ImportedMemberRecordCustomFieldValue() - Constructor for class nl.strohalm.cyclos.entities.members.imports.ImportedMemberRecordCustomFieldValue
 
ImportedMemberRecordCustomFieldValue.Relationships - Enum in nl.strohalm.cyclos.entities.members.imports
 
ImportedMemberRecordDAO - Interface in nl.strohalm.cyclos.dao.members.imports
DAO interface for imported member records
ImportedMemberRecordDAOImpl - Class in nl.strohalm.cyclos.dao.members.imports
 
ImportedMemberRecordDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.members.imports.ImportedMemberRecordDAOImpl
 
ImportedMembersDetailsAction - Class in nl.strohalm.cyclos.controls.members.imports
Action used to show details for imported members
ImportedMembersDetailsAction() - Constructor for class nl.strohalm.cyclos.controls.members.imports.ImportedMembersDetailsAction
 
ImportedMembersDetailsForm - Class in nl.strohalm.cyclos.controls.members.imports
Form used to show details for imported members
ImportedMembersDetailsForm() - Constructor for class nl.strohalm.cyclos.controls.members.imports.ImportedMembersDetailsForm
 
ImportedMembersSummaryAction - Class in nl.strohalm.cyclos.controls.members.imports
Action used to view the import summary and to confirm the import
ImportedMembersSummaryAction() - Constructor for class nl.strohalm.cyclos.controls.members.imports.ImportedMembersSummaryAction
 
ImportedMembersSummaryForm - Class in nl.strohalm.cyclos.controls.members.imports
Form used to view the import summary and to confirm the import
ImportedMembersSummaryForm() - Constructor for class nl.strohalm.cyclos.controls.members.imports.ImportedMembersSummaryForm
 
importFrom(Map<String, String>) - Method in class nl.strohalm.cyclos.services.settings.BaseSettingsHandler
 
importFrom(Map<String, String>) - Method in interface nl.strohalm.cyclos.services.settings.SettingsHandler
Import settings from a Map of strings, returning the new bean
importFromProperties(Properties, MessageImportType) - Method in interface nl.strohalm.cyclos.services.customization.TranslationMessageService
Store the properties
importFromProperties(Properties, MessageImportType) - Method in class nl.strohalm.cyclos.services.customization.TranslationMessageServiceImpl
 
importFromProperties(Properties, MessageImportType) - Method in class nl.strohalm.cyclos.services.customization.TranslationMessageServiceSecurity
 
importFromXml(String) - Method in interface nl.strohalm.cyclos.services.ads.AdCategoryService
Import categories from the given xml string, creating a new category hierarchy.
importFromXml(String) - Method in class nl.strohalm.cyclos.services.ads.AdCategoryServiceImpl
 
importFromXml(String) - Method in class nl.strohalm.cyclos.services.ads.AdCategoryServiceSecurity
 
importFromXml(String, Collection<Setting.Type>) - Method in interface nl.strohalm.cyclos.services.settings.SettingsService
Import settings from the given xml string.
importFromXml(String, Collection<Setting.Type>) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
importFromXml(String, Collection<Setting.Type>) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceSecurity
Import settings from the given xml string.
importMembers(MemberImport, InputStream) - Method in interface nl.strohalm.cyclos.services.elements.MemberImportService
Import members from the given stream
importMembers(MemberImport, InputStream) - Method in class nl.strohalm.cyclos.services.elements.MemberImportServiceImpl
 
importMembers(MemberImport, InputStream) - Method in class nl.strohalm.cyclos.services.elements.MemberImportServiceSecurity
 
ImportMembersAction - Class in nl.strohalm.cyclos.controls.members.imports
Action used to import members
ImportMembersAction() - Constructor for class nl.strohalm.cyclos.controls.members.imports.ImportMembersAction
 
ImportMembersForm - Class in nl.strohalm.cyclos.controls.members.imports
Form used to import members
ImportMembersForm() - Constructor for class nl.strohalm.cyclos.controls.members.imports.ImportMembersForm
 
importNew(Locale) - Method in interface nl.strohalm.cyclos.dao.settings.SettingDAO
Import new setting from the Setup resource bundle, using the given locale
importNew(Locale) - Method in class nl.strohalm.cyclos.dao.settings.SettingDAOImpl
 
importNew(FileMapping, Reader) - Method in interface nl.strohalm.cyclos.services.accounts.external.ExternalTransferImportService
Imports a new file
importNew(FileMapping, Reader) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferImportServiceImpl
 
importNew(FileMapping, Reader) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferImportServiceSecurity
 
importNew(ExternalTransferImport, TransactionImportDTO) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferServiceImpl
 
importNew(ExternalTransferImport, TransactionImportDTO) - Method in interface nl.strohalm.cyclos.services.accounts.external.ExternalTransferServiceLocal
Imports a transfer, according to the given parameters
importNew(String, InputStream) - Method in class nl.strohalm.cyclos.themes.BaseThemeHandler
 
importNew(String, InputStream) - Method in interface nl.strohalm.cyclos.themes.ThemeHandler
Imports a new theme from the given file.
ImportSettingsAction - Class in nl.strohalm.cyclos.controls.settings
Action used to import settings from a XML file
ImportSettingsAction() - Constructor for class nl.strohalm.cyclos.controls.settings.ImportSettingsAction
 
ImportThemeAction - Class in nl.strohalm.cyclos.controls.customization.themes
 
ImportThemeAction() - Constructor for class nl.strohalm.cyclos.controls.customization.themes.ImportThemeAction
 
ImportThemeForm - Class in nl.strohalm.cyclos.controls.customization.themes
 
ImportThemeForm() - Constructor for class nl.strohalm.cyclos.controls.customization.themes.ImportThemeForm
 
ImportTranslationMessagesAction - Class in nl.strohalm.cyclos.controls.customization.translationMessages
Action used to import messages from a properties file
ImportTranslationMessagesAction() - Constructor for class nl.strohalm.cyclos.controls.customization.translationMessages.ImportTranslationMessagesAction
 
ImportTranslationMessagesForm - Class in nl.strohalm.cyclos.controls.customization.translationMessages
Form used to import messages
ImportTranslationMessagesForm() - Constructor for class nl.strohalm.cyclos.controls.customization.translationMessages.ImportTranslationMessagesForm
 
InactiveMemberException - Exception in nl.strohalm.cyclos.services.access.exceptions
Exception thrown when an inactive member is trying to login
InactiveMemberException(String) - Constructor for exception nl.strohalm.cyclos.services.access.exceptions.InactiveMemberException
 
IncludeCustomizedFileTag - Class in nl.strohalm.cyclos.taglibs
Custom tag used to include a customized file
IncludeCustomizedFileTag() - Constructor for class nl.strohalm.cyclos.taglibs.IncludeCustomizedFileTag
 
includeInKeywordsSearch(String, CustomFieldValue) - Method in class nl.strohalm.cyclos.utils.lucene.DocumentBuilder
Returns whether the given custom field should be indexed as a general keywords search (true by default)
includeInSpecificFiltering(String, CustomFieldValue) - Method in class nl.strohalm.cyclos.utils.lucene.DocumentBuilder
Returns whether the given custom field should be indexed as an specific field filtering (true by default)
includes(Calendar) - Method in class nl.strohalm.cyclos.utils.Period
Checks whether the given date is included in this period.
InconsistentDataDimensionsException - Exception in nl.strohalm.cyclos.services.stats.exceptions
This exception is thrown if in the statistics, the dimensions of the 2 dimensional data array do not match with the length of the columnHeaders or rowHeaders arrays.
InconsistentDataDimensionsException() - Constructor for exception nl.strohalm.cyclos.services.stats.exceptions.InconsistentDataDimensionsException
 
InconsistentDataDimensionsException(String) - Constructor for exception nl.strohalm.cyclos.services.stats.exceptions.InconsistentDataDimensionsException
 
index(Class<? extends Indexable>, Long) - Method in class nl.strohalm.cyclos.utils.lucene.IndexHandler
Adds the given entity to index, or updates it if already on index
Indexable - Interface in nl.strohalm.cyclos.entities
Implemented by indexable entities
IndexAction - Class in nl.strohalm.cyclos.controls.general
Action used to build the frameset
IndexAction() - Constructor for class nl.strohalm.cyclos.controls.general.IndexAction
 
IndexedDAO<E extends Entity & Indexable> - Interface in nl.strohalm.cyclos.dao
DAO interface for DAO's that are indexed for full text searches
IndexedDAOImpl<E extends Entity & Indexable> - Class in nl.strohalm.cyclos.dao
Base implementation for indexed DAOs
IndexedDAOImpl(Class<E>) - Constructor for class nl.strohalm.cyclos.dao.IndexedDAOImpl
 
indexEmail(E) - Method in class nl.strohalm.cyclos.dao.members.ElementDocumentMapper
Determines whether the e-mail will be indexed
indexEmail(Member) - Method in class nl.strohalm.cyclos.dao.members.MemberDocumentMapper
 
indexesExists() - Method in class nl.strohalm.cyclos.utils.lucene.IndexHandler
Returns whether index dir exists
IndexesForm - Class in nl.strohalm.cyclos.controls.admintasks
Form used to perform actions over full-text indexes
IndexesForm() - Constructor for class nl.strohalm.cyclos.controls.admintasks.IndexesForm
 
indexHandler - Variable in class nl.strohalm.cyclos.dao.IndexedDAOImpl
 
IndexHandler - Class in nl.strohalm.cyclos.utils.lucene
Handles configuration and operation of Lucene indexes
IndexHandler() - Constructor for class nl.strohalm.cyclos.utils.lucene.IndexHandler
 
IndexIterator<T extends Entity & Indexable> - Class in nl.strohalm.cyclos.utils.lucene
An iterator over a search index
IndexIterator(Class<T>, Iterator<Integer>, IndexReader, FetchDAO, Relationship...) - Constructor for class nl.strohalm.cyclos.utils.lucene.IndexIterator
 
indexOf(String) - Method in class nl.strohalm.cyclos.setup.VersionHistory
 
indexOf(Object) - Method in class nl.strohalm.cyclos.utils.IteratorListImpl
 
indexOf(String) - Method in class nl.strohalm.cyclos.utils.Navigation
Find a path in the navigation
IndexOperation - Class in nl.strohalm.cyclos.entities
Represents an operation which should be applied to the local lucene indexings
IndexOperation() - Constructor for class nl.strohalm.cyclos.entities.IndexOperation
 
IndexOperation.EntityType - Enum in nl.strohalm.cyclos.entities
The entity over which the operation is applied
IndexOperation.OperationType - Enum in nl.strohalm.cyclos.entities
The type of operation which should be executed
IndexOperationDAO - Interface in nl.strohalm.cyclos.dao
DAO interface for IndexOperation
IndexOperationDAOImpl - Class in nl.strohalm.cyclos.dao
Implementation for IndexOperationDAO
IndexOperationDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.IndexOperationDAOImpl
 
IndexOperationListener - Interface in nl.strohalm.cyclos.utils.lucene
Listener interface for listener operations
IndexOperationRunner - Class in nl.strohalm.cyclos.utils.lucene
Keeps polling the IndexOperation entities and applying them
IndexOperationRunner() - Constructor for class nl.strohalm.cyclos.utils.lucene.IndexOperationRunner
 
IndexStatus - Enum in nl.strohalm.cyclos.entities
Contains the possible statuses for a full-text index
inetAddr() - Method in class nl.strohalm.cyclos.utils.validation.Validator.Property
 
InetAddrValidation - Class in nl.strohalm.cyclos.utils.validation
Validates an internet address, either a host name or IP address
INFO_TEXT_EMPTY_PROPERTY - Static variable in interface nl.strohalm.cyclos.services.infotexts.InfoTextServiceLocal
 
INFO_TEXT_NOT_MATCH_PROPERTY - Static variable in interface nl.strohalm.cyclos.services.infotexts.InfoTextServiceLocal
 
InfoText - Class in nl.strohalm.cyclos.entities.infotexts
 
InfoText() - Constructor for class nl.strohalm.cyclos.entities.infotexts.InfoText
 
InfoTextDAO - Interface in nl.strohalm.cyclos.dao.infotexts
 
InfoTextDAOImpl - Class in nl.strohalm.cyclos.dao.infotexts
 
InfoTextDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.infotexts.InfoTextDAOImpl
 
InfoTextHelper - Class in nl.strohalm.cyclos.webservices.utils
Contains utility methods to handle custom fields
InfoTextHelper() - Constructor for class nl.strohalm.cyclos.webservices.utils.InfoTextHelper
 
InfoTextQuery - Class in nl.strohalm.cyclos.entities.infotexts
 
InfoTextQuery() - Constructor for class nl.strohalm.cyclos.entities.infotexts.InfoTextQuery
 
InfoTextResultPage - Class in nl.strohalm.cyclos.webservices.infotexts
Page results for info texts
InfoTextResultPage() - Constructor for class nl.strohalm.cyclos.webservices.infotexts.InfoTextResultPage
 
InfoTextResultPage(int, int, List<InfoTextVO>) - Constructor for class nl.strohalm.cyclos.webservices.infotexts.InfoTextResultPage
 
InfoTextSearchParameters - Class in nl.strohalm.cyclos.webservices.infotexts
Parameters for info text searches via web services
InfoTextSearchParameters() - Constructor for class nl.strohalm.cyclos.webservices.infotexts.InfoTextSearchParameters
 
InfoTextService - Interface in nl.strohalm.cyclos.services.infotexts
 
InfoTextServiceImpl - Class in nl.strohalm.cyclos.services.infotexts
 
InfoTextServiceImpl() - Constructor for class nl.strohalm.cyclos.services.infotexts.InfoTextServiceImpl
 
InfoTextServiceLocal - Interface in nl.strohalm.cyclos.services.infotexts
Local interface.
InfoTextServiceSecurity - Class in nl.strohalm.cyclos.services.infotexts
 
InfoTextServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.infotexts.InfoTextServiceSecurity
 
InfoTextVO - Class in nl.strohalm.cyclos.webservices.model
Info text data for web services
InfoTextVO() - Constructor for class nl.strohalm.cyclos.webservices.model.InfoTextVO
 
InfoTextWebService - Interface in nl.strohalm.cyclos.webservices.infotexts
Web service interface for info texts
InfoTextWebServiceImpl - Class in nl.strohalm.cyclos.webservices.infotexts
Implementation for info text web service
InfoTextWebServiceImpl() - Constructor for class nl.strohalm.cyclos.webservices.infotexts.InfoTextWebServiceImpl
 
init(FilterConfig) - Method in class nl.strohalm.cyclos.http.BaseFilter
 
init(FilterConfig) - Method in class nl.strohalm.cyclos.http.LoggedUserFilter
 
init(FilterConfig) - Method in class nl.strohalm.cyclos.http.OncePerRequestFilter
 
init(FilterConfig) - Method in class nl.strohalm.cyclos.http.SanitizerFilter
 
init() - Method in class nl.strohalm.cyclos.servlets.CaptchaServlet
 
init(ServletConfig) - Method in class nl.strohalm.cyclos.servlets.ImageByIdServlet
 
init(ServletConfig) - Method in class nl.strohalm.cyclos.servlets.ImageByNameServlet
 
init(ActionServlet, ModuleConfig) - Method in class nl.strohalm.cyclos.struts.CyclosRequestProcessor
 
init(ActionServlet, ModuleConfig) - Method in class nl.strohalm.cyclos.struts.CyclosSecurePlugIn
 
init(Map<String, Object>) - Static method in class nl.strohalm.cyclos.utils.access.LoggedUser
Initializes.
init(Pos, String, Map<String, Object>) - Static method in class nl.strohalm.cyclos.utils.access.LoggedUser
Initializes as a Pos web service
init(ServiceClient, String, Map<String, Object>) - Static method in class nl.strohalm.cyclos.utils.access.LoggedUser
Initializes as a ServiceClient web service
init(User) - Static method in class nl.strohalm.cyclos.utils.access.LoggedUser
Initializes.
init(User, String) - Static method in class nl.strohalm.cyclos.utils.access.LoggedUser
Initializes.
init(User, String, Map<String, Object>) - Static method in class nl.strohalm.cyclos.utils.access.LoggedUser
Initializes.
init() - Method in class nl.strohalm.cyclos.utils.cache.ehcache.HazelcastCacheManagerPeerProvider
 
init() - Method in class nl.strohalm.cyclos.utils.LinkGeneratorImpl
 
initBinder(BeanBinder<T>) - Method in class nl.strohalm.cyclos.controls.members.references.BaseEditReferenceAction
 
initDataBinder(BeanBinder<? extends LoanPaymentDTO>) - Method in class nl.strohalm.cyclos.controls.loans.DiscardLoanAction
 
initDataBinder(BeanBinder<? extends LoanPaymentDTO>) - Method in class nl.strohalm.cyclos.controls.loans.LoanDetailsAction
 
initDataBinder(BeanBinder<? extends LoanPaymentDTO>) - Method in class nl.strohalm.cyclos.controls.loans.RepayLoanAction
 
initDataBinder() - Method in class nl.strohalm.cyclos.controls.payments.BasePaymentAction
 
initDataBinder() - Method in class nl.strohalm.cyclos.controls.payments.PaymentAction
 
initDataBinder() - Method in class nl.strohalm.cyclos.controls.posweb.ReceivePaymentAction
 
initDataBinder(LocalSettings) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsAction
each subclass is forced to bind datafields via this method
initDataBinder(LocalSettings) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsActivityAction
 
initDataBinder(LocalSettings) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsFinancesAction
 
initDataBinder(LocalSettings) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsKeyDevelopmentsAction
 
initDataBinder(LocalSettings) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsTaxesAction
 
initDataBinderForRead(ActionContext) - Method in class nl.strohalm.cyclos.controls.elements.ProfileAction
 
initDataBinderForRead(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.MemberProfileAction
 
initDataBinderForRead(ActionContext) - Method in class nl.strohalm.cyclos.controls.operators.OperatorProfileAction
 
initDataBinderForWrite(ActionContext) - Method in class nl.strohalm.cyclos.controls.admins.AdminProfileAction
 
initDataBinderForWrite(ActionContext) - Method in class nl.strohalm.cyclos.controls.elements.ProfileAction
 
initDataBinderForWrite(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.MemberProfileAction
 
initDataBinderForWrite(ActionContext) - Method in class nl.strohalm.cyclos.controls.operators.OperatorProfileAction
 
InitializableRateParameters - Class in nl.strohalm.cyclos.entities.accounts
Parent class for ARateParameters and DRateParameters classes.
InitializableRateParameters() - Constructor for class nl.strohalm.cyclos.entities.accounts.InitializableRateParameters
 
InitializationParameters - Class in nl.strohalm.cyclos.webservices.pos
This class encapsulates all the parameters of the getInitializationData WS operation.
InitializationParameters() - Constructor for class nl.strohalm.cyclos.webservices.pos.InitializationParameters
 
initialize() - Method in class nl.strohalm.cyclos.initializations.CustomizedFileInitialization
 
initialize() - Method in class nl.strohalm.cyclos.initializations.DocumentInitialization
 
initialize() - Method in class nl.strohalm.cyclos.initializations.ImageInitialization
 
initialize() - Method in interface nl.strohalm.cyclos.initializations.LocalInitialization
 
initialize() - Method in interface nl.strohalm.cyclos.initializations.LocalWebInitialization
 
initialize() - Method in class nl.strohalm.cyclos.initializations.StrutsInitialization
 
initialize() - Method in interface nl.strohalm.cyclos.services.application.ApplicationService
Notifies the application initialization
initialize() - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
initialize() - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceSecurity
 
initialize(LocalSettings) - Method in class nl.strohalm.cyclos.struts.CyclosControllerConfig
 
initialize() - Method in class nl.strohalm.cyclos.struts.CyclosMessageResources
Creates and initializes an instance for the given servlet context
initialize(Object) - Method in class nl.strohalm.cyclos.utils.hibernate.HibernateQueryHandler
Initialize an entity or collection
initializeContext(Pos, SoapMessage) - Static method in class nl.strohalm.cyclos.webservices.utils.WebServiceHelper
Initialize the POS Web Service Context.
initializeContext(ServiceClient, SoapMessage) - Static method in class nl.strohalm.cyclos.webservices.utils.WebServiceHelper
Initialize the Web Service Context for all WS using Services Clients.
initializeContext(SoapMessage) - Static method in class nl.strohalm.cyclos.webservices.utils.WebServiceHelper
Initialize the context with a minimal information.
initializeProperty(Object, String) - Method in class nl.strohalm.cyclos.utils.hibernate.HibernateQueryHandler
Initializes a lazy property
initializeService() - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
initializeService() - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceImpl
 
initializeService() - Method in class nl.strohalm.cyclos.services.accounts.cards.CardServiceImpl
 
initializeService() - Method in class nl.strohalm.cyclos.services.accounts.guarantees.CertificationServiceImpl
 
initializeService() - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
initializeService() - Method in class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceImpl
 
initializeService() - Method in class nl.strohalm.cyclos.services.customization.ImageServiceImpl
 
initializeService() - Method in class nl.strohalm.cyclos.services.customization.TranslationMessageServiceImpl
 
initializeService() - Method in class nl.strohalm.cyclos.services.elements.BrokeringServiceImpl
 
initializeService() - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
initializeService() - Method in class nl.strohalm.cyclos.services.elements.MessageServiceImpl
 
initializeService() - Method in interface nl.strohalm.cyclos.services.InitializingService
Invoked when the application starts
initializeService() - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
initializeService() - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
initializeService() - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceImpl
 
initializeService() - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceImpl
 
initializeTransfer(TransferAuthorizationDTO) - Method in class nl.strohalm.cyclos.controls.payments.authorization.BaseTransferAuthorizationAction
 
InitializingService - Interface in nl.strohalm.cyclos.services
Interface implemented by services which are initialized when the application starts
Inject - Annotation Type in nl.strohalm.cyclos.annotations
Annotation used to inject spring beans into actions
injectBeans(BeanFactory, Object) - Static method in class nl.strohalm.cyclos.utils.SpringHelper
Injects beans on setters using the Inject annotation
injectBeans(ServletContext, Object) - Static method in class nl.strohalm.cyclos.utils.SpringHelper
Injects beans on setters using the Inject annotation
inRange(int) - Method in class nl.strohalm.cyclos.utils.RangeConstraint
Check if the given number is in range
insert(T, boolean) - Method in class nl.strohalm.cyclos.dao.accounts.AccountDAOImpl
 
insert(T) - Method in class nl.strohalm.cyclos.dao.BaseDAOImpl
 
insert(T, boolean) - Method in class nl.strohalm.cyclos.dao.BaseDAOImpl
 
insert(T) - Method in interface nl.strohalm.cyclos.dao.InsertableDAO
Persists the new entity in the persistence layer, flushing the changes to the database.
insert(T, boolean) - Method in interface nl.strohalm.cyclos.dao.InsertableDAO
Persists the new entity in the persistence layer, optionally flushing the changes to the database.
insert(Throwable, String, Map<String, ?>) - Method in interface nl.strohalm.cyclos.services.alerts.ErrorLogService
Insert a new error log asynchronously
insert(Throwable, String, Map<String, ?>) - Method in class nl.strohalm.cyclos.services.alerts.ErrorLogServiceImpl
 
insert(Throwable, String, Map<String, ?>) - Method in class nl.strohalm.cyclos.services.alerts.ErrorLogServiceSecurity
 
insert(MemberRecord) - Method in interface nl.strohalm.cyclos.services.elements.MemberRecordService
Inserts the given member record
insert(MemberRecord) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordServiceImpl
 
insert(MemberRecord) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordServiceSecurity
 
insert(G, G) - Method in interface nl.strohalm.cyclos.services.groups.GroupService
Inserts the specified group
insert(G, G) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
insert(G, G) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceSecurity
 
insert(GrantLoanDTO) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceImpl
 
insert(GrantLoanDTO) - Method in interface nl.strohalm.cyclos.services.transactions.LoanServiceLocal
Inserts a loan in the current database transaction
InsertableDAO<E extends Entity> - Interface in nl.strohalm.cyclos.dao
DAO interface for DAO's that can perform inserts on their entities
insertAccountSettings(MemberGroupAccountSettings) - Method in interface nl.strohalm.cyclos.services.groups.GroupService
Inserts an instance of group settings
insertAccountSettings(MemberGroupAccountSettings) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
insertAccountSettings(MemberGroupAccountSettings) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceSecurity
 
insertAfterCreditLimitBulkUpdate(MemberAccountType, MemberGroup) - Method in interface nl.strohalm.cyclos.dao.accounts.AccountLimitLogDAO
appends the credit limit log with inserts after a bulk update on accountType for credit limits
insertAfterCreditLimitBulkUpdate(MemberAccountType, MemberGroup) - Method in class nl.strohalm.cyclos.dao.accounts.AccountLimitLogDAOImpl
 
insertMember(Member, boolean, boolean) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
insertMember(Member, boolean, boolean) - Method in interface nl.strohalm.cyclos.services.elements.ElementServiceLocal
Creates a member, through internal procedures (like imports)
insertWithNotification(TransferDTO) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
insertWithNotification(TransferDTO) - Method in interface nl.strohalm.cyclos.services.transactions.PaymentServiceLocal
Inserts a payment, notifying users.
insertWithoutNotification(TransferDTO) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
insertWithoutNotification(TransferDTO) - Method in interface nl.strohalm.cyclos.services.transactions.PaymentServiceLocal
Inserts a payment, without notifying users.
InstallmentAmountReservation - Class in nl.strohalm.cyclos.entities.accounts
A returned amount reservation by an installment of a scheduled payment which reserved the whole amount
InstallmentAmountReservation() - Constructor for class nl.strohalm.cyclos.entities.accounts.InstallmentAmountReservation
 
instance() - Static method in class nl.strohalm.cyclos.entities.accounts.SystemAccountOwner
 
instance() - Static method in class nl.strohalm.cyclos.struts.access.policies.AccountOverviewActionPolicy
 
instance() - Static method in class nl.strohalm.cyclos.struts.access.policies.ActivitiesActionPolicy
 
instance() - Static method in class nl.strohalm.cyclos.struts.access.policies.ListBrokerCommissionContractsActionPolicy
 
instance() - Static method in class nl.strohalm.cyclos.struts.access.policies.ListContactsActionPolicy
 
instance() - Static method in class nl.strohalm.cyclos.struts.access.policies.ManagePasswordsActionPolicy
 
instance() - Static method in class nl.strohalm.cyclos.struts.access.policies.MemberAdsActionPolicy
 
instance() - Static method in class nl.strohalm.cyclos.struts.access.policies.MemberLoanGroupsActionPolicy
 
instance() - Static method in class nl.strohalm.cyclos.struts.access.policies.MemberPosActionPolicy
 
instance() - Static method in class nl.strohalm.cyclos.struts.access.policies.MemberReferencesActionPolicy
 
instance() - Static method in class nl.strohalm.cyclos.struts.access.policies.PaymentActionPolicy
 
instance() - Static method in class nl.strohalm.cyclos.struts.access.policies.SendInvoiceActionPolicy
 
instance() - Static method in class nl.strohalm.cyclos.struts.access.policies.SendMessageActionPolicy
 
instance() - Static method in class nl.strohalm.cyclos.struts.access.policies.utils.AllGrantedActionPolicy
 
instance(Class<T>) - Static method in class nl.strohalm.cyclos.utils.binding.BeanBinder
 
instance(Class<T>, String) - Static method in class nl.strohalm.cyclos.utils.binding.BeanBinder
 
instance(BeanBinder<T>) - Static method in class nl.strohalm.cyclos.utils.binding.BeanCollectionBinder
 
instance(BeanBinder<T>, Class<?>) - Static method in class nl.strohalm.cyclos.utils.binding.BeanCollectionBinder
 
instance(BeanBinder<T>, Class<?>, String) - Static method in class nl.strohalm.cyclos.utils.binding.BeanCollectionBinder
 
instance(BeanBinder<T>, String) - Static method in class nl.strohalm.cyclos.utils.binding.BeanCollectionBinder
 
instance(DataBinder<K>, DataBinder<V>) - Static method in class nl.strohalm.cyclos.utils.binding.MapBinder
 
instance(DataBinder<K>, DataBinder<V>, String) - Static method in class nl.strohalm.cyclos.utils.binding.MapBinder
 
instance(Class<T>, String) - Static method in class nl.strohalm.cyclos.utils.binding.PropertyBinder
 
instance(Class<T>, String, Converter<T>) - Static method in class nl.strohalm.cyclos.utils.binding.PropertyBinder
 
instance(Class<T>) - Static method in class nl.strohalm.cyclos.utils.binding.SimpleCollectionBinder
 
instance(Class<T>, Class<?>) - Static method in class nl.strohalm.cyclos.utils.binding.SimpleCollectionBinder
 
instance(Class<T>, Class<?>, Converter<T>) - Static method in class nl.strohalm.cyclos.utils.binding.SimpleCollectionBinder
 
instance(Class<T>, Class<?>, String) - Static method in class nl.strohalm.cyclos.utils.binding.SimpleCollectionBinder
 
instance(Class<T>, Class<?>, String, Converter<T>) - Static method in class nl.strohalm.cyclos.utils.binding.SimpleCollectionBinder
 
instance(Class<T>, Converter<T>) - Static method in class nl.strohalm.cyclos.utils.binding.SimpleCollectionBinder
 
instance(Class<T>, String) - Static method in class nl.strohalm.cyclos.utils.binding.SimpleCollectionBinder
 
instance(Class<T>, String, Converter<T>) - Static method in class nl.strohalm.cyclos.utils.binding.SimpleCollectionBinder
 
instance() - Static method in class nl.strohalm.cyclos.utils.conversion.AccountOwnerConverter
 
instance(Class<T>) - Static method in class nl.strohalm.cyclos.utils.conversion.CoercionConverter
 
instance() - Static method in class nl.strohalm.cyclos.utils.conversion.CollectionCountConverter
 
instance() - Static method in class nl.strohalm.cyclos.utils.conversion.HtmlConverter
 
instance(boolean) - Static method in class nl.strohalm.cyclos.utils.conversion.HtmlConverter
 
instance() - Static method in class nl.strohalm.cyclos.utils.conversion.IdConverter
 
instance() - Static method in class nl.strohalm.cyclos.utils.conversion.LocaleConverter
 
instance() - Static method in class nl.strohalm.cyclos.utils.conversion.PermissionConverter
 
instance(Class<T>) - Static method in class nl.strohalm.cyclos.utils.conversion.ReferenceConverter
 
instance() - Static method in class nl.strohalm.cyclos.utils.conversion.StringTrimmerConverter
 
instance(String) - Static method in class nl.strohalm.cyclos.utils.conversion.StringTrimmerConverter
 
instance() - Static method in class nl.strohalm.cyclos.utils.conversion.TimeZoneConverter
 
instance(Class<E>, LocalSettings) - Static method in class nl.strohalm.cyclos.utils.csv.CSVReader
Creates a new instance
instance(Class<E>, LocalSettings) - Static method in class nl.strohalm.cyclos.utils.csv.CSVWriter
Creates a new instance
instance() - Static method in class nl.strohalm.cyclos.utils.validation.CardFormatValidation
 
instance() - Static method in class nl.strohalm.cyclos.utils.validation.EmailValidation
 
INSTANCE - Static variable in class nl.strohalm.cyclos.utils.validation.EmptyValidation
 
instance() - Static method in class nl.strohalm.cyclos.utils.validation.EmptyValidation
 
instance() - Static method in class nl.strohalm.cyclos.utils.validation.InetAddrValidation
 
instance() - Static method in class nl.strohalm.cyclos.utils.validation.NumericValidation
 
instance() - Static method in class nl.strohalm.cyclos.utils.validation.PositiveNonZeroValidation
 
instance() - Static method in class nl.strohalm.cyclos.utils.validation.PositiveValidation
 
INSTANCE - Static variable in class nl.strohalm.cyclos.utils.validation.RequiredValidation
 
instance() - Static method in class nl.strohalm.cyclos.utils.validation.RequiredValidation
 
instance() - Static method in class nl.strohalm.cyclos.utils.validation.URLValidation
 
InstanceHandler - Interface in nl.strohalm.cyclos.utils.instance
Handler for Cyclos instances
instanceOf(Class<?>) - Method in class nl.strohalm.cyclos.utils.validation.Validator.Property
 
InstanceOfValidation - Class in nl.strohalm.cyclos.utils.validation
A validation for a property which should be a class name assignable to the given class
InstanceOfValidation(Class<?>) - Constructor for class nl.strohalm.cyclos.utils.validation.InstanceOfValidation
 
instantiate(Class<T>) - Static method in class nl.strohalm.cyclos.utils.ClassHelper
Create an instance of the class.
InternetAddressHelper - Class in nl.strohalm.cyclos.utils
Helper methods for internet addresses
InternetAddressHelper() - Constructor for class nl.strohalm.cyclos.utils.InternetAddressHelper
 
InternetAddressHelper.AddressType - Enum in nl.strohalm.cyclos.utils
The possible types for an internet address
interrupt() - Method in class nl.strohalm.cyclos.utils.WorkerThreads
Interrupts all threads
intPower(BigDecimal, long, int) - Static method in class nl.strohalm.cyclos.utils.BigDecimalHelper
Compute x^exponent to a given scale.
intRoot(BigDecimal, long, int) - Static method in class nl.strohalm.cyclos.utils.BigDecimalHelper
Compute the integral root of x to a given scale, x >= 0.
intValue() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalNumber
gets the intValue of value
IntValuedEnum - Interface in nl.strohalm.cyclos.utils
Enums with an associated int value
IntValuedEnumType<EnumType> - Class in nl.strohalm.cyclos.utils.hibernate
A Hibernate custom type to store enums with a int value
IntValuedEnumType() - Constructor for class nl.strohalm.cyclos.utils.hibernate.IntValuedEnumType
 
INVALID_DIMENSION - Static variable in exception nl.strohalm.cyclos.services.customization.exceptions.ImageException
 
invalidateCache() - Method in interface nl.strohalm.cyclos.services.transactions.PaymentRequestHandler
Invalidate any cached resource
invalidateCache() - Method in class nl.strohalm.cyclos.utils.paymentrequest.PaymentRequestHandlerImpl
 
invalidateCountersCache() - Method in class nl.strohalm.cyclos.services.ads.AdServiceImpl
 
invalidateCountersCache() - Method in interface nl.strohalm.cyclos.services.ads.AdServiceLocal
Invalidates the cache for ad category counters
InvalidCardException - Exception in nl.strohalm.cyclos.services.access.exceptions
The given card is invalid
InvalidCardException() - Constructor for exception nl.strohalm.cyclos.services.access.exceptions.InvalidCardException
 
InvalidChannelException - Exception in nl.strohalm.cyclos.services.transactions.exceptions
Exception thrown when a member is invalid for a given operation
InvalidChannelException(String, String) - Constructor for exception nl.strohalm.cyclos.services.transactions.exceptions.InvalidChannelException
 
InvalidCredentialsException - Exception in nl.strohalm.cyclos.services.access.exceptions
The given credentials are invalid
InvalidCredentialsException() - Constructor for exception nl.strohalm.cyclos.services.access.exceptions.InvalidCredentialsException
 
InvalidCredentialsException(Channel.Credentials, User) - Constructor for exception nl.strohalm.cyclos.services.access.exceptions.InvalidCredentialsException
 
InvalidCustomFileMappingClassException - Exception in nl.strohalm.cyclos.entities.accounts.external.filemapping.exceptions
An exception thrown when the class set for file mapping was not found
InvalidCustomFileMappingClassException() - Constructor for exception nl.strohalm.cyclos.entities.accounts.external.filemapping.exceptions.InvalidCustomFileMappingClassException
 
InvalidError - Class in nl.strohalm.cyclos.utils.validation
Error for invalid data
InvalidError() - Constructor for class nl.strohalm.cyclos.utils.validation.InvalidError
 
InvalidGroupTypeException - Exception in nl.strohalm.cyclos.services.elements.exceptions
 
InvalidGroupTypeException() - Constructor for exception nl.strohalm.cyclos.services.elements.exceptions.InvalidGroupTypeException
 
InvalidLoanPaymentAmountException - Exception in nl.strohalm.cyclos.services.transactions.exceptions
Exception thrown when there is an error in teh total amount of the loan payments
InvalidLoanPaymentAmountException() - Constructor for exception nl.strohalm.cyclos.services.transactions.exceptions.InvalidLoanPaymentAmountException
 
InvalidUserForChannelException - Exception in nl.strohalm.cyclos.services.access.exceptions
Exception thrown when an user is trying to access a channel that he/she can't access
InvalidUserForChannelException(String) - Constructor for exception nl.strohalm.cyclos.services.access.exceptions.InvalidUserForChannelException
 
InvalidUserForMobileException - Exception in nl.strohalm.cyclos.controls.mobile.exceptions
Exception thrown when an invalid user is trying to access the mobile service
InvalidUserForMobileException() - Constructor for exception nl.strohalm.cyclos.controls.mobile.exceptions.InvalidUserForMobileException
 
invert() - Method in enum nl.strohalm.cyclos.entities.members.messages.Message.Direction
 
InviteAction - Class in nl.strohalm.cyclos.controls.general
Action used to invite a person to join cyclos
InviteAction() - Constructor for class nl.strohalm.cyclos.controls.general.InviteAction
 
InviteForm - Class in nl.strohalm.cyclos.controls.general
Form for invite person
InviteForm() - Constructor for class nl.strohalm.cyclos.controls.general.InviteForm
 
invitePerson(String) - Method in interface nl.strohalm.cyclos.services.elements.ElementService
Sends an invitational e-mail to some person.
invitePerson(String) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
invitePerson(String) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceSecurity
 
Invoice - Class in nl.strohalm.cyclos.entities.accounts.transactions
An invoice sent to a member or to the system
Invoice() - Constructor for class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
Invoice.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.transactions
 
Invoice.Status - Enum in nl.strohalm.cyclos.entities.accounts.transactions
 
InvoiceAlertScheduledTask - Class in nl.strohalm.cyclos.scheduling.tasks
Scheduled task used to alert expired system invoices
InvoiceAlertScheduledTask() - Constructor for class nl.strohalm.cyclos.scheduling.tasks.InvoiceAlertScheduledTask
 
InvoiceDAO - Interface in nl.strohalm.cyclos.dao.accounts.transactions
Data access object interface for invoices
InvoiceDAOImpl - Class in nl.strohalm.cyclos.dao.accounts.transactions
Implementation class for invoice DAO
InvoiceDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.transactions.InvoiceDAOImpl
 
InvoiceDetailsAction - Class in nl.strohalm.cyclos.controls.invoices
Action used to show an invoice details
InvoiceDetailsAction() - Constructor for class nl.strohalm.cyclos.controls.invoices.InvoiceDetailsAction
 
InvoiceDetailsForm - Class in nl.strohalm.cyclos.controls.invoices
Form used to view details of an invoice
InvoiceDetailsForm() - Constructor for class nl.strohalm.cyclos.controls.invoices.InvoiceDetailsForm
 
InvoiceExpirationScheduledTask - Class in nl.strohalm.cyclos.scheduling.tasks
Scheduled task used to expire invoices with expired scheduled payments
InvoiceExpirationScheduledTask() - Constructor for class nl.strohalm.cyclos.scheduling.tasks.InvoiceExpirationScheduledTask
 
InvoicePayment - Class in nl.strohalm.cyclos.entities.accounts.transactions
Represents a scheduled payment for invoice
InvoicePayment() - Constructor for class nl.strohalm.cyclos.entities.accounts.transactions.InvoicePayment
 
InvoicePayment.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.transactions
 
InvoicePaymentDAO - Interface in nl.strohalm.cyclos.dao.accounts.transactions
Data access object interface for invoice payments
InvoicePaymentDAOImpl - Class in nl.strohalm.cyclos.dao.accounts.transactions
Implementation for InvoicePaymentDAO
InvoicePaymentDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.transactions.InvoicePaymentDAOImpl
 
InvoiceQuery - Class in nl.strohalm.cyclos.entities.accounts.transactions
Parameters for invoice searches
InvoiceQuery() - Constructor for class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceQuery
 
InvoiceQuery.Direction - Enum in nl.strohalm.cyclos.entities.accounts.transactions
 
InvoiceService - Interface in nl.strohalm.cyclos.services.transactions
Service interface for invoices (to member/broker and to system)
InvoiceServiceImpl - Class in nl.strohalm.cyclos.services.transactions
Invoice service implementation
InvoiceServiceImpl() - Constructor for class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
InvoiceServiceLocal - Interface in nl.strohalm.cyclos.services.transactions
Local interface.
InvoiceServiceSecurity - Class in nl.strohalm.cyclos.services.transactions
Security implementation for InvoiceService
InvoiceServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.transactions.InvoiceServiceSecurity
 
InvoiceSummaryDTO - Class in nl.strohalm.cyclos.entities.accounts.transactions
 
InvoiceSummaryDTO() - Constructor for class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceSummaryDTO
 
InvoiceSummaryType - Enum in nl.strohalm.cyclos.entities.reports
 
invoke(Object, Method, Object[]) - Method in class nl.strohalm.cyclos.spring.ServiceSecurityProxyInvocationHandler
 
IPosPinParameter - Interface in nl.strohalm.cyclos.webservices.pos
Interface implemented by those parameter objects that has a pin and the CXF Interceptor must check it before invoke the corresponding operation
IRateParameters - Class in nl.strohalm.cyclos.entities.accounts
Parameters for configuration of the I-rate.
IRateParameters() - Constructor for class nl.strohalm.cyclos.entities.accounts.IRateParameters
 
IRateParametersDAO - Interface in nl.strohalm.cyclos.dao.accounts
DAO interface for I-Rate parameters
IRateParametersDAOImpl - Class in nl.strohalm.cyclos.dao.accounts
Implementation for IRateParametersDAO
IRateParametersDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.IRateParametersDAOImpl
 
isAcceptFreeMailing() - Method in class nl.strohalm.cyclos.controls.members.preferences.NotificationPreferenceForm
 
isAcceptFreeMailing() - Method in class nl.strohalm.cyclos.entities.sms.MemberSmsStatus
 
isAcceptPaidMailing() - Method in class nl.strohalm.cyclos.controls.members.preferences.NotificationPreferenceForm
 
isAcceptPaidMailing() - Method in class nl.strohalm.cyclos.entities.sms.MemberSmsStatus
 
isAccountFeeEnabled() - Method in interface nl.strohalm.cyclos.utils.logging.LoggingHandler
Returns whether the account fee log is enabled
isAccountFeeEnabled() - Method in class nl.strohalm.cyclos.utils.logging.LoggingHandlerImpl
Returns if at least LogSettings.AccountFeeLevel.ERRORS level is enabled
isAccountInformation() - Method in class nl.strohalm.cyclos.services.elements.QuickAccessVO
 
isAccountsBalances() - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
isAccountsCredits() - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
isAccountsInformation() - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
isAccountsUpperCredits() - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
isActive() - Method in enum nl.strohalm.cyclos.entities.ads.Ad.Status
 
isActive() - Method in class nl.strohalm.cyclos.entities.ads.AdCategory
tests if the category is disabled or not.
isActive() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
isActive() - Method in class nl.strohalm.cyclos.entities.infotexts.InfoText
 
isActive() - Method in class nl.strohalm.cyclos.entities.members.Element
Determine whether this element is active or not
isActive() - Method in class nl.strohalm.cyclos.entities.members.Member
 
isActiveAds() - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
isActuallyFromSystem() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
When the amount is negative (i.e. chargeback), returns whether the to account is a system account
isActuallyToSystem() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
When the amount is negative (i.e. chargeback), returns whether the from account is a system account
isAdmin() - Method in class nl.strohalm.cyclos.controls.AbstractActionContext
Returns whether the logged user is an administrator
isAdministrator() - Static method in class nl.strohalm.cyclos.utils.access.LoggedUser
Returns if the logged user is an administrator
isAds() - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
isAds() - Method in class nl.strohalm.cyclos.services.reports.CurrentStateReportParameters
 
isAdvanced() - Method in class nl.strohalm.cyclos.controls.accounts.details.AccountHistoryForm
 
isAdvanced() - Method in class nl.strohalm.cyclos.controls.ads.SearchAdsForm
 
isAdvanced() - Method in class nl.strohalm.cyclos.controls.invoices.SearchInvoicesForm
 
isAdvanced() - Method in class nl.strohalm.cyclos.controls.members.messages.SearchMessagesForm
 
isAdvanced() - Method in class nl.strohalm.cyclos.controls.payments.conversionsimulation.SimulateConversionForm
 
isAjax(HttpServletRequest) - Static method in class nl.strohalm.cyclos.utils.RequestHelper
Checks whether the given request is for AJAX
isAll() - Method in class nl.strohalm.cyclos.entities.customization.files.CustomizedFileQuery
 
isAllBrokerGroups() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.BrokerCommission
 
isAllowAnyAccount() - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.EditTransactionFeeForm
 
isAllowAnyAccount() - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.ListGeneratedTypesAjaxForm
 
isAllowBlockScheduledPayments() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
isAllowCancelScheduledPayments() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
isAllowChargingSms() - Method in class nl.strohalm.cyclos.controls.members.preferences.NotificationPreferenceForm
 
isAllowChargingSms() - Method in class nl.strohalm.cyclos.entities.sms.MemberSmsStatus
 
isAllowed(String) - Method in class nl.strohalm.cyclos.utils.WhitelistValidator
Check if the given address is allowed on the whitelist
isAllowed(String, String) - Method in class nl.strohalm.cyclos.utils.WhitelistValidator
Check if the given request is allowed on the whitelist
isAllowGeneration() - Method in class nl.strohalm.cyclos.services.elements.ResetTransactionPasswordDTO
 
isAllowMakePayment() - Method in class nl.strohalm.cyclos.entities.accounts.pos.MemberPos
 
isAllowMakePayment() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
isAllowMakePayment() - Method in class nl.strohalm.cyclos.webservices.model.PosInitializationVO
 
isAllowMultipleLogins() - Method in class nl.strohalm.cyclos.entities.settings.AccessSettings
 
isAllowOperatorLogin() - Method in class nl.strohalm.cyclos.entities.settings.AccessSettings
 
isAllowSmsNotification() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
isAllowsMultipleScheduledPayments() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
isAllowsScheduledPayments() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
isAllowsScheduledPayments() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
isAlreadyCharged() - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokeringCommissionStatusQuery
 
isAlreadySearched() - Method in class nl.strohalm.cyclos.controls.ads.SearchAdsForm
 
isAny() - Method in class nl.strohalm.cyclos.services.accounts.rates.WhatRate
 
isAnyFileRelatedToLoginPage(Collection<CustomizedFile>) - Method in class nl.strohalm.cyclos.utils.CustomizationHelper
Checks whether any of the the given files is related to the login page
isAnyRateEnabled(Currency, Calendar) - Method in interface nl.strohalm.cyclos.services.accounts.rates.RateService
checks if any of the rates is enabled on the given date.
isAnyRateEnabled(Account, Calendar) - Method in class nl.strohalm.cyclos.services.accounts.rates.RateServiceImplMock
 
isAnyRateEnabled(Currency, Calendar) - Method in class nl.strohalm.cyclos.services.accounts.rates.RateServiceImplMock
 
isAnyRateEnabled(Account, Calendar) - Method in interface nl.strohalm.cyclos.services.accounts.rates.RateServiceLocal
checks if any of the rates is enabled on the given date.
isAnyRateEnabled(Currency, Calendar) - Method in class nl.strohalm.cyclos.services.accounts.rates.RateServiceSecurityMock
 
isApplicationErrors() - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreference
 
isApplicationErrors() - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreferenceQuery
 
isApplied(boolean) - Method in enum nl.strohalm.cyclos.entities.groups.MemberGroupSettings.EmailValidation
 
isApplyExpirationToMaxPublishDate() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligationQuery
 
isaRate() - Method in class nl.strohalm.cyclos.services.accounts.rates.WhatRate
 
isAuthorizable() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
isAuthorizationRelated() - Method in enum nl.strohalm.cyclos.entities.accounts.loans.LoanQuery.QueryStatus
Returns whether this status is related to authorization
isAutomatic() - Method in class nl.strohalm.cyclos.services.transactions.GrantLoanDTO
 
isAutomatic() - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
isAutomaticLoanAuthorization() - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.AuthorizeGuaranteeForm
 
isAwaitingAuthorization() - Method in class nl.strohalm.cyclos.webservices.model.TicketVO
 
isAwaitingEmailValidation() - Method in class nl.strohalm.cyclos.webservices.members.MemberRegistrationResult
 
isBalance() - Method in enum nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee.ChargeMode
 
isBlock() - Method in class nl.strohalm.cyclos.controls.access.transactionpassword.ManageTransactionPasswordForm
 
isBroker() - Method in class nl.strohalm.cyclos.controls.AbstractActionContext
Returns whether the logged user is a broker
isBroker() - Method in class nl.strohalm.cyclos.entities.groups.BrokerGroup
 
isBroker() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
isBroker() - Static method in class nl.strohalm.cyclos.utils.access.LoggedUser
Returns if the logged user is an broker.
isBrokerCanViewMemberDocuments() - Method in class nl.strohalm.cyclos.entities.customization.documents.DocumentQuery
 
isBrokered() - Method in class nl.strohalm.cyclos.controls.members.SearchMembersAjaxForm
 
isBrokerName() - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
isBrokerName() - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportDTO
 
isBrokerOf(Member) - Method in class nl.strohalm.cyclos.controls.ActionContext
Checks whether the logged member is the given member's broker
isBrokers() - Method in class nl.strohalm.cyclos.controls.members.SearchMembersAjaxForm
 
isBrokerUsername() - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
isBrokerUsername() - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportDTO
 
isBrOnly() - Method in class nl.strohalm.cyclos.taglibs.EscapeHTMLTag
 
isBuiltin(String) - Method in interface nl.strohalm.cyclos.services.access.ChannelService
Checks whether the given channel is built-in on Cyclos
isBuiltin(String) - Method in class nl.strohalm.cyclos.services.access.ChannelServiceImpl
 
isBuiltin(String) - Method in class nl.strohalm.cyclos.services.access.ChannelServiceSecurity
 
isBulk() - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
isBulk() - Method in class nl.strohalm.cyclos.services.elements.SendMessageDTO
 
isBulk() - Method in class nl.strohalm.cyclos.services.elements.SendMessageFromBrokerToMembersDTO
 
isBulk() - Method in class nl.strohalm.cyclos.services.elements.SendMessageToAdminDTO
 
isBulk() - Method in class nl.strohalm.cyclos.services.elements.SendMessageToGroupDTO
 
isBulk() - Method in class nl.strohalm.cyclos.services.elements.SendMessageToMemberDTO
 
isBuyer() - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeService
It checks if the logged user belongs to a buyer group
isBuyer() - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
isBuyer() - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceSecurity
 
isByAdministration() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorizationQuery
 
isCancelled() - Method in class nl.strohalm.cyclos.webservices.model.TicketVO
 
isCardSecurityCodeBlocked(Card) - Method in interface nl.strohalm.cyclos.services.access.AccessService
Returns whether the security code for the given card is blocked
isCardSecurityCodeBlocked(Card) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
isCardSecurityCodeBlocked(Card) - Method in class nl.strohalm.cyclos.services.access.AccessServiceSecurity
 
isCategoryOnly() - Method in class nl.strohalm.cyclos.controls.ads.SearchAdsForm
 
isChannelEnabledForMember(String, Member) - Method in interface nl.strohalm.cyclos.services.access.AccessService
Check if the channel is enabled for the member
isChannelEnabledForMember(String, Member) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
isChannelEnabledForMember(String, Member) - Method in class nl.strohalm.cyclos.services.access.AccessServiceSecurity
 
isChannelEnabledForMember(PrincipalParameters) - Method in interface nl.strohalm.cyclos.webservices.access.AccessWebService
Check whether the given member has access to the current service's channel
isChannelEnabledForMember(PrincipalParameters) - Method in class nl.strohalm.cyclos.webservices.access.AccessWebServiceImpl
 
isChannelEnabledForMember(Member) - Method in class nl.strohalm.cyclos.webservices.utils.MemberHelper
Returns whether the current client's channel is enabled for the given member
isClosed() - Method in enum nl.strohalm.cyclos.entities.accounts.loans.Loan.Status
 
isClosed() - Method in enum nl.strohalm.cyclos.entities.accounts.loans.LoanPayment.Status
 
isCommit() - Method in class nl.strohalm.cyclos.struts.CyclosRequestProcessor.ExecutionResult
 
isComplete() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransfer
 
isConciliable() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
isConciliable() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
isConflict() - Method in class nl.strohalm.cyclos.entities.customization.files.CustomizedFile
 
isConflictingContract(BrokerCommissionContract) - Method in interface nl.strohalm.cyclos.dao.members.brokerings.BrokerCommissionContractDAO
Check if this contract is in conflict with an existing contract
isConflictingContract(BrokerCommissionContract) - Method in class nl.strohalm.cyclos.dao.members.brokerings.BrokerCommissionContractDAOImpl
 
isCreateBasicData() - Method in class nl.strohalm.cyclos.setup.Setup
 
isCreateDataBase() - Method in class nl.strohalm.cyclos.setup.Setup
 
isCreateInitialData() - Method in class nl.strohalm.cyclos.setup.Setup
 
isCredentialsRequired() - Method in class nl.strohalm.cyclos.entities.services.ServiceClient
 
isCredit() - Method in class nl.strohalm.cyclos.controls.accounts.details.AccountHistoryAction.Entry
 
isCredits() - Method in class nl.strohalm.cyclos.entities.members.MembersTransactionsReportParameters
 
isCsvUseHeader() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
isCurrentClient(Long) - Static method in class nl.strohalm.cyclos.webservices.utils.WebServiceHelper
 
isDebit() - Method in class nl.strohalm.cyclos.controls.accounts.details.AccountHistoryAction.Entry
 
isDebits() - Method in class nl.strohalm.cyclos.entities.members.MembersTransactionsReportParameters
 
isDebitsAndCredits() - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportDTO
 
isDeductAmount() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
isDefault() - Method in class nl.strohalm.cyclos.entities.access.ChannelPrincipal
 
isDefault() - Method in class nl.strohalm.cyclos.entities.accounts.MemberGroupAccountSettings
 
isDefault() - Method in class nl.strohalm.cyclos.webservices.model.DetailedAccountTypeVO
 
isDefault() - Method in class nl.strohalm.cyclos.webservices.model.MemberAccountVO
 
isDefault() - Method in class nl.strohalm.cyclos.webservices.model.WSPrincipalTypeVO
 
isDefaultAcceptFreeMailing() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
isDefaultAcceptPaidMailing() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
isDefaultAllowChargingSms() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
isDefaultValue() - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomFieldPossibleValue
 
isDeleted() - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
isDirect() - Method in class nl.strohalm.cyclos.controls.members.contacts.AddContactForm
 
isDirection() - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
isDisabled() - Method in class nl.strohalm.cyclos.taglibs.MultiDropDownTag
 
isDisabled() - Method in class nl.strohalm.cyclos.taglibs.RichTextAreaTag
 
isDoAInit() - Method in class nl.strohalm.cyclos.controls.accounts.currencies.ReinitializeRatesForm
 
isDoDInit() - Method in class nl.strohalm.cyclos.controls.accounts.currencies.ReinitializeRatesForm
 
isDoIInit() - Method in class nl.strohalm.cyclos.controls.accounts.currencies.ReinitializeRatesForm
 
isDontSwitchXY() - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
 
isdRate() - Method in class nl.strohalm.cyclos.services.accounts.rates.WhatRate
 
isEditable() - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordType
 
isEditable(Ad) - Method in interface nl.strohalm.cyclos.services.ads.AdService
Checks whether the given ad is editable by the logged user
isEditable(Ad) - Method in class nl.strohalm.cyclos.services.ads.AdServiceImpl
 
isEditable(Ad) - Method in class nl.strohalm.cyclos.services.ads.AdServiceSecurity
 
isEditable() - Method in class nl.strohalm.cyclos.taglibs.CustomFieldTag
 
isEditable() - Method in class nl.strohalm.cyclos.taglibs.ImagesTag
 
isEmail() - Method in class nl.strohalm.cyclos.entities.members.preferences.NotificationPreference
 
isEmailRequired() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
isEmailUnique() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
isEmbed() - Method in class nl.strohalm.cyclos.controls.access.ChangePasswordForm
 
isEmbed() - Method in class nl.strohalm.cyclos.controls.access.transactionpassword.ManageTransactionPasswordForm
 
isEmpty() - Method in class nl.strohalm.cyclos.utils.IteratorListImpl
 
isEnableARate() - Method in class nl.strohalm.cyclos.controls.accounts.currencies.EditCurrencyForm
 
isEnableARate() - Method in class nl.strohalm.cyclos.entities.accounts.Currency
 
isEnabled() - Method in class nl.strohalm.cyclos.controls.members.SearchMembersAjaxForm
 
isEnabled() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
isEnabled() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
isEnabled() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType
 
isEnabled() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeTypeQuery
 
isEnabled() - Method in class nl.strohalm.cyclos.entities.ads.AdCategory
tests if this category or any of its parents is active.
isEnabled() - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomFieldPossibleValue
 
isEnabled() - Method in class nl.strohalm.cyclos.entities.customization.fields.PaymentCustomField
 
isEnabled() - Method in enum nl.strohalm.cyclos.entities.groups.Group.Status
 
isEnabled() - Method in class nl.strohalm.cyclos.entities.infotexts.InfoText
 
isEnabled() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings.TransactionNumber
 
isEnabled() - Method in class nl.strohalm.cyclos.taglibs.CustomFieldTag
 
isEnableDRate() - Method in class nl.strohalm.cyclos.controls.accounts.currencies.EditCurrencyForm
 
isEnableDRate() - Method in class nl.strohalm.cyclos.entities.accounts.Currency
 
isEnableIRate() - Method in class nl.strohalm.cyclos.controls.accounts.currencies.EditCurrencyForm
 
isEnableIRate() - Method in class nl.strohalm.cyclos.entities.accounts.Currency
 
isEnablePermanentAds() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
isEnableSmsOperations() - Method in class nl.strohalm.cyclos.controls.members.preferences.NotificationPreferenceForm
 
isEncodeHtml() - Method in class nl.strohalm.cyclos.taglibs.CustomFieldTag
 
isEnumerated() - Method in class nl.strohalm.cyclos.webservices.model.FieldVO
 
isErrorWasSilenced() - Method in class nl.strohalm.cyclos.struts.CyclosRequestProcessor.ExecutionResult
 
isEveryHour() - Method in class nl.strohalm.cyclos.scheduling.tasks.BaseScheduledTask
 
isEveryHour() - Method in interface nl.strohalm.cyclos.scheduling.tasks.ScheduledTask
Returns if this task runs every hour (true) or just once per day (false)
isExpenditure() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalFinancesQuery
 
isExpenditureGraph() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalFinancesQuery
 
isExpired() - Method in class nl.strohalm.cyclos.webservices.model.TicketVO
 
isExpiredAds() - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
isExternalPublication() - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
isExternalPublication() - Method in class nl.strohalm.cyclos.entities.ads.AdCategoryWithCounterQuery
 
isExternalPublication() - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
isFetchBroker() - Method in class nl.strohalm.cyclos.entities.members.MembersTransactionsReportParameters
 
isFinished() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLog
 
isFinished() - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
isFinished() - Method in class nl.strohalm.cyclos.entities.sms.SmsMailing
 
isFixed() - Method in enum nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee.ChargeMode
 
isForce() - Method in class nl.strohalm.cyclos.setup.Setup
 
isForceAccept() - Method in class nl.strohalm.cyclos.controls.groups.EditGroupForm
 
isForceChange() - Method in class nl.strohalm.cyclos.controls.access.ChangePasswordForm
 
isForceChange() - Method in class nl.strohalm.cyclos.services.access.ChangeLoginPasswordDTO
 
isForceChangePassword() - Method in class nl.strohalm.cyclos.controls.elements.CreateElementForm
 
isForceChangePassword() - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
isForceCharacters() - Method in enum nl.strohalm.cyclos.entities.groups.BasicGroupSettings.PasswordPolicy
 
isForced() - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
isForceShowFields() - Method in class nl.strohalm.cyclos.controls.ads.SearchAdsForm
 
isForceSignal() - Method in class nl.strohalm.cyclos.taglibs.FormatTag
 
isFormPreparation(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.AcceptPaymentObligationPackAction
 
isFormPreparation(ActionContext) - Method in class nl.strohalm.cyclos.controls.BaseFormAction
Returns if this request is for form preparing
isFormSubmission(ActionContext) - Method in class nl.strohalm.cyclos.controls.BaseFormAction
Returns if the request is a form submission
isFormValidation(ActionContext) - Method in class nl.strohalm.cyclos.controls.BaseFormAction
Returns if this request is for form validation
isFree() - Method in class nl.strohalm.cyclos.entities.sms.SmsLog
 
isFree() - Method in class nl.strohalm.cyclos.entities.sms.SmsMailing
 
isFreeBaseUsed() - Method in class nl.strohalm.cyclos.entities.sms.SmsLog
 
isFromAdministration() - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
isFromAllGroups() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
isFromAMember() - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
isFromCyclos(Fault) - Static method in class nl.strohalm.cyclos.webservices.utils.WebServiceHelper
Checks whether the given fault was generated by Cyclos
isFromMember() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
isFromMember() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
isFromMemberToMember() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceSummaryDTO
 
isFromMenu(HttpServletRequest) - Static method in class nl.strohalm.cyclos.utils.RequestHelper
Returns if the given request was triggered by the menu
isFromSystem() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
isFromSystem() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
isFromSystem() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Payment
 
isFromSystem() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
isFromSystem() - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
isFromSystem() - Method in class nl.strohalm.cyclos.webservices.accounts.TransferTypeSearchParameters
 
isFromSystem() - Method in class nl.strohalm.cyclos.webservices.payments.PaymentParameters
 
isGenerationAllowed() - Method in enum nl.strohalm.cyclos.entities.access.User.TransactionPasswordStatus
 
isGet(HttpServletRequest) - Static method in class nl.strohalm.cyclos.utils.RequestHelper
Returns if the given request is a POST
isGivenReferences() - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
isGlobal() - Method in class nl.strohalm.cyclos.controls.members.records.EditMemberRecordForm
 
isGlobal() - Method in class nl.strohalm.cyclos.controls.members.records.SearchMemberRecordsForm
 
isGraph() - Method in class nl.strohalm.cyclos.services.accounts.rates.ConversionSimulationDTO
 
isGraph() - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesPreviewDTO
 
isGreaterThan(Dimensions) - Method in class nl.strohalm.cyclos.utils.Dimensions
 
isGrossProduct() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalActivityQuery
 
isGrossProduct() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalKeyDevelopmentsQuery
 
isGrossProductGraph() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalActivityQuery
 
isGrossProductGraph() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalKeyDevelopmentsQuery
 
isGrossProductTopten() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalActivityQuery
 
isHasAds() - Method in class nl.strohalm.cyclos.entities.members.MemberQuery
 
isHasBody() - Method in class nl.strohalm.cyclos.controls.settings.EditMessageSettingForm
 
isHasData() - Method in class nl.strohalm.cyclos.entities.members.MemberTransactionSummaryReportData
 
isHasData() - Method in class nl.strohalm.cyclos.services.elements.MemberStatusVO
 
isHasDatabaseWrites() - Method in class nl.strohalm.cyclos.utils.logging.TraceLogDTO
 
isHasFormPage() - Method in class nl.strohalm.cyclos.entities.customization.documents.DynamicDocument
 
isHasGeneral() - Method in class nl.strohalm.cyclos.controls.settings.EditMessageSettingForm
 
isHasImages() - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
isHasImages() - Method in class nl.strohalm.cyclos.entities.members.Member
 
isHasPendingCommissionContracts() - Method in class nl.strohalm.cyclos.services.elements.MemberStatusVO
 
isHasRateInfo() - Method in class nl.strohalm.cyclos.services.elements.AccountActivitiesVO
 
isHasSms() - Method in class nl.strohalm.cyclos.controls.settings.EditMessageSettingForm
 
isHasSubject() - Method in class nl.strohalm.cyclos.controls.settings.EditMessageSettingForm
 
isHasWrite() - Method in class nl.strohalm.cyclos.struts.CyclosRequestProcessor.ExecutionResult
 
isHavingAratedFees() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
returns true if the TransferType has TransactionFees based on a-rate.
isHavingDratedFees() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
returns true if the TransferType has TransactionFees based on d-rate.
isHavingRatedFees() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
returns true if the TransferType has TransactionFees based on a-rate or d-rate.
isHidden() - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberCustomFieldValue
 
isHidden() - Method in class nl.strohalm.cyclos.webservices.model.RegistrationFieldValueVO
 
isHideAuthorizationRelated() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanQuery
 
isHideEmail() - Method in class nl.strohalm.cyclos.entities.members.Member
 
isHideEmail() - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
isHideEmail() - Method in interface nl.strohalm.cyclos.entities.members.RegisteredMember
 
isHideWhenNoCreditLimit() - Method in class nl.strohalm.cyclos.entities.accounts.MemberGroupAccountSettings
 
isHostname(String) - Static method in class nl.strohalm.cyclos.utils.InternetAddressHelper
Checks whether the given address is a valid hostname
isHtml() - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
isHtml() - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
isHtml() - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
isHtml() - Method in class nl.strohalm.cyclos.services.elements.SendMessageDTO
 
isHtml() - Method in class nl.strohalm.cyclos.taglibs.TruncateTag
 
isHtml() - Method in class nl.strohalm.cyclos.webservices.model.AdVO
 
isIgnoreDay() - Method in class nl.strohalm.cyclos.controls.accounts.cards.SearchCardTypeForm
 
isIgnoreDayInExpirationDate() - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardType
 
isIgnoreGroup() - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
isIgnoreManagedBy() - Method in class nl.strohalm.cyclos.entities.groups.GroupQuery
 
isIgnoreRegistrationValidations() - Method in class nl.strohalm.cyclos.entities.services.ServiceClient
 
isImageOnly() - Method in class nl.strohalm.cyclos.taglibs.ImagesTag
 
isIncludeDeleted() - Method in class nl.strohalm.cyclos.entities.ads.AdQuery
 
isIncludeNoTraders() - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportDTO
 
isInclusiveBegin() - Method in class nl.strohalm.cyclos.utils.Period
 
isInclusiveEnd() - Method in class nl.strohalm.cyclos.utils.Period
 
isIncome() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalFinancesQuery
 
isIncomeGraph() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalFinancesQuery
 
isIncomingTransactions() - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportDTO
 
isIndexed() - Method in class nl.strohalm.cyclos.entities.customization.fields.AdCustomField
 
isInfoText() - Method in class nl.strohalm.cyclos.webservices.sms.SendSmsParameters
 
isInitialGroup() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
isInitialized(Object) - Method in interface nl.strohalm.cyclos.dao.FetchDAO
Returns true if the given value is initialized.
isInitialized(Object) - Method in class nl.strohalm.cyclos.dao.FetchDAOImpl
 
isInitialized() - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
isInitialized() - Method in interface nl.strohalm.cyclos.services.application.ApplicationServiceLocal
Returns whether the Cyclos application is fully initialized
isInitialized(Object) - Method in class nl.strohalm.cyclos.services.fetch.FetchServiceImpl
 
isInitialized(Object) - Method in interface nl.strohalm.cyclos.services.fetch.FetchServiceLocal
Returns if the given value is initialized. when value is null, or not an entity or persistent collection, returns true
isInitialized() - Static method in class nl.strohalm.cyclos.webservices.WebServiceContext
Returns true if the web service context has been initialized.
isInstance(Class<?>, Object) - Static method in class nl.strohalm.cyclos.utils.ClassHelper
Returns if the given object is an instance of the specified class, handling primitives as objects
isInternalNameUsed(CustomField) - Method in interface nl.strohalm.cyclos.dao.customizations.CustomFieldDAO
 
isInternalNameUsed(CustomField) - Method in class nl.strohalm.cyclos.dao.customizations.CustomFieldDAOImpl
 
isInvoices() - Method in class nl.strohalm.cyclos.services.reports.CurrentStateReportParameters
 
isIpRange(String) - Static method in class nl.strohalm.cyclos.utils.InternetAddressHelper
Checks whether the given address is a valid ip address range, in the form: A.B.C.D-E
isiRate() - Method in class nl.strohalm.cyclos.services.accounts.rates.WhatRate
 
isIssuer() - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeService
It checks if the logged user belongs to an issuer group
isIssuer() - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
isIssuer() - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceSecurity
 
isLastAds() - Method in class nl.strohalm.cyclos.controls.ads.SearchAdsForm
 
isLastAds() - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
isLastPage() - Method in interface nl.strohalm.cyclos.utils.query.Page
 
isLastPage() - Method in class nl.strohalm.cyclos.utils.query.PageImpl
 
isLeaf() - Method in class nl.strohalm.cyclos.entities.ads.AdCategory
 
isLimited() - Method in class nl.strohalm.cyclos.entities.accounts.AccountType
 
isLimited() - Method in class nl.strohalm.cyclos.entities.accounts.SystemAccountType
 
isLoanData() - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
isLoans() - Method in class nl.strohalm.cyclos.services.reports.CurrentStateReportParameters
 
isLoanType() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
isLoggedIn(User) - Method in interface nl.strohalm.cyclos.dao.access.SessionDAO
Returns whether the given user is logged in
isLoggedIn(User) - Method in class nl.strohalm.cyclos.dao.access.SessionDAOImpl
 
isLoggedIn(User) - Method in interface nl.strohalm.cyclos.services.access.AccessService
Returns the session id for the given user if it is logged
isLoggedIn(User) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
isLoggedIn(User) - Method in class nl.strohalm.cyclos.services.access.AccessServiceSecurity
 
isLoginBlocked(User) - Method in interface nl.strohalm.cyclos.services.access.AccessService
Checks if the given user's login is blocked.
isLoginBlocked(User) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
isLoginBlocked(User) - Method in class nl.strohalm.cyclos.services.access.AccessServiceSecurity
 
isLoginTimes() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalActivityQuery
 
isLoginTimesGraph() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalActivityQuery
 
isLoginTimesTopten() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalActivityQuery
 
isLongTransaction() - Method in class nl.strohalm.cyclos.struts.CyclosRequestProcessor.ExecutionResult
 
isMaintainPastSettings() - Method in class nl.strohalm.cyclos.services.accounts.rates.ReinitializeRatesDTO
 
isManual() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
isManualPassword() - Method in class nl.strohalm.cyclos.controls.elements.CreateElementForm
 
isMass() - Method in enum nl.strohalm.cyclos.entities.members.messages.Message.Type
Returns whether this type can send multiple mails at once
isMaxMember() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalTaxesQuery
 
isMaxMemberGraph() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalTaxesQuery
 
isMaxScheduledPayments() - Method in class nl.strohalm.cyclos.controls.members.SearchMembersAjaxForm
 
isMedianPerMember() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalTaxesQuery
 
isMedianPerMemberGraph() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalTaxesQuery
 
isMember() - Method in class nl.strohalm.cyclos.controls.AbstractActionContext
Returns whether the logged user is a member (a broker is a member too)
isMember() - Static method in class nl.strohalm.cyclos.utils.access.LoggedUser
Returns if the logged user is a member.
isMemberAccountInformation() - Method in class nl.strohalm.cyclos.services.reports.CurrentStateReportParameters
 
isMemberAndNotBroker() - Method in class nl.strohalm.cyclos.controls.AbstractActionContext
Returns whether the logged user is a member but not a broker
isMemberCanHide() - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberCustomField
 
isMemberGroupInformation() - Method in class nl.strohalm.cyclos.services.reports.CurrentStateReportParameters
 
isMemberName() - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
isMemberName() - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportDTO
 
isMemberOf(Operator) - Method in class nl.strohalm.cyclos.controls.ActionContext
Checks whether the logged member is the given operator's member
isMemberPayment() - Method in class nl.strohalm.cyclos.services.elements.QuickAccessVO
 
isMemberRequired(HttpServletRequest) - Method in class nl.strohalm.cyclos.controls.access.LoginAction
Returns whether the member is required - only in case of operator-only logins
isMemberRequired(HttpServletRequest) - Method in class nl.strohalm.cyclos.controls.posweb.LoginAction
 
isMembersNotified() - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
isMemberToSystem() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
isMessage() - Method in class nl.strohalm.cyclos.entities.members.preferences.NotificationPreference
 
ISmsContext - Interface in nl.strohalm.cyclos.services.sms
This interface is used to calculate the sms related data according to a member.
isMultiGraph() - Method in class nl.strohalm.cyclos.controls.reports.statistics.graphs.StatisticalDataProducer
 
isMutable() - Method in class nl.strohalm.cyclos.utils.hibernate.AbstractEnumType
 
isMutable() - Method in class nl.strohalm.cyclos.utils.hibernate.AmountType
 
isMutable() - Method in class nl.strohalm.cyclos.utils.hibernate.BasePeriodType
 
isMutable() - Method in class nl.strohalm.cyclos.utils.hibernate.PermissionType
 
isMutable() - Method in class nl.strohalm.cyclos.utils.hibernate.RangeConstraintType
 
isMutable() - Method in class nl.strohalm.cyclos.utils.hibernate.TimePeriodType
 
isMyAds() - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
isNegateAmount() - Method in class nl.strohalm.cyclos.utils.transactionimport.TransactionImportDTO
 
isNegative() - Method in enum nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee.ChargeMode
 
isNoRangeCheck() - Method in class nl.strohalm.cyclos.services.accounts.rates.ARatedFeeDTO
 
isNothing() - Method in class nl.strohalm.cyclos.services.reports.CurrentStateReportParameters
 
isNotOfMember() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanGroupQuery
 
isNull() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalNumber
checks if the value cannot be calculated (used in case a percentage cannot be calculated, because the nominator is 0).
isNumberOfAds() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalKeyDevelopmentsQuery
 
isNumberOfAdsGraph() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalKeyDevelopmentsQuery
 
isNumberOfMembers() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalKeyDevelopmentsQuery
 
isNumberOfMembers() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalTaxesQuery
 
isNumberOfMembersGraph() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalKeyDevelopmentsQuery
 
isNumberOfMembersGraph() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalTaxesQuery
 
isNumberOfTransactions() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalKeyDevelopmentsQuery
 
isNumberOfTransactionsGraph() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalKeyDevelopmentsQuery
 
isNumberTransactions() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalActivityQuery
 
isNumberTransactionsGraph() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalActivityQuery
 
isNumberTransactionsTopten() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalActivityQuery
 
isNumeric() - Method in enum nl.strohalm.cyclos.entities.access.Channel.Principal
 
isNumericPassword() - Method in class nl.strohalm.cyclos.entities.settings.AccessSettings
 
isObviousCredential(Element, String) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
isObviousCredential(Element, String) - Method in interface nl.strohalm.cyclos.services.access.AccessServiceLocal
Returns whether the given credential is obvious
isOk() - Method in class nl.strohalm.cyclos.webservices.model.TicketVO
 
isOnline() - Method in class nl.strohalm.cyclos.controls.admintasks.SetSystemOnlineForm
 
isOnline() - Method in class nl.strohalm.cyclos.entities.Application
 
isOnline() - Method in interface nl.strohalm.cyclos.services.application.ApplicationService
Returns whether the system is online
isOnline() - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
isOnline() - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceSecurity
 
isOnlyActive() - Method in class nl.strohalm.cyclos.entities.groups.GroupQuery
 
isOnlyActive() - Method in class nl.strohalm.cyclos.entities.infotexts.InfoTextQuery
 
isOnlyActive() - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokeringCommissionStatusQuery
 
isOnlyWithoutBroker() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransfersAwaitingAuthorizationQuery
 
isOnlyWithValidTypes() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferQuery
 
isOpen() - Method in enum nl.strohalm.cyclos.entities.accounts.loans.LoanPayment.Status
 
isOpen() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
isOpen() - Method in class nl.strohalm.cyclos.taglibs.MultiDropDownTag
 
isOpenProfile() - Method in class nl.strohalm.cyclos.controls.elements.CreateElementForm
 
isOperator() - Method in class nl.strohalm.cyclos.controls.AbstractActionContext
Returns whether the logged user is an operator
isOperator(HttpServletRequest) - Static method in class nl.strohalm.cyclos.controls.posweb.PosWebHelper
Checks on a cookie whether the posweb is on operator mode
isOperator() - Static method in class nl.strohalm.cyclos.utils.access.LoggedUser
Return if the logged user is an operator
isOrderAlpha() - Method in class nl.strohalm.cyclos.controls.ads.categories.SetAdCategoryOrderForm
 
isOrderAlphabetically() - Method in class nl.strohalm.cyclos.entities.ads.AdCategoryQuery
 
isOriginalAccount() - Method in exception nl.strohalm.cyclos.services.transactions.exceptions.NotEnoughCreditsException
 
isOutgoingTransactions() - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportDTO
 
isOverview() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalFinancesQuery
 
isOverviewGraph() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalFinancesQuery
 
isPaged() - Method in class nl.strohalm.cyclos.utils.query.QueryParameters
 
isPasswordGenerated() - Method in class nl.strohalm.cyclos.entities.access.MemberUser
 
isPayment() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType.Context
 
isPaymentRequestSupported() - Method in class nl.strohalm.cyclos.entities.access.Channel
Returns whether payment request is supported by this channel
isPending() - Method in class nl.strohalm.cyclos.webservices.model.TicketVO
 
isPercentage() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalNumber
checks if the object represents a percentage
isPercentage() - Method in class nl.strohalm.cyclos.utils.Amount
 
isPercentageNoTrade() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalActivityQuery
 
isPercentageNoTradeGraph() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalActivityQuery
 
isPermanent() - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
isPermanent() - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
isPermanent() - Method in class nl.strohalm.cyclos.webservices.model.AdVO
 
isPermanentAds() - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
isPersistent() - Method in class nl.strohalm.cyclos.entities.Entity
Return if this entity was already persisted - It has a valid identifier
isPinBlocked(MemberUser) - Method in interface nl.strohalm.cyclos.services.access.AccessService
Checks whether the given member's pin is blocked for exceeding wrong tries
isPinBlocked(MemberUser) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
isPinBlocked(MemberUser) - Method in class nl.strohalm.cyclos.services.access.AccessServiceSecurity
 
isPosContext() - Static method in class nl.strohalm.cyclos.webservices.WebServiceContext
 
isPositiveVolume() - Method in class nl.strohalm.cyclos.services.accounts.TransactionVolumeDTO
 
isPost(HttpServletRequest) - Static method in class nl.strohalm.cyclos.utils.RequestHelper
Returns if the given request is a POST
isPosWeb() - Method in class nl.strohalm.cyclos.entities.access.Session
 
isPosWeb(HttpServletRequest) - Static method in class nl.strohalm.cyclos.utils.RequestHelper
Returns whether the given request belongs to a posweb session
isPreHashed() - Method in enum nl.strohalm.cyclos.services.elements.WhenSaving
 
isPriority() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
isPriority() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
isPriority() - Method in class nl.strohalm.cyclos.services.accounts.MemberAccountTypeQuery
 
isProcessedAtDifferentDate() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
isPublishAd() - Method in class nl.strohalm.cyclos.services.elements.QuickAccessVO
 
isPvalue() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalNumber
checks if the object represents a p-value
isQueryAlreadyExecuted() - Method in class nl.strohalm.cyclos.controls.loans.SearchLoanPaymentsForm
 
isQueryAlreadyExecuted() - Method in class nl.strohalm.cyclos.controls.loans.SearchLoansForm
 
isRandomOrder() - Method in class nl.strohalm.cyclos.entities.ads.AdQuery
 
isRandomOrder() - Method in class nl.strohalm.cyclos.entities.members.ElementQuery
 
isRandomOrder() - Method in class nl.strohalm.cyclos.webservices.ads.AdSearchParameters
 
isRandomOrder() - Method in class nl.strohalm.cyclos.webservices.members.MemberSearchParameters
 
isRead() - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
isReadOnly() - Method in class nl.strohalm.cyclos.controls.ads.MemberAdsForm
 
isReadonly() - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeTypeFeeVO
 
isReadyForUse() - Static method in class nl.strohalm.cyclos.webservices.WebServiceContext
Returns true if the web service context has been initialized and is ready to be used by POS or Web Service Client.
isReceivedReferences() - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
isRechargingFailed() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLog
 
isReferences() - Method in class nl.strohalm.cyclos.services.reports.CurrentStateReportParameters
 
isRelatedToAuthorization() - Method in enum nl.strohalm.cyclos.entities.accounts.loans.Loan.Status
 
isRelatedToLoginPage(CustomizedFile) - Method in class nl.strohalm.cyclos.utils.CustomizationHelper
Checks whether the given file is related to the login page
isRelatedToMember() - Method in enum nl.strohalm.cyclos.access.ModuleType
 
isRelativeToGrossProduct() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalTaxesQuery
 
isRelativeToGrossProductGraph() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalTaxesQuery
 
isReloadData() - Method in class nl.strohalm.cyclos.controls.payments.conversionsimulation.SimulateConversionForm
 
isReloadData() - Method in class nl.strohalm.cyclos.controls.reports.simulations.RateConfigSimulationForm
 
isRemoved() - Method in class nl.strohalm.cyclos.entities.alerts.Alert
 
isRemoved() - Method in class nl.strohalm.cyclos.entities.alerts.ErrorLogEntry
 
isRemoved() - Method in class nl.strohalm.cyclos.entities.groups.Group
 
isRemoved() - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
isRepayLoanByGroup() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
isReplicateUpdatesViaCopy() - Method in class nl.strohalm.cyclos.utils.cache.ehcache.HazelcastCacheReplicator
 
isReplied() - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
isRequired() - Method in class nl.strohalm.cyclos.entities.customization.fields.Validation
 
isRequiresAuthorization() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
isRequiresFeedback() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
isReserveAmount() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPayment
 
isReserveTotalAmountOnScheduling() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
isResizeSupported() - Method in enum nl.strohalm.cyclos.utils.ImageHelper.ImageType
Returns whether this image type can be resized by the application
isResolveConflicts() - Method in class nl.strohalm.cyclos.controls.customization.files.EditCustomizedFileForm
 
isReturnDisabled() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeQuery
checks if the account fee is disabled
isReturnDisabled() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFeeQuery
 
isReturnDisabled() - Method in class nl.strohalm.cyclos.entities.ads.AdCategoryQuery
 
isReturnFinished() - Method in class nl.strohalm.cyclos.entities.members.BrokeringQuery
 
isReturnStatus() - Method in class nl.strohalm.cyclos.webservices.payments.PaymentParameters
 
isReturnTotals() - Method in class nl.strohalm.cyclos.entities.sms.SmsLogReportQuery
 
isReverseOrder() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
isReverseOrder() - Method in class nl.strohalm.cyclos.webservices.accounts.AccountHistorySearchParameters
 
isRoot() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
isRoot() - Method in class nl.strohalm.cyclos.entities.ads.AdCategory
 
isRootOnly() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
isRootOnly() - Method in class nl.strohalm.cyclos.services.accounts.GetTransactionsDTO
 
isRunning() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLog
 
isRunScheduling() - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
isRunScheduling() - Method in interface nl.strohalm.cyclos.services.application.ApplicationServiceLocal
Returns whether this Cyclos instance should run scheduled tasks
isSchedulable() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
isScheduled() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentAwaitingFeedbackDTO
 
isScheduledAds() - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
isScheduling() - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.SearchAccountTypesAjaxForm
 
isScheduling() - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
isSchedulingEnabled() - Method in interface nl.strohalm.cyclos.utils.logging.LoggingHandler
Returns whether the scheduling log is enabled
isSchedulingEnabled() - Method in class nl.strohalm.cyclos.utils.logging.LoggingHandlerImpl
Returns if at least LogSettings.ScheduledTaskLevel.ERRORS level is enabled
isSearch() - Method in class nl.strohalm.cyclos.taglibs.CustomFieldTag
 
isSearchAds() - Method in class nl.strohalm.cyclos.services.elements.QuickAccessVO
 
isSearching() - Method in class nl.strohalm.cyclos.webservices.model.AdVO
 
isSelected() - Method in class nl.strohalm.cyclos.taglibs.OptionTag
 
isSelectMember() - Method in class nl.strohalm.cyclos.controls.payments.PaymentForm
 
isSelfPayment() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType.Context
 
isSeller() - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeService
It checks if the logged user belongs to an seller group
isSeller() - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
isSeller() - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceSecurity
 
isSendActivationMail() - Method in class nl.strohalm.cyclos.controls.members.imports.ImportedMembersSummaryForm
 
isSendPasswordByEmail() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
isSetByBroker() - Method in class nl.strohalm.cyclos.entities.members.brokerings.DefaultBrokerCommission
 
isSetByBroker() - Method in class nl.strohalm.cyclos.entities.members.brokerings.DefaultBrokerCommissionQuery
 
isShouldRollback() - Method in exception nl.strohalm.cyclos.exceptions.ApplicationException
 
isShowAccountInfo() - Method in class nl.strohalm.cyclos.services.elements.AccountActivitiesVO
 
isShowAccountInformation() - Method in class nl.strohalm.cyclos.services.elements.ActivitiesVO
 
isShowActions() - Method in class nl.strohalm.cyclos.controls.accounts.details.ViewTransactionForm
 
isShowActions() - Method in class nl.strohalm.cyclos.controls.payments.scheduled.ScheduledPaymentForm
 
isShowAdFields() - Method in class nl.strohalm.cyclos.webservices.ads.AbstractAdSearchParameters
 
isShowAdsInformation() - Method in class nl.strohalm.cyclos.services.elements.ActivitiesVO
 
isShowAppliedFilters() - Method in class nl.strohalm.cyclos.controls.reports.statistics.graphs.StatisticalDataProducer
if this is false, the applied filters are not shown in the result.
isShowCardSecurityCode() - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardType
 
isShowCountersInAdCategories() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
isShowCurrency() - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
isShowCustomFields() - Method in class nl.strohalm.cyclos.webservices.members.AbstractMemberSearchParameters
 
isShowGraph() - Method in class nl.strohalm.cyclos.controls.reports.statistics.graphs.StatisticalDataProducer
 
isShowImages() - Method in class nl.strohalm.cyclos.webservices.members.AbstractMemberSearchParameters
 
isShowInAccountHistory() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilter
 
isShowInList() - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberRecordCustomField
 
isShowInPrint() - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberCustomField
 
isShowInProfile() - Method in class nl.strohalm.cyclos.entities.groups.GroupFilter
 
isShowInReports() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilter
 
isShowInSearch() - Method in class nl.strohalm.cyclos.entities.customization.fields.AdCustomField
 
isShowInSearch() - Method in class nl.strohalm.cyclos.entities.customization.fields.LoanGroupCustomField
 
isShowInSearch() - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberRecordCustomField
 
isShowInvoicesInformation() - Method in class nl.strohalm.cyclos.services.elements.ActivitiesVO
 
isShowMemberFields() - Method in class nl.strohalm.cyclos.webservices.ads.AbstractAdSearchParameters
 
isShowMenuItem() - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordType
 
isShowMenuItem() - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordTypeQuery
 
isShowNonActiveAdsInformation() - Method in class nl.strohalm.cyclos.services.elements.ActivitiesVO
 
isShowOnlyEmpty() - Method in class nl.strohalm.cyclos.entities.customization.translationMessages.TranslationMessageQuery
 
isShowPosWebPaymentDescription() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
isShowReferencesInformation() - Method in class nl.strohalm.cyclos.services.elements.ActivitiesVO
 
isShowRemoved() - Method in class nl.strohalm.cyclos.entities.alerts.AlertQuery
 
isShowRemoved() - Method in class nl.strohalm.cyclos.entities.alerts.ErrorLogEntryQuery
 
isShowScheduledPaymentsToDestination() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
isShowScheduledToReceiver() - Method in class nl.strohalm.cyclos.services.transactions.DoPaymentDTO
 
isShowScheduledToReceiver() - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
isShowTable() - Method in class nl.strohalm.cyclos.controls.reports.statistics.graphs.StatisticalDataProducer
 
isShowTable() - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
 
isShowToMember() - Method in class nl.strohalm.cyclos.controls.payments.authorization.TransferAuthorizationForm
 
isShowToMember() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorization
 
isShowToMember() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorizationDTO
 
isShowToReceiver() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPayment
 
isShowZeroFees() - Method in class nl.strohalm.cyclos.services.transfertypes.BuildTransferWithFeesDTO
 
isSimpleIp(String) - Static method in class nl.strohalm.cyclos.utils.InternetAddressHelper
Checks whether the given address is a valid simple ip address
isSimulation() - Method in class nl.strohalm.cyclos.services.transfertypes.BuildTransferWithFeesDTO
 
isSingleAccount() - Method in class nl.strohalm.cyclos.controls.accounts.details.AccountHistoryForm
 
isSingleAccount() - Method in class nl.strohalm.cyclos.services.elements.ActivitiesVO
 
isSingleField() - Method in class nl.strohalm.cyclos.taglibs.MultiDropDownTag
 
isSingleMember() - Method in class nl.strohalm.cyclos.controls.members.sms.SendSmsMailingForm
 
isSingleMember() - Method in class nl.strohalm.cyclos.entities.sms.SmsMailing
 
isSingleton() - Method in class nl.strohalm.cyclos.spring.BaseSingletonFactoryBean
 
isSingleton() - Method in class nl.strohalm.cyclos.spring.CyclosConfigurationFactoryBean
 
isSkipOrder() - Method in class nl.strohalm.cyclos.entities.ads.AdQuery
 
isSms() - Method in class nl.strohalm.cyclos.entities.members.preferences.NotificationPreference
 
isSmsAllowed() - Method in class nl.strohalm.cyclos.services.elements.SendDirectMessageToMemberDTO
 
isSmsAllowed() - Method in class nl.strohalm.cyclos.services.elements.SendMessageDTO
 
isSmsAllowed() - Method in class nl.strohalm.cyclos.services.elements.SendMessageFromBrokerToMembersDTO
 
isSmsAllowed() - Method in class nl.strohalm.cyclos.services.elements.SendMessageFromSystemDTO
 
isSmsAllowed() - Method in class nl.strohalm.cyclos.services.elements.SendMessageToAdminDTO
 
isSmsAllowed() - Method in class nl.strohalm.cyclos.services.elements.SendMessageToGroupDTO
 
isSmsCommandEnabled() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
Returns whether the SMS commands are enabled
isSmsEnabled() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
isSmtpAuthenticate() - Method in class nl.strohalm.cyclos.entities.settings.MailSettings
 
isSmtpUseTLS() - Method in class nl.strohalm.cyclos.entities.settings.MailSettings
 
isSortByNature() - Method in class nl.strohalm.cyclos.entities.groups.GroupQuery
 
isSuccess() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.MemberAccountFeeLog
 
isSuccessful() - Method in class nl.strohalm.cyclos.entities.sms.SmsLog
 
isSuccessful() - Method in enum nl.strohalm.cyclos.webservices.payments.ChargebackStatus
Returns whether this status is success
isSuccessful() - Method in enum nl.strohalm.cyclos.webservices.payments.PaymentRequestStatus
Returns whether this status is success
isSuccessful() - Method in enum nl.strohalm.cyclos.webservices.payments.PaymentStatus
Returns whether this status is success
isSuspendCommission() - Method in class nl.strohalm.cyclos.controls.members.brokering.ChangeBrokerForm
 
isSuspendCommission() - Method in class nl.strohalm.cyclos.entities.members.remarks.BrokerRemark
 
isSuspendCommission() - Method in class nl.strohalm.cyclos.services.elements.ChangeBrokerDTO
 
isSuspended() - Method in class nl.strohalm.cyclos.entities.members.brokerings.DefaultBrokerCommission
 
isSystem() - Static method in class nl.strohalm.cyclos.utils.access.LoggedUser
Returns whether the current context is of a system task
isSystemAccountInformation() - Method in class nl.strohalm.cyclos.services.reports.CurrentStateReportParameters
 
isSystemInvoices() - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreference
 
isSystemInvoices() - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreferenceQuery
 
isSystemOrUnrestrictedClient() - Static method in class nl.strohalm.cyclos.utils.access.LoggedUser
Returns whether the current context is either a system or an unrestricted service client (member is null)
isTd() - Method in class nl.strohalm.cyclos.taglibs.HelpTag
 
isTextOnly() - Method in class nl.strohalm.cyclos.taglibs.CustomFieldTag
 
isThruTimeGraph() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalKeyDevelopmentsQuery
 
isThumbnail() - Method in class nl.strohalm.cyclos.taglibs.CustomImageUrlTag
 
isToAdministration() - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
isToAGroup() - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
isToAllGroups() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
isToAMember() - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
isToBrokeredMembers() - Method in class nl.strohalm.cyclos.controls.members.messages.SendMessageForm
 
isToBrokeredMembers() - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
isToGroup() - Method in class nl.strohalm.cyclos.entities.accounts.loans.Loan
 
isToMember() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
isToSystem() - Method in class nl.strohalm.cyclos.controls.payments.PaymentForm
 
isToSystem() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
isToSystem() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Payment
 
isToSystem() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
isToSystem() - Method in class nl.strohalm.cyclos.webservices.accounts.TransferTypeSearchParameters
 
isToSystem() - Method in class nl.strohalm.cyclos.webservices.payments.PaymentParameters
 
isTraceEnabled() - Method in interface nl.strohalm.cyclos.utils.logging.LoggingHandler
Returns whether the trace log is enabled
isTraceEnabled() - Method in class nl.strohalm.cyclos.utils.logging.LoggingHandlerImpl
Returns if at least LogSettings.TraceLevel.ERRORS level is enabled
isTraceLog() - Method in class nl.strohalm.cyclos.struts.CyclosRequestProcessor.ExecutionResult
 
isTraceWritesOnly() - Method in class nl.strohalm.cyclos.entities.settings.LogSettings
 
isTransactionAmount() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalKeyDevelopmentsQuery
 
isTransactionAmountGraph() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalKeyDevelopmentsQuery
 
isTransactionEnabled() - Method in interface nl.strohalm.cyclos.utils.logging.LoggingHandler
Returns whether the transaction log is enabled
isTransactionEnabled() - Method in class nl.strohalm.cyclos.utils.logging.LoggingHandlerImpl
Returns if at least LogSettings.TransactionLevel.NORMAL level is enabled
isTransactionPasswordEnabled() - Method in class nl.strohalm.cyclos.controls.AbstractActionContext
Returns whether the transaction password is used for the logged user
isTransactionPasswordEnabled(AccountType) - Method in class nl.strohalm.cyclos.controls.AbstractActionContext
 
isTransactionPasswordRequired() - Method in class nl.strohalm.cyclos.entities.accounts.MemberGroupAccountSettings
 
isTransactions() - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportDTO
 
isTransient() - Method in class nl.strohalm.cyclos.entities.Entity
Return if this entity was not yet persisted - It has a null identifier
isUnique() - Method in class nl.strohalm.cyclos.entities.customization.fields.Validation
 
isUnordered() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
isUnrestrictedClient() - Static method in class nl.strohalm.cyclos.utils.access.LoggedUser
An unrestricted client is a (WS) client working as any member in the system.
isUpdateAccountLimits() - Method in class nl.strohalm.cyclos.controls.groups.accounts.EditGroupAccountSettingsForm
 
isUpdateProfile() - Method in class nl.strohalm.cyclos.services.elements.QuickAccessVO
 
isUseActualRates() - Method in class nl.strohalm.cyclos.services.accounts.rates.ConversionSimulationDTO
 
isUseBy() - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
isUseCustomSMSContextClass() - Method in class nl.strohalm.cyclos.controls.groups.EditGroupForm
 
isUsed() - Method in enum nl.strohalm.cyclos.entities.access.TransactionPassword
 
IsUsedTransactionPasswordAjaxAction - Class in nl.strohalm.cyclos.controls.access.transactionpassword
 
IsUsedTransactionPasswordAjaxAction() - Constructor for class nl.strohalm.cyclos.controls.access.transactionpassword.IsUsedTransactionPasswordAjaxAction
 
IsUsedTransactionPasswordAjaxForm - Class in nl.strohalm.cyclos.controls.access.transactionpassword
 
IsUsedTransactionPasswordAjaxForm() - Constructor for class nl.strohalm.cyclos.controls.access.transactionpassword.IsUsedTransactionPasswordAjaxForm
 
isUseFromGroup() - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
isUseHeader() - Method in class nl.strohalm.cyclos.utils.csv.CSVWriter
 
isUsePriority() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
isUsernameGenerated() - Method in class nl.strohalm.cyclos.entities.settings.AccessSettings
 
isUseSecurityCode() - Method in class nl.strohalm.cyclos.controls.accounts.cards.SearchCardTypeForm
 
isUseSize() - Method in enum nl.strohalm.cyclos.entities.customization.fields.CustomField.Control
 
isUseTime() - Method in class nl.strohalm.cyclos.utils.Period
 
isValid() - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings.TransactionNumber
 
isValid() - Method in class nl.strohalm.cyclos.setup.Setup
 
isValid() - Method in class nl.strohalm.cyclos.utils.lucene.Filters
Returns if this filter collection is valid (there's at least one filter on it)
isValid() - Method in class nl.strohalm.cyclos.utils.TimePeriod
 
isValidation(HttpServletRequest) - Static method in class nl.strohalm.cyclos.utils.RequestHelper
Returns if the given request is a validation request
isValidJavaIdentifier(String) - Static method in class nl.strohalm.cyclos.utils.StringHelper
Check if the string is a valid Java identifier.
isViewContacts() - Method in class nl.strohalm.cyclos.services.elements.QuickAccessVO
 
isViewLoansByGroup() - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
isViewMessages() - Method in class nl.strohalm.cyclos.services.elements.QuickAccessVO
 
isVirtualKeyboard() - Method in class nl.strohalm.cyclos.entities.settings.AccessSettings
 
isVirtualKeyboardTransactionPassword() - Method in class nl.strohalm.cyclos.entities.settings.AccessSettings
 
isVisible(Payment) - Method in interface nl.strohalm.cyclos.services.transactions.PaymentService
Returns whether the given payment is visible by the current user
isVisible(Payment) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
isVisible(Payment) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceSecurity
 
isVolume() - Method in enum nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee.ChargeMode
 
isVolume() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalTaxesQuery
 
isVolumeGraph() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalTaxesQuery
 
isWap1Request() - Method in class nl.strohalm.cyclos.controls.mobile.MobileActionContext
 
isWap1Request(HttpServletRequest) - Static method in class nl.strohalm.cyclos.controls.mobile.MobileHelper
Returns if the given request is from wap1
isWap2Request(HttpServletRequest) - Static method in class nl.strohalm.cyclos.controls.mobile.MobileHelper
Returns if the given request is from wap2
isWebService() - Static method in class nl.strohalm.cyclos.utils.access.LoggedUser
Returns whether the current context is of a WS task
isWebService(HttpServletRequest) - Static method in class nl.strohalm.cyclos.utils.RequestHelper
Checks whether the given request is for a web service
isWithBodyOnly() - Method in class nl.strohalm.cyclos.entities.infotexts.InfoTextQuery
 
isWithBodyOnly() - Method in class nl.strohalm.cyclos.webservices.infotexts.InfoTextSearchParameters
 
isWithBuyerOnly() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery
 
isWithImagesOnly() - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
isWithImagesOnly() - Method in class nl.strohalm.cyclos.entities.members.FullTextMemberQuery
 
isWithImagesOnly() - Method in class nl.strohalm.cyclos.entities.members.MemberQuery
 
isWithImagesOnly() - Method in class nl.strohalm.cyclos.webservices.ads.AbstractAdSearchParameters
 
isWithImagesOnly() - Method in class nl.strohalm.cyclos.webservices.members.AbstractMemberSearchParameters
 
isWrite() - Method in class nl.strohalm.cyclos.utils.transaction.CurrentTransactionData.Entry
 
isZeroIsSystem() - Method in class nl.strohalm.cyclos.utils.conversion.AccountOwnerConverter
 
iterate(String, Object) - Method in class nl.strohalm.cyclos.dao.BaseDAOImpl
Creates an iterator
iterateAll() - Method in interface nl.strohalm.cyclos.dao.ads.AdCategoryDAO
Iterates over all categories, with no assumed ordering
iterateAll() - Method in class nl.strohalm.cyclos.dao.ads.AdCategoryDAOImpl
 
iterateByGroup(boolean, MemberGroup...) - Method in class nl.strohalm.cyclos.services.elements.MemberServiceImpl
 
iterateByGroup(MemberGroup...) - Method in class nl.strohalm.cyclos.services.elements.MemberServiceImpl
 
iterateByGroup(boolean, MemberGroup...) - Method in interface nl.strohalm.cyclos.services.elements.MemberServiceLocal
Iterates the members on the given groups, optionally ordering by name
iterateByGroup(MemberGroup...) - Method in interface nl.strohalm.cyclos.services.elements.MemberServiceLocal
Iterates the members on the given groups with no expected order
iterateDailyDifferences(MemberAccount, Period) - Method in interface nl.strohalm.cyclos.dao.accounts.AccountDAO
Returns an iterator list with the differences of either balance or reserved amount for the given account, within the given period
iterateDailyDifferences(MemberAccount, Period) - Method in class nl.strohalm.cyclos.dao.accounts.AccountDAOImpl
 
iterateMembers(boolean, MemberGroup...) - Method in interface nl.strohalm.cyclos.dao.members.ElementDAO
Iterates over the members of the given groups either ordered by name or by no expected order
iterateMembers(boolean, MemberGroup...) - Method in class nl.strohalm.cyclos.dao.members.ElementDAOImpl
 
iterateOperatorGroups(MemberGroup) - Method in interface nl.strohalm.cyclos.dao.groups.GroupDAO
Returns a list of all operator groups of all members in this group
iterateOperatorGroups(MemberGroup) - Method in class nl.strohalm.cyclos.dao.groups.GroupDAOImpl
 
iterateOperatorGroups(MemberGroup) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
iterateOperatorGroups(MemberGroup) - Method in interface nl.strohalm.cyclos.services.groups.GroupServiceLocal
Returns all operator groups for all members in the given group
iterateOverAccountsWithAccountFeeChargesFor(AccountFeeLog) - Method in interface nl.strohalm.cyclos.dao.accounts.fee.account.AccountFeeLogDAO
Iterates over all member accounts with AccountFeeAmounts related to the given AccountFeeLog
iterateOverAccountsWithAccountFeeChargesFor(AccountFeeLog) - Method in class nl.strohalm.cyclos.dao.accounts.fee.account.AccountFeeLogDAOImpl
 
iterateUnclosedAccounts(Calendar, int) - Method in interface nl.strohalm.cyclos.dao.accounts.AccountDAO
Iterates the next 'n' accounts which don't have a closed balance for the given day
iterateUnclosedAccounts(Calendar, int) - Method in class nl.strohalm.cyclos.dao.accounts.AccountDAOImpl
 
iterator - Variable in class nl.strohalm.cyclos.utils.IteratorListImpl
 
iterator() - Method in class nl.strohalm.cyclos.utils.IteratorListImpl
 
iterator() - Method in class nl.strohalm.cyclos.webservices.accounts.AccountHistoryResultPage
 
iterator() - Method in class nl.strohalm.cyclos.webservices.ads.AdResultPage
 
iterator() - Method in class nl.strohalm.cyclos.webservices.infotexts.InfoTextResultPage
 
iterator() - Method in class nl.strohalm.cyclos.webservices.members.MemberResultPage
 
iterator() - Method in class nl.strohalm.cyclos.webservices.model.ResultPage
 
IteratorList<E> - Interface in nl.strohalm.cyclos.utils.query
Contains result for a search that will be iterated on the view, allowing lazy fetch of each result
IteratorListImpl<E> - Class in nl.strohalm.cyclos.utils
Basic implementation for iterator lists, using a delegate iterator
IteratorListImpl(Iterator<E>) - Constructor for class nl.strohalm.cyclos.utils.IteratorListImpl
 

J

JDBCCallback - Interface in nl.strohalm.cyclos.dao
Interface for JDBC works
JDBCWrapper - Class in nl.strohalm.cyclos.utils
Contains helper methods for JDBC access
JDBCWrapper(Connection) - Constructor for class nl.strohalm.cyclos.utils.JDBCWrapper
 
JSONBuilder - Class in nl.strohalm.cyclos.utils
Utility class used to build JSON strings
JSONBuilder() - Constructor for class nl.strohalm.cyclos.utils.JSONBuilder
 
JspTransactionFilter - Class in nl.strohalm.cyclos.http
A filter used to make sure that JSP execution is done within a read-only database transaction
JspTransactionFilter() - Constructor for class nl.strohalm.cyclos.http.JspTransactionFilter
 

K

key - Variable in class nl.strohalm.cyclos.entities.alerts.Alert
 
key(String) - Method in class nl.strohalm.cyclos.utils.validation.Validator.Property
 
KeyDevelopmentsStatsPerMonthVO - Class in nl.strohalm.cyclos.services.stats.general
Contains the data for one month inside a through time range for key developments statistics, for one not specified numerical field.
KeyDevelopmentsStatsPerMonthVO(Number, int, int) - Constructor for class nl.strohalm.cyclos.services.stats.general.KeyDevelopmentsStatsPerMonthVO
 
keys() - Method in class nl.strohalm.cyclos.utils.SortedProperties
 
keySet() - Method in class nl.strohalm.cyclos.utils.SortedProperties
 
KeyToHelpNameConverter - Class in nl.strohalm.cyclos.utils.conversion
A converter that converts a resource bundle key (like monkey.fool.cow.bear) to a helpfile name (like monkeyFoolCowBear).
KeyToHelpNameConverter() - Constructor for class nl.strohalm.cyclos.utils.conversion.KeyToHelpNameConverter
default constructor

L

last() - Method in interface nl.strohalm.cyclos.dao.IndexOperationDAO
Returns the last available operation
last() - Method in class nl.strohalm.cyclos.dao.IndexOperationDAOImpl
 
lastIndexOf(Object) - Method in class nl.strohalm.cyclos.utils.IteratorListImpl
 
lastProperty(String) - Static method in class nl.strohalm.cyclos.utils.PropertyHelper
Returns the last property on a path.
lastTimeExpiredCards() - Method in interface nl.strohalm.cyclos.dao.accounts.cards.CardDAO
Search for the max expiration_date where status = Card.Status.EXPIRED
lastTimeExpiredCards() - Method in class nl.strohalm.cyclos.dao.accounts.cards.CardDAOImpl
 
LayoutTag - Class in nl.strohalm.cyclos.taglibs
Tag used to layout contents in columns
LayoutTag() - Constructor for class nl.strohalm.cyclos.taglibs.LayoutTag
 
length(int, int) - Method in class nl.strohalm.cyclos.utils.validation.Validator.Property
 
LengthValidation - Class in nl.strohalm.cyclos.utils.validation
Validates a length constraint
LengthValidation(RangeConstraint) - Constructor for class nl.strohalm.cyclos.utils.validation.LengthValidation
 
lessEquals(Comparable<?>) - Static method in class nl.strohalm.cyclos.utils.validation.CompareToValidation
A less or equals validation
lessEquals(Number) - Method in class nl.strohalm.cyclos.utils.validation.Validator.Property
 
lessThan(Comparable<?>) - Static method in class nl.strohalm.cyclos.utils.validation.CompareToValidation
A less than validation
lessThan(Number) - Method in class nl.strohalm.cyclos.utils.validation.Validator.Property
 
LifecycleListener - Class in nl.strohalm.cyclos.http
Listener for context events
LifecycleListener() - Constructor for class nl.strohalm.cyclos.http.LifecycleListener
 
limitResults(int) - Method in class nl.strohalm.cyclos.utils.query.QueryParameters
 
link(TransferType, PaymentCustomField) - Method in interface nl.strohalm.cyclos.services.customization.PaymentCustomFieldService
Links the transfer type with the payment custom field
link(TransferType, PaymentCustomField) - Method in class nl.strohalm.cyclos.services.customization.PaymentCustomFieldServiceImpl
 
link(TransferType, PaymentCustomField) - Method in class nl.strohalm.cyclos.services.customization.PaymentCustomFieldServiceSecurity
 
LinkGenerator - Interface in nl.strohalm.cyclos.utils
This class can generate links for specific
LinkGeneratorImpl - Class in nl.strohalm.cyclos.utils
Implementation for link generator
LinkGeneratorImpl() - Constructor for class nl.strohalm.cyclos.utils.LinkGeneratorImpl
 
LinkPaymentCustomFieldAction - Class in nl.strohalm.cyclos.controls.customization.fields
Action used to link an existing custom field to another payment type
LinkPaymentCustomFieldAction() - Constructor for class nl.strohalm.cyclos.controls.customization.fields.LinkPaymentCustomFieldAction
 
LinkPaymentCustomFieldForm - Class in nl.strohalm.cyclos.controls.customization.fields
Form used to link an existing custom field to another payment type
LinkPaymentCustomFieldForm() - Constructor for class nl.strohalm.cyclos.controls.customization.fields.LinkPaymentCustomFieldForm
 
list(StatisticalDTO) - Method in interface nl.strohalm.cyclos.dao.access.LoginHistoryDAO
gets a List with Users and their number of Logins.
list(StatisticalDTO) - Method in class nl.strohalm.cyclos.dao.access.LoginHistoryDAOImpl
 
list(QueryParameters, String) - Method in class nl.strohalm.cyclos.dao.BaseDAOImpl
Executes a query with minimal parameters, treating the query object as the source for named parameters
list(QueryParameters, String, Object) - Method in class nl.strohalm.cyclos.dao.BaseDAOImpl
Executes a query with a query parameters and a separate named parameters object
list(QueryParameters.ResultType, String, Object, PageParameters, Relationship...) - Method in class nl.strohalm.cyclos.dao.BaseDAOImpl
Execute a list with all possible parameters
list(String, Object) - Method in class nl.strohalm.cyclos.dao.BaseDAOImpl
Execute a simple list, binding parameters to the query
list(Class<T>, QueryParameters, Query, Filters, Sort) - Method in class nl.strohalm.cyclos.dao.IndexedDAOImpl
Executes a full-text query, applying the desired result type and page parameters
list() - Method in interface nl.strohalm.cyclos.dao.sms.SmsTypeDAO
 
list() - Method in class nl.strohalm.cyclos.dao.sms.SmsTypeDAOImpl
 
list() - Method in interface nl.strohalm.cyclos.services.access.ChannelService
Lists all registered channels
list() - Method in class nl.strohalm.cyclos.services.access.ChannelServiceImpl
 
list() - Method in class nl.strohalm.cyclos.services.access.ChannelServiceSecurity
 
list() - Method in class nl.strohalm.cyclos.services.customization.AdCustomFieldServiceSecurity
 
list() - Method in class nl.strohalm.cyclos.services.customization.AdminCustomFieldServiceSecurity
 
list(CF) - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
Should be implemented in order to list all fields like the given one.
list() - Method in interface nl.strohalm.cyclos.services.customization.BaseGlobalCustomFieldService
Lists all custom fields
list() - Method in class nl.strohalm.cyclos.services.customization.BaseGlobalCustomFieldServiceImpl
 
list(CF) - Method in class nl.strohalm.cyclos.services.customization.BaseGlobalCustomFieldServiceImpl
 
list() - Method in class nl.strohalm.cyclos.services.customization.LoanGroupCustomFieldServiceSecurity
 
list() - Method in class nl.strohalm.cyclos.services.customization.MemberCustomFieldServiceSecurity
 
list(MemberRecordType) - Method in interface nl.strohalm.cyclos.services.customization.MemberRecordCustomFieldService
Lists all member record custom fields for the member record type
list(MemberRecordType) - Method in class nl.strohalm.cyclos.services.customization.MemberRecordCustomFieldServiceImpl
 
list(MemberRecordCustomField) - Method in class nl.strohalm.cyclos.services.customization.MemberRecordCustomFieldServiceImpl
 
list(MemberRecordType) - Method in class nl.strohalm.cyclos.services.customization.MemberRecordCustomFieldServiceSecurity
 
list(Member) - Method in interface nl.strohalm.cyclos.services.customization.OperatorCustomFieldService
Lists all operator custom fields for the given member
list(Member) - Method in class nl.strohalm.cyclos.services.customization.OperatorCustomFieldServiceImpl
 
list(OperatorCustomField) - Method in class nl.strohalm.cyclos.services.customization.OperatorCustomFieldServiceImpl
 
list(Member) - Method in class nl.strohalm.cyclos.services.customization.OperatorCustomFieldServiceSecurity
 
list(TransferType, boolean) - Method in interface nl.strohalm.cyclos.services.customization.PaymentCustomFieldService
Lists all payment custom fields for the transfer type
list(TransferType, boolean) - Method in class nl.strohalm.cyclos.services.customization.PaymentCustomFieldServiceImpl
 
list(PaymentCustomField) - Method in class nl.strohalm.cyclos.services.customization.PaymentCustomFieldServiceImpl
 
list(TransferType, boolean) - Method in class nl.strohalm.cyclos.services.customization.PaymentCustomFieldServiceSecurity
 
list(Member) - Method in interface nl.strohalm.cyclos.services.elements.ContactService
Lists all contacts of the given member
list(Member) - Method in class nl.strohalm.cyclos.services.elements.ContactServiceImpl
 
list(Member) - Method in class nl.strohalm.cyclos.services.elements.ContactServiceSecurity
 
list() - Method in interface nl.strohalm.cyclos.services.preferences.ReceiptPrinterSettingsService
Lists all receipt printer settings for the currently logged Member
list() - Method in class nl.strohalm.cyclos.services.preferences.ReceiptPrinterSettingsServiceImpl
 
list() - Method in class nl.strohalm.cyclos.services.preferences.ReceiptPrinterSettingsServiceSecurity
 
list() - Method in class nl.strohalm.cyclos.themes.BaseThemeHandler
 
list() - Method in interface nl.strohalm.cyclos.themes.ThemeHandler
Lists available themes
ListAccountFeeLogAction - Class in nl.strohalm.cyclos.controls.accounts.accountfees
Action used to list an account fee log
ListAccountFeeLogAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.accountfees.ListAccountFeeLogAction
 
ListAccountTypesAction - Class in nl.strohalm.cyclos.controls.accounts.accounttypes
Action used to list the existing account types
ListAccountTypesAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.accounttypes.ListAccountTypesAction
 
listActiveMemberGroups() - Method in interface nl.strohalm.cyclos.dao.groups.GroupDAO
Returns a List of MemberGroups that are active (have as least one account)
listActiveMemberGroups() - Method in class nl.strohalm.cyclos.dao.groups.GroupDAOImpl
 
ListAdCategoriesAction - Class in nl.strohalm.cyclos.controls.ads.categories
Action used to list all categories
ListAdCategoriesAction() - Constructor for class nl.strohalm.cyclos.controls.ads.categories.ListAdCategoriesAction
 
ListAdCategoryForm - Class in nl.strohalm.cyclos.controls.ads.categories
Form used to list current ad category
ListAdCategoryForm() - Constructor for class nl.strohalm.cyclos.controls.ads.categories.ListAdCategoryForm
 
ListAdInterestsAction - Class in nl.strohalm.cyclos.controls.members.adinterests
 
ListAdInterestsAction() - Constructor for class nl.strohalm.cyclos.controls.members.adinterests.ListAdInterestsAction
 
listAdminsForNotification(AdminNotificationPreferenceQuery) - Method in class nl.strohalm.cyclos.services.preferences.PreferenceServiceImpl
 
listAdminsForNotification(AdminNotificationPreferenceQuery) - Method in interface nl.strohalm.cyclos.services.preferences.PreferenceServiceLocal
Lists admins according to the given parameters
listAll(Relationship...) - Method in interface nl.strohalm.cyclos.dao.access.ChannelDAO
Lists all channels
listAll(Relationship...) - Method in class nl.strohalm.cyclos.dao.access.ChannelDAOImpl
 
listAll() - Method in interface nl.strohalm.cyclos.dao.accounts.AccountTypeDAO
Returns all account types
listAll() - Method in class nl.strohalm.cyclos.dao.accounts.AccountTypeDAOImpl
 
listAll() - Method in interface nl.strohalm.cyclos.dao.accounts.cards.CardTypeDAO
Searches for all CardTypes
listAll() - Method in class nl.strohalm.cyclos.dao.accounts.cards.CardTypeDAOImpl
 
listAll(Relationship...) - Method in interface nl.strohalm.cyclos.dao.accounts.CurrencyDAO
Lists all currencies, ordering results by name
listAll(Relationship...) - Method in class nl.strohalm.cyclos.dao.accounts.CurrencyDAOImpl
 
listAll() - Method in interface nl.strohalm.cyclos.dao.accounts.external.ExternalAccountDAO
Lists all external accounts, ordering results by name
listAll() - Method in class nl.strohalm.cyclos.dao.accounts.external.ExternalAccountDAOImpl
 
listAll() - Method in interface nl.strohalm.cyclos.dao.accounts.external.ExternalTransferTypeDAO
Lists all External Transfer Types, ordering results by name
listAll() - Method in class nl.strohalm.cyclos.dao.accounts.external.ExternalTransferTypeDAOImpl
 
listAll() - Method in interface nl.strohalm.cyclos.dao.members.RegistrationAgreementDAO
Returns a list with all registration agreements
listAll() - Method in class nl.strohalm.cyclos.dao.members.RegistrationAgreementDAOImpl
 
listAll() - Method in interface nl.strohalm.cyclos.services.accounts.AccountTypeService
Lists all account types
listAll() - Method in class nl.strohalm.cyclos.services.accounts.AccountTypeServiceImpl
 
listAll() - Method in class nl.strohalm.cyclos.services.accounts.AccountTypeServiceSecurity
 
listAll() - Method in interface nl.strohalm.cyclos.services.accounts.cards.CardTypeService
Get all CardTypes
listAll() - Method in class nl.strohalm.cyclos.services.accounts.cards.CardTypeServiceImpl
 
listAll() - Method in class nl.strohalm.cyclos.services.accounts.cards.CardTypeServiceSecurity
 
listAll() - Method in interface nl.strohalm.cyclos.services.accounts.CurrencyService
Lists all currencies
listAll() - Method in class nl.strohalm.cyclos.services.accounts.CurrencyServiceImpl
 
listAll() - Method in class nl.strohalm.cyclos.services.accounts.CurrencyServiceSecurity
 
listAll() - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalAccountServiceImpl
 
listAll() - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferTypeServiceImpl
 
listAll() - Method in class nl.strohalm.cyclos.services.elements.MessageCategoryServiceImpl
 
listAll() - Method in interface nl.strohalm.cyclos.services.elements.MessageCategoryServiceLocal
Returns all categories
listAll() - Method in interface nl.strohalm.cyclos.services.elements.RegistrationAgreementService
Returns a list with all registration agreements
listAll() - Method in class nl.strohalm.cyclos.services.elements.RegistrationAgreementServiceImpl
 
listAll() - Method in class nl.strohalm.cyclos.services.elements.RegistrationAgreementServiceSecurity
 
listAllKeys() - Method in interface nl.strohalm.cyclos.dao.customizations.TranslationMessageDAO
Returns an iterator with all existing keys
listAllKeys() - Method in class nl.strohalm.cyclos.dao.customizations.TranslationMessageDAOImpl
 
listARatedTTs() - Method in interface nl.strohalm.cyclos.services.transfertypes.TransferTypeService
get a list with transferTypes having A-rated Transaction Fees
listARatedTTs() - Method in class nl.strohalm.cyclos.services.transfertypes.TransferTypeServiceImpl
gets transferTypes possibly being a conversion, and having an A-Rated TransferFee.
listARatedTTs() - Method in class nl.strohalm.cyclos.services.transfertypes.TransferTypeServiceSecurity
 
listAsProperties() - Method in interface nl.strohalm.cyclos.dao.customizations.TranslationMessageDAO
Lists the translation messages as properties
listAsProperties() - Method in class nl.strohalm.cyclos.dao.customizations.TranslationMessageDAOImpl
 
listBefore(Calendar) - Method in interface nl.strohalm.cyclos.dao.ads.imports.AdImportDAO
Lists the records created before the given time
listBefore(Calendar) - Method in class nl.strohalm.cyclos.dao.ads.imports.AdImportDAOImpl
 
listBefore(Calendar) - Method in interface nl.strohalm.cyclos.dao.members.imports.MemberImportDAO
Lists the records created before the given time
listBefore(Calendar) - Method in class nl.strohalm.cyclos.dao.members.imports.MemberImportDAOImpl
 
ListBrokerCommissionContractsAction - Class in nl.strohalm.cyclos.controls.members.brokering
List broker commission contracts
ListBrokerCommissionContractsAction() - Constructor for class nl.strohalm.cyclos.controls.members.brokering.ListBrokerCommissionContractsAction
 
ListBrokerCommissionContractsActionPolicy - Class in nl.strohalm.cyclos.struts.access.policies
 
ListBrokerCommissionContractsForm - Class in nl.strohalm.cyclos.controls.members.brokering
Form used to list broker commission contracts
ListBrokerCommissionContractsForm() - Constructor for class nl.strohalm.cyclos.controls.members.brokering.ListBrokerCommissionContractsForm
 
ListBrokeringsAction - Class in nl.strohalm.cyclos.controls.members.brokering
List a broker's registered members
ListBrokeringsAction() - Constructor for class nl.strohalm.cyclos.controls.members.brokering.ListBrokeringsAction
 
ListBrokeringsForm - Class in nl.strohalm.cyclos.controls.members.brokering
Form used to list the regitered members by a given broker
ListBrokeringsForm() - Constructor for class nl.strohalm.cyclos.controls.members.brokering.ListBrokeringsForm
 
listBrokerRemarksFor(Element) - Method in interface nl.strohalm.cyclos.services.elements.RemarkService
Lists all broker remarks for a given element
listBrokerRemarksFor(Element) - Method in class nl.strohalm.cyclos.services.elements.RemarkServiceImpl
 
listBrokerRemarksFor(Element) - Method in class nl.strohalm.cyclos.services.elements.RemarkServiceSecurity
 
listBuiltin() - Static method in class nl.strohalm.cyclos.entities.access.Channel
Returns a list of built-in channels
listBuiltin() - Method in interface nl.strohalm.cyclos.services.access.ChannelService
Lists the builtin channels
listBuiltin() - Method in class nl.strohalm.cyclos.services.access.ChannelServiceImpl
 
listBuiltin() - Method in class nl.strohalm.cyclos.services.access.ChannelServiceSecurity
 
listByAccount(ExternalAccount) - Method in interface nl.strohalm.cyclos.dao.accounts.external.ExternalTransferTypeDAO
Lists External Transfer Types By Account, ordering results by name
listByAccount(ExternalAccount) - Method in class nl.strohalm.cyclos.dao.accounts.external.ExternalTransferTypeDAOImpl
 
listByAccount(ExternalAccount) - Method in interface nl.strohalm.cyclos.services.accounts.external.ExternalTransferTypeService
Lists External Transfer Types By Account, ordering results by name
listByAccount(ExternalAccount) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferTypeServiceImpl
 
listByAccount(ExternalAccount) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferTypeServiceSecurity
 
listByMember(Member) - Method in interface nl.strohalm.cyclos.dao.members.ContactDAO
Returns a list of all contacts of the given member, fetching the related member (contact) and ordering by its username.
listByMember(Member) - Method in class nl.strohalm.cyclos.dao.members.ContactDAOImpl
 
listByMember(Member) - Method in interface nl.strohalm.cyclos.dao.members.ReceiptPrinterSettingsDAO
Returns all receipt printer settings for the given member
listByMember(Member) - Method in class nl.strohalm.cyclos.dao.members.ReceiptPrinterSettingsDAOImpl
 
listByMember(Member) - Method in interface nl.strohalm.cyclos.dao.members.RegistrationAgreementLogDAO
Returns the agreements accepted by the given member
listByMember(Member) - Method in class nl.strohalm.cyclos.dao.members.RegistrationAgreementLogDAOImpl
 
listByMember(Member) - Method in interface nl.strohalm.cyclos.services.accounts.CurrencyService
Lists the currencies accessible to the given member
listByMember(Member) - Method in class nl.strohalm.cyclos.services.accounts.CurrencyServiceImpl
 
listByMember(Member) - Method in class nl.strohalm.cyclos.services.accounts.CurrencyServiceSecurity
 
listByMemberGroup(MemberGroup) - Method in interface nl.strohalm.cyclos.dao.accounts.CurrencyDAO
Lists currencies of account types associated with the given group
listByMemberGroup(MemberGroup) - Method in class nl.strohalm.cyclos.dao.accounts.CurrencyDAOImpl
 
listByMemberGroup(MemberGroup) - Method in interface nl.strohalm.cyclos.services.accounts.CurrencyService
Lists currencies of account types associated with the given group
listByMemberGroup(MemberGroup) - Method in class nl.strohalm.cyclos.services.accounts.CurrencyServiceImpl
 
listByMemberGroup(MemberGroup) - Method in class nl.strohalm.cyclos.services.accounts.CurrencyServiceSecurity
 
listByNature(CustomField.Nature, Relationship...) - Method in interface nl.strohalm.cyclos.dao.customizations.CustomFieldDAO
Returns a list of all custom fields of the given nature, ordered by it's order.
listByNature(CustomField.Nature, Relationship...) - Method in class nl.strohalm.cyclos.dao.customizations.CustomFieldDAOImpl
 
listByNature(Image.Nature) - Method in interface nl.strohalm.cyclos.dao.customizations.ImageDAO
Lists images by nature and name, ordering by name.
listByNature(Image.Nature) - Method in class nl.strohalm.cyclos.dao.customizations.ImageDAOImpl
 
listByNature(Image.Nature) - Method in interface nl.strohalm.cyclos.services.customization.ImageService
Lists the images of the given nature
listByNature(Image.Nature) - Method in class nl.strohalm.cyclos.services.customization.ImageServiceImpl
 
listByNature(Image.Nature) - Method in class nl.strohalm.cyclos.services.customization.ImageServiceSecurity
 
listByOwner(Entity) - Method in interface nl.strohalm.cyclos.dao.customizations.ImageDAO
List images by owner, ordering by the image order
listByOwner(Entity) - Method in class nl.strohalm.cyclos.dao.customizations.ImageDAOImpl
 
listByOwner(Entity) - Method in interface nl.strohalm.cyclos.services.customization.ImageService
Lists the images belonging to the specified owner
listByOwner(Entity) - Method in class nl.strohalm.cyclos.services.customization.ImageServiceImpl
 
listByOwner(Entity) - Method in class nl.strohalm.cyclos.services.customization.ImageServiceSecurity
 
listByRootType(Message.RootType) - Static method in enum nl.strohalm.cyclos.entities.members.messages.Message.Type
Returns the second level message types given a first level one
listByType(Setting.Type) - Method in interface nl.strohalm.cyclos.dao.settings.SettingDAO
Returns a list of all settings of the given type.
listByType(Setting.Type) - Method in class nl.strohalm.cyclos.dao.settings.SettingDAOImpl
 
listByType(CustomizedFile.Type) - Method in class nl.strohalm.cyclos.utils.CustomizationHelper
Lists files for the customized file type
ListCardTypeAction - Class in nl.strohalm.cyclos.controls.accounts.cards
 
ListCardTypeAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.cards.ListCardTypeAction
 
listCategories() - Method in interface nl.strohalm.cyclos.webservices.ads.AdWebService
Lists all categories
listCategories() - Method in class nl.strohalm.cyclos.webservices.ads.AdWebServiceImpl
 
listCategoryTree() - Method in interface nl.strohalm.cyclos.webservices.ads.AdWebService
Lists the detailed category tree
listCategoryTree() - Method in class nl.strohalm.cyclos.webservices.ads.AdWebServiceImpl
 
ListChannelsAction - Class in nl.strohalm.cyclos.controls.channels
Action used to list the existing channels
ListChannelsAction() - Constructor for class nl.strohalm.cyclos.controls.channels.ListChannelsAction
 
ListConnectedUsersAction - Class in nl.strohalm.cyclos.controls.access
Action used to search for the connected users
ListConnectedUsersAction() - Constructor for class nl.strohalm.cyclos.controls.access.ListConnectedUsersAction
 
ListConnectedUsersForm - Class in nl.strohalm.cyclos.controls.access
Form used to search for connected users
ListConnectedUsersForm() - Constructor for class nl.strohalm.cyclos.controls.access.ListConnectedUsersForm
 
ListContactsAction - Class in nl.strohalm.cyclos.controls.members.contacts
Action for retrieving the logged member contacts
ListContactsAction() - Constructor for class nl.strohalm.cyclos.controls.members.contacts.ListContactsAction
 
ListContactsActionPolicy - Class in nl.strohalm.cyclos.struts.access.policies
 
ListCurrenciesAction - Class in nl.strohalm.cyclos.controls.accounts.currencies
Action used to list the existing currencies
ListCurrenciesAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.currencies.ListCurrenciesAction
 
ListCustomFieldsAction - Class in nl.strohalm.cyclos.controls.customization.fields
Action used to list custom fields
ListCustomFieldsAction() - Constructor for class nl.strohalm.cyclos.controls.customization.fields.ListCustomFieldsAction
 
ListCustomFieldsForm - Class in nl.strohalm.cyclos.controls.customization.fields
Form used to list custom fields
ListCustomFieldsForm() - Constructor for class nl.strohalm.cyclos.controls.customization.fields.ListCustomFieldsForm
 
ListCustomizedFilesAction - Class in nl.strohalm.cyclos.controls.customization.files
Action used to list the customized files of a given type
ListCustomizedFilesAction() - Constructor for class nl.strohalm.cyclos.controls.customization.files.ListCustomizedFilesAction
 
ListCustomizedFilesForm - Class in nl.strohalm.cyclos.controls.customization.files
Form used to list the customized files
ListCustomizedFilesForm() - Constructor for class nl.strohalm.cyclos.controls.customization.files.ListCustomizedFilesForm
 
listData() - Method in interface nl.strohalm.cyclos.dao.customizations.TranslationMessageDAO
Returns a list with all translation messages' data, in an array with id, key and value
listData() - Method in class nl.strohalm.cyclos.dao.customizations.TranslationMessageDAOImpl
 
ListDocumentsAction - Class in nl.strohalm.cyclos.controls.customization.documents
Action used to list the documents
ListDocumentsAction() - Constructor for class nl.strohalm.cyclos.controls.customization.documents.ListDocumentsAction
 
listDRatedCurrencies() - Method in interface nl.strohalm.cyclos.services.accounts.CurrencyService
Lists currencies having D-rate Enabled.
listDRatedCurrencies() - Method in class nl.strohalm.cyclos.services.accounts.CurrencyServiceImpl
 
listDRatedCurrencies() - Method in class nl.strohalm.cyclos.services.accounts.CurrencyServiceSecurity
 
listener - Variable in class nl.strohalm.cyclos.utils.cache.CacheListenerAdapter
 
listExternal() - Method in class nl.strohalm.cyclos.services.access.ChannelServiceImpl
 
listExternal() - Method in interface nl.strohalm.cyclos.services.access.ChannelServiceLocal
Returns all channels, except the main web
listExternalAccountOverview(ExternalAccountQuery) - Method in interface nl.strohalm.cyclos.dao.accounts.external.ExternalAccountDAO
External Account Details related system accounts type, ordering results by name
listExternalAccountOverview(ExternalAccountQuery) - Method in class nl.strohalm.cyclos.dao.accounts.external.ExternalAccountDAOImpl
 
ListExternalAccountsAction - Class in nl.strohalm.cyclos.controls.accounts.external
Action used to list the existing External Account
ListExternalAccountsAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.ListExternalAccountsAction
 
ListExternalTransferTypesAction - Class in nl.strohalm.cyclos.controls.accounts.external
Action used to list the existing External Transfer Type
ListExternalTransferTypesAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.ListExternalTransferTypesAction
 
listForList(Account, boolean) - Method in interface nl.strohalm.cyclos.services.customization.PaymentCustomFieldService
Lists payment custom fields which are visible result column for the given account history.
listForList(Account, boolean) - Method in class nl.strohalm.cyclos.services.customization.PaymentCustomFieldServiceImpl
 
listForList(Account, boolean) - Method in class nl.strohalm.cyclos.services.customization.PaymentCustomFieldServiceSecurity
 
listForSearch(Account, boolean) - Method in interface nl.strohalm.cyclos.services.customization.PaymentCustomFieldService
Lists payment custom fields which are visible as search filters for the given account history.
listForSearch(Account, boolean) - Method in class nl.strohalm.cyclos.services.customization.PaymentCustomFieldServiceImpl
 
listForSearch(Account, boolean) - Method in class nl.strohalm.cyclos.services.customization.PaymentCustomFieldServiceSecurity
 
listFromMember(Member) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
ListGeneratedTypesAjaxAction - Class in nl.strohalm.cyclos.controls.accounts.accountfees
Ajax action used to retrieve the possible transfer types for
ListGeneratedTypesAjaxAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.accountfees.ListGeneratedTypesAjaxAction
 
ListGeneratedTypesAjaxAction - Class in nl.strohalm.cyclos.controls.accounts.transactionfees
Ajax action used to retrieve the possible transfer types for
ListGeneratedTypesAjaxAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.transactionfees.ListGeneratedTypesAjaxAction
 
ListGeneratedTypesAjaxForm - Class in nl.strohalm.cyclos.controls.accounts.transactionfees
Form used to list generated transfer types for a transaction fee
ListGeneratedTypesAjaxForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.transactionfees.ListGeneratedTypesAjaxForm
 
listGroupChangeHistory(Element) - Method in interface nl.strohalm.cyclos.services.elements.RemarkService
Lists all group change remarks for a given element
listGroupChangeHistory(Element) - Method in class nl.strohalm.cyclos.services.elements.RemarkServiceImpl
 
listGroupChangeHistory(Element) - Method in class nl.strohalm.cyclos.services.elements.RemarkServiceSecurity
 
ListGroupFiltersAction - Class in nl.strohalm.cyclos.controls.groups.groupFilters
Action used to list group filters
ListGroupFiltersAction() - Constructor for class nl.strohalm.cyclos.controls.groups.groupFilters.ListGroupFiltersAction
 
ListGroupsAction - Class in nl.strohalm.cyclos.controls.groups
Action used to list groups
ListGroupsAction() - Constructor for class nl.strohalm.cyclos.controls.groups.ListGroupsAction
 
ListGroupsForm - Class in nl.strohalm.cyclos.controls.groups
Form used to search groups
ListGroupsForm() - Constructor for class nl.strohalm.cyclos.controls.groups.ListGroupsForm
 
ListGuaranteeTypesAction - Class in nl.strohalm.cyclos.controls.accounts.guarantees.types
 
ListGuaranteeTypesAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.types.ListGuaranteeTypesAction
 
ListGuaranteeTypesForm - Class in nl.strohalm.cyclos.controls.accounts.guarantees.types
 
ListGuaranteeTypesForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.types.ListGuaranteeTypesForm
 
listIterator() - Method in class nl.strohalm.cyclos.utils.IteratorListImpl
 
listIterator(int) - Method in class nl.strohalm.cyclos.utils.IteratorListImpl
 
listLeaf() - Method in interface nl.strohalm.cyclos.services.ads.AdCategoryService
Lists the active leaf categories
listLeaf() - Method in class nl.strohalm.cyclos.services.ads.AdCategoryServiceImpl
 
listLeaf() - Method in class nl.strohalm.cyclos.services.ads.AdCategoryServiceSecurity
 
listLoggedUsers() - Method in interface nl.strohalm.cyclos.dao.access.SessionDAO
Lists all users
listLoggedUsers() - Method in class nl.strohalm.cyclos.dao.access.SessionDAOImpl
 
listManagedGroups() - Method in interface nl.strohalm.cyclos.webservices.members.MemberWebService
Returns a list of the managed groups by the caller channel
listManagedGroups() - Method in class nl.strohalm.cyclos.webservices.members.MemberWebServiceImpl
 
ListMemberAlertsAction - Class in nl.strohalm.cyclos.controls.alerts
Lists member alerts
ListMemberAlertsAction() - Constructor for class nl.strohalm.cyclos.controls.alerts.ListMemberAlertsAction
 
listMemberRecordFields(MemberRecordType) - Method in interface nl.strohalm.cyclos.dao.customizations.CustomFieldDAO
Lists all member record custom fields for the member record type
listMemberRecordFields(MemberRecordType) - Method in class nl.strohalm.cyclos.dao.customizations.CustomFieldDAOImpl
 
ListMemberRecordTypesAction - Class in nl.strohalm.cyclos.controls.members.records
Action used to list the existing member record types
ListMemberRecordTypesAction() - Constructor for class nl.strohalm.cyclos.controls.members.records.ListMemberRecordTypesAction
 
listMembersRegisteredBeforeOnGroup(Calendar, MemberGroup) - Method in interface nl.strohalm.cyclos.dao.members.ElementDAO
Lists members that were changed to the given group (or created on it) before the given date
listMembersRegisteredBeforeOnGroup(Calendar, MemberGroup) - Method in class nl.strohalm.cyclos.dao.members.ElementDAOImpl
 
ListMessageCategoriesAction - Class in nl.strohalm.cyclos.controls.members.messages
Takes care of listing the Message Categories.
ListMessageCategoriesAction() - Constructor for class nl.strohalm.cyclos.controls.members.messages.ListMessageCategoriesAction
 
ListMessageSettingsAction - Class in nl.strohalm.cyclos.controls.settings
Action used to list the message settings
ListMessageSettingsAction() - Constructor for class nl.strohalm.cyclos.controls.settings.ListMessageSettingsAction
 
listNonBuiltin() - Method in interface nl.strohalm.cyclos.services.access.ChannelService
Lists the non builtin channels
listNonBuiltin() - Method in class nl.strohalm.cyclos.services.access.ChannelServiceImpl
 
listNonBuiltin() - Method in class nl.strohalm.cyclos.services.access.ChannelServiceSecurity
 
listNotificationTypes(Member) - Method in interface nl.strohalm.cyclos.services.preferences.PreferenceService
Lists the possible notification types for the given member's notification preferences
listNotificationTypes(Member) - Method in class nl.strohalm.cyclos.services.preferences.PreferenceServiceImpl
 
listNotificationTypes(Member) - Method in class nl.strohalm.cyclos.services.preferences.PreferenceServiceSecurity
 
ListOperations - Class in nl.strohalm.cyclos.utils.statistics
Class provides additional usefull list methods.
ListOperations() - Constructor for class nl.strohalm.cyclos.utils.statistics.ListOperations
 
listOperatorFields(Member) - Method in interface nl.strohalm.cyclos.dao.customizations.CustomFieldDAO
Lists all operator custom fields for the given group
listOperatorFields(Member) - Method in class nl.strohalm.cyclos.dao.customizations.CustomFieldDAOImpl
 
listPaymentFieldForList(Account, boolean, Relationship...) - Method in interface nl.strohalm.cyclos.dao.customizations.CustomFieldDAO
Lists payment custom fields which are visible result column for the given account history.
listPaymentFieldForList(Account, boolean, Relationship...) - Method in class nl.strohalm.cyclos.dao.customizations.CustomFieldDAOImpl
 
listPaymentFieldForSearch(Account, boolean, Relationship...) - Method in interface nl.strohalm.cyclos.dao.customizations.CustomFieldDAO
Lists payment custom fields which are visible as search filters for the given account history.
listPaymentFieldForSearch(Account, boolean, Relationship...) - Method in class nl.strohalm.cyclos.dao.customizations.CustomFieldDAOImpl
 
listPaymentFields(TransferType, boolean, Relationship...) - Method in interface nl.strohalm.cyclos.dao.customizations.CustomFieldDAO
Lists all payment custom fields for the given transfer type
listPaymentFields(TransferType, boolean, Relationship...) - Method in class nl.strohalm.cyclos.dao.customizations.CustomFieldDAOImpl
 
ListPaymentFieldsAjaxAction - Class in nl.strohalm.cyclos.controls.customization.fields
Action used to list the payment fields directly related to a transfer type
ListPaymentFieldsAjaxAction() - Constructor for class nl.strohalm.cyclos.controls.customization.fields.ListPaymentFieldsAjaxAction
 
listPossibleChannels() - Method in interface nl.strohalm.cyclos.services.services.ServiceClientService
Lists the channels which may be used in a service client
listPossibleChannels() - Method in class nl.strohalm.cyclos.services.services.ServiceClientServiceImpl
 
listPossibleChannels() - Method in class nl.strohalm.cyclos.services.services.ServiceClientServiceSecurity
 
listPossibleCommissionsForNewContract(Member) - Method in interface nl.strohalm.cyclos.services.elements.CommissionService
Returns the possible BrokerCommissions which can be used for a new contract, given that the logged user is the broker
listPossibleCommissionsForNewContract(Member) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
listPossibleCommissionsForNewContract(Member) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceSecurity
 
listPossibleDoPaymentTypes(ServiceClient) - Method in interface nl.strohalm.cyclos.services.services.ServiceClientService
Lists the possible transfer for doPayment with the given client
listPossibleDoPaymentTypes(ServiceClient) - Method in class nl.strohalm.cyclos.services.services.ServiceClientServiceImpl
 
listPossibleDoPaymentTypes(ServiceClient) - Method in class nl.strohalm.cyclos.services.services.ServiceClientServiceSecurity
 
listPossibleParentFields(AdCustomField) - Method in class nl.strohalm.cyclos.services.customization.AdCustomFieldServiceSecurity
 
listPossibleParentFields(AdminCustomField) - Method in class nl.strohalm.cyclos.services.customization.AdminCustomFieldServiceSecurity
 
listPossibleParentFields(CF) - Method in interface nl.strohalm.cyclos.services.customization.BaseCustomFieldService
Lists the custom fields which may be set as parent fields of the given one
listPossibleParentFields(CF) - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
 
listPossibleParentFields(LoanGroupCustomField) - Method in class nl.strohalm.cyclos.services.customization.LoanGroupCustomFieldServiceSecurity
 
listPossibleParentFields(MemberCustomField) - Method in class nl.strohalm.cyclos.services.customization.MemberCustomFieldServiceSecurity
 
listPossibleParentFields(MemberRecordCustomField) - Method in class nl.strohalm.cyclos.services.customization.MemberRecordCustomFieldServiceSecurity
 
listPossibleParentFields(OperatorCustomField) - Method in class nl.strohalm.cyclos.services.customization.OperatorCustomFieldServiceSecurity
 
listPossibleParentFields(PaymentCustomField) - Method in class nl.strohalm.cyclos.services.customization.PaymentCustomFieldServiceSecurity
 
listPossibleReceivePaymentTypes(ServiceClient) - Method in interface nl.strohalm.cyclos.services.services.ServiceClientService
Lists the possible transfer for receivePayment with the given client
listPossibleReceivePaymentTypes(ServiceClient) - Method in class nl.strohalm.cyclos.services.services.ServiceClientServiceImpl
 
listPossibleReceivePaymentTypes(ServiceClient) - Method in class nl.strohalm.cyclos.services.services.ServiceClientServiceSecurity
 
listPossibleStatuses(BrokerGroup) - Method in interface nl.strohalm.cyclos.services.elements.BrokeringService
Lists the available statuses for the given broker group
listPossibleStatuses(BrokerGroup) - Method in class nl.strohalm.cyclos.services.elements.BrokeringServiceImpl
 
listPossibleStatuses(BrokerGroup) - Method in class nl.strohalm.cyclos.services.elements.BrokeringServiceSecurity
 
listPossibleTypes(DoPaymentDTO) - Method in class nl.strohalm.cyclos.webservices.utils.PaymentHelper
Lists the possible transfer types for this payment
ListReceiptPrinterSettingsAction - Class in nl.strohalm.cyclos.controls.members.printsettings
Action used to list all receipt printer settings for the currently logged member
ListReceiptPrinterSettingsAction() - Constructor for class nl.strohalm.cyclos.controls.members.printsettings.ListReceiptPrinterSettingsAction
 
ListRegistrationAgreementsAction - Class in nl.strohalm.cyclos.controls.members.agreements
Action used to list all registration agreements
ListRegistrationAgreementsAction() - Constructor for class nl.strohalm.cyclos.controls.members.agreements.ListRegistrationAgreementsAction
 
listRemoteCachePeers(Ehcache) - Method in class nl.strohalm.cyclos.utils.cache.ehcache.HazelcastCacheManagerPeerProvider
 
listRoot() - Method in interface nl.strohalm.cyclos.services.ads.AdCategoryService
Lists the active root categories, with all child categories fetched
listRoot() - Method in class nl.strohalm.cyclos.services.ads.AdCategoryServiceImpl
 
listRoot() - Method in class nl.strohalm.cyclos.services.ads.AdCategoryServiceSecurity
 
listScheduledPayments(ScheduledPaymentService, Member, Calendar) - Static method in class nl.strohalm.cyclos.controls.posweb.SearchTransactionsAction
 
listSettings() - Method in class nl.strohalm.cyclos.services.settings.BaseSettingsHandler
 
listSettings() - Method in interface nl.strohalm.cyclos.services.settings.SettingsHandler
Returns a list of settings of the given type
listSupportingPaymentRequest() - Method in class nl.strohalm.cyclos.services.access.ChannelServiceImpl
 
listSupportingPaymentRequest() - Method in interface nl.strohalm.cyclos.services.access.ChannelServiceLocal
Lists those channels that support payment requests
ListSystemAlertsAction - Class in nl.strohalm.cyclos.controls.alerts
Lists member alerts
ListSystemAlertsAction() - Constructor for class nl.strohalm.cyclos.controls.alerts.ListSystemAlertsAction
 
listThemes(ServletContext) - Static method in class nl.strohalm.cyclos.themes.ThemeHelper
Lists available themes
listToArray(List<Number>) - Static method in class nl.strohalm.cyclos.utils.statistics.ListOperations
Make an array with doubles from a List
listToIntArray(List<Number>) - Static method in class nl.strohalm.cyclos.utils.statistics.ListOperations
Make an array with ints from a List
listToMember(Member) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
listTransfers(PaymentService, Member, Calendar) - Static method in class nl.strohalm.cyclos.controls.posweb.SearchTransactionsAction
 
listUnfinishedMailings() - Method in class nl.strohalm.cyclos.dao.sms.SmsMailingDAOImpl
 
ln(BigDecimal, int) - Static method in class nl.strohalm.cyclos.utils.BigDecimalHelper
Compute the natural logarithm of x to a given scale, x > 0.
load(String, boolean) - Method in interface nl.strohalm.cyclos.dao.access.SessionDAO
Loads a session by sessionId
load(String, boolean) - Method in class nl.strohalm.cyclos.dao.access.SessionDAOImpl
 
load(String, Relationship...) - Method in interface nl.strohalm.cyclos.dao.access.UserDAO
Loads an user by username
load(String, Relationship...) - Method in class nl.strohalm.cyclos.dao.access.UserDAOImpl
 
load(AccountOwner, AccountType, Relationship...) - Method in interface nl.strohalm.cyclos.dao.accounts.AccountDAO
Loads an account using an owner and type, with the specified fetch
load(AccountOwner, AccountType, Relationship...) - Method in class nl.strohalm.cyclos.dao.accounts.AccountDAOImpl
 
load(ExternalAccount, String, Relationship[]) - Method in interface nl.strohalm.cyclos.dao.accounts.external.ExternalTransferTypeDAO
Loads an external account type by account and code
load(ExternalAccount, String, Relationship[]) - Method in class nl.strohalm.cyclos.dao.accounts.external.ExternalTransferTypeDAOImpl
 
load(AccountFeeLog, Member) - Method in interface nl.strohalm.cyclos.dao.accounts.fee.account.MemberAccountFeeLogDAO
Returns the MemberAccountFeeLog for the given fee log and member
load(AccountFeeLog, Member) - Method in class nl.strohalm.cyclos.dao.accounts.fee.account.MemberAccountFeeLogDAOImpl
 
load(long, long, Relationship...) - Method in interface nl.strohalm.cyclos.dao.accounts.MemberGroupAccountSettingsDAO
Returns an existing setting associating MemberGroup identified by groupId and AccountType identified by accountTypeId.
load(long, long, Relationship...) - Method in class nl.strohalm.cyclos.dao.accounts.MemberGroupAccountSettingsDAOImpl
 
load(String, Relationship...) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.TicketDAO
Retrieves the ticket identified by the attribute code, as returned by Ticket.getTicket().
load(String, Relationship...) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.TicketDAOImpl
 
load(Long, String) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.TraceNumberDAO
Returns the TN entity with the given client id and trace number, or throws an EntityNotFoundException when the given combination does not exist.
load(Long, String) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.TraceNumberDAOImpl
 
load(Collection<Long>, Relationship...) - Method in interface nl.strohalm.cyclos.dao.BaseDAO
Loads a collection of entities for the specified ids, populating the relationships defined by fetch, if any for each loaded entity.
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.dao.BaseDAO
Loads the entity identified by id, populating the relationships defined by fetch, if any.
load(Collection<Long>, Relationship...) - Method in class nl.strohalm.cyclos.dao.BaseDAOImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.dao.BaseDAOImpl
 
load(Long, String) - Method in interface nl.strohalm.cyclos.dao.customizations.CustomFieldPossibleValueDAO
Loads a possible value by field id and value.
load(Long, String) - Method in class nl.strohalm.cyclos.dao.customizations.CustomFieldPossibleValueDAOImpl
 
load(CustomField, Object, Relationship...) - Method in interface nl.strohalm.cyclos.dao.customizations.CustomFieldValueDAO
Loads a custom field value by field type and owner
load(CustomField, Object, Relationship...) - Method in class nl.strohalm.cyclos.dao.customizations.CustomFieldValueDAOImpl
 
load(CustomizedFile.Type, String, Relationship...) - Method in interface nl.strohalm.cyclos.dao.customizations.CustomizedFileDAO
Loads a system-wide customized file using the type and name
load(CustomizedFile.Type, String, Relationship...) - Method in class nl.strohalm.cyclos.dao.customizations.CustomizedFileDAOImpl
 
load(Image.Nature, String) - Method in interface nl.strohalm.cyclos.dao.customizations.ImageDAO
Loads for a specific image based on its nature and name.
load(Image.Nature, String) - Method in class nl.strohalm.cyclos.dao.customizations.ImageDAOImpl
 
load(String) - Method in interface nl.strohalm.cyclos.dao.customizations.TranslationMessageDAO
Loads the message based on its name, the key that identifies it.
load(String) - Method in class nl.strohalm.cyclos.dao.customizations.TranslationMessageDAOImpl
 
load(Administrator, Relationship...) - Method in interface nl.strohalm.cyclos.dao.members.AdminNotificationPreferenceDAO
Loads the notification preference for the given administrator, returning null when there are no preferences for that admin
load(Administrator, Relationship...) - Method in class nl.strohalm.cyclos.dao.members.AdminNotificationPreferenceDAOImpl
 
load(Brokering, BrokerCommission, Relationship...) - Method in interface nl.strohalm.cyclos.dao.members.brokerings.BrokeringCommissionStatusDAO
Returns the brokering commission status or null if it does not exist
load(Brokering, BrokerCommission, Relationship...) - Method in class nl.strohalm.cyclos.dao.members.brokerings.BrokeringCommissionStatusDAOImpl
 
load(Member, Relationship...) - Method in interface nl.strohalm.cyclos.dao.members.brokerings.DefaultBrokerCommissionDAO
Loads the default broker commission returning null when there are
load(Member, Relationship...) - Method in class nl.strohalm.cyclos.dao.members.brokerings.DefaultBrokerCommissionDAOImpl
 
load(Member) - Method in interface nl.strohalm.cyclos.dao.members.NotificationPreferenceDAO
Loads all notification preferences for the given member
load(Member, Message.Type) - Method in interface nl.strohalm.cyclos.dao.members.NotificationPreferenceDAO
Loads the notification preference for the given member
load(Member) - Method in class nl.strohalm.cyclos.dao.members.NotificationPreferenceDAOImpl
Loads a collection of notification preference for a given member
load(Member, Message.Type) - Method in class nl.strohalm.cyclos.dao.members.NotificationPreferenceDAOImpl
 
load(Setting.Type, String) - Method in interface nl.strohalm.cyclos.dao.settings.SettingDAO
Load a setting using it's type and name.
load(Setting.Type, String) - Method in class nl.strohalm.cyclos.dao.settings.SettingDAOImpl
 
load(Member, Relationship...) - Method in interface nl.strohalm.cyclos.dao.sms.MemberSmsStatusDAO
Loads an sms status by member
load(Member, Relationship...) - Method in class nl.strohalm.cyclos.dao.sms.MemberSmsStatusDAOImpl
 
load(Long) - Method in interface nl.strohalm.cyclos.services.access.ChannelService
Loads a channel using it's identifier
load(Long) - Method in class nl.strohalm.cyclos.services.access.ChannelServiceImpl
 
load(Long) - Method in class nl.strohalm.cyclos.services.access.ChannelServiceSecurity
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.accountfees.AccountFeeService
Loads the account fee, fetching the specified relationships
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceSecurity
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.accounts.AccountService
Loads an account by id
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceSecurity
 
load(Collection<Long>) - Method in interface nl.strohalm.cyclos.services.accounts.AccountTypeService
Loads a collection of account types
load(Long) - Method in interface nl.strohalm.cyclos.services.accounts.AccountTypeService
Loads an account type
load(Collection<Long>) - Method in class nl.strohalm.cyclos.services.accounts.AccountTypeServiceImpl
 
load(Long) - Method in class nl.strohalm.cyclos.services.accounts.AccountTypeServiceImpl
 
load(Collection<Long>) - Method in class nl.strohalm.cyclos.services.accounts.AccountTypeServiceSecurity
 
load(Long) - Method in class nl.strohalm.cyclos.services.accounts.AccountTypeServiceSecurity
 
load(long, Relationship...) - Method in interface nl.strohalm.cyclos.services.accounts.cards.CardService
Loads a Card, fetching the specified relationships
load(long, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardServiceImpl
 
load(long, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardServiceSecurity
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.accounts.cards.CardTypeService
Loads a card type, fetching the specified relationships
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardTypeServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardTypeServiceSecurity
 
load(Long) - Method in interface nl.strohalm.cyclos.services.accounts.CurrencyService
Loads a currency by id
load(Long) - Method in class nl.strohalm.cyclos.services.accounts.CurrencyServiceImpl
 
load(Long) - Method in class nl.strohalm.cyclos.services.accounts.CurrencyServiceSecurity
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.accounts.external.ExternalAccountService
Loads a ExternalAccount by id
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalAccountServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalAccountServiceSecurity
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.accounts.external.ExternalTransferImportService
Loads a file import
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferImportServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferImportServiceSecurity
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.accounts.external.ExternalTransferService
Loads an external transfer by id
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferServiceSecurity
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.accounts.external.ExternalTransferTypeService
Loads a External Transfer Type by id
load(ExternalAccount, String, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferTypeServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferTypeServiceImpl
 
load(ExternalAccount, String, Relationship...) - Method in interface nl.strohalm.cyclos.services.accounts.external.ExternalTransferTypeServiceLocal
Loads an external transfer type by account and code
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferTypeServiceSecurity
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.accounts.external.filemapping.FieldMappingService
Loads a field mapping by id
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.external.filemapping.FieldMappingServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.external.filemapping.FieldMappingServiceSecurity
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.accounts.external.filemapping.FileMappingService
Loads a file mapping by id
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.external.filemapping.FileMappingServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.external.filemapping.FileMappingServiceSecurity
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.CertificationService
Loads the Certification, fetching the specified relationships.
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.CertificationServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.CertificationServiceSecurity
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeService
It loads the guarantee with the specified id, fetching the specified relationships
Security note: The implementation of this method must carry out the permissions control.
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceSecurity
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeTypeService
Loads the guarantee type, fetching the specified relationships
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeTypeServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeTypeServiceSecurity
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationService
Loads the Payment Obligation, fetching the specified relationships.
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceSecurity
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.accounts.pos.MemberPosService
Loads a MemberPos, fetching the specified relationships
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.pos.MemberPosServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.pos.MemberPosServiceSecurity
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.accounts.pos.PosService
Loads a POS, fetching the specified relationships
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.pos.PosServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.pos.PosServiceSecurity
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.ads.AdCategoryService
Loads the category, fetching the specified relationships
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.ads.AdCategoryServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.ads.AdCategoryServiceSecurity
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.ads.AdImportService
Loads an import with the specified id
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.ads.AdImportServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.ads.AdImportServiceSecurity
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.ads.AdService
Loads the ad, fetching the specified relationships
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.ads.AdServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.ads.AdServiceSecurity
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.alerts.AlertServiceImpl
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.alerts.AlertServiceLocal
Loads the alert
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.alerts.ErrorLogService
Loads an error log by id
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.alerts.ErrorLogServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.alerts.ErrorLogServiceSecurity
 
load(Class<T>, Long) - Method in class nl.strohalm.cyclos.services.BaseServiceSecurity
 
load(Collection<Long>) - Method in class nl.strohalm.cyclos.services.customization.AdCustomFieldServiceSecurity
 
load(Long) - Method in class nl.strohalm.cyclos.services.customization.AdCustomFieldServiceSecurity
 
load(Collection<Long>) - Method in class nl.strohalm.cyclos.services.customization.AdminCustomFieldServiceSecurity
 
load(Long) - Method in class nl.strohalm.cyclos.services.customization.AdminCustomFieldServiceSecurity
 
load(Collection<Long>) - Method in interface nl.strohalm.cyclos.services.customization.BaseCustomFieldService
Loads all the given custom fields
load(Long) - Method in interface nl.strohalm.cyclos.services.customization.BaseCustomFieldService
Loads a custom field
load(Collection<Long>) - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
 
load(Long) - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.customization.CustomizedFileService
Loads a customized file by id
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.customization.CustomizedFileServiceImpl
 
load(CustomizedFile.Type, String, Relationship...) - Method in class nl.strohalm.cyclos.services.customization.CustomizedFileServiceImpl
 
load(CustomizedFile.Type, String, Relationship...) - Method in interface nl.strohalm.cyclos.services.customization.CustomizedFileServiceLocal
Loads a system-wide customized file by type and name
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.customization.CustomizedFileServiceSecurity
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.customization.DocumentService
Loads the document with the specified fetch.
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.customization.DocumentServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.customization.DocumentServiceSecurity
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.customization.ImageService
Loads the image by id with the specified fetch
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.customization.ImageServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.customization.ImageServiceSecurity
 
load(Collection<Long>) - Method in class nl.strohalm.cyclos.services.customization.LoanGroupCustomFieldServiceSecurity
 
load(Long) - Method in class nl.strohalm.cyclos.services.customization.LoanGroupCustomFieldServiceSecurity
 
load(Collection<Long>) - Method in class nl.strohalm.cyclos.services.customization.MemberCustomFieldServiceSecurity
 
load(Long) - Method in class nl.strohalm.cyclos.services.customization.MemberCustomFieldServiceSecurity
 
load(Collection<Long>) - Method in class nl.strohalm.cyclos.services.customization.MemberRecordCustomFieldServiceSecurity
 
load(Long) - Method in class nl.strohalm.cyclos.services.customization.MemberRecordCustomFieldServiceSecurity
 
load(Collection<Long>) - Method in class nl.strohalm.cyclos.services.customization.OperatorCustomFieldServiceSecurity
 
load(Long) - Method in class nl.strohalm.cyclos.services.customization.OperatorCustomFieldServiceSecurity
 
load(Collection<Long>) - Method in class nl.strohalm.cyclos.services.customization.PaymentCustomFieldServiceSecurity
 
load(Long) - Method in class nl.strohalm.cyclos.services.customization.PaymentCustomFieldServiceSecurity
 
load(Long) - Method in interface nl.strohalm.cyclos.services.customization.TranslationMessageService
Loads the message with the given identifier
load(Long) - Method in class nl.strohalm.cyclos.services.customization.TranslationMessageServiceImpl
 
load(Long) - Method in class nl.strohalm.cyclos.services.customization.TranslationMessageServiceSecurity
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.elements.AdInterestService
Loads the ad interest, fetching the specified relationships.
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.AdInterestServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.AdInterestServiceSecurity
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.BrokeringServiceImpl
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.elements.BrokeringServiceLocal
Loads the brokering by id, fetching the specified relationships
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.elements.ContactService
Load the specified contact, fetching the specified relationships
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.ContactServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.ContactServiceSecurity
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.elements.ElementService
Loads the element, fetching the specified relationships
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceSecurity
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.elements.MemberImportService
Loads an import with the specified id
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.MemberImportServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.MemberImportServiceSecurity
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.elements.MemberRecordService
Loads a member record fetching the specified relationships
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordServiceSecurity
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.elements.MemberRecordTypeService
Loads a member record type fetching the specified relationships
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordTypeServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordTypeServiceSecurity
 
load(Long) - Method in interface nl.strohalm.cyclos.services.elements.MessageCategoryService
Loads a Message Category by a given id.
load(Long) - Method in class nl.strohalm.cyclos.services.elements.MessageCategoryServiceImpl
 
load(Long) - Method in class nl.strohalm.cyclos.services.elements.MessageCategoryServiceSecurity
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.elements.MessageService
Loads a message
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceSecurity
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.elements.ReferenceService
Loads a reference fetching the specified relationships
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceSecurity
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.elements.RegistrationAgreementService
Loads a registration agreement, fetching the specified relationships
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.RegistrationAgreementServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.RegistrationAgreementServiceSecurity
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.RemarkServiceImpl
 
load(Collection<Long>, Relationship...) - Method in interface nl.strohalm.cyclos.services.groups.GroupFilterService
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.groups.GroupFilterService
Loads the specified group filter, fetching the specified relationships
load(Collection<Long>, Relationship...) - Method in class nl.strohalm.cyclos.services.groups.GroupFilterServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.groups.GroupFilterServiceImpl
 
load(Collection<Long>, Relationship...) - Method in class nl.strohalm.cyclos.services.groups.GroupFilterServiceSecurity
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.groups.GroupFilterServiceSecurity
 
load(Collection<Long>, Relationship...) - Method in interface nl.strohalm.cyclos.services.groups.GroupService
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.groups.GroupService
Loads the group, fetching the specified relationships
load(Collection<Long>, Relationship...) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
load(Collection<Long>, Relationship...) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceSecurity
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceSecurity
 
load(long, Relationship...) - Method in interface nl.strohalm.cyclos.services.infotexts.InfoTextService
 
load(long, Relationship...) - Method in class nl.strohalm.cyclos.services.infotexts.InfoTextServiceImpl
 
load(long, Relationship...) - Method in class nl.strohalm.cyclos.services.infotexts.InfoTextServiceSecurity
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.loangroups.LoanGroupService
Loads a loan group
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.loangroups.LoanGroupServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.loangroups.LoanGroupServiceSecurity
 
load(Administrator, Relationship...) - Method in interface nl.strohalm.cyclos.services.preferences.PreferenceService
Loads the notification preferences for the given administrator
load(Member) - Method in interface nl.strohalm.cyclos.services.preferences.PreferenceService
Loads a collection of Notification Preferences for a given member
load(Member, Message.Type) - Method in interface nl.strohalm.cyclos.services.preferences.PreferenceService
Loads a specific notification preference
load(Administrator, Relationship...) - Method in class nl.strohalm.cyclos.services.preferences.PreferenceServiceImpl
 
load(Member) - Method in class nl.strohalm.cyclos.services.preferences.PreferenceServiceImpl
 
load(Member, Relationship...) - Method in class nl.strohalm.cyclos.services.preferences.PreferenceServiceImpl
 
load(Member, Message.Type) - Method in class nl.strohalm.cyclos.services.preferences.PreferenceServiceImpl
 
load(Administrator, Relationship...) - Method in class nl.strohalm.cyclos.services.preferences.PreferenceServiceSecurity
 
load(Member) - Method in class nl.strohalm.cyclos.services.preferences.PreferenceServiceSecurity
 
load(Member, Message.Type) - Method in class nl.strohalm.cyclos.services.preferences.PreferenceServiceSecurity
 
load(Long) - Method in interface nl.strohalm.cyclos.services.preferences.ReceiptPrinterSettingsService
Load a receipt printer settings by id
load(Long) - Method in class nl.strohalm.cyclos.services.preferences.ReceiptPrinterSettingsServiceImpl
 
load(Long) - Method in class nl.strohalm.cyclos.services.preferences.ReceiptPrinterSettingsServiceSecurity
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.services.ServiceClientService
Loads a service client with the specified fetch
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.services.ServiceClientServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.services.ServiceClientServiceSecurity
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.transactions.InvoiceService
Loads an invoice
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceSecurity
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.transactions.LoanService
Loads a loan with the specified fetch
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceSecurity
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.transactions.PaymentService
Returns details of a single transfer
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceSecurity
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.transactions.ScheduledPaymentService
Returns details of a scheduled payment
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceSecurity
 
load(String, Relationship...) - Method in class nl.strohalm.cyclos.services.transactions.TicketServiceImpl
 
load(String, Relationship...) - Method in interface nl.strohalm.cyclos.services.transactions.TicketServiceLocal
Loads the ticket object by the string
load(Collection<Long>, Relationship...) - Method in class nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceImpl
 
load(Collection<Long>, Relationship...) - Method in interface nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceLocal
Loads a collection of transfer authorization fetching the relationships for each one.
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceLocal
Loads a transfer authorization fetching the relationships
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.transfertypes.AuthorizationLevelServiceImpl
 
load(Collection<Long>, Relationship...) - Method in interface nl.strohalm.cyclos.services.transfertypes.PaymentFilterService
Loads the specified payment filters, fetching the specified relationships for each one
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.transfertypes.PaymentFilterService
Loads the specified payment filter, fetching the specified relationships
load(Collection<Long>, Relationship...) - Method in class nl.strohalm.cyclos.services.transfertypes.PaymentFilterServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.transfertypes.PaymentFilterServiceImpl
 
load(Collection<Long>, Relationship...) - Method in class nl.strohalm.cyclos.services.transfertypes.PaymentFilterServiceSecurity
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.transfertypes.PaymentFilterServiceSecurity
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.transfertypes.TransactionFeeService
Loads the specified transaction fee, with the specified fetch
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceSecurity
 
load(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.transfertypes.TransferTypeService
Loads the specified transfer type, fetching the specified relationships
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.transfertypes.TransferTypeServiceImpl
 
load(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.transfertypes.TransferTypeServiceSecurity
 
load(InputStream) - Static method in class nl.strohalm.cyclos.utils.ImageHelper
Loads an image from an stream
load(long) - Method in interface nl.strohalm.cyclos.webservices.ads.AdWebService
Loads a single advertisement using it's identifier
load(long) - Method in class nl.strohalm.cyclos.webservices.ads.AdWebServiceImpl
 
load(long) - Method in interface nl.strohalm.cyclos.webservices.members.MemberWebService
Loads a member using it's identifier
load(long) - Method in class nl.strohalm.cyclos.webservices.members.MemberWebServiceImpl
 
loadAccountSettings(long, long, Relationship...) - Method in interface nl.strohalm.cyclos.services.groups.GroupService
Loads an instance of group settings
loadAccountSettings(long, long, Relationship...) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
loadAccountSettings(long, long, Relationship...) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceSecurity
 
loadAll(List<AccountDTO>, Relationship...) - Method in interface nl.strohalm.cyclos.dao.accounts.AccountDAO
Loads all the given accounts
loadAll(List<AccountDTO>, Relationship...) - Method in class nl.strohalm.cyclos.dao.accounts.AccountDAOImpl
 
loadBrokerCommissionContract(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.elements.CommissionService
Loads a broker commission contraction, fetching the specified relationships
loadBrokerCommissionContract(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
loadBrokerCommissionContract(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceSecurity
 
loadBrokeringCommissionStatus(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
loadByAlias(String) - Method in interface nl.strohalm.cyclos.webservices.infotexts.InfoTextWebService
Loads an info text by alias
loadByAlias(String) - Method in class nl.strohalm.cyclos.webservices.infotexts.InfoTextWebServiceImpl
 
loadByAliasForWebServices(String) - Method in class nl.strohalm.cyclos.services.infotexts.InfoTextServiceImpl
 
loadByAliasForWebServices(String) - Method in interface nl.strohalm.cyclos.services.infotexts.InfoTextServiceLocal
Loads an info text by alias without permission checks
loadByCode(String) - Method in interface nl.strohalm.cyclos.dao.sms.SmsTypeDAO
 
loadByCode(String) - Method in class nl.strohalm.cyclos.dao.sms.SmsTypeDAOImpl
 
loadByCustomField(MemberCustomField, String, Relationship[]) - Method in interface nl.strohalm.cyclos.dao.members.ElementDAO
Loads a member by custom field
loadByCustomField(MemberCustomField, String, Relationship[]) - Method in class nl.strohalm.cyclos.dao.members.ElementDAOImpl
 
loadByEmail(String, Relationship...) - Method in interface nl.strohalm.cyclos.dao.members.ElementDAO
Loads an element by e-mail
loadByEmail(String, Relationship...) - Method in class nl.strohalm.cyclos.dao.members.ElementDAOImpl
 
loadById(Long) - Method in interface nl.strohalm.cyclos.webservices.infotexts.InfoTextWebService
Loads an info text by id
loadById(Long) - Method in class nl.strohalm.cyclos.webservices.infotexts.InfoTextWebServiceImpl
 
loadByInternalName(String, Relationship...) - Method in interface nl.strohalm.cyclos.dao.access.ChannelDAO
Loads a channel by it's internal name
loadByInternalName(String, Relationship...) - Method in class nl.strohalm.cyclos.dao.access.ChannelDAOImpl
 
loadByInternalName(String) - Method in interface nl.strohalm.cyclos.services.access.ChannelService
Loads a channel using it's internal name
loadByInternalName(String) - Method in class nl.strohalm.cyclos.services.access.ChannelServiceImpl
 
loadByInternalName(String) - Method in class nl.strohalm.cyclos.services.access.ChannelServiceSecurity
 
loadByKey(String, Relationship...) - Method in interface nl.strohalm.cyclos.dao.members.PendingMemberDAO
Loads a PendingMember by key
loadByKey(String, Relationship...) - Method in class nl.strohalm.cyclos.dao.members.PendingMemberDAOImpl
 
loadByNumber(BigInteger, Relationship...) - Method in interface nl.strohalm.cyclos.dao.accounts.cards.CardDAO
Loads a card by it's number
loadByNumber(BigInteger, Relationship...) - Method in class nl.strohalm.cyclos.dao.accounts.cards.CardDAOImpl
 
loadByNumber(BigInteger, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardServiceImpl
 
loadByNumber(BigInteger, Relationship...) - Method in interface nl.strohalm.cyclos.services.accounts.cards.CardServiceLocal
Loads a Card based on it's number
loadByPayment(Payment, Relationship...) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.InvoiceDAO
Loads an invoice associated with the given payment
loadByPayment(Payment, Relationship...) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.InvoiceDAOImpl
 
loadByPayment(Payment, Relationship...) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
loadByPayment(Payment, Relationship...) - Method in interface nl.strohalm.cyclos.services.transactions.InvoiceServiceLocal
Loads an invoice using an associated payment
loadByPosId(String, Relationship...) - Method in interface nl.strohalm.cyclos.dao.accounts.pos.PosDAO
Search for a POS with given posId
loadByPosId(String, Relationship...) - Method in class nl.strohalm.cyclos.dao.accounts.pos.PosDAOImpl
 
loadByPosId(String, Relationship...) - Method in interface nl.strohalm.cyclos.services.accounts.pos.PosService
Loads a POS, fetching the specified relationships
loadByPosId(String, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.pos.PosServiceImpl
 
loadByPosId(String, Relationship...) - Method in class nl.strohalm.cyclos.services.accounts.pos.PosServiceSecurity
 
loadByPrincipal(PrincipalType, String, Relationship...) - Method in interface nl.strohalm.cyclos.services.elements.ElementService
Loads a member based on the given principal
loadByPrincipal(PrincipalType, String, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
loadByPrincipal(PrincipalType, String, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceSecurity
 
loadByPrincipal(PrincipalType, String, Relationship...) - Method in class nl.strohalm.cyclos.webservices.utils.MemberHelper
Loads a member using the given principal, according to the current channel
loadByPrincipal(String, String, Relationship...) - Method in class nl.strohalm.cyclos.webservices.utils.MemberHelper
Loads a member using the given principal, according to the current channel
loadBySymbol(String, Relationship...) - Method in interface nl.strohalm.cyclos.dao.accounts.CurrencyDAO
Loads a currency by it's symbol
loadBySymbol(String, Relationship...) - Method in class nl.strohalm.cyclos.dao.accounts.CurrencyDAOImpl
 
loadBySymbolOrId(String) - Method in interface nl.strohalm.cyclos.services.accounts.CurrencyService
Loads a currency by symbol or identifier
loadBySymbolOrId(String) - Method in class nl.strohalm.cyclos.services.accounts.CurrencyServiceImpl
 
loadBySymbolOrId(String) - Method in class nl.strohalm.cyclos.services.accounts.CurrencyServiceSecurity
 
loadByUsername(String, Relationship...) - Method in interface nl.strohalm.cyclos.dao.members.PendingMemberDAO
Loads a PendingMember by username
loadByUsername(String, Relationship...) - Method in class nl.strohalm.cyclos.dao.members.PendingMemberDAOImpl
 
loadByUsername(String) - Method in interface nl.strohalm.cyclos.webservices.members.MemberWebService
Loads a member using it's username
loadByUsername(String) - Method in class nl.strohalm.cyclos.webservices.members.MemberWebServiceImpl
 
loadCategory(long) - Method in interface nl.strohalm.cyclos.webservices.ads.AdWebService
Loads a category by id
loadCategory(long) - Method in class nl.strohalm.cyclos.webservices.ads.AdWebServiceImpl
 
loadDefaultBrokerCommissions(Member, Relationship...) - Method in interface nl.strohalm.cyclos.services.elements.CommissionService
Loads the default broker commissions for the given broker
loadDefaultBrokerCommissions(Member, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
loadDefaultBrokerCommissions(Member, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceSecurity
 
loadForWebServices(long) - Method in class nl.strohalm.cyclos.services.infotexts.InfoTextServiceImpl
 
loadForWebServices(long) - Method in interface nl.strohalm.cyclos.services.infotexts.InfoTextServiceLocal
Loads an info text without permission checks
loadFromResource(String) - Static method in class nl.strohalm.cyclos.utils.PropertiesHelper
Loads a property file from a base name, like "package.File", which would be translated into a classpath resource "package/File.properties".
loadFromStream(InputStream) - Static method in class nl.strohalm.cyclos.utils.PropertiesHelper
Loads the properties from the input stream using the UTF-8 charset.
loadFromTransfer(Transfer) - Method in interface nl.strohalm.cyclos.dao.accounts.guarantees.GuaranteeDAO
 
loadFromTransfer(Transfer) - Method in class nl.strohalm.cyclos.dao.accounts.guarantees.GuaranteeDAOImpl
 
loadFromTransfer(Transfer) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeService
 
loadFromTransfer(Transfer) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
loadFromTransfer(Transfer) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceSecurity
 
loadGeneral(Member, Member, Relationship...) - Method in interface nl.strohalm.cyclos.services.elements.ReferenceService
Loads a general reference by from / to fetching the specified relationships
loadGeneral(Member, Member, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceImpl
 
loadGeneral(Member, Member, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceSecurity
 
loadLog(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.accountfees.AccountFeeService
Loads the account fee log, fetching the specified relationships
loadLog(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceImpl
 
loadLog(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceSecurity
 
LoadMemberAjaxAction - Class in nl.strohalm.cyclos.controls.members
Action used to load a member, either by username or card number
LoadMemberAjaxAction() - Constructor for class nl.strohalm.cyclos.controls.members.LoadMemberAjaxAction
 
LoadMemberAjaxForm - Class in nl.strohalm.cyclos.controls.members
Form used to load a member, either by username or card number
LoadMemberAjaxForm() - Constructor for class nl.strohalm.cyclos.controls.members.LoadMemberAjaxForm
 
loadOperator(Member, String, Relationship...) - Method in interface nl.strohalm.cyclos.dao.access.UserDAO
Loads an operator user
loadOperator(Member, String, Relationship...) - Method in class nl.strohalm.cyclos.dao.access.UserDAOImpl
 
loadOperatorUser(Member, String, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
loadOperatorUser(Member, String, Relationship...) - Method in interface nl.strohalm.cyclos.services.elements.ElementServiceLocal
Loads an operator user, fetching the specified relationships
loadOrderedByExpiration(Long...) - Method in interface nl.strohalm.cyclos.dao.accounts.guarantees.PaymentObligationDAO
 
loadOrderedByExpiration(Long...) - Method in class nl.strohalm.cyclos.dao.accounts.guarantees.PaymentObligationDAOImpl
 
loadOrderedByExpiration(Long...) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceImpl
 
loadOrderedByExpiration(Long...) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceLocal
Loads a list of payment obligations ordered by expiration date
loadPendingMember(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.elements.ElementService
Loads a PendingMember by id
loadPendingMember(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
loadPendingMember(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceSecurity
 
loadPendingMemberByKey(String, Relationship...) - Method in interface nl.strohalm.cyclos.services.elements.ElementService
Loads a PendingMember given the activation key
loadPendingMemberByKey(String, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
loadPendingMemberByKey(String, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceSecurity
 
loadPendingPaymentRequest(String, Relationship...) - Method in class nl.strohalm.cyclos.services.transactions.TicketServiceImpl
 
loadPendingPaymentRequest(String, Relationship...) - Method in interface nl.strohalm.cyclos.services.transactions.TicketServiceLocal
Loads a payment request ticket which is in the pending state
loadPendingWebShopTicket(String, String, Relationship...) - Method in interface nl.strohalm.cyclos.services.transactions.TicketService
Loads a pending webshop ticket
loadPendingWebShopTicket(String, String, Relationship...) - Method in class nl.strohalm.cyclos.services.transactions.TicketServiceImpl
 
loadPendingWebShopTicket(String, String, Relationship...) - Method in class nl.strohalm.cyclos.services.transactions.TicketServiceSecurity
 
loadPossibleValue(Long) - Method in class nl.strohalm.cyclos.services.customization.AdCustomFieldServiceSecurity
 
loadPossibleValue(Long) - Method in class nl.strohalm.cyclos.services.customization.AdminCustomFieldServiceSecurity
 
loadPossibleValue(Long) - Method in interface nl.strohalm.cyclos.services.customization.BaseCustomFieldService
Loads the given possible field value
loadPossibleValue(Long) - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
 
loadPossibleValue(Long) - Method in class nl.strohalm.cyclos.services.customization.LoanGroupCustomFieldServiceSecurity
 
loadPossibleValue(Long) - Method in class nl.strohalm.cyclos.services.customization.MemberCustomFieldServiceSecurity
 
loadPossibleValue(Long) - Method in class nl.strohalm.cyclos.services.customization.MemberRecordCustomFieldServiceSecurity
 
loadPossibleValue(Long) - Method in class nl.strohalm.cyclos.services.customization.OperatorCustomFieldServiceSecurity
 
loadPossibleValue(Long) - Method in class nl.strohalm.cyclos.services.customization.PaymentCustomFieldServiceSecurity
 
loadPossibleValues(Collection<Long>) - Method in class nl.strohalm.cyclos.services.customization.AdCustomFieldServiceSecurity
 
loadPossibleValues(Collection<Long>) - Method in class nl.strohalm.cyclos.services.customization.AdminCustomFieldServiceSecurity
 
loadPossibleValues(Collection<Long>) - Method in interface nl.strohalm.cyclos.services.customization.BaseCustomFieldService
Loads all the given possible field values
loadPossibleValues(Collection<Long>) - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
 
loadPossibleValues(Collection<Long>) - Method in class nl.strohalm.cyclos.services.customization.LoanGroupCustomFieldServiceSecurity
 
loadPossibleValues(Collection<Long>) - Method in class nl.strohalm.cyclos.services.customization.MemberCustomFieldServiceSecurity
 
loadPossibleValues(Collection<Long>) - Method in class nl.strohalm.cyclos.services.customization.MemberRecordCustomFieldServiceSecurity
 
loadPossibleValues(Collection<Long>) - Method in class nl.strohalm.cyclos.services.customization.OperatorCustomFieldServiceSecurity
 
loadPossibleValues(Collection<Long>) - Method in class nl.strohalm.cyclos.services.customization.PaymentCustomFieldServiceSecurity
 
loadSmsTypeByCode(String) - Method in class nl.strohalm.cyclos.services.sms.SmsLogServiceImpl
 
loadSmsTypeByCode(String) - Method in interface nl.strohalm.cyclos.services.sms.SmsLogServiceLocal
It loads a sms type by code.
loadSmsTypes(Collection<Long>) - Method in interface nl.strohalm.cyclos.services.sms.SmsLogService
 
loadSmsTypes(Collection<Long>) - Method in class nl.strohalm.cyclos.services.sms.SmsLogServiceImpl
 
loadSmsTypes(Collection<Long>) - Method in class nl.strohalm.cyclos.services.sms.SmsLogServiceSecurity
 
loadTransactionFeedback(Payment, Relationship...) - Method in interface nl.strohalm.cyclos.services.elements.ReferenceService
Loads the transaction feedback for the given payment
loadTransactionFeedback(Payment, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceImpl
 
loadTransactionFeedback(Payment, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceSecurity
 
loadTransfer(LoadTransferParameters) - Method in interface nl.strohalm.cyclos.webservices.accounts.AccountWebService
Returns a single AccountHistoryTransferVO by id, or null when not found
loadTransfer(LoadTransferParameters) - Method in class nl.strohalm.cyclos.webservices.accounts.AccountWebServiceImpl
 
loadTransferByTraceNumber(String, Long, Relationship...) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.TransferDAO
Loads a transfer generated by the client and with the specified trace number and generated by the client id
loadTransferByTraceNumber(String, Long, Relationship...) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.TransferDAOImpl
 
loadTransferForReverse(String, Relationship...) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
loadTransferForReverse(String, Relationship...) - Method in interface nl.strohalm.cyclos.services.transactions.PaymentServiceLocal
Loads a transfer by the trace number for the current ServiceClient
If the transfer was not found insert a reverse for the transfer.
LoadTransferParameters - Class in nl.strohalm.cyclos.webservices.accounts
 
LoadTransferParameters() - Constructor for class nl.strohalm.cyclos.webservices.accounts.LoadTransferParameters
 
loadUser(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.elements.ElementService
Loads the user, fetching the specified relationships
loadUser(String, Relationship...) - Method in interface nl.strohalm.cyclos.services.elements.ElementService
Loads the user by username, fetching the specified relationships May only return users of type AdminUser or MemberUser.
loadUser(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
loadUser(String, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
loadUser(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceSecurity
 
loadUser(String, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceSecurity
 
Loan - Class in nl.strohalm.cyclos.entities.accounts.loans
A loan generates a transfer and one or more loan payments
Loan() - Constructor for class nl.strohalm.cyclos.entities.accounts.loans.Loan
 
loan - Variable in class nl.strohalm.cyclos.services.transactions.LoanPaymentDTO
 
Loan.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.loans
 
Loan.Status - Enum in nl.strohalm.cyclos.entities.accounts.loans
 
Loan.Type - Enum in nl.strohalm.cyclos.entities.accounts.loans
 
LoanCustomFieldMigration - Class in nl.strohalm.cyclos.setup.migrations.version3_5
Migrates loan custom fields into payment custom fields
LoanCustomFieldMigration() - Constructor for class nl.strohalm.cyclos.setup.migrations.version3_5.LoanCustomFieldMigration
 
LoanDAO - Interface in nl.strohalm.cyclos.dao.accounts.loans
Data access object interface for loans
LoanDAOImpl - Class in nl.strohalm.cyclos.dao.accounts.loans
Implementation DAO for loans
LoanDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.loans.LoanDAOImpl
 
LoanDetailsAction - Class in nl.strohalm.cyclos.controls.loans
Action used to retrieve details about a loan
LoanDetailsAction() - Constructor for class nl.strohalm.cyclos.controls.loans.LoanDetailsAction
 
LoanDetailsForm - Class in nl.strohalm.cyclos.controls.loans
Form used to retrieve details about a loan
LoanDetailsForm() - Constructor for class nl.strohalm.cyclos.controls.loans.LoanDetailsForm
 
LoanExpirationScheduledTask - Class in nl.strohalm.cyclos.scheduling.tasks
Task that expires loans
LoanExpirationScheduledTask() - Constructor for class nl.strohalm.cyclos.scheduling.tasks.LoanExpirationScheduledTask
 
LoanGroup - Class in nl.strohalm.cyclos.entities.accounts.loans
A loan group represents a group of members that receive a loan.
LoanGroup() - Constructor for class nl.strohalm.cyclos.entities.accounts.loans.LoanGroup
 
LoanGroup.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.loans
 
LoanGroupCustomField - Class in nl.strohalm.cyclos.entities.customization.fields
A custom field for loan groups
LoanGroupCustomField() - Constructor for class nl.strohalm.cyclos.entities.customization.fields.LoanGroupCustomField
 
LoanGroupCustomFieldService - Interface in nl.strohalm.cyclos.services.customization
Service for loan groups custom fields
LoanGroupCustomFieldServiceImpl - Class in nl.strohalm.cyclos.services.customization
Implementation for CustomFieldServiceLocal
LoanGroupCustomFieldServiceImpl() - Constructor for class nl.strohalm.cyclos.services.customization.LoanGroupCustomFieldServiceImpl
 
LoanGroupCustomFieldServiceLocal - Interface in nl.strohalm.cyclos.services.customization
Local interface for LoanGroupCustomFieldService
LoanGroupCustomFieldServiceSecurity - Class in nl.strohalm.cyclos.services.customization
Security layer for LoanGroupCustomFieldService
LoanGroupCustomFieldServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.customization.LoanGroupCustomFieldServiceSecurity
 
LoanGroupCustomFieldValue - Class in nl.strohalm.cyclos.entities.customization.fields
Custom field value for loan groups
LoanGroupCustomFieldValue() - Constructor for class nl.strohalm.cyclos.entities.customization.fields.LoanGroupCustomFieldValue
 
LoanGroupCustomFieldValue.Relationships - Enum in nl.strohalm.cyclos.entities.customization.fields
 
LoanGroupDAO - Interface in nl.strohalm.cyclos.dao.accounts.loans
Data access object interface for loan groups
LoanGroupDAOImpl - Class in nl.strohalm.cyclos.dao.accounts.loans
Implamentation DAO class for Loan Groups
LoanGroupDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.loans.LoanGroupDAOImpl
 
LoanGroupHasLoansException - Exception in nl.strohalm.cyclos.services.loangroups.exceptions
 
LoanGroupHasLoansException() - Constructor for exception nl.strohalm.cyclos.services.loangroups.exceptions.LoanGroupHasLoansException
 
LoanGroupMembershipForm - Class in nl.strohalm.cyclos.controls.loangroups
Form for manipulating members in a loan group
LoanGroupMembershipForm() - Constructor for class nl.strohalm.cyclos.controls.loangroups.LoanGroupMembershipForm
 
LoanGroupQuery - Class in nl.strohalm.cyclos.entities.accounts.loans
Query parameters for loan groups
LoanGroupQuery() - Constructor for class nl.strohalm.cyclos.entities.accounts.loans.LoanGroupQuery
 
loanGroupService - Variable in class nl.strohalm.cyclos.controls.loans.SearchLoanPaymentsAction
 
LoanGroupService - Interface in nl.strohalm.cyclos.services.loangroups
Service interface for (micro finance) loan groups.
LoanGroupServiceImpl - Class in nl.strohalm.cyclos.services.loangroups
Implementation for loan group service
LoanGroupServiceImpl() - Constructor for class nl.strohalm.cyclos.services.loangroups.LoanGroupServiceImpl
 
LoanGroupServiceLocal - Interface in nl.strohalm.cyclos.services.loangroups
Local interface.
LoanGroupServiceSecurity - Class in nl.strohalm.cyclos.services.loangroups
Security implementation for LoanGroupService
LoanGroupServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.loangroups.LoanGroupServiceSecurity
 
LoanHandler - Interface in nl.strohalm.cyclos.services.transactions
Handles specific loan type details
LoanParameters - Class in nl.strohalm.cyclos.entities.accounts.loans
Contains parameters on TransferTypes to configure loans
LoanParameters() - Constructor for class nl.strohalm.cyclos.entities.accounts.loans.LoanParameters
 
loanParametersBinder(LocalSettings) - Static method in class nl.strohalm.cyclos.utils.binding.DataBinderHelper
Returns a data binder for a Map to allow reading transfer types as a Map with the properties: loanType, expirationDailyInterest, expirationFee, grantFee, monthlyInterest, repaymentDays
LoanPayment - Class in nl.strohalm.cyclos.entities.accounts.loans
A loan payment (parcel)
LoanPayment() - Constructor for class nl.strohalm.cyclos.entities.accounts.loans.LoanPayment
 
loanPayment - Variable in class nl.strohalm.cyclos.services.transactions.LoanPaymentDTO
 
LoanPayment.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.loans
 
LoanPayment.Status - Enum in nl.strohalm.cyclos.entities.accounts.loans
 
LoanPaymentDAO - Interface in nl.strohalm.cyclos.dao.accounts.loans
Data access object interface for loans payments
LoanPaymentDAOImpl - Class in nl.strohalm.cyclos.dao.accounts.loans
Implementation DAO for loan payments
LoanPaymentDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.loans.LoanPaymentDAOImpl
 
LoanPaymentDetailDTO - Class in nl.strohalm.cyclos.services.transactions
 
LoanPaymentDetailDTO() - Constructor for class nl.strohalm.cyclos.services.transactions.LoanPaymentDetailDTO
 
LoanPaymentDTO - Class in nl.strohalm.cyclos.services.transactions
Class containing a loan and a loan payment
LoanPaymentDTO() - Constructor for class nl.strohalm.cyclos.services.transactions.LoanPaymentDTO
 
LoanPaymentQuery - Class in nl.strohalm.cyclos.entities.accounts.loans
Query parameters for loan payment search
LoanPaymentQuery() - Constructor for class nl.strohalm.cyclos.entities.accounts.loans.LoanPaymentQuery
 
loanPaymentQueryDataBinder(LocalSettings) - Static method in class nl.strohalm.cyclos.controls.loans.SearchLoanPaymentsAction
 
LoanQuery - Class in nl.strohalm.cyclos.entities.accounts.loans
Parameters for loan queries
LoanQuery() - Constructor for class nl.strohalm.cyclos.entities.accounts.loans.LoanQuery
 
LoanQuery.QueryStatus - Enum in nl.strohalm.cyclos.entities.accounts.loans
More detailed status that may be used on searches
loanQueryDataBinder(LocalSettings) - Static method in class nl.strohalm.cyclos.controls.loans.SearchLoansAction
 
LoanRepaymentAmountsDTO - Class in nl.strohalm.cyclos.entities.accounts.loans
Contains data about a loan repayment
LoanRepaymentAmountsDTO() - Constructor for class nl.strohalm.cyclos.entities.accounts.loans.LoanRepaymentAmountsDTO
 
loanService - Variable in class nl.strohalm.cyclos.controls.loans.LoanDetailsAction
 
loanService - Variable in class nl.strohalm.cyclos.controls.loans.SearchLoanPaymentsAction
 
loanService - Variable in class nl.strohalm.cyclos.services.transactions.BaseLoanHandler
 
LoanService - Interface in nl.strohalm.cyclos.services.transactions
Service interface for loan management
LoanServiceImpl - Class in nl.strohalm.cyclos.services.transactions
Implementation for loan service
LoanServiceImpl() - Constructor for class nl.strohalm.cyclos.services.transactions.LoanServiceImpl
 
LoanServiceLocal - Interface in nl.strohalm.cyclos.services.transactions
Local interface.
LoanServiceSecurity - Class in nl.strohalm.cyclos.services.transactions
Security implementation for LoanService
LoanServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.transactions.LoanServiceSecurity
 
loanSummary(Member) - Method in interface nl.strohalm.cyclos.services.transactions.LoanService
Return the loan summary of the given member
loanSummary(Member) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceImpl
 
loanSummary(Member) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceSecurity
 
LoanWithInterestHandler - Class in nl.strohalm.cyclos.services.transactions
Handler for single payment loans
LoanWithInterestHandler() - Constructor for class nl.strohalm.cyclos.services.transactions.LoanWithInterestHandler
 
LOCAL_KEY - Static variable in class nl.strohalm.cyclos.utils.SettingsHelper
 
LocalCustomizedFileHandler - Class in nl.strohalm.cyclos.utils.customizedfile
A file handler which applies the changes in the local file system
LocalCustomizedFileHandler() - Constructor for class nl.strohalm.cyclos.utils.customizedfile.LocalCustomizedFileHandler
 
LocaleConverter - Class in nl.strohalm.cyclos.utils.conversion
Converter for Locale instances
LocaleConverter() - Constructor for class nl.strohalm.cyclos.utils.conversion.LocaleConverter
 
LocalInitialization - Interface in nl.strohalm.cyclos.initializations
Interface for classes that performs initializations at Cyclos' startup.
LocalInstanceHandler - Class in nl.strohalm.cyclos.utils.instance
An instance handler which returns the local IP address as id
LocalInstanceHandler() - Constructor for class nl.strohalm.cyclos.utils.instance.LocalInstanceHandler
 
LocalSettings - Class in nl.strohalm.cyclos.entities.settings
Groups local settings
LocalSettings() - Constructor for class nl.strohalm.cyclos.entities.settings.LocalSettings
 
LocalSettings.CsvRecordSeparator - Enum in nl.strohalm.cyclos.entities.settings
Contains possible values for csv record separators
LocalSettings.CsvStringQuote - Enum in nl.strohalm.cyclos.entities.settings
Contains possible values for csv string quotes
LocalSettings.CsvValueSeparator - Enum in nl.strohalm.cyclos.entities.settings
Contains possible values for csv value separators
LocalSettings.DatePattern - Enum in nl.strohalm.cyclos.entities.settings
Possible patterns for date representation
LocalSettings.DatePatternOrder - Enum in nl.strohalm.cyclos.entities.settings
 
LocalSettings.DecimalInputMethod - Enum in nl.strohalm.cyclos.entities.settings
 
LocalSettings.Language - Enum in nl.strohalm.cyclos.entities.settings
Contains possible number formats
LocalSettings.MemberResultDisplay - Enum in nl.strohalm.cyclos.entities.settings
Determines which field will be displayed on a given result list
LocalSettings.NumberLocale - Enum in nl.strohalm.cyclos.entities.settings
Contains possible number formats
LocalSettings.Precision - Enum in nl.strohalm.cyclos.entities.settings
Indicates the number precision for the local currency
LocalSettings.TimePattern - Enum in nl.strohalm.cyclos.entities.settings
Possible patterns for time representation
LocalSettings.TransactionNumber - Class in nl.strohalm.cyclos.entities.settings
Contains parameters for generating a transaction number.
LocalSettings.TransactionNumber() - Constructor for class nl.strohalm.cyclos.entities.settings.LocalSettings.TransactionNumber
 
LocalSettings.TransactionNumber(String, int, String) - Constructor for class nl.strohalm.cyclos.entities.settings.LocalSettings.TransactionNumber
 
LocalSettingsChangeListener - Interface in nl.strohalm.cyclos.entities.settings.events
Listener interface for local settings modifications.
LocalSettingsEvent - Class in nl.strohalm.cyclos.entities.settings.events
Event triggered when local settings are changed
LocalSettingsEvent(LocalSettings) - Constructor for class nl.strohalm.cyclos.entities.settings.events.LocalSettingsEvent
 
LocalSettingsHandler - Class in nl.strohalm.cyclos.services.settings
Local settings handler
LocalSettingsHandler() - Constructor for class nl.strohalm.cyclos.services.settings.LocalSettingsHandler
 
LocalWebInitialization - Interface in nl.strohalm.cyclos.initializations
Interface for classes that performs initializations at Cyclos' startup.
lock(Account...) - Method in interface nl.strohalm.cyclos.utils.lock.LockHandler
Obtains pessimistic locks for the given accounts
LockCertificationAction - Class in nl.strohalm.cyclos.controls.accounts.guarantees.certifications
 
LockCertificationAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.LockCertificationAction
 
LockedAccountsOnPayments - Enum in nl.strohalm.cyclos.entities.accounts
Determines which accounts are locked in payments
LockHandler - Interface in nl.strohalm.cyclos.utils.lock
Manages pessimistic locking for database records
LockHandlerFactory - Interface in nl.strohalm.cyclos.utils.lock
Factory used to obtain LockHandler instances
LockingException - Exception in nl.strohalm.cyclos.entities.exceptions
Exception when locking database records
LockingException() - Constructor for exception nl.strohalm.cyclos.entities.exceptions.LockingException
 
LockingException(String) - Constructor for exception nl.strohalm.cyclos.entities.exceptions.LockingException
 
LockingException(String, Throwable) - Constructor for exception nl.strohalm.cyclos.entities.exceptions.LockingException
 
LockingException(Throwable) - Constructor for exception nl.strohalm.cyclos.entities.exceptions.LockingException
 
lockSmsStatus(Member) - Method in interface nl.strohalm.cyclos.utils.lock.LockHandler
Obtains pessimistic locks for the given member sms status
LOG - Static variable in class nl.strohalm.cyclos.utils.customizedfile.BaseCustomizedFileHandler
 
LOG - Static variable in class nl.strohalm.cyclos.utils.tasks.TaskRunnerImpl
 
LOG_KEY - Static variable in class nl.strohalm.cyclos.utils.SettingsHelper
 
logAccountFeeError(AccountFeeLog, Throwable) - Method in interface nl.strohalm.cyclos.utils.logging.LoggingHandler
Log an account fee error
logAccountFeeError(AccountFeeLog, Throwable) - Method in class nl.strohalm.cyclos.utils.logging.LoggingHandlerImpl
Log a tax error
logAccountFeeFinished(AccountFeeLog) - Method in interface nl.strohalm.cyclos.utils.logging.LoggingHandler
Log tha an account fee charge has been finished
logAccountFeeFinished(AccountFeeLog) - Method in class nl.strohalm.cyclos.utils.logging.LoggingHandlerImpl
 
logAccountFeeInvoice(Invoice) - Method in interface nl.strohalm.cyclos.utils.logging.LoggingHandler
Log an account fee transfer
logAccountFeeInvoice(Invoice) - Method in class nl.strohalm.cyclos.utils.logging.LoggingHandlerImpl
Log an account fee transfer
logAccountFeePayment(Transfer) - Method in interface nl.strohalm.cyclos.utils.logging.LoggingHandler
Log an account fee transfer
logAccountFeePayment(Transfer) - Method in class nl.strohalm.cyclos.utils.logging.LoggingHandlerImpl
Log an account fee transfer
logAccountFeeStarted(AccountFeeLog) - Method in interface nl.strohalm.cyclos.utils.logging.LoggingHandler
Log tha an account fee charge has been started
logAccountFeeStarted(AccountFeeLog) - Method in class nl.strohalm.cyclos.utils.logging.LoggingHandlerImpl
 
LogFormatter - Class in nl.strohalm.cyclos.utils.logging
Custom log formatter
LogFormatter() - Constructor for class nl.strohalm.cyclos.utils.logging.LogFormatter
 
LoggedOutException - Exception in nl.strohalm.cyclos.exceptions
Exception thrown when an user session has expired and he tries to access a secured page
LoggedOutException() - Constructor for exception nl.strohalm.cyclos.exceptions.LoggedOutException
 
LoggedUser - Class in nl.strohalm.cyclos.utils.access
Class that provides static access to the logged user, as well as custom attributes, using a ThreadLocal
LoggedUser() - Constructor for class nl.strohalm.cyclos.utils.access.LoggedUser
 
LoggedUser.AccessType - Enum in nl.strohalm.cyclos.utils.access
 
LoggedUserFilter - Class in nl.strohalm.cyclos.http
Filter that will set a ThreadLocal with the logged user
LoggedUserFilter() - Constructor for class nl.strohalm.cyclos.http.LoggedUserFilter
 
LoggingHandler - Interface in nl.strohalm.cyclos.utils.logging
Defines methods used to log actions
LoggingHandlerImpl - Class in nl.strohalm.cyclos.utils.logging
This class contains methods for logging actions
LoggingHandlerImpl() - Constructor for class nl.strohalm.cyclos.utils.logging.LoggingHandlerImpl
 
login(User, String, String, boolean, String, String) - Method in interface nl.strohalm.cyclos.services.access.AccessService
Logs the specified user in the system
login(User, String, String, boolean, String, String) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
login(User, String, String, boolean, String, String) - Method in class nl.strohalm.cyclos.services.access.AccessServiceSecurity
 
login(Class<? extends User>, String, String, String, String, String, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.utils.LoginHelper
Perform the login itself
LoginAction - Class in nl.strohalm.cyclos.controls.access
Action used to login the user
LoginAction() - Constructor for class nl.strohalm.cyclos.controls.access.LoginAction
 
LoginAction - Class in nl.strohalm.cyclos.controls.posweb
Action used for posweb login
LoginAction() - Constructor for class nl.strohalm.cyclos.controls.posweb.LoginAction
 
LoginException - Exception in nl.strohalm.cyclos.services.access.exceptions
Exception thrown for login exceptions
LoginException() - Constructor for exception nl.strohalm.cyclos.services.access.exceptions.LoginException
 
LoginException(String) - Constructor for exception nl.strohalm.cyclos.services.access.exceptions.LoginException
 
LoginForm - Class in nl.strohalm.cyclos.controls.access
Form for login
LoginForm() - Constructor for class nl.strohalm.cyclos.controls.access.LoginForm
 
LoginForm - Class in nl.strohalm.cyclos.controls.posweb
Form for posweb login
LoginForm() - Constructor for class nl.strohalm.cyclos.controls.posweb.LoginForm
 
loginForward(ActionMapping, HttpServletRequest, HttpServletResponse, LoginForm, User) - Method in class nl.strohalm.cyclos.controls.access.LoginAction
Returns a forward to the next action in case of a successful login
loginForward(ActionMapping, HttpServletRequest, HttpServletResponse, LoginForm, User) - Method in class nl.strohalm.cyclos.controls.posweb.LoginAction
 
loginHelper - Variable in class nl.strohalm.cyclos.controls.access.LoginAction
 
loginHelper - Variable in class nl.strohalm.cyclos.controls.BaseAction
 
loginHelper - Variable in class nl.strohalm.cyclos.controls.mobile.MobileBaseAction
 
loginHelper - Variable in class nl.strohalm.cyclos.controls.mobile.MobileLoginAction
 
LoginHelper - Class in nl.strohalm.cyclos.utils
Helper class for login
LoginHelper() - Constructor for class nl.strohalm.cyclos.utils.LoginHelper
 
LoginHistoryDAO - Interface in nl.strohalm.cyclos.dao.access
 
LoginHistoryDAOImpl - Class in nl.strohalm.cyclos.dao.access
 
LoginHistoryDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.access.LoginHistoryDAOImpl
 
LoginHistoryLog - Class in nl.strohalm.cyclos.entities.access
 
LoginHistoryLog() - Constructor for class nl.strohalm.cyclos.entities.access.LoginHistoryLog
 
LoginHistoryLog.Relationships - Enum in nl.strohalm.cyclos.entities.access
 
LoginTimesPerMemberStats - Class in nl.strohalm.cyclos.services.stats.activity
 
LoginTimesPerMemberStats(StatisticalActivityQuery, Period, LoginHistoryDAO) - Constructor for class nl.strohalm.cyclos.services.stats.activity.LoginTimesPerMemberStats
 
loginUrl(HttpServletRequest) - Static method in class nl.strohalm.cyclos.controls.posweb.PosWebHelper
Resolve the login url (not including root/do)
logout(String) - Method in interface nl.strohalm.cyclos.services.access.AccessService
Logs out of the system the user corresponding to the given
session id and removes it from the logged users list
logout(String) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
logout(String) - Method in class nl.strohalm.cyclos.services.access.AccessServiceSecurity
 
LogoutAction - Class in nl.strohalm.cyclos.controls.access
Action used to logout the logged user
LogoutAction() - Constructor for class nl.strohalm.cyclos.controls.access.LogoutAction
 
LogoutAction - Class in nl.strohalm.cyclos.controls.posweb
Action for posweb logout
LogoutAction() - Constructor for class nl.strohalm.cyclos.controls.posweb.LogoutAction
 
logRequestRejectedOnSystemOverloaded(String, String) - Method in interface nl.strohalm.cyclos.utils.logging.LoggingHandler
Logs that a request has been rejected because the account status queue is full
logRequestRejectedOnSystemOverloaded(String, String) - Method in class nl.strohalm.cyclos.utils.logging.LoggingHandlerImpl
Logs that a request has been rejected because the account status queue is full
logScheduledTaskError(String, Calendar, Exception) - Method in interface nl.strohalm.cyclos.utils.logging.LoggingHandler
Log a scheduled task error
logScheduledTaskError(String, Calendar, Exception) - Method in class nl.strohalm.cyclos.utils.logging.LoggingHandlerImpl
 
logScheduledTaskTrace(String, Calendar, long) - Method in interface nl.strohalm.cyclos.utils.logging.LoggingHandler
Logs a scheduled task execution
logScheduledTaskTrace(String, Calendar, long) - Method in class nl.strohalm.cyclos.utils.logging.LoggingHandlerImpl
 
logSchedulingTrace(Calendar, long) - Method in interface nl.strohalm.cyclos.utils.logging.LoggingHandler
Logs an scheduling group execution
logSchedulingTrace(Calendar, long) - Method in class nl.strohalm.cyclos.utils.logging.LoggingHandlerImpl
 
LogSettings - Class in nl.strohalm.cyclos.entities.settings
Groups log settings
LogSettings() - Constructor for class nl.strohalm.cyclos.entities.settings.LogSettings
 
LogSettings.AccountFeeLevel - Enum in nl.strohalm.cyclos.entities.settings
Possible log levels for account fee logger
LogSettings.ScheduledTaskLevel - Enum in nl.strohalm.cyclos.entities.settings
Possible log levels for scheduled task logger
LogSettings.TraceLevel - Enum in nl.strohalm.cyclos.entities.settings
Possible log levels for trace logger
LogSettings.TransactionLevel - Enum in nl.strohalm.cyclos.entities.settings
Possible log levels for transactions logger
LogSettings.WebServiceLevel - Enum in nl.strohalm.cyclos.entities.settings
Possible log levels for web services logger
LogSettingsChangeListener - Interface in nl.strohalm.cyclos.entities.settings.events
Listener interface for log settings modifications.
LogSettingsEvent - Class in nl.strohalm.cyclos.entities.settings.events
Event triggered when log settings are changed
LogSettingsEvent(LogSettings) - Constructor for class nl.strohalm.cyclos.entities.settings.events.LogSettingsEvent
 
LogSettingsHandler - Class in nl.strohalm.cyclos.services.settings
Log settings handler
LogSettingsHandler() - Constructor for class nl.strohalm.cyclos.services.settings.LogSettingsHandler
 
logTransfer(Transfer) - Method in interface nl.strohalm.cyclos.utils.logging.LoggingHandler
Log a successful transfer
logTransfer(Transfer) - Method in class nl.strohalm.cyclos.utils.logging.LoggingHandlerImpl
Log a successful transfer
longValue() - Method in class nl.strohalm.cyclos.entities.reports.StatisticalNumber
gets the longValue of value
LUCENE_VERSION - Static variable in class nl.strohalm.cyclos.utils.lucene.LuceneUtils
 
LuceneFormatter - Class in nl.strohalm.cyclos.utils.lucene
Formats basic types to Strings in order to be indexed
LuceneFormatter() - Constructor for class nl.strohalm.cyclos.utils.lucene.LuceneFormatter
 
luceneQueryHandler - Variable in class nl.strohalm.cyclos.dao.IndexedDAOImpl
 
LuceneQueryHandler - Class in nl.strohalm.cyclos.utils.lucene
Handler for entity queries using Lucene
LuceneQueryHandler() - Constructor for class nl.strohalm.cyclos.utils.lucene.LuceneQueryHandler
 
LuceneUtils - Class in nl.strohalm.cyclos.utils.lucene
Contains utilities for Lucene
LuceneUtils() - Constructor for class nl.strohalm.cyclos.utils.lucene.LuceneUtils
 

M

MAIL_KEY - Static variable in class nl.strohalm.cyclos.utils.SettingsHelper
 
MAIL_TRANSLATION_KEY - Static variable in class nl.strohalm.cyclos.utils.SettingsHelper
 
MailHandler - Class in nl.strohalm.cyclos.utils
Handles mail sending
MailHandler() - Constructor for class nl.strohalm.cyclos.utils.MailHandler
 
MailPreferencesAction - Class in nl.strohalm.cyclos.controls.admins.mailPreferences
Action used to save the mail preferences
MailPreferencesAction() - Constructor for class nl.strohalm.cyclos.controls.admins.mailPreferences.MailPreferencesAction
 
MailPreferencesForm - Class in nl.strohalm.cyclos.controls.admins.mailPreferences
Form used to save a mail preferences
MailPreferencesForm() - Constructor for class nl.strohalm.cyclos.controls.admins.mailPreferences.MailPreferencesForm
 
MailSendingException - Exception in nl.strohalm.cyclos.exceptions
Exception in sending mail
MailSendingException(String) - Constructor for exception nl.strohalm.cyclos.exceptions.MailSendingException
 
MailSendingException(String, Throwable) - Constructor for exception nl.strohalm.cyclos.exceptions.MailSendingException
 
MailSettings - Class in nl.strohalm.cyclos.entities.settings
Groups mail settings
MailSettings() - Constructor for class nl.strohalm.cyclos.entities.settings.MailSettings
 
MailSettingsChangeListener - Interface in nl.strohalm.cyclos.entities.settings.events
Listener interface for mail settings modifications.
MailSettingsEvent - Class in nl.strohalm.cyclos.entities.settings.events
Event triggered when mail settings are changed
MailSettingsEvent(MailSettings) - Constructor for class nl.strohalm.cyclos.entities.settings.events.MailSettingsEvent
 
MailSettingsHandler - Class in nl.strohalm.cyclos.services.settings
Mail settings handler
MailSettingsHandler() - Constructor for class nl.strohalm.cyclos.services.settings.MailSettingsHandler
 
MailTranslation - Class in nl.strohalm.cyclos.entities.settings
Groups mail settings
MailTranslation() - Constructor for class nl.strohalm.cyclos.entities.settings.MailTranslation
 
MailTranslationChangeListener - Interface in nl.strohalm.cyclos.entities.settings.events
Listener interface for mail translation modifications.
MailTranslationEvent - Class in nl.strohalm.cyclos.entities.settings.events
Event triggered when mail translation is changed
MailTranslationEvent(MailTranslation) - Constructor for class nl.strohalm.cyclos.entities.settings.events.MailTranslationEvent
 
MailTranslationHandler - Class in nl.strohalm.cyclos.services.settings
Mail settings handler
MailTranslationHandler() - Constructor for class nl.strohalm.cyclos.services.settings.MailTranslationHandler
 
main(String[]) - Static method in class nl.strohalm.cyclos.setup.migrations.version3_5.LoanCustomFieldMigration
 
main(String...) - Static method in class nl.strohalm.cyclos.setup.Setup
The external entry point
main(String[]) - Static method in class nl.strohalm.cyclos.setup.VersionHistoryReader
 
main(String[]) - Static method in class nl.strohalm.cyclos.utils.PropertiesHelper
 
makePayment(MakePaymentParameters) - Method in interface nl.strohalm.cyclos.webservices.pos.PosWebService
The POS owner performs a payment to another member
makePayment(MakePaymentParameters) - Method in class nl.strohalm.cyclos.webservices.pos.PosWebServiceImpl
 
MakePaymentAction - Class in nl.strohalm.cyclos.controls.posweb
Action for the posweb member to make a payment
MakePaymentAction() - Constructor for class nl.strohalm.cyclos.controls.posweb.MakePaymentAction
 
MakePaymentForm - Class in nl.strohalm.cyclos.controls.posweb
Form for the posweb member to make a payment
MakePaymentForm() - Constructor for class nl.strohalm.cyclos.controls.posweb.MakePaymentForm
 
MakePaymentParameters - Class in nl.strohalm.cyclos.webservices.pos
Parameters for receive a payment in a POS device
MakePaymentParameters() - Constructor for class nl.strohalm.cyclos.webservices.pos.MakePaymentParameters
 
ManageAdCategoriesAction - Class in nl.strohalm.cyclos.controls.ads.categories
Action used to build the import / export categories page
ManageAdCategoriesAction() - Constructor for class nl.strohalm.cyclos.controls.ads.categories.ManageAdCategoriesAction
 
ManageBrokerCommissionsAction - Class in nl.strohalm.cyclos.controls.members.brokering
Action used by admin to manage broker commissions
ManageBrokerCommissionsAction() - Constructor for class nl.strohalm.cyclos.controls.members.brokering.ManageBrokerCommissionsAction
 
ManageBrokerCommissionsForm - Class in nl.strohalm.cyclos.controls.members.brokering
Form used to list broker commission contracts
ManageBrokerCommissionsForm() - Constructor for class nl.strohalm.cyclos.controls.members.brokering.ManageBrokerCommissionsForm
 
ManageBrokeredMemberAction - Class in nl.strohalm.cyclos.controls.members.brokering
Action used to add a member to a broker
ManageBrokeredMemberAction() - Constructor for class nl.strohalm.cyclos.controls.members.brokering.ManageBrokeredMemberAction
 
ManageCurrencyAction - Class in nl.strohalm.cyclos.controls.accounts.currencies
Action used to prepare the edit Currency / reinitialize rate screen
ManageCurrencyAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.currencies.ManageCurrencyAction
 
ManageCurrencyForm - Class in nl.strohalm.cyclos.controls.accounts.currencies
Form used to prepare the manage currency screen
ManageCurrencyForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.currencies.ManageCurrencyForm
 
ManageExpiredStatusAction - Class in nl.strohalm.cyclos.controls.loans
Action used to manage an expired loan status
ManageExpiredStatusAction() - Constructor for class nl.strohalm.cyclos.controls.loans.ManageExpiredStatusAction
 
ManageExpiredStatusForm - Class in nl.strohalm.cyclos.controls.loans
Form used to manage an expired loan status
ManageExpiredStatusForm() - Constructor for class nl.strohalm.cyclos.controls.loans.ManageExpiredStatusForm
 
ManageExternalAccessAction - Class in nl.strohalm.cyclos.controls.access.channels
Action used to prepare the external access screen
ManageExternalAccessAction() - Constructor for class nl.strohalm.cyclos.controls.access.channels.ManageExternalAccessAction
 
ManageExternalAccessForm - Class in nl.strohalm.cyclos.controls.access.channels
Form used to prepare the external access screen
ManageExternalAccessForm() - Constructor for class nl.strohalm.cyclos.controls.access.channels.ManageExternalAccessForm
 
ManagePasswordsAction - Class in nl.strohalm.cyclos.controls.access
Action used to manage an user's passwords: login and transaction
ManagePasswordsAction() - Constructor for class nl.strohalm.cyclos.controls.access.ManagePasswordsAction
 
ManagePasswordsActionPolicy - Class in nl.strohalm.cyclos.struts.access.policies
 
ManagePasswordsForm - Class in nl.strohalm.cyclos.controls.access
Form used to manage a member's passwords
ManagePasswordsForm() - Constructor for class nl.strohalm.cyclos.controls.access.ManagePasswordsForm
 
manages(Element) - Method in interface nl.strohalm.cyclos.services.permissions.PermissionService
Returns whether the logged user can manage the given element.
manages(Group) - Method in interface nl.strohalm.cyclos.services.permissions.PermissionService
Returns whether the logged user can manage the given group.
manages(Element) - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceImpl
 
manages(Group) - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceImpl
 
manages(Element) - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceSecurity
 
manages(Group) - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceSecurity
 
ManageSettingsAction - Class in nl.strohalm.cyclos.controls.settings
Action used to build the import / export settings
ManageSettingsAction() - Constructor for class nl.strohalm.cyclos.controls.settings.ManageSettingsAction
 
ManageSettingsAction.Action - Enum in nl.strohalm.cyclos.controls.settings
 
ManageSettingsForm - Class in nl.strohalm.cyclos.controls.settings
Form used to import or export settings
ManageSettingsForm() - Constructor for class nl.strohalm.cyclos.controls.settings.ManageSettingsForm
 
ManageTransactionPasswordAction - Class in nl.strohalm.cyclos.controls.access.transactionpassword
Action used to reset a member's transaction password
ManageTransactionPasswordAction() - Constructor for class nl.strohalm.cyclos.controls.access.transactionpassword.ManageTransactionPasswordAction
 
ManageTransactionPasswordForm - Class in nl.strohalm.cyclos.controls.access.transactionpassword
Form used to manage a member's transaction password
ManageTransactionPasswordForm() - Constructor for class nl.strohalm.cyclos.controls.access.transactionpassword.ManageTransactionPasswordForm
 
ManageTranslationMessagesAction - Class in nl.strohalm.cyclos.controls.customization.translationMessages
Action used to manage messages
ManageTranslationMessagesAction() - Constructor for class nl.strohalm.cyclos.controls.customization.translationMessages.ManageTranslationMessagesAction
 
ManualAction - Class in nl.strohalm.cyclos.controls.general
Action used to display the manual
ManualAction() - Constructor for class nl.strohalm.cyclos.controls.general.ManualAction
 
map(String, Object) - Method in class nl.strohalm.cyclos.dao.BaseDAOImpl
Executes a query, returning results as a Map.
map(Indexable) - Method in class nl.strohalm.cyclos.utils.lucene.AbstractDocumentMapper
 
map(Indexable) - Method in interface nl.strohalm.cyclos.utils.lucene.DocumentMapper
Maps the given indexable entity into a Lucene Document
MapBean - Class in nl.strohalm.cyclos.utils.binding
Map class implementing the DynaBean interface
MapBean(boolean, String...) - Constructor for class nl.strohalm.cyclos.utils.binding.MapBean
 
MapBean(String...) - Constructor for class nl.strohalm.cyclos.utils.binding.MapBean
 
MapBinder<K,V> - Class in nl.strohalm.cyclos.utils.binding
A binder for maps
MapBinder() - Constructor for class nl.strohalm.cyclos.utils.binding.MapBinder
 
MapBinder(DataBinder<K>, DataBinder<V>) - Constructor for class nl.strohalm.cyclos.utils.binding.MapBinder
 
mapping - Variable in class nl.strohalm.cyclos.controls.webshop.ConfirmWebShopPaymentAction.ShouldValidateTPParameter
 
markAsFailedtoSend(PaymentRequestTicket) - Method in class nl.strohalm.cyclos.services.transactions.TicketServiceImpl
 
markAsFailedtoSend(PaymentRequestTicket) - Method in interface nl.strohalm.cyclos.services.transactions.TicketServiceLocal
The payment request ticket couldn't be sent
markAsInProcess(Loan) - Method in interface nl.strohalm.cyclos.services.transactions.LoanService
Marks an expired loan payment (or the first expired payment) as "in-process"
markAsInProcess(Loan) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceImpl
 
markAsInProcess(Loan) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceSecurity
 
markAsRecovered(Loan) - Method in interface nl.strohalm.cyclos.services.transactions.LoanService
Marks an in-process loan (or the first in-process payment) as "recovered"
markAsRecovered(Loan) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceImpl
 
markAsRecovered(Loan) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceSecurity
 
markAsSent(Message, Member) - Method in interface nl.strohalm.cyclos.dao.members.MessageDAO
Removes the given member from the pendings list of the given message
markAsSent(Message, Member) - Method in class nl.strohalm.cyclos.dao.members.MessageDAOImpl
 
markAsSent(Message, Member) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceImpl
 
markAsSent(Message, Member) - Method in interface nl.strohalm.cyclos.services.elements.MessageServiceLocal
Marks the given message as already sent to the given member
markAsUnrecoverable(Loan) - Method in interface nl.strohalm.cyclos.services.transactions.LoanService
Marks an in-process loan (or the first in-process payment) as "unrecoverable"
markAsUnrecoverable(Loan) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceImpl
 
markAsUnrecoverable(Loan) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceSecurity
 
markForActivation(BulkUpdateAccountDTO) - Method in interface nl.strohalm.cyclos.dao.accounts.AccountDAO
creates member accounts in a bulk insert, and marks them for further activation.
markForActivation(BulkUpdateAccountDTO) - Method in class nl.strohalm.cyclos.dao.accounts.AccountDAOImpl
 
markForDeactivation(MemberAccountType, MemberGroup) - Method in interface nl.strohalm.cyclos.dao.accounts.AccountDAO
marks accounts for deactivation.
markForDeactivation(MemberAccountType, MemberGroup) - Method in class nl.strohalm.cyclos.dao.accounts.AccountDAOImpl
 
markMembersNotified(Ad) - Method in class nl.strohalm.cyclos.services.ads.AdServiceImpl
 
markMembersNotified(Ad) - Method in interface nl.strohalm.cyclos.services.ads.AdServiceLocal
Marks this ad as members already notified
MASKED_VALUE - Static variable in class nl.strohalm.cyclos.utils.FormatObject
 
maskIfNeeded(String, Object) - Static method in class nl.strohalm.cyclos.utils.FormatObject
Returns a masked value if the parameter name is in the FormatObject.DEFAULT_EXCLUDES array
max(int) - Static method in class nl.strohalm.cyclos.utils.query.PageParameters
Returns an instance that limits the results to the given number
MAX_BODY_SIZE - Static variable in class nl.strohalm.cyclos.controls.settings.EditMessageSettingAction
 
MAX_BODY_SIZE - Static variable in class nl.strohalm.cyclos.services.settings.MessageSettingsHandler
 
MAX_DATE - Static variable in class nl.strohalm.cyclos.utils.lucene.LuceneFormatter
 
MAX_DECIMAL - Static variable in class nl.strohalm.cyclos.utils.lucene.LuceneFormatter
 
MAX_LEVEL - Static variable in class nl.strohalm.cyclos.entities.ads.AdCategory
The maximum level for nesting categories
MAX_LEVELS - Static variable in class nl.strohalm.cyclos.entities.accounts.transactions.AuthorizationLevel
 
MAX_PRECISION - Static variable in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
MAX_SMS_SIZE - Static variable in class nl.strohalm.cyclos.controls.settings.EditMessageSettingAction
 
MAX_SMS_SIZE - Static variable in class nl.strohalm.cyclos.services.settings.MessageSettingsHandler
 
MAX_SUBJECT_SIZE - Static variable in class nl.strohalm.cyclos.controls.settings.EditMessageSettingAction
 
MAX_SUBJECT_SIZE - Static variable in class nl.strohalm.cyclos.services.settings.MessageSettingsHandler
 
MaxAmountPerDayExceededException - Exception in nl.strohalm.cyclos.services.transactions.exceptions
Exception thrown when the maximum amount per day has been exceeded on a given account
MaxAmountPerDayExceededException(TransferType, Account, BigDecimal) - Constructor for exception nl.strohalm.cyclos.services.transactions.exceptions.MaxAmountPerDayExceededException
 
maxLength(int) - Method in class nl.strohalm.cyclos.utils.validation.Validator.Property
 
MaxLengthError - Class in nl.strohalm.cyclos.utils.validation
Error for max length validation
MaxLengthError(int) - Constructor for class nl.strohalm.cyclos.utils.validation.MaxLengthError
 
maybeRunInNewTransaction(TransactionCallback<T>) - Method in interface nl.strohalm.cyclos.utils.TransactionHelper
Runs the given callback in a new transaction if the current LockedAccountsOnPayments is at least LockedAccountsOnPayments.ORIGIN
maybeRunInNewTransaction(TransactionCallback<T>, boolean) - Method in interface nl.strohalm.cyclos.utils.TransactionHelper
Runs the given callback in a new transaction if the newTransaction flag is true and if the current LockedAccountsOnPayments is at least LockedAccountsOnPayments.ORIGIN
maybeRunInNewTransaction(TransactionCallback<T>, boolean, LockedAccountsOnPayments) - Method in interface nl.strohalm.cyclos.utils.TransactionHelper
Runs the given callback in a new transaction if the newTransaction flag is true and if the current LockedAccountsOnPayments is at least the given one
maybeRunInNewTransaction(TransactionCallback<T>) - Method in class nl.strohalm.cyclos.utils.TransactionHelperImpl
 
maybeRunInNewTransaction(TransactionCallback<T>, boolean) - Method in class nl.strohalm.cyclos.utils.TransactionHelperImpl
 
maybeRunInNewTransaction(TransactionCallback<T>, boolean, LockedAccountsOnPayments) - Method in class nl.strohalm.cyclos.utils.TransactionHelperImpl
 
MD5 - Static variable in class nl.strohalm.cyclos.utils.HashHandler
 
Median - Class in nl.strohalm.cyclos.utils.statistics
This class calculates stuff about the Median of a population.
Median(double[]) - Constructor for class nl.strohalm.cyclos.utils.statistics.Median
 
Median(double[], double) - Constructor for class nl.strohalm.cyclos.utils.statistics.Median
as previous, but with an array in stead of a list.
Median(List<Number>) - Constructor for class nl.strohalm.cyclos.utils.statistics.Median
Constructor taking a list as input.
Median(List<Number>, double) - Constructor for class nl.strohalm.cyclos.utils.statistics.Median
This constructor is to be used in case a confidence interval is requested.
member(MemberPermission...) - Method in interface nl.strohalm.cyclos.access.PermissionCheck
Adds a permission check for members
Member - Class in nl.strohalm.cyclos.entities.members
A member is a normal Cyclos user.
Member() - Constructor for class nl.strohalm.cyclos.entities.members.Member
 
member(MemberPermission...) - Method in class nl.strohalm.cyclos.services.access.AbstractPermissionCheck
 
member() - Static method in class nl.strohalm.cyclos.utils.access.LoggedUser
Returns the member if the current user is either a member (returning himself) or an operator (returning his member).
Member.Relationships - Enum in nl.strohalm.cyclos.entities.members
 
MEMBER_HELPS - Static variable in class nl.strohalm.cyclos.controls.general.ManualAction
 
MemberAccount - Class in nl.strohalm.cyclos.entities.accounts
An account owned by a member
MemberAccount() - Constructor for class nl.strohalm.cyclos.entities.accounts.MemberAccount
 
MemberAccount(Member) - Constructor for class nl.strohalm.cyclos.entities.accounts.MemberAccount
 
MemberAccount.Action - Enum in nl.strohalm.cyclos.entities.accounts
 
MemberAccount.Relationships - Enum in nl.strohalm.cyclos.entities.accounts
 
MemberAccount.Status - Enum in nl.strohalm.cyclos.entities.accounts
 
MemberAccountFeeLog - Class in nl.strohalm.cyclos.entities.accounts.fees.account
Relates a member to an account fee log
MemberAccountFeeLog() - Constructor for class nl.strohalm.cyclos.entities.accounts.fees.account.MemberAccountFeeLog
 
MemberAccountFeeLog.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.fees.account
 
MemberAccountFeeLog.Status - Enum in nl.strohalm.cyclos.entities.accounts.fees.account
 
MemberAccountFeeLogDAO - Interface in nl.strohalm.cyclos.dao.accounts.fee.account
DAO interface for member account fee logs
MemberAccountFeeLogDAOImpl - Class in nl.strohalm.cyclos.dao.accounts.fee.account
Implementation for MemberAccountFeeLogDAO
MemberAccountFeeLogDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.fee.account.MemberAccountFeeLogDAOImpl
 
MemberAccountFeeLogQuery - Class in nl.strohalm.cyclos.entities.accounts.fees.account
Parameters to search for charged members in an account fee log
MemberAccountFeeLogQuery() - Constructor for class nl.strohalm.cyclos.entities.accounts.fees.account.MemberAccountFeeLogQuery
 
MemberAccountFeeLogQuery.Status - Enum in nl.strohalm.cyclos.entities.accounts.fees.account
 
MemberAccountHandler - Class in nl.strohalm.cyclos.services.accounts
Handles member account creation / removal
MemberAccountHandler() - Constructor for class nl.strohalm.cyclos.services.accounts.MemberAccountHandler
 
MemberAccountType - Class in nl.strohalm.cyclos.entities.accounts
Type for member accounts
MemberAccountType() - Constructor for class nl.strohalm.cyclos.entities.accounts.MemberAccountType
 
MemberAccountType.Relationships - Enum in nl.strohalm.cyclos.entities.accounts
 
MemberAccountTypeQuery - Class in nl.strohalm.cyclos.services.accounts
Query parameters for member account types
MemberAccountTypeQuery() - Constructor for class nl.strohalm.cyclos.services.accounts.MemberAccountTypeQuery
 
MemberAccountVO - Class in nl.strohalm.cyclos.webservices.model
Represents a member account
MemberAccountVO() - Constructor for class nl.strohalm.cyclos.webservices.model.MemberAccountVO
 
MemberAdsAction - Class in nl.strohalm.cyclos.controls.ads
Lists the advertisements of a given member
MemberAdsAction() - Constructor for class nl.strohalm.cyclos.controls.ads.MemberAdsAction
 
MemberAdsActionPolicy - Class in nl.strohalm.cyclos.struts.access.policies
 
MemberAdsForm - Class in nl.strohalm.cyclos.controls.ads
Form used to retrieve ads from a given member
MemberAdsForm() - Constructor for class nl.strohalm.cyclos.controls.ads.MemberAdsForm
 
MemberAlert - Class in nl.strohalm.cyclos.entities.alerts
An alert sent to a member
MemberAlert() - Constructor for class nl.strohalm.cyclos.entities.alerts.MemberAlert
 
MemberAlert.Alerts - Enum in nl.strohalm.cyclos.entities.alerts
Contains the possible member alerts
MemberAlert.Relationships - Enum in nl.strohalm.cyclos.entities.alerts
 
MemberAlreadyInBrokeringsException - Exception in nl.strohalm.cyclos.services.elements.exceptions
Exception thrown when trying to add a member to a brokering list and he is already on it
MemberAlreadyInBrokeringsException() - Constructor for exception nl.strohalm.cyclos.services.elements.exceptions.MemberAlreadyInBrokeringsException
 
MemberAlreadyInBrokeringsException(String) - Constructor for exception nl.strohalm.cyclos.services.elements.exceptions.MemberAlreadyInBrokeringsException
 
MemberAlreadyInBrokeringsException(String, Throwable) - Constructor for exception nl.strohalm.cyclos.services.elements.exceptions.MemberAlreadyInBrokeringsException
 
MemberAlreadyInBrokeringsException(Throwable) - Constructor for exception nl.strohalm.cyclos.services.elements.exceptions.MemberAlreadyInBrokeringsException
 
MemberAlreadyInListException - Exception in nl.strohalm.cyclos.services.loangroups.exceptions
 
MemberAlreadyInListException() - Constructor for exception nl.strohalm.cyclos.services.loangroups.exceptions.MemberAlreadyInListException
 
MemberBulkActionsAction - Class in nl.strohalm.cyclos.controls.members.bulk
Action used to apply bulk actions on members that match the given filter
MemberBulkActionsAction() - Constructor for class nl.strohalm.cyclos.controls.members.bulk.MemberBulkActionsAction
 
MemberBulkActionsForm - Class in nl.strohalm.cyclos.controls.members.bulk
Form used to apply bulk actions on members that match the given filter
MemberBulkActionsForm() - Constructor for class nl.strohalm.cyclos.controls.members.bulk.MemberBulkActionsForm
 
MemberBulkChangeBrokerAction - Class in nl.strohalm.cyclos.controls.members.bulk
Action to apply the bulk change broker for members
MemberBulkChangeBrokerAction() - Constructor for class nl.strohalm.cyclos.controls.members.bulk.MemberBulkChangeBrokerAction
 
MemberBulkChangeGroupAction - Class in nl.strohalm.cyclos.controls.members.bulk
Action to apply the bulk change group for members
MemberBulkChangeGroupAction() - Constructor for class nl.strohalm.cyclos.controls.members.bulk.MemberBulkChangeGroupAction
 
MemberBulkGenerateCardAction - Class in nl.strohalm.cyclos.controls.members.bulk
 
MemberBulkGenerateCardAction() - Constructor for class nl.strohalm.cyclos.controls.members.bulk.MemberBulkGenerateCardAction
 
MemberCustomField - Class in nl.strohalm.cyclos.entities.customization.fields
A custom field for members
MemberCustomField() - Constructor for class nl.strohalm.cyclos.entities.customization.fields.MemberCustomField
 
MemberCustomField.Access - Enum in nl.strohalm.cyclos.entities.customization.fields
Restrict the field usage for specific user types
MemberCustomField.Indexing - Enum in nl.strohalm.cyclos.entities.customization.fields
 
MemberCustomField.Relationships - Enum in nl.strohalm.cyclos.entities.customization.fields
 
memberCustomFieldService - Variable in class nl.strohalm.cyclos.controls.accounts.cards.ExportCardsToCsvAction
 
memberCustomFieldService - Variable in class nl.strohalm.cyclos.controls.ads.SearchAdsAction
 
memberCustomFieldService - Variable in class nl.strohalm.cyclos.controls.loans.SearchLoanPaymentsAction
 
memberCustomFieldService - Variable in class nl.strohalm.cyclos.controls.members.pending.SearchPendingMembersAction
 
memberCustomFieldService - Variable in class nl.strohalm.cyclos.controls.members.SearchMembersAction
 
MemberCustomFieldService - Interface in nl.strohalm.cyclos.services.customization
Service for member custom fields
MemberCustomFieldServiceImpl - Class in nl.strohalm.cyclos.services.customization
Implementation for MemberCustomFieldService
MemberCustomFieldServiceImpl() - Constructor for class nl.strohalm.cyclos.services.customization.MemberCustomFieldServiceImpl
 
MemberCustomFieldServiceLocal - Interface in nl.strohalm.cyclos.services.customization
Local interface for MemberCustomFieldService
MemberCustomFieldServiceSecurity - Class in nl.strohalm.cyclos.services.customization
Security layer for MemberCustomFieldService
MemberCustomFieldServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.customization.MemberCustomFieldServiceSecurity
 
MemberCustomFieldValue - Class in nl.strohalm.cyclos.entities.customization.fields
Custom field value of a given member
MemberCustomFieldValue() - Constructor for class nl.strohalm.cyclos.entities.customization.fields.MemberCustomFieldValue
 
MemberCustomFieldValue.Relationships - Enum in nl.strohalm.cyclos.entities.customization.fields
 
MemberDocument - Class in nl.strohalm.cyclos.entities.customization.documents
 
MemberDocument() - Constructor for class nl.strohalm.cyclos.entities.customization.documents.MemberDocument
 
MemberDocument.Relationships - Enum in nl.strohalm.cyclos.entities.customization.documents
 
MemberDocument.Visibility - Enum in nl.strohalm.cyclos.entities.customization.documents
 
MemberDocumentMapper - Class in nl.strohalm.cyclos.dao.members
Maps Members to lucene Documents
MemberDocumentMapper() - Constructor for class nl.strohalm.cyclos.dao.members.MemberDocumentMapper
 
memberFields(Long) - Method in interface nl.strohalm.cyclos.webservices.fields.FieldWebService
Returns an array of member fields for the given group.
memberFields(Long) - Method in class nl.strohalm.cyclos.webservices.fields.FieldWebServiceImpl
 
memberFieldsForAdSearch() - Method in interface nl.strohalm.cyclos.webservices.fields.FieldWebService
Returns an array of member fields that can be used on ad search
memberFieldsForAdSearch() - Method in class nl.strohalm.cyclos.webservices.fields.FieldWebServiceImpl
 
memberFieldsForMemberSearch() - Method in interface nl.strohalm.cyclos.webservices.fields.FieldWebService
Returns an array of member fields that can be used on member search
memberFieldsForMemberSearch() - Method in class nl.strohalm.cyclos.webservices.fields.FieldWebServiceImpl
 
memberFor(MemberPermission, Entity...) - Method in interface nl.strohalm.cyclos.access.PermissionCheck
Adds a check to members that ensures ALL entities must belong to the collection represented by the given member permission.
memberFor(MemberPermission, Entity...) - Method in class nl.strohalm.cyclos.services.access.AbstractPermissionCheck
 
MemberGroup - Class in nl.strohalm.cyclos.entities.groups
A group of regular members
MemberGroup() - Constructor for class nl.strohalm.cyclos.entities.groups.MemberGroup
 
MemberGroup.Relationships - Enum in nl.strohalm.cyclos.entities.groups
 
MemberGroupAccountSettings - Class in nl.strohalm.cyclos.entities.accounts
This is an associative class between MemberGroup and MemberAccountType.
MemberGroupAccountSettings() - Constructor for class nl.strohalm.cyclos.entities.accounts.MemberGroupAccountSettings
 
MemberGroupAccountSettings.Relationships - Enum in nl.strohalm.cyclos.entities.accounts
 
MemberGroupAccountSettingsDAO - Interface in nl.strohalm.cyclos.dao.accounts
Data access object interface for the settings between account types and groups
MemberGroupAccountSettingsDAOImpl - Class in nl.strohalm.cyclos.dao.accounts
Implementation DAO for member group account settings
MemberGroupAccountSettingsDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.MemberGroupAccountSettingsDAOImpl
 
MemberGroupPermissionsDTO<MG extends MemberGroup> - Class in nl.strohalm.cyclos.services.groups
Class used to store a member group's permissions
MemberGroupPermissionsDTO() - Constructor for class nl.strohalm.cyclos.services.groups.MemberGroupPermissionsDTO
 
MemberGroupRegistrationExpirationScheduledTask - Class in nl.strohalm.cyclos.scheduling.tasks
Scheduled task that expires member registrations on groups that expires after a given time period
MemberGroupRegistrationExpirationScheduledTask() - Constructor for class nl.strohalm.cyclos.scheduling.tasks.MemberGroupRegistrationExpirationScheduledTask
 
MemberGroupSettings - Class in nl.strohalm.cyclos.entities.groups
Settings of a member group
MemberGroupSettings() - Constructor for class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
MemberGroupSettings.EmailValidation - Enum in nl.strohalm.cyclos.entities.groups
Determines in which registrations the e-mail validation will be used
MemberGroupSettings.ExternalAdPublication - Enum in nl.strohalm.cyclos.entities.groups
Controls the external advertisement publication
MemberGroupSmsContextImpl - Class in nl.strohalm.cyclos.services.sms
This sms context implementation is the default used by Cyclos.
MemberHasBalanceException - Exception in nl.strohalm.cyclos.services.elements.exceptions
Exception thrown when trying to remove a member that has balance in one of his accounts
MemberHasBalanceException(MemberGroup, MemberAccountType) - Constructor for exception nl.strohalm.cyclos.services.elements.exceptions.MemberHasBalanceException
 
MemberHasOpenInvoicesException - Exception in nl.strohalm.cyclos.services.elements.exceptions
Exception thrown when trying to remove a member that has open invoices
MemberHasOpenInvoicesException(MemberGroup) - Constructor for exception nl.strohalm.cyclos.services.elements.exceptions.MemberHasOpenInvoicesException
 
MemberHasPendingLoansException - Exception in nl.strohalm.cyclos.services.elements.exceptions
Exception thrown when trying to remove a member that has open loans
MemberHasPendingLoansException(MemberGroup) - Constructor for exception nl.strohalm.cyclos.services.elements.exceptions.MemberHasPendingLoansException
 
MemberHasPendingScheduledPaymentsException - Exception in nl.strohalm.cyclos.services.elements.exceptions
Exception thrown when trying to remove a member that has pending scheduled payments
MemberHasPendingScheduledPaymentsException(MemberGroup) - Constructor for exception nl.strohalm.cyclos.services.elements.exceptions.MemberHasPendingScheduledPaymentsException
 
MemberHelper - Class in nl.strohalm.cyclos.webservices.utils
Utility class for members
MemberHelper() - Constructor for class nl.strohalm.cyclos.webservices.utils.MemberHelper
 
MemberImage - Class in nl.strohalm.cyclos.entities.customization.images
An image that belongs to a member
MemberImage() - Constructor for class nl.strohalm.cyclos.entities.customization.images.MemberImage
 
MemberImage.Relationships - Enum in nl.strohalm.cyclos.entities.customization.images
 
MemberImport - Class in nl.strohalm.cyclos.entities.members.imports
Contains data about a whole member import
MemberImport() - Constructor for class nl.strohalm.cyclos.entities.members.imports.MemberImport
 
MemberImport.Relationships - Enum in nl.strohalm.cyclos.entities.members.imports
 
MemberImportDAO - Interface in nl.strohalm.cyclos.dao.members.imports
DAO interface for member imports
MemberImportDAOImpl - Class in nl.strohalm.cyclos.dao.members.imports
 
MemberImportDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.members.imports.MemberImportDAOImpl
 
MemberImportResult - Class in nl.strohalm.cyclos.entities.members.imports
Summarized results for a member import
MemberImportResult() - Constructor for class nl.strohalm.cyclos.entities.members.imports.MemberImportResult
 
MemberImportService - Interface in nl.strohalm.cyclos.services.elements
Interface used to handle member imports
MemberImportServiceImpl - Class in nl.strohalm.cyclos.services.elements
Handles importing members
MemberImportServiceImpl() - Constructor for class nl.strohalm.cyclos.services.elements.MemberImportServiceImpl
 
MemberImportServiceLocal - Interface in nl.strohalm.cyclos.services.elements
Local interface.
MemberImportServiceSecurity - Class in nl.strohalm.cyclos.services.elements
Security implementation for MemberImportService
MemberImportServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.elements.MemberImportServiceSecurity
 
MemberLoanGroupsAction - Class in nl.strohalm.cyclos.controls.members.loangroups
Action used to list the loan groups of a given member
MemberLoanGroupsAction() - Constructor for class nl.strohalm.cyclos.controls.members.loangroups.MemberLoanGroupsAction
 
MemberLoanGroupsActionPolicy - Class in nl.strohalm.cyclos.struts.access.policies
 
MemberLoanGroupsForm - Class in nl.strohalm.cyclos.controls.members.loangroups
Form used to list the loan groups of a given member
MemberLoanGroupsForm() - Constructor for class nl.strohalm.cyclos.controls.members.loangroups.MemberLoanGroupsForm
 
MemberNotificationHandler - Interface in nl.strohalm.cyclos.utils.notifications
Handles notifications for members
MemberNotificationHandlerImpl - Class in nl.strohalm.cyclos.utils.notifications
Implementation for MemberNotificationHandler
MemberNotificationHandlerImpl() - Constructor for class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
MemberNotInListException - Exception in nl.strohalm.cyclos.services.loangroups.exceptions
 
MemberNotInListException() - Constructor for exception nl.strohalm.cyclos.services.loangroups.exceptions.MemberNotInListException
 
MemberPermission - Enum in nl.strohalm.cyclos.access
This enum contains all permissions related to the MEMBER module type
memberPermissions - Variable in class nl.strohalm.cyclos.services.access.AbstractPermissionCheck
 
MemberPos - Class in nl.strohalm.cyclos.entities.accounts.pos
 
MemberPos() - Constructor for class nl.strohalm.cyclos.entities.accounts.pos.MemberPos
 
MemberPos.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.pos
 
MemberPos.Status - Enum in nl.strohalm.cyclos.entities.accounts.pos
 
MemberPosAction - Class in nl.strohalm.cyclos.controls.accounts.pos
 
MemberPosAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.pos.MemberPosAction
 
MemberPosActionPolicy - Class in nl.strohalm.cyclos.struts.access.policies
 
MemberPosDAO - Interface in nl.strohalm.cyclos.dao.accounts.pos
 
MemberPosDAOImpl - Class in nl.strohalm.cyclos.dao.accounts.pos
 
MemberPosDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.pos.MemberPosDAOImpl
 
MemberPosService - Interface in nl.strohalm.cyclos.services.accounts.pos
 
MemberPosServiceImpl - Class in nl.strohalm.cyclos.services.accounts.pos
 
MemberPosServiceImpl() - Constructor for class nl.strohalm.cyclos.services.accounts.pos.MemberPosServiceImpl
 
MemberPosServiceLocal - Interface in nl.strohalm.cyclos.services.accounts.pos
Local interface.
MemberPosServiceSecurity - Class in nl.strohalm.cyclos.services.accounts.pos
Security implementation for MemberPosService
MemberPosServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.accounts.pos.MemberPosServiceSecurity
 
MemberProfileAction - Class in nl.strohalm.cyclos.controls.members
Profile action for members
MemberProfileAction() - Constructor for class nl.strohalm.cyclos.controls.members.MemberProfileAction
 
MemberProfileForm - Class in nl.strohalm.cyclos.controls.members
Form for a member profile
MemberProfileForm() - Constructor for class nl.strohalm.cyclos.controls.members.MemberProfileForm
 
MemberQuery - Class in nl.strohalm.cyclos.entities.members
Query parameters for member
MemberQuery() - Constructor for class nl.strohalm.cyclos.entities.members.MemberQuery
 
memberQueryDataBinder(LocalSettings) - Static method in class nl.strohalm.cyclos.controls.members.SearchMembersAction
 
MemberRecord - Class in nl.strohalm.cyclos.entities.members.records
A member record is a set of values for a member record type
MemberRecord() - Constructor for class nl.strohalm.cyclos.entities.members.records.MemberRecord
 
MemberRecord.Relationships - Enum in nl.strohalm.cyclos.entities.members.records
 
MemberRecordCustomField - Class in nl.strohalm.cyclos.entities.customization.fields
A custom field for a member record
MemberRecordCustomField() - Constructor for class nl.strohalm.cyclos.entities.customization.fields.MemberRecordCustomField
 
MemberRecordCustomField.Access - Enum in nl.strohalm.cyclos.entities.customization.fields
 
MemberRecordCustomField.Relationships - Enum in nl.strohalm.cyclos.entities.customization.fields
 
MemberRecordCustomFieldService - Interface in nl.strohalm.cyclos.services.customization
Service for member record custom fields
MemberRecordCustomFieldServiceImpl - Class in nl.strohalm.cyclos.services.customization
Implementation for MemberRecordCustomFieldServiceLocal
MemberRecordCustomFieldServiceImpl() - Constructor for class nl.strohalm.cyclos.services.customization.MemberRecordCustomFieldServiceImpl
 
MemberRecordCustomFieldServiceLocal - Interface in nl.strohalm.cyclos.services.customization
Local interface for MemberRecordCustomFieldService
MemberRecordCustomFieldServiceSecurity - Class in nl.strohalm.cyclos.services.customization
Security layer for MemberRecordCustomFieldService
MemberRecordCustomFieldServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.customization.MemberRecordCustomFieldServiceSecurity
 
MemberRecordCustomFieldValue - Class in nl.strohalm.cyclos.entities.customization.fields
Custom field value for a member record
MemberRecordCustomFieldValue() - Constructor for class nl.strohalm.cyclos.entities.customization.fields.MemberRecordCustomFieldValue
 
MemberRecordCustomFieldValue.Relationships - Enum in nl.strohalm.cyclos.entities.customization.fields
 
MemberRecordDAO - Interface in nl.strohalm.cyclos.dao.members
Interface for member record dao
MemberRecordDAOImpl - Class in nl.strohalm.cyclos.dao.members
Implementation for member record DAO
MemberRecordDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.members.MemberRecordDAOImpl
 
MemberRecordDocumentMapper - Class in nl.strohalm.cyclos.dao.members
Maps MemberRecords to lucene Documents
MemberRecordDocumentMapper() - Constructor for class nl.strohalm.cyclos.dao.members.MemberRecordDocumentMapper
 
MemberRecordQuery - Class in nl.strohalm.cyclos.entities.members.records
Parameters for member record queries
MemberRecordQuery() - Constructor for class nl.strohalm.cyclos.entities.members.records.MemberRecordQuery
 
memberRecordQueryDataBinder(LocalSettings) - Static method in class nl.strohalm.cyclos.controls.members.records.SearchMemberRecordsAction
 
MemberRecordService - Interface in nl.strohalm.cyclos.services.elements
Service interface for member records
MemberRecordServiceImpl - Class in nl.strohalm.cyclos.services.elements
Implementation class for member records service
MemberRecordServiceImpl() - Constructor for class nl.strohalm.cyclos.services.elements.MemberRecordServiceImpl
 
MemberRecordServiceLocal - Interface in nl.strohalm.cyclos.services.elements
Local interface.
MemberRecordServiceSecurity - Class in nl.strohalm.cyclos.services.elements
Security implementation for MemberRecordService
MemberRecordServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.elements.MemberRecordServiceSecurity
 
MemberRecordType - Class in nl.strohalm.cyclos.entities.members.records
Defines a group of custom fields for a member
MemberRecordType() - Constructor for class nl.strohalm.cyclos.entities.members.records.MemberRecordType
 
MemberRecordType.Layout - Enum in nl.strohalm.cyclos.entities.members.records
 
MemberRecordType.Relationships - Enum in nl.strohalm.cyclos.entities.members.records
 
MemberRecordTypeDAO - Interface in nl.strohalm.cyclos.dao.members
Interface for member record type dao
MemberRecordTypeDAOImpl - Class in nl.strohalm.cyclos.dao.members
Implementation for member record type dao
MemberRecordTypeDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.members.MemberRecordTypeDAOImpl
 
MemberRecordTypeQuery - Class in nl.strohalm.cyclos.entities.members.records
Parameters for member record types queries
MemberRecordTypeQuery() - Constructor for class nl.strohalm.cyclos.entities.members.records.MemberRecordTypeQuery
 
MemberRecordTypeService - Interface in nl.strohalm.cyclos.services.elements
Service interface for member record types
MemberRecordTypeServiceImpl - Class in nl.strohalm.cyclos.services.elements
Implementation class for member record types service
MemberRecordTypeServiceImpl() - Constructor for class nl.strohalm.cyclos.services.elements.MemberRecordTypeServiceImpl
 
MemberRecordTypeServiceLocal - Interface in nl.strohalm.cyclos.services.elements
Local interface.
MemberRecordTypeServiceSecurity - Class in nl.strohalm.cyclos.services.elements
Security implementation for MemberRecordTypeService
MemberRecordTypeServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.elements.MemberRecordTypeServiceSecurity
 
MemberReferencesAction - Class in nl.strohalm.cyclos.controls.members.references
Action used to view a member's references and edit the reference to that member
MemberReferencesAction() - Constructor for class nl.strohalm.cyclos.controls.members.references.MemberReferencesAction
 
MemberReferencesAction.Direction - Enum in nl.strohalm.cyclos.controls.members.references
Represents the direction we're searching
MemberReferencesActionPolicy - Class in nl.strohalm.cyclos.struts.access.policies
 
MemberReferencesForm - Class in nl.strohalm.cyclos.controls.members.references
Form used to view a member's references and edit the reference to that member
MemberReferencesForm() - Constructor for class nl.strohalm.cyclos.controls.members.references.MemberReferencesForm
 
MemberRegistrationResult - Class in nl.strohalm.cyclos.webservices.members
Result for a member registration.
MemberRegistrationResult() - Constructor for class nl.strohalm.cyclos.webservices.members.MemberRegistrationResult
 
MemberResultPage - Class in nl.strohalm.cyclos.webservices.members
Page results for members
MemberResultPage() - Constructor for class nl.strohalm.cyclos.webservices.members.MemberResultPage
 
MemberResultPage(int, int, List<MemberVO>) - Constructor for class nl.strohalm.cyclos.webservices.members.MemberResultPage
 
MemberSearchParameters - Class in nl.strohalm.cyclos.webservices.members
Parameters for searching members via web services
MemberSearchParameters() - Constructor for class nl.strohalm.cyclos.webservices.members.MemberSearchParameters
 
MemberService - Interface in nl.strohalm.cyclos.services.elements
Service interface for members.
MemberServiceImpl - Class in nl.strohalm.cyclos.services.elements
Implementation for MemberService
MemberServiceImpl() - Constructor for class nl.strohalm.cyclos.services.elements.MemberServiceImpl
 
MemberServiceLocal - Interface in nl.strohalm.cyclos.services.elements
Local interface for MemberService
MemberServiceSecurity - Class in nl.strohalm.cyclos.services.elements
Service layer for members
MemberServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.elements.MemberServiceSecurity
 
MembersListReportAction - Class in nl.strohalm.cyclos.controls.reports.members.list
 
MembersListReportAction() - Constructor for class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportAction
 
MembersListReportDTO - Class in nl.strohalm.cyclos.controls.reports.members.list
 
MembersListReportDTO() - Constructor for class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
MembersListReportDTO.PeriodType - Enum in nl.strohalm.cyclos.controls.reports.members.list
 
MembersListReportForm - Class in nl.strohalm.cyclos.controls.reports.members.list
 
MembersListReportForm() - Constructor for class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportForm
 
MembersListReportHandler - Class in nl.strohalm.cyclos.controls.reports.members.list
 
MembersListReportHandler(LocalSettings) - Constructor for class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportHandler
 
MembersListReportVOIterator - Class in nl.strohalm.cyclos.controls.reports.members.list
 
MemberSmsStatus - Class in nl.strohalm.cyclos.entities.sms
Stores the SMS status for an specific member
MemberSmsStatus() - Constructor for class nl.strohalm.cyclos.entities.sms.MemberSmsStatus
 
MemberSmsStatus.Relationships - Enum in nl.strohalm.cyclos.entities.sms
 
MemberSmsStatusDAO - Interface in nl.strohalm.cyclos.dao.sms
DAO interface for MemberSmsStatus
MemberSmsStatusDAOImpl - Class in nl.strohalm.cyclos.dao.sms
Implementation for MemberSmsStatusDAO
MemberSmsStatusDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.sms.MemberSmsStatusDAOImpl
 
MemberSmsStatusLock - Class in nl.strohalm.cyclos.entities.sms
Handler for locks in SMS status for a given member
MemberSmsStatusLock() - Constructor for class nl.strohalm.cyclos.entities.sms.MemberSmsStatusLock
 
MembersReportHandler - Class in nl.strohalm.cyclos.controls.reports.members.transactions
 
MembersReportHandler(LocalSettings) - Constructor for class nl.strohalm.cyclos.controls.reports.members.transactions.MembersReportHandler
 
MembersReportVO - Class in nl.strohalm.cyclos.entities.reports
 
MembersReportVO() - Constructor for class nl.strohalm.cyclos.entities.reports.MembersReportVO
 
MemberStatusVO - Class in nl.strohalm.cyclos.services.elements
Contains information about a member's status
MemberStatusVO() - Constructor for class nl.strohalm.cyclos.services.elements.MemberStatusVO
 
membersTransactionsDetailsReport(MembersTransactionsReportParameters) - Method in interface nl.strohalm.cyclos.dao.accounts.AccountDAO
Returns data for the transaction details report
membersTransactionsDetailsReport(MembersTransactionsReportParameters) - Method in class nl.strohalm.cyclos.dao.accounts.AccountDAOImpl
 
membersTransactionsDetailsReport(MembersTransactionsReportParameters) - Method in interface nl.strohalm.cyclos.services.accounts.AccountService
Runs a member report with transactions details
membersTransactionsDetailsReport(MembersTransactionsReportParameters) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
membersTransactionsDetailsReport(MembersTransactionsReportParameters) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceSecurity
 
MembersTransactionsReportAction - Class in nl.strohalm.cyclos.controls.reports.members.transactions
 
MembersTransactionsReportAction() - Constructor for class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportAction
 
MembersTransactionsReportDTO - Class in nl.strohalm.cyclos.controls.reports.members.transactions
 
MembersTransactionsReportDTO() - Constructor for class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportDTO
 
MembersTransactionsReportDTO.DetailsLevel - Enum in nl.strohalm.cyclos.controls.reports.members.transactions
 
MembersTransactionsReportForm - Class in nl.strohalm.cyclos.controls.reports.members.transactions
 
MembersTransactionsReportForm() - Constructor for class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportForm
 
MembersTransactionsReportParameters - Class in nl.strohalm.cyclos.entities.members
Parameters used to build the member transactions report
MembersTransactionsReportParameters() - Constructor for class nl.strohalm.cyclos.entities.members.MembersTransactionsReportParameters
 
membersTransactionsSummaryReport(MembersTransactionsReportParameters) - Method in interface nl.strohalm.cyclos.services.accounts.AccountService
Runs a member report with transactions summaries
membersTransactionsSummaryReport(MembersTransactionsReportParameters) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
membersTransactionsSummaryReport(MembersTransactionsReportParameters) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceSecurity
 
membersTransactionSummaryReport(Collection<MemberGroup>, PaymentFilter, Period, boolean, LocalSettings.MemberResultDisplay) - Method in interface nl.strohalm.cyclos.dao.accounts.AccountDAO
Iterates either credits or debits on the transaction summary report
membersTransactionSummaryReport(Collection<MemberGroup>, PaymentFilter, Period, boolean, LocalSettings.MemberResultDisplay) - Method in class nl.strohalm.cyclos.dao.accounts.AccountDAOImpl
 
MemberTransactionDetailsReportData - Class in nl.strohalm.cyclos.entities.members
Contains data for a row in the member report: transaction details
MemberTransactionDetailsReportData() - Constructor for class nl.strohalm.cyclos.entities.members.MemberTransactionDetailsReportData
 
MemberTransactionDetailsReportData(String, String, String, String, String, Calendar, BigDecimal, String, String, String, String, String) - Constructor for class nl.strohalm.cyclos.entities.members.MemberTransactionDetailsReportData
 
MemberTransactionSummaryReportData - Class in nl.strohalm.cyclos.entities.members
Contains data for a row in the member report: transaction summary
MemberTransactionSummaryReportData() - Constructor for class nl.strohalm.cyclos.entities.members.MemberTransactionSummaryReportData
 
MemberTransactionSummaryVO - Class in nl.strohalm.cyclos.entities.members
A TransactionSummaryVO, but having a member id
MemberTransactionSummaryVO() - Constructor for class nl.strohalm.cyclos.entities.members.MemberTransactionSummaryVO
 
MemberTransactionSummaryVO(Long, int, BigDecimal) - Constructor for class nl.strohalm.cyclos.entities.members.MemberTransactionSummaryVO
 
MemberUser - Class in nl.strohalm.cyclos.entities.access
A user for regular members or brokers
MemberUser() - Constructor for class nl.strohalm.cyclos.entities.access.MemberUser
 
MemberVO - Class in nl.strohalm.cyclos.webservices.model
Member data for web services
MemberVO() - Constructor for class nl.strohalm.cyclos.webservices.model.MemberVO
 
MemberWebService - Interface in nl.strohalm.cyclos.webservices.members
Web service interface for members
MemberWebServiceImpl - Class in nl.strohalm.cyclos.webservices.members
Web service implementation
MemberWebServiceImpl() - Constructor for class nl.strohalm.cyclos.webservices.members.MemberWebServiceImpl
 
MemberWontReceiveNotificationException - Exception in nl.strohalm.cyclos.services.elements.exceptions
Exception thrown when a notification would be sent to a member, but he decided not to receive that type of notification
MemberWontReceiveNotificationException() - Constructor for exception nl.strohalm.cyclos.services.elements.exceptions.MemberWontReceiveNotificationException
 
MenuTag - Class in nl.strohalm.cyclos.taglibs
Taglib for menu rendering
MenuTag() - Constructor for class nl.strohalm.cyclos.taglibs.MenuTag
 
message(String, List<?>) - Method in class nl.strohalm.cyclos.controls.AbstractActionContext
Returns a translation message with the given key / arguments
message(String, Object...) - Method in class nl.strohalm.cyclos.controls.AbstractActionContext
Returns a translation message with the given key / arguments
Message - Class in nl.strohalm.cyclos.entities.members.messages
A message sent to a member or to system
Message() - Constructor for class nl.strohalm.cyclos.entities.members.messages.Message
 
message(String, List<Object>) - Method in class nl.strohalm.cyclos.utils.MessageHelper
Retrieve a message from the servlet context
message(String, Object...) - Method in class nl.strohalm.cyclos.utils.MessageHelper
Retrieve a message from the servlet context
message(String, List<?>) - Method in interface nl.strohalm.cyclos.utils.MessageResolver
Returns the message for the given key / arguments
message(String, Object...) - Method in interface nl.strohalm.cyclos.utils.MessageResolver
Returns the message for the given key / arguments
message(String, List<?>) - Method in class nl.strohalm.cyclos.utils.MessageResolver.NoOpMessageResolver
Returns the key itself
message(String, Object...) - Method in class nl.strohalm.cyclos.utils.MessageResolver.NoOpMessageResolver
Returns the key itself
message(String, List<?>) - Method in class nl.strohalm.cyclos.utils.MessageResolverImpl
 
message(String, Object...) - Method in class nl.strohalm.cyclos.utils.MessageResolverImpl
 
Message.Direction - Enum in nl.strohalm.cyclos.entities.members.messages
A direction for a given message
Message.Relationships - Enum in nl.strohalm.cyclos.entities.members.messages
 
Message.RootType - Enum in nl.strohalm.cyclos.entities.members.messages
A first level message type
Message.Type - Enum in nl.strohalm.cyclos.entities.members.messages
A second level message type
MESSAGE_KEY - Static variable in class nl.strohalm.cyclos.utils.SettingsHelper
 
MessageAction - Enum in nl.strohalm.cyclos.services.elements
A possible action for a message
MessageBox - Enum in nl.strohalm.cyclos.entities.members.messages
A logical message box that can be resolved throug the message status.
MessageCategory - Class in nl.strohalm.cyclos.entities.members.messages
Category for messages
MessageCategory() - Constructor for class nl.strohalm.cyclos.entities.members.messages.MessageCategory
 
MessageCategory.Relationships - Enum in nl.strohalm.cyclos.entities.members.messages
 
MessageCategoryDAO - Interface in nl.strohalm.cyclos.dao.members
Data Access Object for MessageCategory
MessageCategoryDAOImpl - Class in nl.strohalm.cyclos.dao.members
Implementation class for MessageCategory.
MessageCategoryDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.members.MessageCategoryDAOImpl
 
MessageCategoryQuery - Class in nl.strohalm.cyclos.entities.members.messages
 
MessageCategoryQuery() - Constructor for class nl.strohalm.cyclos.entities.members.messages.MessageCategoryQuery
 
MessageCategoryService - Interface in nl.strohalm.cyclos.services.elements
Service interface for Message Category operations like crud (create, remove, update, delete) search and list.
MessageCategoryServiceImpl - Class in nl.strohalm.cyclos.services.elements
Service implementation for Message Category.
MessageCategoryServiceImpl() - Constructor for class nl.strohalm.cyclos.services.elements.MessageCategoryServiceImpl
 
MessageCategoryServiceLocal - Interface in nl.strohalm.cyclos.services.elements
Local interface.
MessageCategoryServiceSecurity - Class in nl.strohalm.cyclos.services.elements
Security implementation for MessageCategoryService
MessageCategoryServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.elements.MessageCategoryServiceSecurity
 
MessageChannel - Enum in nl.strohalm.cyclos.services.preferences
The possible ways a member may receive messages
MessageConverter - Class in nl.strohalm.cyclos.utils.conversion
Looks up messages for converting
MessageConverter(MessageResolver) - Constructor for class nl.strohalm.cyclos.utils.conversion.MessageConverter
 
MessageConverter(MessageResolver, String) - Constructor for class nl.strohalm.cyclos.utils.conversion.MessageConverter
 
MessageDAO - Interface in nl.strohalm.cyclos.dao.members
DAO interface for messages
MessageDAOImpl - Class in nl.strohalm.cyclos.dao.members
Implementation for MessageDAO
MessageDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.members.MessageDAOImpl
 
messageHelper - Variable in class nl.strohalm.cyclos.controls.BaseAction
 
messageHelper - Variable in class nl.strohalm.cyclos.controls.BasePublicAction
 
messageHelper - Variable in class nl.strohalm.cyclos.controls.mobile.MobileBaseAction
 
messageHelper - Variable in class nl.strohalm.cyclos.controls.mobile.MobileLoginAction
 
messageHelper - Variable in class nl.strohalm.cyclos.controls.webshop.ConfirmWebShopPaymentAction.ShouldValidateTPParameter
 
MessageHelper - Class in nl.strohalm.cyclos.utils
Helper class for resource bundle access
MessageHelper() - Constructor for class nl.strohalm.cyclos.utils.MessageHelper
 
MessageImportType - Enum in nl.strohalm.cyclos.services.customization
Defines how message import will be handled
MessageProcessingHelper - Class in nl.strohalm.cyclos.utils
Contains utility methods to process messages
MessageProcessingHelper() - Constructor for class nl.strohalm.cyclos.utils.MessageProcessingHelper
 
MessageQuery - Class in nl.strohalm.cyclos.entities.members.messages
Query parameters for messages
MessageQuery() - Constructor for class nl.strohalm.cyclos.entities.members.messages.MessageQuery
 
MessageResolver - Interface in nl.strohalm.cyclos.utils
Interface used for retrieving messages
MessageResolver.NoOpMessageResolver - Class in nl.strohalm.cyclos.utils
A message resolver that just returns the key
MessageResolver.NoOpMessageResolver() - Constructor for class nl.strohalm.cyclos.utils.MessageResolver.NoOpMessageResolver
 
MessageResolverImpl - Class in nl.strohalm.cyclos.utils
Implementation for message resolver
MessageResolverImpl() - Constructor for class nl.strohalm.cyclos.utils.MessageResolverImpl
 
MessageResourcesLoadedListener - Interface in nl.strohalm.cyclos.utils
This listener interface is used to signal to an observer that the translation resource bundles have been loaded and thus translations are possible
MessageService - Interface in nl.strohalm.cyclos.services.elements
Service interface for messages
MessageServiceImpl - Class in nl.strohalm.cyclos.services.elements
Implementation for message service
MessageServiceImpl() - Constructor for class nl.strohalm.cyclos.services.elements.MessageServiceImpl
 
MessageServiceImpl.RequiredWhenFromAdminValidation - Class in nl.strohalm.cyclos.services.elements
 
MessageServiceImpl.RequiredWhenFromAdminValidation() - Constructor for class nl.strohalm.cyclos.services.elements.MessageServiceImpl.RequiredWhenFromAdminValidation
 
MessageServiceImpl.SameFromAndToValidation - Class in nl.strohalm.cyclos.services.elements
Ensure the message receiver is not the same logged user
MessageServiceImpl.SameFromAndToValidation() - Constructor for class nl.strohalm.cyclos.services.elements.MessageServiceImpl.SameFromAndToValidation
 
MessageServiceLocal - Interface in nl.strohalm.cyclos.services.elements
Local interface.
MessageServiceSecurity - Class in nl.strohalm.cyclos.services.elements
Security implementation for MessageService
MessageServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.elements.MessageServiceSecurity
 
messageSettingKey() - Method in enum nl.strohalm.cyclos.entities.settings.MessageSettings.MessageSettingsEnum
 
messageSettingName() - Method in enum nl.strohalm.cyclos.entities.settings.MessageSettings.MessageSettingsEnum
 
MessageSettings - Class in nl.strohalm.cyclos.entities.settings
Groups messages settings
MessageSettings() - Constructor for class nl.strohalm.cyclos.entities.settings.MessageSettings
 
MessageSettings.MessageSettingsCategoryEnum - Enum in nl.strohalm.cyclos.entities.settings
 
MessageSettings.MessageSettingsEnum - Enum in nl.strohalm.cyclos.entities.settings
 
MessageSettingsChangeListener - Interface in nl.strohalm.cyclos.entities.settings.events
Listener interface for message settings modifications.
MessageSettingsEvent - Class in nl.strohalm.cyclos.entities.settings.events
Event triggered when message settings are changed
MessageSettingsEvent(MessageSettings) - Constructor for class nl.strohalm.cyclos.entities.settings.events.MessageSettingsEvent
 
MessageSettingsHandler - Class in nl.strohalm.cyclos.services.settings
Message settings handler
MessageSettingsHandler() - Constructor for class nl.strohalm.cyclos.services.settings.MessageSettingsHandler
 
Migration - Interface in nl.strohalm.cyclos.setup
Top interface for all migrations.
MIN_DATE - Static variable in class nl.strohalm.cyclos.utils.lucene.LuceneFormatter
 
MIN_DECIMAL - Static variable in class nl.strohalm.cyclos.utils.lucene.LuceneFormatter
 
MINIMUM_NUMBER_OF_VALUES - Static variable in interface nl.strohalm.cyclos.services.stats.StatisticalService
Minimum number of data values required to generate statistics.
minLength(int) - Method in class nl.strohalm.cyclos.utils.validation.Validator.Property
 
MinLengthError - Class in nl.strohalm.cyclos.utils.validation
Error for min length validation
MinLengthError(int) - Constructor for class nl.strohalm.cyclos.utils.validation.MinLengthError
 
MobileActionContext - Class in nl.strohalm.cyclos.controls.mobile
Action context for mobile operations
MobileActionContext(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse, MessageHelper, MemberUser) - Constructor for class nl.strohalm.cyclos.controls.mobile.MobileActionContext
 
MobileBaseAction - Class in nl.strohalm.cyclos.controls.mobile
A base class for all mobile actions
MobileBaseAction() - Constructor for class nl.strohalm.cyclos.controls.mobile.MobileBaseAction
 
MobileChangeAccountAction - Class in nl.strohalm.cyclos.controls.mobile
 
MobileChangeAccountAction() - Constructor for class nl.strohalm.cyclos.controls.mobile.MobileChangeAccountAction
 
mobileChannel(HttpServletRequest) - Static method in class nl.strohalm.cyclos.controls.mobile.MobileHelper
Returns the internal name of the channel associated to the request
MobileConfirmAccountAction - Class in nl.strohalm.cyclos.controls.mobile
 
MobileConfirmAccountAction() - Constructor for class nl.strohalm.cyclos.controls.mobile.MobileConfirmAccountAction
 
MobileConfirmAccountForm - Class in nl.strohalm.cyclos.controls.mobile
 
MobileConfirmAccountForm() - Constructor for class nl.strohalm.cyclos.controls.mobile.MobileConfirmAccountForm
 
MobileConfirmPaymentAction - Class in nl.strohalm.cyclos.controls.mobile
Action used to confirm the payment
MobileConfirmPaymentAction() - Constructor for class nl.strohalm.cyclos.controls.mobile.MobileConfirmPaymentAction
 
MobileConfirmPaymentForm - Class in nl.strohalm.cyclos.controls.mobile
Form used to confirm the payment
MobileConfirmPaymentForm() - Constructor for class nl.strohalm.cyclos.controls.mobile.MobileConfirmPaymentForm
 
MobileDoPaymentAction - Class in nl.strohalm.cyclos.controls.mobile
Action used to perform a payment on mobile access
MobileDoPaymentAction() - Constructor for class nl.strohalm.cyclos.controls.mobile.MobileDoPaymentAction
 
MobileDoPaymentForm - Class in nl.strohalm.cyclos.controls.mobile
Form used to perform a payment on mobile access
MobileDoPaymentForm() - Constructor for class nl.strohalm.cyclos.controls.mobile.MobileDoPaymentForm
 
MobileException - Exception in nl.strohalm.cyclos.controls.mobile.exceptions
Represents a mobile operation exception, containing a title key and an error key
MobileException() - Constructor for exception nl.strohalm.cyclos.controls.mobile.exceptions.MobileException
 
MobileException(boolean, String, String, String...) - Constructor for exception nl.strohalm.cyclos.controls.mobile.exceptions.MobileException
 
MobileException(String) - Constructor for exception nl.strohalm.cyclos.controls.mobile.exceptions.MobileException
 
MobileException(String, String...) - Constructor for exception nl.strohalm.cyclos.controls.mobile.exceptions.MobileException
 
MobileHelper - Class in nl.strohalm.cyclos.controls.mobile
Contains helper methods for mobile access
MobileHelper() - Constructor for class nl.strohalm.cyclos.controls.mobile.MobileHelper
 
MobileHomeAction - Class in nl.strohalm.cyclos.controls.mobile
Used to retrieve the home page on mobile access
MobileHomeAction() - Constructor for class nl.strohalm.cyclos.controls.mobile.MobileHomeAction
 
MobileLoginAction - Class in nl.strohalm.cyclos.controls.mobile
Action used for login in mobile access
MobileLoginAction() - Constructor for class nl.strohalm.cyclos.controls.mobile.MobileLoginAction
 
MobileLogoutAction - Class in nl.strohalm.cyclos.controls.mobile
Logout the user, redirecting to login
MobileLogoutAction() - Constructor for class nl.strohalm.cyclos.controls.mobile.MobileLogoutAction
 
MobileViewPaymentsAction - Class in nl.strohalm.cyclos.controls.mobile
Action used to view payments
MobileViewPaymentsAction() - Constructor for class nl.strohalm.cyclos.controls.mobile.MobileViewPaymentsAction
 
MobileViewPaymentsForm - Class in nl.strohalm.cyclos.controls.mobile
Form used to view payments
MobileViewPaymentsForm() - Constructor for class nl.strohalm.cyclos.controls.mobile.MobileViewPaymentsForm
 
Module - Enum in nl.strohalm.cyclos.access
This enum contains all modules defined in Cyclos
ModuleActionPolicy - Class in nl.strohalm.cyclos.struts.access.policies.utils
The subject must has at least one of the module's permissions
ModuleType - Enum in nl.strohalm.cyclos.access
 
Month - Enum in nl.strohalm.cyclos.utils
 
MoveCustomFieldPossibleValueAction - Class in nl.strohalm.cyclos.controls.customization.fields
Action used to change all occurrences of a field value to another one
MoveCustomFieldPossibleValueAction() - Constructor for class nl.strohalm.cyclos.controls.customization.fields.MoveCustomFieldPossibleValueAction
 
MoveCustomFieldPossibleValueForm - Class in nl.strohalm.cyclos.controls.customization.fields
Form used to change all occurrences of a field value to another one
MoveCustomFieldPossibleValueForm() - Constructor for class nl.strohalm.cyclos.controls.customization.fields.MoveCustomFieldPossibleValueForm
 
moveValues(CustomFieldPossibleValue, CustomFieldPossibleValue) - Method in interface nl.strohalm.cyclos.dao.customizations.CustomFieldValueDAO
Moves all occurences of the old value to the new value, returning the number of affected values
moveValues(CustomFieldPossibleValue, CustomFieldPossibleValue) - Method in class nl.strohalm.cyclos.dao.customizations.CustomFieldValueDAOImpl
 
MultiDropDownTag - Class in nl.strohalm.cyclos.taglibs
Renders a multi-dropdown control
MultiDropDownTag() - Constructor for class nl.strohalm.cyclos.taglibs.MultiDropDownTag
 
MultiPaymentLoanHandler - Class in nl.strohalm.cyclos.services.transactions
Handler for multi payment loans
MultiPaymentLoanHandler() - Constructor for class nl.strohalm.cyclos.services.transactions.MultiPaymentLoanHandler
 
MultiValuesPermissionVO - Class in nl.strohalm.cyclos.controls.groups.permissions
 
MultiValuesPermissionVO(PermissionCollectionProperty, Collection<EntityVO>, Collection<EntityVO>) - Constructor for class nl.strohalm.cyclos.controls.groups.permissions.MultiValuesPermissionVO
 

N

name() - Method in interface nl.strohalm.cyclos.access.Permission
 
name(Object) - Static method in class nl.strohalm.cyclos.taglibs.Functions
Returns an enum name
NamedPeriod - Class in nl.strohalm.cyclos.utils
A date period which can be given a name (currently used in stats, where two periods are compared).
NamedPeriod() - Constructor for class nl.strohalm.cyclos.utils.NamedPeriod
default constructor
NamedPeriod(Calendar, Calendar) - Constructor for class nl.strohalm.cyclos.utils.NamedPeriod
constructor with begin and end date
NamedPeriod(Calendar, Calendar, String) - Constructor for class nl.strohalm.cyclos.utils.NamedPeriod
constructor with begin and enddate, plus a name
namedPeriodBinder(LocalSettings, String) - Static method in class nl.strohalm.cyclos.utils.binding.DataBinderHelper
Returns a data binder for named periods
nature - Variable in class nl.strohalm.cyclos.services.customization.BaseGlobalCustomFieldServiceImpl
 
Navigation - Class in nl.strohalm.cyclos.utils
Handles page navigation
NAVIGATION_KEY - Static variable in class nl.strohalm.cyclos.utils.Navigation
 
NegativeAllowedTransactionSummaryVO - Class in nl.strohalm.cyclos.services.transactions
A TransactionSummaryVO that allows negative amounts
NegativeAllowedTransactionSummaryVO() - Constructor for class nl.strohalm.cyclos.services.transactions.NegativeAllowedTransactionSummaryVO
 
NegativeAllowedTransactionSummaryVO(int, BigDecimal) - Constructor for class nl.strohalm.cyclos.services.transactions.NegativeAllowedTransactionSummaryVO
 
negativeToAbsolute() - Method in class nl.strohalm.cyclos.utils.conversion.NumberConverter
 
nested(int, Relationship) - Static method in class nl.strohalm.cyclos.utils.RelationshipHelper
Return a nested relationship of N levels the given relationship.
nested(Relationship...) - Static method in class nl.strohalm.cyclos.utils.RelationshipHelper
Return a relationship representing the nested parts
nestedPath(String) - Static method in class nl.strohalm.cyclos.utils.PropertyHelper
Returns the nested path after the first property.
newCommissionContractNotification(BrokerCommissionContract) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
newCommissionContractNotification(BrokerCommissionContract) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
newDocumentBuilder() - Method in class nl.strohalm.cyclos.dao.ads.AdDocumentMapper
 
newDocumentBuilder() - Method in class nl.strohalm.cyclos.dao.members.MemberDocumentMapper
 
newDocumentBuilder() - Method in class nl.strohalm.cyclos.dao.members.MemberRecordDocumentMapper
 
newDocumentBuilder() - Method in class nl.strohalm.cyclos.utils.lucene.AbstractDocumentMapper
 
newLog() - Static method in class nl.strohalm.cyclos.webservices.WebServiceContext
Returns data for logging the current execution
newSalt() - Method in class nl.strohalm.cyclos.utils.HashHandler
Returns a new salt, but only if the password hash is SHA2 / SALT.
newSessionFactory(Configuration) - Method in class nl.strohalm.cyclos.spring.CustomSessionFactoryBean
 
newSystemImages() - Method in class nl.strohalm.cyclos.services.customization.ImageServiceImpl
Returns the new system image files
NewTransferImportAction - Class in nl.strohalm.cyclos.controls.accounts.external.transferimports
Action used to import a new external transfer file
NewTransferImportAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.transferimports.NewTransferImportAction
 
NewTransferImportForm - Class in nl.strohalm.cyclos.controls.accounts.external.transferimports
Form used to import a new external transfer file
NewTransferImportForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.transferimports.NewTransferImportForm
 
NewWebShopPaymentAction - Class in nl.strohalm.cyclos.controls.webshop
Action used by a member to redirect his client to a new webshop payment
NewWebShopPaymentAction() - Constructor for class nl.strohalm.cyclos.controls.webshop.NewWebShopPaymentAction
 
NewWebShopPaymentForm - Class in nl.strohalm.cyclos.controls.webshop
Form used to perform new webshop payments
NewWebShopPaymentForm() - Constructor for class nl.strohalm.cyclos.controls.webshop.NewWebShopPaymentForm
 
next() - Method in class nl.strohalm.cyclos.controls.accounts.external.process.ExternalTransferToProcessVOIterator
 
next() - Method in class nl.strohalm.cyclos.controls.members.brokering.PrintBrokeringsAction.BrokeredIterator
 
next() - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportVOIterator
 
next(Calendar, Long) - Method in interface nl.strohalm.cyclos.dao.IndexOperationDAO
Returns the next operation to process since the given time / id combination
next(Calendar, Long) - Method in class nl.strohalm.cyclos.dao.IndexOperationDAOImpl
 
next() - Method in class nl.strohalm.cyclos.utils.CombinedIterator
 
next() - Method in class nl.strohalm.cyclos.utils.FetchingIteratorListImpl
 
next() - Method in class nl.strohalm.cyclos.utils.IteratorListImpl
 
next() - Method in class nl.strohalm.cyclos.utils.lucene.DocsIterator
 
next() - Method in class nl.strohalm.cyclos.utils.lucene.IndexIterator
 
next() - Method in class nl.strohalm.cyclos.utils.ScrollableResultsIterator
 
next() - Method in class nl.strohalm.cyclos.utils.TransformedIteratorList
 
nextFailedToCharge(AccountFeeLog, int) - Method in interface nl.strohalm.cyclos.dao.accounts.fee.account.MemberAccountFeeLogDAO
Returns the next members which have failed on the given log
nextFailedToCharge(AccountFeeLog, int) - Method in class nl.strohalm.cyclos.dao.accounts.fee.account.MemberAccountFeeLogDAOImpl
 
nextLogToCharge() - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceImpl
 
nextLogToCharge() - Method in interface nl.strohalm.cyclos.services.accountfees.AccountFeeServiceLocal
Returns the next account fee log which can be charged
nextMembersToCharge(AccountFeeLog) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceImpl
 
nextMembersToCharge(AccountFeeLog) - Method in interface nl.strohalm.cyclos.services.accountfees.AccountFeeServiceLocal
Returns the next batch of members which should be charged by the given account fee log
nextMemberToSend(Message) - Method in interface nl.strohalm.cyclos.dao.members.MessageDAO
Returns the next member to send this bulk message to
nextMemberToSend(Message) - Method in class nl.strohalm.cyclos.dao.members.MessageDAOImpl
 
nextMemberToSend(SmsMailing) - Method in interface nl.strohalm.cyclos.dao.sms.SmsMailingDAO
Returns the next member to send this sms mailing to
nextMemberToSend(SmsMailing) - Method in class nl.strohalm.cyclos.dao.sms.SmsMailingDAOImpl
 
nextMemberToSend(Message) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceImpl
 
nextMemberToSend(Message) - Method in interface nl.strohalm.cyclos.services.elements.MessageServiceLocal
Returns the next member to send on the given bulk message
nextMemberToSend(SmsMailing) - Method in class nl.strohalm.cyclos.services.sms.SmsMailingServiceImpl
 
nextMemberToSend(SmsMailing) - Method in interface nl.strohalm.cyclos.services.sms.SmsMailingServiceLocal
Returns the next member to send this sms mailing to
nextToCharge() - Method in interface nl.strohalm.cyclos.dao.accounts.fee.account.AccountFeeLogDAO
Returns the next account fee log to charge, or null if none
nextToCharge() - Method in class nl.strohalm.cyclos.dao.accounts.fee.account.AccountFeeLogDAOImpl
 
nextToCharge(AccountFeeLog, int) - Method in interface nl.strohalm.cyclos.dao.accounts.fee.account.MemberAccountFeeLogDAO
Returns the next members which should be charged by the given account fee log
nextToCharge(AccountFeeLog, int) - Method in class nl.strohalm.cyclos.dao.accounts.fee.account.MemberAccountFeeLogDAOImpl
 
nextToSend() - Method in interface nl.strohalm.cyclos.dao.members.MessageDAO
Returns the next bulk message to send.
nextToSend() - Method in class nl.strohalm.cyclos.dao.members.MessageDAOImpl
 
nextToSend() - Method in class nl.strohalm.cyclos.services.elements.MessageServiceImpl
 
nextToSend() - Method in interface nl.strohalm.cyclos.services.elements.MessageServiceLocal
Returns the next bulk message to send
nextToSend() - Method in class nl.strohalm.cyclos.services.sms.SmsMailingServiceImpl
 
nextToSend() - Method in interface nl.strohalm.cyclos.services.sms.SmsMailingServiceLocal
Returns the next sms mailing to send
nl.strohalm.cyclos - package nl.strohalm.cyclos
 
nl.strohalm.cyclos.access - package nl.strohalm.cyclos.access
 
nl.strohalm.cyclos.annotations - package nl.strohalm.cyclos.annotations
 
nl.strohalm.cyclos.controls - package nl.strohalm.cyclos.controls
 
nl.strohalm.cyclos.controls.access - package nl.strohalm.cyclos.controls.access
 
nl.strohalm.cyclos.controls.access.channels - package nl.strohalm.cyclos.controls.access.channels
 
nl.strohalm.cyclos.controls.access.transactionpassword - package nl.strohalm.cyclos.controls.access.transactionpassword
 
nl.strohalm.cyclos.controls.accounts.accountfees - package nl.strohalm.cyclos.controls.accounts.accountfees
 
nl.strohalm.cyclos.controls.accounts.accounttypes - package nl.strohalm.cyclos.controls.accounts.accounttypes
 
nl.strohalm.cyclos.controls.accounts.authorizationlevels - package nl.strohalm.cyclos.controls.accounts.authorizationlevels
 
nl.strohalm.cyclos.controls.accounts.cards - package nl.strohalm.cyclos.controls.accounts.cards
 
nl.strohalm.cyclos.controls.accounts.currencies - package nl.strohalm.cyclos.controls.accounts.currencies
 
nl.strohalm.cyclos.controls.accounts.details - package nl.strohalm.cyclos.controls.accounts.details
 
nl.strohalm.cyclos.controls.accounts.external - package nl.strohalm.cyclos.controls.accounts.external
 
nl.strohalm.cyclos.controls.accounts.external.externaltransfers - package nl.strohalm.cyclos.controls.accounts.external.externaltransfers
 
nl.strohalm.cyclos.controls.accounts.external.filemappings - package nl.strohalm.cyclos.controls.accounts.external.filemappings
 
nl.strohalm.cyclos.controls.accounts.external.process - package nl.strohalm.cyclos.controls.accounts.external.process
 
nl.strohalm.cyclos.controls.accounts.external.transferimports - package nl.strohalm.cyclos.controls.accounts.external.transferimports
 
nl.strohalm.cyclos.controls.accounts.guarantees.certifications - package nl.strohalm.cyclos.controls.accounts.guarantees.certifications
 
nl.strohalm.cyclos.controls.accounts.guarantees.guarantees - package nl.strohalm.cyclos.controls.accounts.guarantees.guarantees
 
nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations - package nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations
 
nl.strohalm.cyclos.controls.accounts.guarantees.types - package nl.strohalm.cyclos.controls.accounts.guarantees.types
 
nl.strohalm.cyclos.controls.accounts.paymentfilters - package nl.strohalm.cyclos.controls.accounts.paymentfilters
 
nl.strohalm.cyclos.controls.accounts.pos - package nl.strohalm.cyclos.controls.accounts.pos
 
nl.strohalm.cyclos.controls.accounts.transactionfees - package nl.strohalm.cyclos.controls.accounts.transactionfees
 
nl.strohalm.cyclos.controls.accounts.transfertypes - package nl.strohalm.cyclos.controls.accounts.transfertypes
 
nl.strohalm.cyclos.controls.admins - package nl.strohalm.cyclos.controls.admins
 
nl.strohalm.cyclos.controls.admins.mailPreferences - package nl.strohalm.cyclos.controls.admins.mailPreferences
 
nl.strohalm.cyclos.controls.admintasks - package nl.strohalm.cyclos.controls.admintasks
 
nl.strohalm.cyclos.controls.ads - package nl.strohalm.cyclos.controls.ads
 
nl.strohalm.cyclos.controls.ads.categories - package nl.strohalm.cyclos.controls.ads.categories
 
nl.strohalm.cyclos.controls.ads.imports - package nl.strohalm.cyclos.controls.ads.imports
 
nl.strohalm.cyclos.controls.alerts - package nl.strohalm.cyclos.controls.alerts
 
nl.strohalm.cyclos.controls.channels - package nl.strohalm.cyclos.controls.channels
 
nl.strohalm.cyclos.controls.customization.documents - package nl.strohalm.cyclos.controls.customization.documents
 
nl.strohalm.cyclos.controls.customization.fields - package nl.strohalm.cyclos.controls.customization.fields
 
nl.strohalm.cyclos.controls.customization.files - package nl.strohalm.cyclos.controls.customization.files
 
nl.strohalm.cyclos.controls.customization.images - package nl.strohalm.cyclos.controls.customization.images
 
nl.strohalm.cyclos.controls.customization.themes - package nl.strohalm.cyclos.controls.customization.themes
 
nl.strohalm.cyclos.controls.customization.translationMessages - package nl.strohalm.cyclos.controls.customization.translationMessages
 
nl.strohalm.cyclos.controls.elements - package nl.strohalm.cyclos.controls.elements
 
nl.strohalm.cyclos.controls.general - package nl.strohalm.cyclos.controls.general
 
nl.strohalm.cyclos.controls.groups - package nl.strohalm.cyclos.controls.groups
 
nl.strohalm.cyclos.controls.groups.accounts - package nl.strohalm.cyclos.controls.groups.accounts
 
nl.strohalm.cyclos.controls.groups.customizedFiles - package nl.strohalm.cyclos.controls.groups.customizedFiles
 
nl.strohalm.cyclos.controls.groups.groupFilters - package nl.strohalm.cyclos.controls.groups.groupFilters
 
nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles - package nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles
 
nl.strohalm.cyclos.controls.groups.permissions - package nl.strohalm.cyclos.controls.groups.permissions
 
nl.strohalm.cyclos.controls.image - package nl.strohalm.cyclos.controls.image
 
nl.strohalm.cyclos.controls.invoices - package nl.strohalm.cyclos.controls.invoices
 
nl.strohalm.cyclos.controls.loangroups - package nl.strohalm.cyclos.controls.loangroups
 
nl.strohalm.cyclos.controls.loans - package nl.strohalm.cyclos.controls.loans
 
nl.strohalm.cyclos.controls.members - package nl.strohalm.cyclos.controls.members
 
nl.strohalm.cyclos.controls.members.activities - package nl.strohalm.cyclos.controls.members.activities
 
nl.strohalm.cyclos.controls.members.adinterests - package nl.strohalm.cyclos.controls.members.adinterests
 
nl.strohalm.cyclos.controls.members.agreements - package nl.strohalm.cyclos.controls.members.agreements
 
nl.strohalm.cyclos.controls.members.brokering - package nl.strohalm.cyclos.controls.members.brokering
 
nl.strohalm.cyclos.controls.members.bulk - package nl.strohalm.cyclos.controls.members.bulk
 
nl.strohalm.cyclos.controls.members.contacts - package nl.strohalm.cyclos.controls.members.contacts
 
nl.strohalm.cyclos.controls.members.creditlimit - package nl.strohalm.cyclos.controls.members.creditlimit
 
nl.strohalm.cyclos.controls.members.documents - package nl.strohalm.cyclos.controls.members.documents
 
nl.strohalm.cyclos.controls.members.imports - package nl.strohalm.cyclos.controls.members.imports
 
nl.strohalm.cyclos.controls.members.loangroups - package nl.strohalm.cyclos.controls.members.loangroups
 
nl.strohalm.cyclos.controls.members.messages - package nl.strohalm.cyclos.controls.members.messages
 
nl.strohalm.cyclos.controls.members.pending - package nl.strohalm.cyclos.controls.members.pending
 
nl.strohalm.cyclos.controls.members.preferences - package nl.strohalm.cyclos.controls.members.preferences
 
nl.strohalm.cyclos.controls.members.printsettings - package nl.strohalm.cyclos.controls.members.printsettings
 
nl.strohalm.cyclos.controls.members.records - package nl.strohalm.cyclos.controls.members.records
 
nl.strohalm.cyclos.controls.members.references - package nl.strohalm.cyclos.controls.members.references
 
nl.strohalm.cyclos.controls.members.sms - package nl.strohalm.cyclos.controls.members.sms
 
nl.strohalm.cyclos.controls.mobile - package nl.strohalm.cyclos.controls.mobile
 
nl.strohalm.cyclos.controls.mobile.exceptions - package nl.strohalm.cyclos.controls.mobile.exceptions
 
nl.strohalm.cyclos.controls.operators - package nl.strohalm.cyclos.controls.operators
 
nl.strohalm.cyclos.controls.payments - package nl.strohalm.cyclos.controls.payments
 
nl.strohalm.cyclos.controls.payments.authorization - package nl.strohalm.cyclos.controls.payments.authorization
 
nl.strohalm.cyclos.controls.payments.conversionsimulation - package nl.strohalm.cyclos.controls.payments.conversionsimulation
 
nl.strohalm.cyclos.controls.payments.request - package nl.strohalm.cyclos.controls.payments.request
 
nl.strohalm.cyclos.controls.payments.scheduled - package nl.strohalm.cyclos.controls.payments.scheduled
 
nl.strohalm.cyclos.controls.posweb - package nl.strohalm.cyclos.controls.posweb
 
nl.strohalm.cyclos.controls.reports - package nl.strohalm.cyclos.controls.reports
 
nl.strohalm.cyclos.controls.reports.members.list - package nl.strohalm.cyclos.controls.reports.members.list
 
nl.strohalm.cyclos.controls.reports.members.sms - package nl.strohalm.cyclos.controls.reports.members.sms
 
nl.strohalm.cyclos.controls.reports.members.transactions - package nl.strohalm.cyclos.controls.reports.members.transactions
 
nl.strohalm.cyclos.controls.reports.simulations - package nl.strohalm.cyclos.controls.reports.simulations
 
nl.strohalm.cyclos.controls.reports.statistics - package nl.strohalm.cyclos.controls.reports.statistics
 
nl.strohalm.cyclos.controls.reports.statistics.graphs - package nl.strohalm.cyclos.controls.reports.statistics.graphs
 
nl.strohalm.cyclos.controls.services - package nl.strohalm.cyclos.controls.services
 
nl.strohalm.cyclos.controls.settings - package nl.strohalm.cyclos.controls.settings
 
nl.strohalm.cyclos.controls.webshop - package nl.strohalm.cyclos.controls.webshop
 
nl.strohalm.cyclos.dao - package nl.strohalm.cyclos.dao
 
nl.strohalm.cyclos.dao.access - package nl.strohalm.cyclos.dao.access
 
nl.strohalm.cyclos.dao.accounts - package nl.strohalm.cyclos.dao.accounts
 
nl.strohalm.cyclos.dao.accounts.cards - package nl.strohalm.cyclos.dao.accounts.cards
 
nl.strohalm.cyclos.dao.accounts.external - package nl.strohalm.cyclos.dao.accounts.external
 
nl.strohalm.cyclos.dao.accounts.external.filemapping - package nl.strohalm.cyclos.dao.accounts.external.filemapping
 
nl.strohalm.cyclos.dao.accounts.fee.account - package nl.strohalm.cyclos.dao.accounts.fee.account
 
nl.strohalm.cyclos.dao.accounts.fee.transaction - package nl.strohalm.cyclos.dao.accounts.fee.transaction
 
nl.strohalm.cyclos.dao.accounts.guarantees - package nl.strohalm.cyclos.dao.accounts.guarantees
 
nl.strohalm.cyclos.dao.accounts.loans - package nl.strohalm.cyclos.dao.accounts.loans
 
nl.strohalm.cyclos.dao.accounts.pos - package nl.strohalm.cyclos.dao.accounts.pos
 
nl.strohalm.cyclos.dao.accounts.transactions - package nl.strohalm.cyclos.dao.accounts.transactions
 
nl.strohalm.cyclos.dao.ads - package nl.strohalm.cyclos.dao.ads
 
nl.strohalm.cyclos.dao.ads.imports - package nl.strohalm.cyclos.dao.ads.imports
 
nl.strohalm.cyclos.dao.alerts - package nl.strohalm.cyclos.dao.alerts
 
nl.strohalm.cyclos.dao.customizations - package nl.strohalm.cyclos.dao.customizations
 
nl.strohalm.cyclos.dao.groups - package nl.strohalm.cyclos.dao.groups
 
nl.strohalm.cyclos.dao.infotexts - package nl.strohalm.cyclos.dao.infotexts
 
nl.strohalm.cyclos.dao.members - package nl.strohalm.cyclos.dao.members
 
nl.strohalm.cyclos.dao.members.brokerings - package nl.strohalm.cyclos.dao.members.brokerings
 
nl.strohalm.cyclos.dao.members.imports - package nl.strohalm.cyclos.dao.members.imports
 
nl.strohalm.cyclos.dao.services - package nl.strohalm.cyclos.dao.services
 
nl.strohalm.cyclos.dao.settings - package nl.strohalm.cyclos.dao.settings
 
nl.strohalm.cyclos.dao.sms - package nl.strohalm.cyclos.dao.sms
 
nl.strohalm.cyclos.entities - package nl.strohalm.cyclos.entities
 
nl.strohalm.cyclos.entities.access - package nl.strohalm.cyclos.entities.access
 
nl.strohalm.cyclos.entities.accounts - package nl.strohalm.cyclos.entities.accounts
 
nl.strohalm.cyclos.entities.accounts.cards - package nl.strohalm.cyclos.entities.accounts.cards
 
nl.strohalm.cyclos.entities.accounts.external - package nl.strohalm.cyclos.entities.accounts.external
 
nl.strohalm.cyclos.entities.accounts.external.filemapping - package nl.strohalm.cyclos.entities.accounts.external.filemapping
 
nl.strohalm.cyclos.entities.accounts.external.filemapping.exceptions - package nl.strohalm.cyclos.entities.accounts.external.filemapping.exceptions
 
nl.strohalm.cyclos.entities.accounts.fees.account - package nl.strohalm.cyclos.entities.accounts.fees.account
 
nl.strohalm.cyclos.entities.accounts.fees.transaction - package nl.strohalm.cyclos.entities.accounts.fees.transaction
 
nl.strohalm.cyclos.entities.accounts.guarantees - package nl.strohalm.cyclos.entities.accounts.guarantees
 
nl.strohalm.cyclos.entities.accounts.loans - package nl.strohalm.cyclos.entities.accounts.loans
 
nl.strohalm.cyclos.entities.accounts.pos - package nl.strohalm.cyclos.entities.accounts.pos
 
nl.strohalm.cyclos.entities.accounts.transactions - package nl.strohalm.cyclos.entities.accounts.transactions
 
nl.strohalm.cyclos.entities.ads - package nl.strohalm.cyclos.entities.ads
 
nl.strohalm.cyclos.entities.ads.imports - package nl.strohalm.cyclos.entities.ads.imports
 
nl.strohalm.cyclos.entities.alerts - package nl.strohalm.cyclos.entities.alerts
 
nl.strohalm.cyclos.entities.customization.binaryfiles - package nl.strohalm.cyclos.entities.customization.binaryfiles
 
nl.strohalm.cyclos.entities.customization.documents - package nl.strohalm.cyclos.entities.customization.documents
 
nl.strohalm.cyclos.entities.customization.fields - package nl.strohalm.cyclos.entities.customization.fields
 
nl.strohalm.cyclos.entities.customization.files - package nl.strohalm.cyclos.entities.customization.files
 
nl.strohalm.cyclos.entities.customization.images - package nl.strohalm.cyclos.entities.customization.images
 
nl.strohalm.cyclos.entities.customization.translationMessages - package nl.strohalm.cyclos.entities.customization.translationMessages
 
nl.strohalm.cyclos.entities.exceptions - package nl.strohalm.cyclos.entities.exceptions
 
nl.strohalm.cyclos.entities.groups - package nl.strohalm.cyclos.entities.groups
 
nl.strohalm.cyclos.entities.infotexts - package nl.strohalm.cyclos.entities.infotexts
 
nl.strohalm.cyclos.entities.members - package nl.strohalm.cyclos.entities.members
 
nl.strohalm.cyclos.entities.members.adInterests - package nl.strohalm.cyclos.entities.members.adInterests
 
nl.strohalm.cyclos.entities.members.brokerings - package nl.strohalm.cyclos.entities.members.brokerings
 
nl.strohalm.cyclos.entities.members.imports - package nl.strohalm.cyclos.entities.members.imports
 
nl.strohalm.cyclos.entities.members.messages - package nl.strohalm.cyclos.entities.members.messages
 
nl.strohalm.cyclos.entities.members.preferences - package nl.strohalm.cyclos.entities.members.preferences
 
nl.strohalm.cyclos.entities.members.printsettings - package nl.strohalm.cyclos.entities.members.printsettings
 
nl.strohalm.cyclos.entities.members.records - package nl.strohalm.cyclos.entities.members.records
 
nl.strohalm.cyclos.entities.members.remarks - package nl.strohalm.cyclos.entities.members.remarks
 
nl.strohalm.cyclos.entities.reports - package nl.strohalm.cyclos.entities.reports
 
nl.strohalm.cyclos.entities.services - package nl.strohalm.cyclos.entities.services
 
nl.strohalm.cyclos.entities.settings - package nl.strohalm.cyclos.entities.settings
 
nl.strohalm.cyclos.entities.settings.events - package nl.strohalm.cyclos.entities.settings.events
 
nl.strohalm.cyclos.entities.sms - package nl.strohalm.cyclos.entities.sms
 
nl.strohalm.cyclos.exceptions - package nl.strohalm.cyclos.exceptions
 
nl.strohalm.cyclos.http - package nl.strohalm.cyclos.http
 
nl.strohalm.cyclos.initializations - package nl.strohalm.cyclos.initializations
 
nl.strohalm.cyclos.scheduling - package nl.strohalm.cyclos.scheduling
 
nl.strohalm.cyclos.scheduling.polling - package nl.strohalm.cyclos.scheduling.polling
 
nl.strohalm.cyclos.scheduling.tasks - package nl.strohalm.cyclos.scheduling.tasks
 
nl.strohalm.cyclos.services - package nl.strohalm.cyclos.services
 
nl.strohalm.cyclos.services.access - package nl.strohalm.cyclos.services.access
 
nl.strohalm.cyclos.services.access.exceptions - package nl.strohalm.cyclos.services.access.exceptions
 
nl.strohalm.cyclos.services.accountfees - package nl.strohalm.cyclos.services.accountfees
 
nl.strohalm.cyclos.services.accounts - package nl.strohalm.cyclos.services.accounts
 
nl.strohalm.cyclos.services.accounts.cards - package nl.strohalm.cyclos.services.accounts.cards
 
nl.strohalm.cyclos.services.accounts.external - package nl.strohalm.cyclos.services.accounts.external
 
nl.strohalm.cyclos.services.accounts.external.exceptions - package nl.strohalm.cyclos.services.accounts.external.exceptions
 
nl.strohalm.cyclos.services.accounts.external.filemapping - package nl.strohalm.cyclos.services.accounts.external.filemapping
 
nl.strohalm.cyclos.services.accounts.guarantees - package nl.strohalm.cyclos.services.accounts.guarantees
 
nl.strohalm.cyclos.services.accounts.guarantees.exceptions - package nl.strohalm.cyclos.services.accounts.guarantees.exceptions
 
nl.strohalm.cyclos.services.accounts.pos - package nl.strohalm.cyclos.services.accounts.pos
 
nl.strohalm.cyclos.services.accounts.rates - package nl.strohalm.cyclos.services.accounts.rates
 
nl.strohalm.cyclos.services.ads - package nl.strohalm.cyclos.services.ads
 
nl.strohalm.cyclos.services.alerts - package nl.strohalm.cyclos.services.alerts
 
nl.strohalm.cyclos.services.application - package nl.strohalm.cyclos.services.application
 
nl.strohalm.cyclos.services.customization - package nl.strohalm.cyclos.services.customization
 
nl.strohalm.cyclos.services.customization.exceptions - package nl.strohalm.cyclos.services.customization.exceptions
 
nl.strohalm.cyclos.services.elements - package nl.strohalm.cyclos.services.elements
 
nl.strohalm.cyclos.services.elements.exceptions - package nl.strohalm.cyclos.services.elements.exceptions
 
nl.strohalm.cyclos.services.fetch - package nl.strohalm.cyclos.services.fetch
 
nl.strohalm.cyclos.services.groups - package nl.strohalm.cyclos.services.groups
 
nl.strohalm.cyclos.services.infotexts - package nl.strohalm.cyclos.services.infotexts
 
nl.strohalm.cyclos.services.loangroups - package nl.strohalm.cyclos.services.loangroups
 
nl.strohalm.cyclos.services.loangroups.exceptions - package nl.strohalm.cyclos.services.loangroups.exceptions
 
nl.strohalm.cyclos.services.permissions - package nl.strohalm.cyclos.services.permissions
 
nl.strohalm.cyclos.services.permissions.exceptions - package nl.strohalm.cyclos.services.permissions.exceptions
 
nl.strohalm.cyclos.services.preferences - package nl.strohalm.cyclos.services.preferences
 
nl.strohalm.cyclos.services.reports - package nl.strohalm.cyclos.services.reports
 
nl.strohalm.cyclos.services.services - package nl.strohalm.cyclos.services.services
 
nl.strohalm.cyclos.services.settings - package nl.strohalm.cyclos.services.settings
 
nl.strohalm.cyclos.services.settings.exceptions - package nl.strohalm.cyclos.services.settings.exceptions
 
nl.strohalm.cyclos.services.sms - package nl.strohalm.cyclos.services.sms
 
nl.strohalm.cyclos.services.sms.exceptions - package nl.strohalm.cyclos.services.sms.exceptions
 
nl.strohalm.cyclos.services.stats - package nl.strohalm.cyclos.services.stats
 
nl.strohalm.cyclos.services.stats.activity - package nl.strohalm.cyclos.services.stats.activity
 
nl.strohalm.cyclos.services.stats.exceptions - package nl.strohalm.cyclos.services.stats.exceptions
 
nl.strohalm.cyclos.services.stats.finances - package nl.strohalm.cyclos.services.stats.finances
 
nl.strohalm.cyclos.services.stats.general - package nl.strohalm.cyclos.services.stats.general
 
nl.strohalm.cyclos.services.stats.taxes - package nl.strohalm.cyclos.services.stats.taxes
 
nl.strohalm.cyclos.services.transactions - package nl.strohalm.cyclos.services.transactions
 
nl.strohalm.cyclos.services.transactions.exceptions - package nl.strohalm.cyclos.services.transactions.exceptions
 
nl.strohalm.cyclos.services.transfertypes - package nl.strohalm.cyclos.services.transfertypes
 
nl.strohalm.cyclos.services.transfertypes.exceptions - package nl.strohalm.cyclos.services.transfertypes.exceptions
 
nl.strohalm.cyclos.servlets - package nl.strohalm.cyclos.servlets
 
nl.strohalm.cyclos.setup - package nl.strohalm.cyclos.setup
 
nl.strohalm.cyclos.setup.migrations.version3_5 - package nl.strohalm.cyclos.setup.migrations.version3_5
 
nl.strohalm.cyclos.setup.migrations.version3_6 - package nl.strohalm.cyclos.setup.migrations.version3_6
 
nl.strohalm.cyclos.spring - package nl.strohalm.cyclos.spring
 
nl.strohalm.cyclos.struts - package nl.strohalm.cyclos.struts
 
nl.strohalm.cyclos.struts.access - package nl.strohalm.cyclos.struts.access
 
nl.strohalm.cyclos.struts.access.policies - package nl.strohalm.cyclos.struts.access.policies
 
nl.strohalm.cyclos.struts.access.policies.utils - package nl.strohalm.cyclos.struts.access.policies.utils
 
nl.strohalm.cyclos.taglibs - package nl.strohalm.cyclos.taglibs
 
nl.strohalm.cyclos.themes - package nl.strohalm.cyclos.themes
 
nl.strohalm.cyclos.themes.exceptions - package nl.strohalm.cyclos.themes.exceptions
 
nl.strohalm.cyclos.utils - package nl.strohalm.cyclos.utils
 
nl.strohalm.cyclos.utils.access - package nl.strohalm.cyclos.utils.access
 
nl.strohalm.cyclos.utils.binding - package nl.strohalm.cyclos.utils.binding
 
nl.strohalm.cyclos.utils.cache - package nl.strohalm.cyclos.utils.cache
 
nl.strohalm.cyclos.utils.cache.ehcache - package nl.strohalm.cyclos.utils.cache.ehcache
 
nl.strohalm.cyclos.utils.conversion - package nl.strohalm.cyclos.utils.conversion
 
nl.strohalm.cyclos.utils.csv - package nl.strohalm.cyclos.utils.csv
 
nl.strohalm.cyclos.utils.customizedfile - package nl.strohalm.cyclos.utils.customizedfile
 
nl.strohalm.cyclos.utils.guarantees - package nl.strohalm.cyclos.utils.guarantees
 
nl.strohalm.cyclos.utils.hibernate - package nl.strohalm.cyclos.utils.hibernate
 
nl.strohalm.cyclos.utils.instance - package nl.strohalm.cyclos.utils.instance
 
nl.strohalm.cyclos.utils.jfreeAsymmetric - package nl.strohalm.cyclos.utils.jfreeAsymmetric
 
nl.strohalm.cyclos.utils.lock - package nl.strohalm.cyclos.utils.lock
 
nl.strohalm.cyclos.utils.logging - package nl.strohalm.cyclos.utils.logging
 
nl.strohalm.cyclos.utils.lucene - package nl.strohalm.cyclos.utils.lucene
 
nl.strohalm.cyclos.utils.notifications - package nl.strohalm.cyclos.utils.notifications
 
nl.strohalm.cyclos.utils.paymentrequest - package nl.strohalm.cyclos.utils.paymentrequest
 
nl.strohalm.cyclos.utils.query - package nl.strohalm.cyclos.utils.query
 
nl.strohalm.cyclos.utils.sms - package nl.strohalm.cyclos.utils.sms
 
nl.strohalm.cyclos.utils.statistics - package nl.strohalm.cyclos.utils.statistics
 
nl.strohalm.cyclos.utils.tasks - package nl.strohalm.cyclos.utils.tasks
 
nl.strohalm.cyclos.utils.transaction - package nl.strohalm.cyclos.utils.transaction
 
nl.strohalm.cyclos.utils.transactionimport - package nl.strohalm.cyclos.utils.transactionimport
 
nl.strohalm.cyclos.utils.validation - package nl.strohalm.cyclos.utils.validation
 
nl.strohalm.cyclos.webservices - package nl.strohalm.cyclos.webservices
 
nl.strohalm.cyclos.webservices.access - package nl.strohalm.cyclos.webservices.access
 
nl.strohalm.cyclos.webservices.accounts - package nl.strohalm.cyclos.webservices.accounts
 
nl.strohalm.cyclos.webservices.ads - package nl.strohalm.cyclos.webservices.ads
 
nl.strohalm.cyclos.webservices.external - package nl.strohalm.cyclos.webservices.external
 
nl.strohalm.cyclos.webservices.external.paymentrequest - package nl.strohalm.cyclos.webservices.external.paymentrequest
 
nl.strohalm.cyclos.webservices.external.sms - package nl.strohalm.cyclos.webservices.external.sms
 
nl.strohalm.cyclos.webservices.fields - package nl.strohalm.cyclos.webservices.fields
 
nl.strohalm.cyclos.webservices.infotexts - package nl.strohalm.cyclos.webservices.infotexts
 
nl.strohalm.cyclos.webservices.interceptor - package nl.strohalm.cyclos.webservices.interceptor
 
nl.strohalm.cyclos.webservices.members - package nl.strohalm.cyclos.webservices.members
 
nl.strohalm.cyclos.webservices.model - package nl.strohalm.cyclos.webservices.model
 
nl.strohalm.cyclos.webservices.payments - package nl.strohalm.cyclos.webservices.payments
 
nl.strohalm.cyclos.webservices.pos - package nl.strohalm.cyclos.webservices.pos
 
nl.strohalm.cyclos.webservices.sms - package nl.strohalm.cyclos.webservices.sms
 
nl.strohalm.cyclos.webservices.utils - package nl.strohalm.cyclos.webservices.utils
 
nl.strohalm.cyclos.webservices.webshop - package nl.strohalm.cyclos.webservices.webshop
 
NO_TRANSACTION_KEY - Static variable in class nl.strohalm.cyclos.struts.CyclosRequestProcessor
 
NoCacheTag - Class in nl.strohalm.cyclos.taglibs
Set the response headers, so the browser will not cache the request
NoCacheTag() - Constructor for class nl.strohalm.cyclos.taglibs.NoCacheTag
 
noFilterUsed(FilterUsed.FilterType) - Static method in class nl.strohalm.cyclos.services.stats.general.FilterUsed
pseudo-constructor for constructing an item in the "Filters used" box which declares the filter is not used.
NoInitialGroupException - Exception in nl.strohalm.cyclos.services.elements.exceptions
Exception thrown when there is no initial group for a member registration
NoInitialGroupException() - Constructor for exception nl.strohalm.cyclos.services.elements.exceptions.NoInitialGroupException
 
noneOf(Collection<?>) - Method in class nl.strohalm.cyclos.utils.validation.Validator.Property
 
noneOf(Object...) - Method in class nl.strohalm.cyclos.utils.validation.Validator.Property
 
NoneOfValidation - Class in nl.strohalm.cyclos.utils.validation
Validates that the property value is one of the given values
NoneOfValidation(Collection<?>) - Constructor for class nl.strohalm.cyclos.utils.validation.NoneOfValidation
 
NoneOfValidation(Object...) - Constructor for class nl.strohalm.cyclos.utils.validation.NoneOfValidation
 
noRollBack() - Method in exception nl.strohalm.cyclos.exceptions.ApplicationException
 
notAlive() - Method in class nl.strohalm.cyclos.utils.cache.ehcache.HazelcastCacheReplicator
 
NotAllowedError - Class in nl.strohalm.cyclos.utils.validation
NullValidation error; when a field must be null, but is not.
NotAllowedError(Object...) - Constructor for class nl.strohalm.cyclos.utils.validation.NotAllowedError
 
NotConnectedException - Exception in nl.strohalm.cyclos.services.access.exceptions
Exception thrown when trying to disconnect a member that is no longer logged in
NotConnectedException() - Constructor for exception nl.strohalm.cyclos.services.access.exceptions.NotConnectedException
 
NotEnoughCreditsException - Exception in nl.strohalm.cyclos.services.transactions.exceptions
Exception thrown when an account does not have enough credits
NotEnoughCreditsException(Account, BigDecimal, boolean) - Constructor for exception nl.strohalm.cyclos.services.transactions.exceptions.NotEnoughCreditsException
 
nothingSelected(FilterUsed.FilterType, String) - Static method in class nl.strohalm.cyclos.services.stats.general.FilterUsed
pseudo-constructor for the "nothing selected" filter selections, where one string is shown to represent the filter value.
NotificationPreference - Class in nl.strohalm.cyclos.entities.members.preferences
Notification Preference Entity
NotificationPreference() - Constructor for class nl.strohalm.cyclos.entities.members.preferences.NotificationPreference
 
NotificationPreference.Relationships - Enum in nl.strohalm.cyclos.entities.members.preferences
 
NotificationPreferenceAction - Class in nl.strohalm.cyclos.controls.members.preferences
The action for handle the notification preferences.
NotificationPreferenceAction() - Constructor for class nl.strohalm.cyclos.controls.members.preferences.NotificationPreferenceAction
 
NotificationPreferenceDAO - Interface in nl.strohalm.cyclos.dao.members
Dao interface for notification interest.
NotificationPreferenceDAOImpl - Class in nl.strohalm.cyclos.dao.members
Implementation for the notification preference Dao.
NotificationPreferenceDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.members.NotificationPreferenceDAOImpl
 
NotificationPreferenceForm - Class in nl.strohalm.cyclos.controls.members.preferences
 
NotificationPreferenceForm() - Constructor for class nl.strohalm.cyclos.controls.members.preferences.NotificationPreferenceForm
 
notifyAlert(Alert) - Method in interface nl.strohalm.cyclos.utils.notifications.AdminNotificationHandler
Notifies both system and member alerts
notifyAlert(Alert) - Method in class nl.strohalm.cyclos.utils.notifications.AdminNotificationHandlerImpl
Notifies an alert by e-mail
notifyApplicationErrors(ErrorLogEntry) - Method in interface nl.strohalm.cyclos.utils.notifications.AdminNotificationHandler
Notifies application errors
notifyApplicationErrors(ErrorLogEntry) - Method in class nl.strohalm.cyclos.utils.notifications.AdminNotificationHandlerImpl
Joinpoint that notifies application errors
notifyBlockedPosUsed(Pos, String) - Method in class nl.strohalm.cyclos.services.accounts.pos.PosServiceImpl
 
notifyBlockedPosUsed(Pos, String) - Method in interface nl.strohalm.cyclos.services.accounts.pos.PosServiceLocal
creates a member alert : MemberAlert.Alerts.BLOCKED_POS_USED
notifyElementEvicted(Ehcache, Element) - Method in class nl.strohalm.cyclos.utils.cache.ehcache.HazelcastCacheReplicator
 
notifyElementExpired(Ehcache, Element) - Method in class nl.strohalm.cyclos.utils.cache.ehcache.HazelcastCacheReplicator
 
notifyElementPut(Ehcache, Element) - Method in class nl.strohalm.cyclos.utils.cache.ehcache.HazelcastCacheReplicator
 
notifyElementRemoved(Ehcache, Element) - Method in class nl.strohalm.cyclos.utils.cache.ehcache.HazelcastCacheReplicator
 
notifyElementUpdated(Ehcache, Element) - Method in class nl.strohalm.cyclos.utils.cache.ehcache.HazelcastCacheReplicator
 
notifyExpiredAds(Calendar) - Method in class nl.strohalm.cyclos.services.ads.AdServiceImpl
 
notifyExpiredAds(Calendar) - Method in interface nl.strohalm.cyclos.services.ads.AdServiceLocal
Generates an alert for each ad expired today
notifyImageChangeListeners(Image) - Method in interface nl.strohalm.cyclos.utils.customizedfile.CustomizedFileHandler
Notifies registered listeners about changes on the given image.
notifyImageChangeListeners(Image) - Method in class nl.strohalm.cyclos.utils.customizedfile.HazelcastCustomizedFileHandler
 
notifyImageChangeListeners(Image) - Method in class nl.strohalm.cyclos.utils.customizedfile.LocalCustomizedFileHandler
 
notifyImageChangeListenersLocally(Image) - Method in class nl.strohalm.cyclos.utils.customizedfile.BaseCustomizedFileHandler
 
notifyListener(AccessSettingsChangeListener, AccessSettings) - Method in class nl.strohalm.cyclos.services.settings.AccessSettingsHandler
 
notifyListener(AlertSettingsChangeListener, AlertSettings) - Method in class nl.strohalm.cyclos.services.settings.AlertSettingsHandler
 
notifyListener(L, T) - Method in class nl.strohalm.cyclos.services.settings.BaseSettingsHandler
Should be implemented in order to notify the given listener about a setting change
notifyListener(LocalSettingsChangeListener, LocalSettings) - Method in class nl.strohalm.cyclos.services.settings.LocalSettingsHandler
 
notifyListener(LogSettingsChangeListener, LogSettings) - Method in class nl.strohalm.cyclos.services.settings.LogSettingsHandler
 
notifyListener(MailSettingsChangeListener, MailSettings) - Method in class nl.strohalm.cyclos.services.settings.MailSettingsHandler
 
notifyListener(MailTranslationChangeListener, MailTranslation) - Method in class nl.strohalm.cyclos.services.settings.MailTranslationHandler
 
notifyListener(MessageSettingsChangeListener, MessageSettings) - Method in class nl.strohalm.cyclos.services.settings.MessageSettingsHandler
 
notifyMessage(Message) - Method in interface nl.strohalm.cyclos.utils.notifications.AdminNotificationHandler
Notifies a system message
notifyMessage(Message) - Method in class nl.strohalm.cyclos.utils.notifications.AdminNotificationHandlerImpl
 
notifyNewPendingPayment(Transfer) - Method in interface nl.strohalm.cyclos.utils.notifications.AdminNotificationHandler
Notifies new pending payments
notifyNewPendingPayment(Transfer) - Method in class nl.strohalm.cyclos.utils.notifications.AdminNotificationHandlerImpl
Joinpoint that notifies new pending payments
notifyNewPublicRegistration(Member) - Method in interface nl.strohalm.cyclos.utils.notifications.AdminNotificationHandler
Notifies new public registrations
notifyNewPublicRegistration(Member) - Method in class nl.strohalm.cyclos.utils.notifications.AdminNotificationHandlerImpl
Joinpoint that notifies new public registrations
notifyNewVersion(SystemAlert.Alerts, CustomizedFile) - Method in class nl.strohalm.cyclos.services.customization.CustomizedFileServiceImpl
 
notifyNewVersion(SystemAlert.Alerts, CustomizedFile) - Method in interface nl.strohalm.cyclos.services.customization.CustomizedFileServiceLocal
Notifies the new version of the customized file by creating/sending a system alert.
notifyPayment(Transfer) - Method in interface nl.strohalm.cyclos.utils.notifications.AdminNotificationHandler
Notifies system payments
notifyPayment(Transfer) - Method in class nl.strohalm.cyclos.utils.notifications.AdminNotificationHandlerImpl
Joinpoint that notifies system payments
notifyPendingGuarantee(Guarantee) - Method in interface nl.strohalm.cyclos.utils.notifications.AdminNotificationHandler
Notifies about new pending guarantees
notifyPendingGuarantee(Guarantee) - Method in class nl.strohalm.cyclos.utils.notifications.AdminNotificationHandlerImpl
 
notifyPermissionDeniedException() - Method in interface nl.strohalm.cyclos.services.access.AccessService
Notifies the system of a permission denied exception.
notifyPermissionDeniedException() - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
notifyPermissionDeniedException() - Method in class nl.strohalm.cyclos.services.access.AccessServiceSecurity
 
notifyRemoveAll(Ehcache) - Method in class nl.strohalm.cyclos.utils.cache.ehcache.HazelcastCacheReplicator
 
notifySystemInvoice(Invoice) - Method in interface nl.strohalm.cyclos.utils.notifications.AdminNotificationHandler
Notifies system invoices
notifySystemInvoice(Invoice) - Method in class nl.strohalm.cyclos.utils.notifications.AdminNotificationHandlerImpl
Joinpoint that notifies system invoices
notifyTransferProcessed(Transfer) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
notifyTransferProcessed(Transfer) - Method in interface nl.strohalm.cyclos.services.transactions.PaymentServiceLocal
Notifies registered listeners that a transfer has been processed
nullIfNullValue(Object) - Static method in class nl.strohalm.cyclos.utils.cache.NullValue
Returns null if the given object is a NullValue, or the same object otherwise
nullSafeGet(ResultSet, String[], Object) - Method in class nl.strohalm.cyclos.utils.hibernate.AmountType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class nl.strohalm.cyclos.utils.hibernate.BasePeriodType
 
nullSafeGet(ResultSet, String[], Object) - Method in class nl.strohalm.cyclos.utils.hibernate.IntValuedEnumType
 
nullSafeGet(ResultSet, String[], Object) - Method in class nl.strohalm.cyclos.utils.hibernate.PermissionType
 
nullSafeGet(ResultSet, String[], Object) - Method in class nl.strohalm.cyclos.utils.hibernate.RangeConstraintType
 
nullSafeGet(ResultSet, String[], Object) - Method in class nl.strohalm.cyclos.utils.hibernate.StringValuedEnumType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class nl.strohalm.cyclos.utils.hibernate.TimePeriodType
 
nullSafeSet(PreparedStatement, Object, int) - Method in class nl.strohalm.cyclos.utils.hibernate.AmountType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class nl.strohalm.cyclos.utils.hibernate.BasePeriodType
 
nullSafeSet(PreparedStatement, Object, int) - Method in class nl.strohalm.cyclos.utils.hibernate.IntValuedEnumType
 
nullSafeSet(PreparedStatement, Object, int) - Method in class nl.strohalm.cyclos.utils.hibernate.PermissionType
 
nullSafeSet(PreparedStatement, Object, int) - Method in class nl.strohalm.cyclos.utils.hibernate.RangeConstraintType
 
nullSafeSet(PreparedStatement, Object, int) - Method in class nl.strohalm.cyclos.utils.hibernate.StringValuedEnumType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class nl.strohalm.cyclos.utils.hibernate.TimePeriodType
 
NullValue - Class in nl.strohalm.cyclos.utils.cache
Some caches don't support adding null values.
nullValueIfNull(Object) - Static method in class nl.strohalm.cyclos.utils.cache.NullValue
Returns a NullValue if the given object is null, or the same object otherwise
NumberConverter<T extends java.lang.Number> - Class in nl.strohalm.cyclos.utils.conversion
Converter for formatted numbers
NumberConverter(Class<T>, DecimalFormat) - Constructor for class nl.strohalm.cyclos.utils.conversion.NumberConverter
 
numeric() - Method in class nl.strohalm.cyclos.utils.validation.Validator.Property
 
NumericValidation - Class in nl.strohalm.cyclos.utils.validation
 
NumericValidation() - Constructor for class nl.strohalm.cyclos.utils.validation.NumericValidation
This class could be used as a class validator in the custom field edition, then it must contains a public constructor
nvl(BigDecimal) - Static method in class nl.strohalm.cyclos.utils.BigDecimalHelper
Returns zero when the given BigDecimal is null

O

object - Variable in class nl.strohalm.cyclos.spring.BaseSingletonFactoryBean
 
ObjectHelper - Class in nl.strohalm.cyclos.utils
Helper class for general objects
ObjectHelper() - Constructor for class nl.strohalm.cyclos.utils.ObjectHelper
 
objectType - Variable in class nl.strohalm.cyclos.spring.BaseSingletonFactoryBean
 
ofUser(ActionContext) - Method in class nl.strohalm.cyclos.controls.access.ChangePasswordAction
Return the user we are changing the password
onAccessSettingsUpdate(AccessSettingsEvent) - Method in interface nl.strohalm.cyclos.entities.settings.events.AccessSettingsChangeListener
Invoked when the access settings are updated
onAlertSettingsUpdate(AlertSettingsEvent) - Method in interface nl.strohalm.cyclos.entities.settings.events.AlertSettingsChangeListener
Invoked when the alert settings are updated
onApplicationResourcesLoaded() - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
onApplicationResourcesLoaded() - Method in interface nl.strohalm.cyclos.utils.MessageResourcesLoadedListener
When the application translation resource bundles have been loaded, this function on the event consumer is called
onBeforeValidateBalance(Transfer) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.SysOutTransferListener
 
onBeforeValidateBalance(Transfer) - Method in interface nl.strohalm.cyclos.entities.accounts.transactions.TransferListener
Callback method invoked before validating the balance of involved accounts, in order to perform a payment.
onBeforeValidateBalance(Transfer) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferListenerAdapter
 
onCacheCleared(Cache) - Method in class nl.strohalm.cyclos.utils.cache.CacheAdapter
 
onCacheCleared(Cache) - Method in interface nl.strohalm.cyclos.utils.cache.CacheListener
Callback method invoked when the entire cache was cleared
OncePerRequestFilter - Class in nl.strohalm.cyclos.http
A filter which is guaranteed to execute only once per request.
OncePerRequestFilter() - Constructor for class nl.strohalm.cyclos.http.OncePerRequestFilter
 
onComplete(IndexOperation) - Method in interface nl.strohalm.cyclos.utils.lucene.IndexOperationListener
Callback method for a completed index operation
onCustomizedFileMessage(CustomizedFileOperation) - Method in class nl.strohalm.cyclos.utils.customizedfile.HazelcastCustomizedFileHandler
 
ONE_DAY - Static variable in class nl.strohalm.cyclos.utils.TimePeriod
A time period of 1 day
ONE_HUNDRED - Static variable in class nl.strohalm.cyclos.utils.BigDecimalHelper
 
ONE_MONTH - Static variable in class nl.strohalm.cyclos.utils.TimePeriod
A time period of 1 month
onFinish() - Method in class nl.strohalm.cyclos.setup.VersionHistory
 
onImageChanged(Image) - Method in interface nl.strohalm.cyclos.utils.customizedfile.ImageChangeListener
Listener invoked whenever an image changes
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.EditAccountFeeAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.EditAccountTypeAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.accounts.authorizationlevels.EditAuthorizationLevelAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.accounts.cards.CardDetailsAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.accounts.cards.CreateCardAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.accounts.cards.SearchCardsAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.accounts.currencies.EditCurrencyAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.accounts.currencies.ReinitializeRatesAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.accounts.details.AccountHistoryAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.accounts.details.ExportTransactionsToCsvAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.accounts.details.SearchScheduledPaymentsAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.accounts.details.SearchTransferAuthorizationsAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.accounts.details.TransfersAwaitingAuthorizationAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.accounts.external.ExternalAccountHistoryAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.accounts.external.externaltransfers.EditExternalTransferAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.accounts.external.process.ProcessExternalTransfersAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.accounts.external.transferimports.SearchTransferImportsAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.EditTransactionFeeAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.EditTransferTypeAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.ads.BaseAdAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.ads.EditAdAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.ads.ExportAdsToCsvAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.ads.SearchAdsAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.alerts.SearchAlertsAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.alerts.SearchErrorLogAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.BaseCsvAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.BaseQueryAction
Update the default page size on local settings updates
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.elements.ExportElementsToCsvAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.elements.ProfileAction
We must re-create the DataBinders when the settings are saved
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.groups.accounts.EditGroupAccountSettingsAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.invoices.SearchInvoicesAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.loans.CalculateLoanPaymentsAjaxAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.loans.ExportLoanPaymentsToCsvAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.loans.ExportLoansToCsvAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.loans.LoanDetailsAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.loans.SearchLoanPaymentsAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.loans.SearchLoansAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.members.adinterests.EditAdInterestAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.members.brokering.DefaultBrokerCommissionsAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.members.brokering.ManageBrokerCommissionsAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.members.bulk.MemberBulkChangeBrokerAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.members.bulk.MemberBulkChangeGroupAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.members.bulk.MemberBulkGenerateCardAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.members.creditlimit.EditCreditLimitAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.members.pending.ExportPendingMembersToCsvAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.members.pending.SearchPendingMembersAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.members.PublicCreateMemberAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.members.sms.SearchSmsLogsAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.members.sms.SearchSmsMailingsAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.payments.BasePaymentAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.payments.CalculatePaymentsAjaxAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.payments.conversionsimulation.SimulateConversionAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.payments.request.RequestPaymentAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.reports.members.sms.SmsLogsReportAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.reports.members.sms.SmsLogsReportCsvAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.reports.simulations.ARateConfigSimulationAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.reports.simulations.DRateConfigSimulationAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsAction
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in interface nl.strohalm.cyclos.entities.settings.events.LocalSettingsChangeListener
Invoked when the local settings are updated
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.struts.CyclosControllerConfig
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.utils.logging.LogFormatter
 
onLocalSettingsUpdate(LocalSettingsEvent) - Method in class nl.strohalm.cyclos.utils.sms.SmsSenderImpl
 
onLogSettingsUpdate(LogSettingsEvent) - Method in interface nl.strohalm.cyclos.entities.settings.events.LogSettingsChangeListener
Invoked when the local settings are updated
onLogSettingsUpdate(LogSettingsEvent) - Method in class nl.strohalm.cyclos.utils.logging.LoggingHandlerImpl
 
onlyBasic(List<T>) - Static method in class nl.strohalm.cyclos.utils.CustomFieldHelper
Returns the basic fields only, that is, strings with control = text box, or integers or enums
onlyForAdSearch(List<MemberCustomField>) - Static method in class nl.strohalm.cyclos.utils.CustomFieldHelper
Filters the member custom field list, returning only those for ad search
onlyForGroup(List<AdminCustomField>, AdminGroup) - Static method in class nl.strohalm.cyclos.utils.CustomFieldHelper
Filters the admin custom field list, returning only those used for the given group
onlyForGroup(List<MemberCustomField>, MemberGroup) - Static method in class nl.strohalm.cyclos.utils.CustomFieldHelper
Filters the member custom field list, returning only those used for the given group
onlyForGroups(List<MemberCustomField>, Collection<MemberGroup>) - Static method in class nl.strohalm.cyclos.utils.CustomFieldHelper
 
onlyForLoanSearch(List<MemberCustomField>) - Static method in class nl.strohalm.cyclos.utils.CustomFieldHelper
Filters the member custom field list, returning only those for loan search
onlyForMemberSearch(List<MemberCustomField>) - Static method in class nl.strohalm.cyclos.utils.CustomFieldHelper
Filters the member custom field list, returning only those for member search
onlyNotAlreadyCustomized(CustomizedFile.Type, List<CustomizedFile>) - Method in class nl.strohalm.cyclos.utils.CustomizationHelper
Returns a collection of file names of files that are not already customized
onlyNumbers(String) - Static method in class nl.strohalm.cyclos.utils.StringHelper
Returns a string containing only the numbers in the given string, or null if input is null
onlyVisible(List<AdCustomField>) - Static method in class nl.strohalm.cyclos.utils.CustomFieldHelper
Filters the ad custom field list, returning only those for ad search
onMailSettingsUpdate(MailSettingsEvent) - Method in interface nl.strohalm.cyclos.entities.settings.events.MailSettingsChangeListener
Invoked when the mail settings are updated
onMailSettingsUpdate(MailTranslationEvent) - Method in interface nl.strohalm.cyclos.entities.settings.events.MailTranslationChangeListener
Invoked when the mail translation is updated
onMessage(CacheEvictionEvent) - Method in class nl.strohalm.cyclos.utils.cache.ehcache.HazelcastCacheManagerPeerProvider
 
onMessageSettingsUpdate(MessageSettingsEvent) - Method in interface nl.strohalm.cyclos.entities.settings.events.MessageSettingsChangeListener
Invoked when the message settings are updated
onPostDelete(PostDeleteEvent) - Method in class nl.strohalm.cyclos.utils.hibernate.WriteDetectEventListener
 
onPostInsert(PostInsertEvent) - Method in class nl.strohalm.cyclos.utils.hibernate.WriteDetectEventListener
 
onPostRecreateCollection(PostCollectionRecreateEvent) - Method in class nl.strohalm.cyclos.utils.hibernate.WriteDetectEventListener
 
onPostRemoveCollection(PostCollectionRemoveEvent) - Method in class nl.strohalm.cyclos.utils.hibernate.WriteDetectEventListener
 
onPostUpdate(PostUpdateEvent) - Method in class nl.strohalm.cyclos.utils.hibernate.WriteDetectEventListener
 
onPostUpdateCollection(PostCollectionUpdateEvent) - Method in class nl.strohalm.cyclos.utils.hibernate.WriteDetectEventListener
 
onTransactionCommit() - Method in interface nl.strohalm.cyclos.utils.transaction.TransactionCommitListener
Callback method for transaction commit
onTransactionCommit() - Method in class nl.strohalm.cyclos.utils.transaction.TransactionEndListener
 
onTransactionEnd(boolean) - Method in class nl.strohalm.cyclos.utils.transaction.TransactionEndListener
Callback method for transaction ends
onTransactionRollback() - Method in class nl.strohalm.cyclos.utils.transaction.TransactionEndListener
 
onTransactionRollback() - Method in interface nl.strohalm.cyclos.utils.transaction.TransactionRollbackListener
Callback method for transaction rollbacks
onTransferInserted(Transfer) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.SysOutTransferListener
 
onTransferInserted(Transfer) - Method in interface nl.strohalm.cyclos.entities.accounts.transactions.TransferListener
Callback method invoked on the same DB transaction of the payment, after the transfer is inserted, but before committing the transaction.
onTransferInserted(Transfer) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferListenerAdapter
 
onTransferProcessed(Transfer) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.SysOutTransferListener
 
onTransferProcessed(Transfer) - Method in interface nl.strohalm.cyclos.entities.accounts.transactions.TransferListener
Callback method invoked when a transfer is processed: performed when no authorization is used, when the transfer is authorized or an installment is processed.
onTransferProcessed(Transfer) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferListenerAdapter
 
onTranslationsChanged(Properties) - Method in interface nl.strohalm.cyclos.services.customization.TranslationChangeListener
Translations have changed
onValueAdded(Cache, Serializable, Object) - Method in class nl.strohalm.cyclos.utils.cache.CacheAdapter
 
onValueAdded(Cache, Serializable, Object) - Method in interface nl.strohalm.cyclos.utils.cache.CacheListener
Callback method invoked when an element was added to the cache
onValueRemoved(Cache, Serializable, Object) - Method in class nl.strohalm.cyclos.utils.cache.CacheAdapter
 
onValueRemoved(Cache, Serializable, Object) - Method in interface nl.strohalm.cyclos.utils.cache.CacheListener
Callback method invoked when an element was removed from the cache
openReader(Class<? extends Indexable>) - Method in class nl.strohalm.cyclos.utils.lucene.IndexHandler
Opens a new IndexReader for the given entity type
OperationNotSupportedException - Exception in nl.strohalm.cyclos.exceptions
as the java OperationNotSupportedException, but extending ApplicationException.
OperationNotSupportedException() - Constructor for exception nl.strohalm.cyclos.exceptions.OperationNotSupportedException
 
OperationNotSupportedException(String) - Constructor for exception nl.strohalm.cyclos.exceptions.OperationNotSupportedException
 
operator() - Method in interface nl.strohalm.cyclos.access.PermissionCheck
Adds a permission check for operators with no permissions.
operator(MemberPermission...) - Method in interface nl.strohalm.cyclos.access.PermissionCheck
Adds a permission check for operators, but checking his member's permissions
operator(OperatorPermission...) - Method in interface nl.strohalm.cyclos.access.PermissionCheck
Adds a permission check for operators
Operator - Class in nl.strohalm.cyclos.entities.members
A member's operator
Operator() - Constructor for class nl.strohalm.cyclos.entities.members.Operator
 
operator() - Method in class nl.strohalm.cyclos.services.access.AbstractPermissionCheck
 
operator(MemberPermission...) - Method in class nl.strohalm.cyclos.services.access.AbstractPermissionCheck
 
operator(OperatorPermission...) - Method in class nl.strohalm.cyclos.services.access.AbstractPermissionCheck
 
Operator.Relationships - Enum in nl.strohalm.cyclos.entities.members
 
OPERATOR_SPECIFIC_FILES - Static variable in class nl.strohalm.cyclos.utils.CustomizationHelper
 
OperatorCustomField - Class in nl.strohalm.cyclos.entities.customization.fields
A custom field for member's operators
OperatorCustomField() - Constructor for class nl.strohalm.cyclos.entities.customization.fields.OperatorCustomField
 
OperatorCustomField.Relationships - Enum in nl.strohalm.cyclos.entities.customization.fields
 
OperatorCustomField.Visibility - Enum in nl.strohalm.cyclos.entities.customization.fields
Restrict the field visibility for operators
OperatorCustomFieldService - Interface in nl.strohalm.cyclos.services.customization
Service for operator custom fields
OperatorCustomFieldServiceImpl - Class in nl.strohalm.cyclos.services.customization
Implementation for OperatorCustomFieldServiceLocal
OperatorCustomFieldServiceImpl() - Constructor for class nl.strohalm.cyclos.services.customization.OperatorCustomFieldServiceImpl
 
OperatorCustomFieldServiceLocal - Interface in nl.strohalm.cyclos.services.customization
Local interface for OperatorCustomFieldService
OperatorCustomFieldServiceSecurity - Class in nl.strohalm.cyclos.services.customization
Security layer for OperatorCustomFieldService
OperatorCustomFieldServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.customization.OperatorCustomFieldServiceSecurity
 
OperatorCustomFieldValue - Class in nl.strohalm.cyclos.entities.customization.fields
A value for an operator's custom field
OperatorCustomFieldValue() - Constructor for class nl.strohalm.cyclos.entities.customization.fields.OperatorCustomFieldValue
 
OperatorDocumentMapper - Class in nl.strohalm.cyclos.dao.members
Maps Operators to lucene Documents
OperatorDocumentMapper() - Constructor for class nl.strohalm.cyclos.dao.members.OperatorDocumentMapper
 
operatorFor(MemberPermission, Entity...) - Method in interface nl.strohalm.cyclos.access.PermissionCheck
Adds a check to operators that ensures ALL entities must belong to the collection represented by the given member permission.
operatorFor(OperatorPermission, Entity...) - Method in interface nl.strohalm.cyclos.access.PermissionCheck
Adds a check to operators that ensures ALL entities must belong to the collection represented by the given operator permission.
operatorFor(OperatorPermission, MemberPermission, Entity...) - Method in interface nl.strohalm.cyclos.access.PermissionCheck
Adds a check to operators that ensures ALL entities must belong to the collection represented by the given member permission and that also has the required operator permission.
operatorFor(MemberPermission, Entity...) - Method in class nl.strohalm.cyclos.services.access.AbstractPermissionCheck
 
operatorFor(OperatorPermission, Entity...) - Method in class nl.strohalm.cyclos.services.access.AbstractPermissionCheck
 
operatorFor(OperatorPermission, MemberPermission, Entity...) - Method in class nl.strohalm.cyclos.services.access.AbstractPermissionCheck
 
OperatorGroup - Class in nl.strohalm.cyclos.entities.groups
A group for member's operators
OperatorGroup() - Constructor for class nl.strohalm.cyclos.entities.groups.OperatorGroup
 
OperatorGroup.Relationships - Enum in nl.strohalm.cyclos.entities.groups
 
OperatorGroupPermissionsDTO - Class in nl.strohalm.cyclos.services.groups
Class used to store a member an operator group's permissions
OperatorGroupPermissionsDTO() - Constructor for class nl.strohalm.cyclos.services.groups.OperatorGroupPermissionsDTO
 
operatorMemberPermissions - Variable in class nl.strohalm.cyclos.services.access.AbstractPermissionCheck
 
OperatorPermission - Enum in nl.strohalm.cyclos.access
This enum contains all permissions related to the OPERATOR module type
operatorPermissions - Variable in class nl.strohalm.cyclos.services.access.AbstractPermissionCheck
 
OperatorProfileAction - Class in nl.strohalm.cyclos.controls.operators
Profile action for operators
OperatorProfileAction() - Constructor for class nl.strohalm.cyclos.controls.operators.OperatorProfileAction
 
OperatorProfileForm - Class in nl.strohalm.cyclos.controls.operators
Form for operator profile
OperatorProfileForm() - Constructor for class nl.strohalm.cyclos.controls.operators.OperatorProfileForm
 
OperatorQuery - Class in nl.strohalm.cyclos.entities.members
Query parameters for operators
OperatorQuery() - Constructor for class nl.strohalm.cyclos.entities.members.OperatorQuery
 
OperatorUser - Class in nl.strohalm.cyclos.entities.access
A member's operator user
OperatorUser() - Constructor for class nl.strohalm.cyclos.entities.access.OperatorUser
 
optimize(Class<? extends Indexable>) - Method in class nl.strohalm.cyclos.utils.lucene.IndexHandler
Optimizes the index for the given entity type
optimizeIndexes(Class<? extends Indexable>) - Method in interface nl.strohalm.cyclos.services.application.ApplicationService
Optimizes the given full-text index, or all if the param is null
optimizeIndexes(Class<? extends Indexable>) - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
optimizeIndexes(Class<? extends Indexable>) - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceSecurity
 
OptimizeIndexesAction - Class in nl.strohalm.cyclos.controls.admintasks
Action used to optimize all or an specific full-text indexes
OptimizeIndexesAction() - Constructor for class nl.strohalm.cyclos.controls.admintasks.OptimizeIndexesAction
 
OptionTag - Class in nl.strohalm.cyclos.taglibs
Possible option for MultiDropDown tag
OptionTag() - Constructor for class nl.strohalm.cyclos.taglibs.OptionTag
 
or(Filter...) - Static method in class nl.strohalm.cyclos.utils.lucene.Filters
Returns all filters in a OR operation
OrActionPolicy - Class in nl.strohalm.cyclos.struts.access.policies.utils
A compound policy that evaluates the logic OR of other policies
orderSeries(byte[]) - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
Allows you to order the series according to an array of bytes with order numbers.
originalFileOf(CustomizedFile.Type, String) - Method in class nl.strohalm.cyclos.utils.CustomizationHelper
Returns the real file for the given original file
originalPathFor(CustomizedFile.Type) - Method in class nl.strohalm.cyclos.utils.CustomizationHelper
Returns the root path for the customized file type
out - Static variable in class nl.strohalm.cyclos.setup.Setup
 
OverviewExternalAccountsAction - Class in nl.strohalm.cyclos.controls.accounts.external
Action used to overview External Accounts
OverviewExternalAccountsAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.OverviewExternalAccountsAction
 
OwneredImage - Class in nl.strohalm.cyclos.entities.customization.images
An image that has an owner and other details
OwneredImage() - Constructor for class nl.strohalm.cyclos.entities.customization.images.OwneredImage
 

P

padAddress(String) - Static method in class nl.strohalm.cyclos.utils.InternetAddressHelper
Pads an address, filling with zeroes on the left.
Page<E> - Interface in nl.strohalm.cyclos.utils.query
A page contains only records of the current page, but knows how many records and pages exists on the full results
pageBinder() - Static method in class nl.strohalm.cyclos.utils.binding.DataBinderHelper
Returns a data binder for pagination
PageHelper - Class in nl.strohalm.cyclos.utils.query
Helper class for working with pages
PageHelper() - Constructor for class nl.strohalm.cyclos.utils.query.PageHelper
 
PageImpl<E> - Class in nl.strohalm.cyclos.utils.query
Page implementation
PageImpl(PageParameters, int, Collection<E>) - Constructor for class nl.strohalm.cyclos.utils.query.PageImpl
 
PageParameters - Class in nl.strohalm.cyclos.utils.query
Contains parameters about pagination.
PageParameters() - Constructor for class nl.strohalm.cyclos.utils.query.PageParameters
 
PageParameters(int, int) - Constructor for class nl.strohalm.cyclos.utils.query.PageParameters
 
pageSize(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.cards.PrintCardsAction
 
pageSize(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.details.PrintAccountHistoryAction
 
pageSize(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.external.process.RetrieveTransfersToProcessAction
 
pageSize(ActionContext) - Method in class nl.strohalm.cyclos.controls.ads.PrintAdsAction
 
pageSize(ActionContext) - Method in class nl.strohalm.cyclos.controls.alerts.ViewErrorLogAction
 
pageSize(ActionContext) - Method in class nl.strohalm.cyclos.controls.BaseQueryAction
This action will return the query page size.
pageSize(ActionContext) - Method in class nl.strohalm.cyclos.controls.groups.ListGroupsAction
 
pageSize(ActionContext) - Method in class nl.strohalm.cyclos.controls.loans.PrintLoanPaymentsAction
 
pageSize(ActionContext) - Method in class nl.strohalm.cyclos.controls.loans.PrintLoansAction
 
pageSize(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.brokering.PrintBrokeringsAction
 
pageSize(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.pending.PrintPendingMembersAction
 
pageSize(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.PrintMembersAction
 
pageSize(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.members.sms.SmsLogsReportPrintAction
 
PaginationTag - Class in nl.strohalm.cyclos.taglibs
Custom tag to handle paging
PaginationTag() - Constructor for class nl.strohalm.cyclos.taglibs.PaginationTag
 
Pair<T1,T2> - Class in nl.strohalm.cyclos.utils
A pair of two values
Pair() - Constructor for class nl.strohalm.cyclos.utils.Pair
 
Pair(T1, T2) - Constructor for class nl.strohalm.cyclos.utils.Pair
 
ParallelTask<T> - Class in nl.strohalm.cyclos.utils
Used to easily execute a parametrized task in parallel
ParallelTask(String) - Constructor for class nl.strohalm.cyclos.utils.ParallelTask
 
ParallelTask(String, int) - Constructor for class nl.strohalm.cyclos.utils.ParallelTask
 
parenthesizeString(String) - Method in class nl.strohalm.cyclos.services.stats.StatisticalServiceImpl
parentesizes a String, which means that it puts the String inside ().
parseIds(String) - Static method in class nl.strohalm.cyclos.utils.EntityHelper
Parses a list of ids from a given string
PartialInterestsAmountException - Exception in nl.strohalm.cyclos.services.transactions.exceptions
Exception thrown when an user attempts to repay a loan with incomplete interests amount.
PartialInterestsAmountException(BigDecimal, BigDecimal) - Constructor for exception nl.strohalm.cyclos.services.transactions.exceptions.PartialInterestsAmountException
 
passGroupFilter(StatisticalResultDTO, StatisticalQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalServiceImpl
passes the used GroupFilter to the result object.
passPaymentFilter(StatisticalResultDTO, StatisticalQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalServiceImpl
passes the used PaymentFilter to the result object.
passSystemAccountFilter(StatisticalResultDTO, StatisticalQuery) - Method in class nl.strohalm.cyclos.services.stats.StatisticalServiceImpl
passes the used System account Filter to the result object.
PasswordHashMigration - Class in nl.strohalm.cyclos.setup.migrations.version3_5
Migrates the existing passwords, applying the SHA-256 hash over the MD5 hash
PasswordHashMigration() - Constructor for class nl.strohalm.cyclos.setup.migrations.version3_5.PasswordHashMigration
 
PasswordHistoryLog - Class in nl.strohalm.cyclos.entities.access
Logs a history of previous passwords used, in order to prevent the same password to be used again
PasswordHistoryLog() - Constructor for class nl.strohalm.cyclos.entities.access.PasswordHistoryLog
 
PasswordHistoryLog.PasswordType - Enum in nl.strohalm.cyclos.entities.access
 
PasswordHistoryLogDAO - Interface in nl.strohalm.cyclos.dao.access
DAO interface for PasswordHistoryLog
PasswordHistoryLogDAOImpl - Class in nl.strohalm.cyclos.dao.access
 
PasswordHistoryLogDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.access.PasswordHistoryLogDAOImpl
 
PasswordsDontMatchError - Class in nl.strohalm.cyclos.utils.validation
Error indicating passwords that don't match
PasswordsDontMatchError() - Constructor for class nl.strohalm.cyclos.utils.validation.PasswordsDontMatchError
 
past() - Static method in class nl.strohalm.cyclos.utils.validation.TodayValidation
 
past() - Method in class nl.strohalm.cyclos.utils.validation.Validator.Property
 
pastOrToday() - Static method in class nl.strohalm.cyclos.utils.validation.TodayValidation
 
pastOrToday() - Method in class nl.strohalm.cyclos.utils.validation.Validator.Property
 
pathOf(CustomizedFile.Type, String, CustomizationHelper.CustomizationData) - Method in class nl.strohalm.cyclos.utils.CustomizationHelper
Returns the path for the given customization
pathUntilLast(String) - Static method in class nl.strohalm.cyclos.utils.PropertyHelper
Returns the nested path after until the last property.
payment - Variable in class nl.strohalm.cyclos.controls.webshop.ConfirmWebShopPaymentAction.ShouldValidateTPParameter
 
Payment - Class in nl.strohalm.cyclos.entities.accounts.transactions
Base class for payments
Payment() - Constructor for class nl.strohalm.cyclos.entities.accounts.transactions.Payment
 
payment() - Static method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType.Context
 
Payment.Nature - Enum in nl.strohalm.cyclos.entities.accounts.transactions
 
Payment.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.transactions
 
Payment.Status - Enum in nl.strohalm.cyclos.entities.accounts.transactions
 
PaymentAction - Class in nl.strohalm.cyclos.controls.payments
Action for performing payments from an account owner to another one
PaymentAction() - Constructor for class nl.strohalm.cyclos.controls.payments.PaymentAction
 
PaymentActionPolicy - Class in nl.strohalm.cyclos.struts.access.policies
 
paymentAuthorizedOrDeniedNotification(Transfer, boolean) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
paymentAuthorizedOrDeniedNotification(Transfer, boolean) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
PaymentAwaitingFeedbackDTO - Class in nl.strohalm.cyclos.entities.accounts.transactions
Contains data for payments awaiting feedback
PaymentAwaitingFeedbackDTO() - Constructor for class nl.strohalm.cyclos.entities.accounts.transactions.PaymentAwaitingFeedbackDTO
 
paymentCancelledNotification(Transfer) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
paymentCancelledNotification(Transfer) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
PaymentCustomField - Class in nl.strohalm.cyclos.entities.customization.fields
A custom field for payments
PaymentCustomField() - Constructor for class nl.strohalm.cyclos.entities.customization.fields.PaymentCustomField
 
PaymentCustomField.Access - Enum in nl.strohalm.cyclos.entities.customization.fields
 
PaymentCustomField.Relationships - Enum in nl.strohalm.cyclos.entities.customization.fields
 
PaymentCustomFieldsAjaxAction - Class in nl.strohalm.cyclos.controls.accounts.transfertypes
Action used to retrieve the HTML code for custom fields of a payment, given a transfer type as argument
PaymentCustomFieldsAjaxAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.transfertypes.PaymentCustomFieldsAjaxAction
 
paymentCustomFieldService - Variable in class nl.strohalm.cyclos.controls.accounts.details.AccountHistoryAction
 
paymentCustomFieldService - Variable in class nl.strohalm.cyclos.controls.accounts.details.ViewTransactionAction
 
paymentCustomFieldService - Variable in class nl.strohalm.cyclos.controls.loans.SearchLoanPaymentsAction
 
paymentCustomFieldService - Variable in class nl.strohalm.cyclos.controls.posweb.BasePosWebPaymentAction
 
PaymentCustomFieldService - Interface in nl.strohalm.cyclos.services.customization
Service for payment custom fields
PaymentCustomFieldServiceImpl - Class in nl.strohalm.cyclos.services.customization
Implementation for PaymentCustomFieldServiceLocal
PaymentCustomFieldServiceImpl() - Constructor for class nl.strohalm.cyclos.services.customization.PaymentCustomFieldServiceImpl
 
PaymentCustomFieldServiceLocal - Interface in nl.strohalm.cyclos.services.customization
Local interface for PaymentCustomFieldService
PaymentCustomFieldServiceSecurity - Class in nl.strohalm.cyclos.services.customization
Security layer for PaymentCustomFieldService
PaymentCustomFieldServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.customization.PaymentCustomFieldServiceSecurity
 
PaymentCustomFieldValue - Class in nl.strohalm.cyclos.entities.customization.fields
Custom field value for payments
PaymentCustomFieldValue() - Constructor for class nl.strohalm.cyclos.entities.customization.fields.PaymentCustomFieldValue
 
PaymentCustomFieldValue.Relationships - Enum in nl.strohalm.cyclos.entities.customization.fields
 
PaymentException - Exception in nl.strohalm.cyclos.services.transactions.exceptions
Base exception for payments
PaymentException() - Constructor for exception nl.strohalm.cyclos.services.transactions.exceptions.PaymentException
 
paymentFields(Long) - Method in interface nl.strohalm.cyclos.webservices.fields.FieldWebService
Returns an array of payment fields for the given payment type
paymentFields(Long) - Method in class nl.strohalm.cyclos.webservices.fields.FieldWebServiceImpl
 
PaymentFilter - Class in nl.strohalm.cyclos.entities.accounts.transactions
A payment filter groups transfer types for reports or account history
PaymentFilter() - Constructor for class nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilter
 
PaymentFilter.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.transactions
 
PaymentFilterDAO - Interface in nl.strohalm.cyclos.dao.accounts.transactions
Data access object interface for payment filters
PaymentFilterDAOImpl - Class in nl.strohalm.cyclos.dao.accounts.transactions
Implementation class for payment filter DAO
PaymentFilterDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.transactions.PaymentFilterDAOImpl
 
paymentFilterNames - Variable in class nl.strohalm.cyclos.services.stats.finances.FinanceStats
the cached rowKeys
PaymentFilterQuery - Class in nl.strohalm.cyclos.entities.accounts.transactions
Parameters for payment filter queries
PaymentFilterQuery() - Constructor for class nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilterQuery
 
PaymentFilterQuery.Context - Enum in nl.strohalm.cyclos.entities.accounts.transactions
 
paymentFilters - Variable in class nl.strohalm.cyclos.services.stats.finances.FinanceStats
cached paymentFilters
paymentFilterService - Variable in class nl.strohalm.cyclos.controls.accounts.details.AccountHistoryAction
 
PaymentFilterService - Interface in nl.strohalm.cyclos.services.transfertypes
Service interface for payment filters
PaymentFilterServiceImpl - Class in nl.strohalm.cyclos.services.transfertypes
Implementation class for payment filter service
PaymentFilterServiceImpl() - Constructor for class nl.strohalm.cyclos.services.transfertypes.PaymentFilterServiceImpl
 
PaymentFilterServiceLocal - Interface in nl.strohalm.cyclos.services.transfertypes
Local interface.
PaymentFilterServiceSecurity - Class in nl.strohalm.cyclos.services.transfertypes
Security implementation for PaymentFilterService
PaymentFilterServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.transfertypes.PaymentFilterServiceSecurity
 
PaymentForm - Class in nl.strohalm.cyclos.controls.payments
Form for payments from an account owner to other
PaymentForm() - Constructor for class nl.strohalm.cyclos.controls.payments.PaymentForm
 
PaymentHelper - Class in nl.strohalm.cyclos.webservices.utils
Helper class for web services payments
PaymentHelper() - Constructor for class nl.strohalm.cyclos.webservices.utils.PaymentHelper
 
PaymentObligation - Class in nl.strohalm.cyclos.entities.accounts.guarantees
 
PaymentObligation() - Constructor for class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligation
 
PaymentObligation.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.guarantees
 
PaymentObligation.Status - Enum in nl.strohalm.cyclos.entities.accounts.guarantees
 
PaymentObligationDAO - Interface in nl.strohalm.cyclos.dao.accounts.guarantees
 
PaymentObligationDAOImpl - Class in nl.strohalm.cyclos.dao.accounts.guarantees
 
PaymentObligationDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.guarantees.PaymentObligationDAOImpl
 
PaymentObligationLog - Class in nl.strohalm.cyclos.entities.accounts.guarantees
 
PaymentObligationLog() - Constructor for class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligationLog
 
PaymentObligationLog.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.guarantees
 
PaymentObligationLogDAO - Interface in nl.strohalm.cyclos.dao.accounts.guarantees
 
PaymentObligationLogDAOImpl - Class in nl.strohalm.cyclos.dao.accounts.guarantees
 
PaymentObligationLogDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.guarantees.PaymentObligationLogDAOImpl
 
PaymentObligationPackDTO - Class in nl.strohalm.cyclos.services.accounts.guarantees
 
PaymentObligationPackDTO() - Constructor for class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationPackDTO
 
paymentObligationPublishedNotification(PaymentObligation) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
paymentObligationPublishedNotification(PaymentObligation) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
PaymentObligationQuery - Class in nl.strohalm.cyclos.entities.accounts.guarantees
 
PaymentObligationQuery() - Constructor for class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligationQuery
 
paymentObligationRejectedNotification(PaymentObligation) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
paymentObligationRejectedNotification(PaymentObligation) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
PaymentObligationScheduledTask - Class in nl.strohalm.cyclos.scheduling.tasks
Task that changes the payment obligation's status
PaymentObligationScheduledTask() - Constructor for class nl.strohalm.cyclos.scheduling.tasks.PaymentObligationScheduledTask
 
paymentObligationService - Variable in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.ChangeStatusPaymentObligationAction
 
paymentObligationService - Variable in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.DeletePaymentObligationAction
 
PaymentObligationService - Interface in nl.strohalm.cyclos.services.accounts.guarantees
 
PaymentObligationServiceImpl - Class in nl.strohalm.cyclos.services.accounts.guarantees
 
PaymentObligationServiceImpl() - Constructor for class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceImpl
 
PaymentObligationServiceLocal - Interface in nl.strohalm.cyclos.services.accounts.guarantees
Local interface.
PaymentObligationServiceSecurity - Class in nl.strohalm.cyclos.services.accounts.guarantees
 
PaymentObligationServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceSecurity
 
PaymentObligationStatusChangeException - Exception in nl.strohalm.cyclos.services.accounts.guarantees.exceptions
Thrown when an invalid payment obligation's status action was executed
PaymentObligationStatusChangeException(PaymentObligation.Status) - Constructor for exception nl.strohalm.cyclos.services.accounts.guarantees.exceptions.PaymentObligationStatusChangeException
 
PaymentObligationStatusChangeException(PaymentObligation.Status, String) - Constructor for exception nl.strohalm.cyclos.services.accounts.guarantees.exceptions.PaymentObligationStatusChangeException
 
PaymentObligationStatusChangeException(PaymentObligation.Status, String, Throwable) - Constructor for exception nl.strohalm.cyclos.services.accounts.guarantees.exceptions.PaymentObligationStatusChangeException
 
PaymentObligationStatusChangeException(PaymentObligation.Status, Throwable) - Constructor for exception nl.strohalm.cyclos.services.accounts.guarantees.exceptions.PaymentObligationStatusChangeException
 
PaymentParameters - Class in nl.strohalm.cyclos.webservices.payments
Parameters for making a new payment
PaymentParameters() - Constructor for class nl.strohalm.cyclos.webservices.payments.PaymentParameters
 
PaymentProcessingScheduledTask - Class in nl.strohalm.cyclos.scheduling.tasks
Scheduled task used to process scheduled payments
PaymentProcessingScheduledTask() - Constructor for class nl.strohalm.cyclos.scheduling.tasks.PaymentProcessingScheduledTask
 
paymentReceivedNotification(Payment) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
paymentReceivedNotification(Payment) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
PaymentRequestHandler - Interface in nl.strohalm.cyclos.services.transactions
Interface for sending payment requests
PaymentRequestHandlerImpl - Class in nl.strohalm.cyclos.utils.paymentrequest
Implementation for payment request handler that invokes the PaymentRequestWebService
PaymentRequestHandlerImpl() - Constructor for class nl.strohalm.cyclos.utils.paymentrequest.PaymentRequestHandlerImpl
 
PaymentRequestStatus - Enum in nl.strohalm.cyclos.webservices.payments
A possible status code for sending a payment request
PaymentRequestTicket - Class in nl.strohalm.cyclos.entities.accounts.transactions
A ticket used to request payments from other channels
PaymentRequestTicket() - Constructor for class nl.strohalm.cyclos.entities.accounts.transactions.PaymentRequestTicket
 
PaymentRequestTicket.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.transactions
 
PaymentRequestTicketVO - Class in nl.strohalm.cyclos.webservices.model
Ticket used on payment requests
PaymentRequestTicketVO() - Constructor for class nl.strohalm.cyclos.webservices.model.PaymentRequestTicketVO
 
PaymentRequestWebService - Interface in nl.strohalm.cyclos.webservices.external.paymentrequest
Web Service interface that should be implemented externally in order to request payment confirmations
PaymentResult - Class in nl.strohalm.cyclos.webservices.payments
Contains the payment status and the payment data
PaymentResult() - Constructor for class nl.strohalm.cyclos.webservices.payments.PaymentResult
 
PaymentResult(PaymentStatus, AccountHistoryTransferVO) - Constructor for class nl.strohalm.cyclos.webservices.payments.PaymentResult
 
PaymentResult(PaymentStatus, AccountHistoryTransferVO, AccountStatusVO, AccountStatusVO) - Constructor for class nl.strohalm.cyclos.webservices.payments.PaymentResult
 
PaymentsAwaitingFeedbackQuery - Class in nl.strohalm.cyclos.entities.members
Query parameters for searching payments that hasn't been qualified yet
PaymentsAwaitingFeedbackQuery() - Constructor for class nl.strohalm.cyclos.entities.members.PaymentsAwaitingFeedbackQuery
 
paymentService - Variable in class nl.strohalm.cyclos.controls.accounts.details.TransactionReceiptAjaxAction
 
paymentService - Variable in class nl.strohalm.cyclos.controls.accounts.details.ViewTransactionAction
 
paymentService - Variable in class nl.strohalm.cyclos.controls.loans.LoanDetailsAction
 
paymentService - Variable in class nl.strohalm.cyclos.controls.members.references.BaseEditReferenceAction
 
paymentService - Variable in class nl.strohalm.cyclos.controls.payments.BasePaymentAction
 
paymentService - Variable in class nl.strohalm.cyclos.services.transactions.BaseLoanHandler
 
PaymentService - Interface in nl.strohalm.cyclos.services.transactions
Service interface for payments
PaymentServiceImpl - Class in nl.strohalm.cyclos.services.transactions
Implementation for payment service
PaymentServiceImpl() - Constructor for class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
PaymentServiceLocal - Interface in nl.strohalm.cyclos.services.transactions
Local interface.
PaymentServiceSecurity - Class in nl.strohalm.cyclos.services.transactions
Security for PaymentService
PaymentServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.transactions.PaymentServiceSecurity
 
paymentsSummary(LoanPaymentQuery) - Method in interface nl.strohalm.cyclos.dao.accounts.loans.LoanPaymentDAO
Returns a summary for loan payments, according to the filter.
paymentsSummary(LoanPaymentQuery) - Method in class nl.strohalm.cyclos.dao.accounts.loans.LoanPaymentDAOImpl
 
paymentsSummary(LoanPaymentQuery) - Method in interface nl.strohalm.cyclos.services.transactions.LoanService
Returns a transaction summary of loan payments for the specified query
paymentsSummary(LoanPaymentQuery) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceImpl
 
paymentsSummary(LoanPaymentQuery) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceSecurity
 
PaymentStatus - Enum in nl.strohalm.cyclos.webservices.payments
Possible statuses for a payment
paymentVOs(Account, Period) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.TransferDAO
Returns simple transfers VOs for a given account and period, ordering results by date ascending
paymentVOs(Account, Period) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.TransferDAOImpl
 
PaymentWebService - Interface in nl.strohalm.cyclos.webservices.payments
Web service interfaces for payments
PaymentWebServiceImpl - Class in nl.strohalm.cyclos.webservices.payments
Implementation for payment web service
PaymentWebServiceImpl() - Constructor for class nl.strohalm.cyclos.webservices.payments.PaymentWebServiceImpl
 
PendingAuthorizationAmountReservation - Class in nl.strohalm.cyclos.entities.accounts
An amount reservation by a payment pending authorization
PendingAuthorizationAmountReservation() - Constructor for class nl.strohalm.cyclos.entities.accounts.PendingAuthorizationAmountReservation
 
PendingMember - Class in nl.strohalm.cyclos.entities.members
A pending member is a member which still have not validated it's registration by mail, and is removed if not confirmed within an amount of time (in LocalSettings.getDeletePendingRegistrationsAfter())
PendingMember() - Constructor for class nl.strohalm.cyclos.entities.members.PendingMember
 
PendingMember.Relationships - Enum in nl.strohalm.cyclos.entities.members
 
PendingMemberDAO - Interface in nl.strohalm.cyclos.dao.members
DAO interface for pending members
PendingMemberDAOImpl - Class in nl.strohalm.cyclos.dao.members
Implementation for PendingMemberDAO
PendingMemberDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.members.PendingMemberDAOImpl
 
PendingMemberProfileAction - Class in nl.strohalm.cyclos.controls.members.pending
Action used to view / edit a pending member profile
PendingMemberProfileAction() - Constructor for class nl.strohalm.cyclos.controls.members.pending.PendingMemberProfileAction
 
PendingMemberProfileForm - Class in nl.strohalm.cyclos.controls.members.pending
Form used to view / edit a pending member profile
PendingMemberProfileForm() - Constructor for class nl.strohalm.cyclos.controls.members.pending.PendingMemberProfileForm
 
PendingMemberQuery - Class in nl.strohalm.cyclos.entities.members
Query parameters for pending members search
PendingMemberQuery() - Constructor for class nl.strohalm.cyclos.entities.members.PendingMemberQuery
 
PendingMessagesException - Exception in nl.strohalm.cyclos.services.elements.exceptions
Exception thrown when a message is attempted to be deleted but there are pending messages to be sent that require its information.
PendingMessagesException() - Constructor for exception nl.strohalm.cyclos.services.elements.exceptions.PendingMessagesException
 
percentage(BigDecimal) - Static method in class nl.strohalm.cyclos.utils.Amount
 
performAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.authorization.AuthorizePaymentAction
 
performAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.authorization.BaseTransferAuthorizationAction
 
performAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.authorization.CancelPaymentAction
 
performAction(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.authorization.DenyPaymentAction
 
performAction(ExternalTransferAction, Long...) - Method in interface nl.strohalm.cyclos.services.accounts.external.ExternalTransferService
Perform a given action on multiple external transfers
performAction(ExternalTransferAction, Long...) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferServiceImpl
 
performAction(ExternalTransferAction, Long...) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferServiceSecurity
 
performAction(MessageAction, Long...) - Method in interface nl.strohalm.cyclos.services.elements.MessageService
Perform a given action on multiple messages
performAction(MessageAction, Long...) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceImpl
 
performAction(MessageAction, Long...) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceSecurity
 
Period - Class in nl.strohalm.cyclos.utils
A date period, which can be configured not to take into account the time part in calculations by setting the useTime flag in false.
Period() - Constructor for class nl.strohalm.cyclos.utils.Period
 
Period(Calendar, Calendar) - Constructor for class nl.strohalm.cyclos.utils.Period
 
periodBinder(LocalSettings, String) - Static method in class nl.strohalm.cyclos.utils.binding.DataBinderHelper
Returns a data binder for periods
PeriodDateType - Class in nl.strohalm.cyclos.utils.hibernate
 
PeriodDateType() - Constructor for class nl.strohalm.cyclos.utils.hibernate.PeriodDateType
 
periodEndingAt(Calendar) - Method in class nl.strohalm.cyclos.utils.TimePeriod
Returns a period ending at the given date (not including it), with this size
periodStartingAt(Calendar) - Method in class nl.strohalm.cyclos.utils.TimePeriod
Returns a period starting at the given date, with this size
PeriodType - Class in nl.strohalm.cyclos.utils.hibernate
Hibernate user type to persist periods of dates using time
PeriodType() - Constructor for class nl.strohalm.cyclos.utils.hibernate.PeriodType
 
PeriodValidation - Class in nl.strohalm.cyclos.utils.validation
 
PeriodValidation(PeriodValidation.ValidationType) - Constructor for class nl.strohalm.cyclos.utils.validation.PeriodValidation
 
PeriodValidation.ValidationType - Enum in nl.strohalm.cyclos.utils.validation
The possible required validations: only begin is required, only end or both.
Permission - Interface in nl.strohalm.cyclos.access
Permissions can be of two types: LIST or BOOLEAN.
permission() - Method in interface nl.strohalm.cyclos.services.permissions.PermissionService
Returns a PermissionCheck, which can be used to enforce the logged user's permissions which are not related to an specific user.
permission(Element) - Method in interface nl.strohalm.cyclos.services.permissions.PermissionService
Returns a PermissionCheck, which will, besides of checking static permissions, ensure that the logged user is allowed to manage the given Element, according to PermissionService.manages(Element)
permission() - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceImpl
 
permission(Element) - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceImpl
 
permission(Group) - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceImpl
 
permission(Group) - Method in interface nl.strohalm.cyclos.services.permissions.PermissionServiceLocal
Returns a PermissionCheck, which will, check permissions for the given group
permission() - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceSecurity
 
permission(Element) - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceSecurity
 
Permission - Annotation Type in nl.strohalm.cyclos.webservices
Annotation used on web service interfaces, to restrict the access based on ServiceOperation
PermissionActionPolicy - Class in nl.strohalm.cyclos.struts.access.policies.utils
An empty or null permission's array means the access will be denied
The subject must has at least one of the specified permissions
In case of an all-access-granted policy use AllGrantedActionPolicy
PermissionCatalogHandler - Interface in nl.strohalm.cyclos.utils.access
Handler for all multivalued group's permissions (those having a relationship not null, that is there are a list of possible values).
PermissionCatalogHandlerImpl - Class in nl.strohalm.cyclos.services.permissions
 
PermissionCatalogHandlerImpl() - Constructor for class nl.strohalm.cyclos.services.permissions.PermissionCatalogHandlerImpl
 
PermissionCatalogInitializationException - Exception in nl.strohalm.cyclos.services.permissions.exceptions
Thrown when the permission catalog couldn't be created and/or initialized for a group's nature
PermissionCatalogInitializationException(Group.Nature, String) - Constructor for exception nl.strohalm.cyclos.services.permissions.exceptions.PermissionCatalogInitializationException
 
PermissionCatalogInitializationException(Group.Nature, String, Throwable) - Constructor for exception nl.strohalm.cyclos.services.permissions.exceptions.PermissionCatalogInitializationException
 
PermissionCheck - Interface in nl.strohalm.cyclos.access
Used to check for permissions according to the logged user.
PermissionConverter - Class in nl.strohalm.cyclos.utils.conversion
Converts a string of the form PermissionSimpleClassName.permissionName to the corresponding permission and vice versa
PermissionDeniedException - Exception in nl.strohalm.cyclos.exceptions
Exception thrown when an user tries to perform an unauthorized action
PermissionDeniedException() - Constructor for exception nl.strohalm.cyclos.exceptions.PermissionDeniedException
 
PermissionDeniedException(String) - Constructor for exception nl.strohalm.cyclos.exceptions.PermissionDeniedException
 
PermissionDeniedTrace - Class in nl.strohalm.cyclos.entities.access
Stores a permission denied trace
PermissionDeniedTrace() - Constructor for class nl.strohalm.cyclos.entities.access.PermissionDeniedTrace
 
PermissionDeniedTraceDAO - Interface in nl.strohalm.cyclos.dao.access
DAO for PermissionDeniedTrace
PermissionDeniedTraceDAOImpl - Class in nl.strohalm.cyclos.dao.access
Implementation for PermissionDeniedTraceDAO
PermissionDeniedTraceDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.access.PermissionDeniedTraceDAOImpl
 
PermissionHelper - Class in nl.strohalm.cyclos.utils.access
Contains utility methods to manipulate and check permissions
PermissionHelper() - Constructor for class nl.strohalm.cyclos.utils.access.PermissionHelper
 
Permissions - Class in nl.strohalm.cyclos.setup
Defines all modules on the system
Permissions() - Constructor for class nl.strohalm.cyclos.setup.Permissions
 
permissions - Variable in class nl.strohalm.cyclos.struts.access.policies.utils.PermissionActionPolicy
 
permissionService - Variable in class nl.strohalm.cyclos.controls.BaseAction
 
permissionService - Variable in class nl.strohalm.cyclos.services.BaseServiceSecurity
 
PermissionService - Interface in nl.strohalm.cyclos.services.permissions
Service interface for group permissions This service use to control permissions and to list the permissions by group.
PermissionServiceImpl - Class in nl.strohalm.cyclos.services.permissions
Implementation class for permission services.
PermissionServiceImpl() - Constructor for class nl.strohalm.cyclos.services.permissions.PermissionServiceImpl
 
PermissionServiceLocal - Interface in nl.strohalm.cyclos.services.permissions
Local interface.
PermissionServiceSecurity - Class in nl.strohalm.cyclos.services.permissions
Security implementation for PermissionService
PermissionServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.permissions.PermissionServiceSecurity
 
PermissionType - Class in nl.strohalm.cyclos.utils.hibernate
A Hibernate custom type to store values from differents permission enums
PermissionType() - Constructor for class nl.strohalm.cyclos.utils.hibernate.PermissionType
 
persist(RatesToSave) - Method in class nl.strohalm.cyclos.services.accounts.rates.RateServiceImplMock
 
persist(RatesToSave) - Method in interface nl.strohalm.cyclos.services.accounts.rates.RateServiceLocal
persists the rates in the argument.
PollingTask - Class in nl.strohalm.cyclos.scheduling.polling
Base class for tasks which keeps looking for available data to be processed.
PollingTask() - Constructor for class nl.strohalm.cyclos.scheduling.polling.PollingTask
 
PollingTasksHandler - Class in nl.strohalm.cyclos.scheduling
Manages execution of PollingTasks
PollingTasksHandler() - Constructor for class nl.strohalm.cyclos.scheduling.PollingTasksHandler
 
POS - Static variable in class nl.strohalm.cyclos.entities.access.Channel
 
Pos - Class in nl.strohalm.cyclos.entities.accounts.pos
 
Pos() - Constructor for class nl.strohalm.cyclos.entities.accounts.pos.Pos
 
pos() - Static method in class nl.strohalm.cyclos.utils.access.LoggedUser
Returns the POS if the current transaction was started by a POS access, null otherwise
Pos.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.pos
 
Pos.Status - Enum in nl.strohalm.cyclos.entities.accounts.pos
 
PosDAO - Interface in nl.strohalm.cyclos.dao.accounts.pos
 
PosDAOImpl - Class in nl.strohalm.cyclos.dao.accounts.pos
 
PosDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.pos.PosDAOImpl
 
PosInitializationVO - Class in nl.strohalm.cyclos.webservices.model
Contains data used by pos application when it's being initialized
PosInitializationVO() - Constructor for class nl.strohalm.cyclos.webservices.model.PosInitializationVO
 
PosInterceptor - Class in nl.strohalm.cyclos.webservices.interceptor
Interceptor for POS requests, basically to allow access to the HttpServletRequest
PosInterceptor() - Constructor for class nl.strohalm.cyclos.webservices.interceptor.PosInterceptor
 
positive() - Method in class nl.strohalm.cyclos.utils.validation.Validator.Property
 
positiveNonZero() - Method in class nl.strohalm.cyclos.utils.validation.Validator.Property
 
PositiveNonZeroValidation - Class in nl.strohalm.cyclos.utils.validation
Validates a positive and non zero number
PositiveNonZeroValidation() - Constructor for class nl.strohalm.cyclos.utils.validation.PositiveNonZeroValidation
 
PositiveValidation - Class in nl.strohalm.cyclos.utils.validation
Validates a positive number
PositiveValidation() - Constructor for class nl.strohalm.cyclos.utils.validation.PositiveValidation
 
PosLog - Class in nl.strohalm.cyclos.entities.accounts.pos
 
PosLog() - Constructor for class nl.strohalm.cyclos.entities.accounts.pos.PosLog
 
PosLogDAO - Interface in nl.strohalm.cyclos.dao.accounts.pos
 
PosLogDAOImpl - Class in nl.strohalm.cyclos.dao.accounts.pos
 
PosLogDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.pos.PosLogDAOImpl
 
posPinBlockedNotification(MemberPos) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
posPinBlockedNotification(MemberPos) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
PosPinParameters - Class in nl.strohalm.cyclos.webservices.pos
 
PosPinParameters() - Constructor for class nl.strohalm.cyclos.webservices.pos.PosPinParameters
 
PosQuery - Class in nl.strohalm.cyclos.entities.accounts.pos
 
PosQuery() - Constructor for class nl.strohalm.cyclos.entities.accounts.pos.PosQuery
 
PosQuery.QueryStatus - Enum in nl.strohalm.cyclos.entities.accounts.pos
 
PosService - Interface in nl.strohalm.cyclos.services.accounts.pos
Service interface for POS
PosServiceImpl - Class in nl.strohalm.cyclos.services.accounts.pos
POS Service Implementation
PosServiceImpl() - Constructor for class nl.strohalm.cyclos.services.accounts.pos.PosServiceImpl
 
PosServiceLocal - Interface in nl.strohalm.cyclos.services.accounts.pos
Local interface.
PosServiceSecurity - Class in nl.strohalm.cyclos.services.accounts.pos
Security implementation for PosService
PosServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.accounts.pos.PosServiceSecurity
 
POSSIBLE_CUSTOMIZED_FILES - Static variable in class nl.strohalm.cyclos.controls.groups.customizedFiles.GetAvailableFilesForGroupAjaxAction
 
POSSIBLE_CUSTOMIZED_FILES - Static variable in class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.GetAvailableFilesForGroupFilterAjaxAction
 
POSSIBLE_CUSTOMIZED_FILES_OPERATOR - Static variable in class nl.strohalm.cyclos.controls.groups.customizedFiles.GetAvailableFilesForGroupAjaxAction
 
possibleCustomFieldsAsPrincipal() - Method in interface nl.strohalm.cyclos.services.access.ChannelService
Lists the member custom fields which could be used as principal
possibleCustomFieldsAsPrincipal() - Method in class nl.strohalm.cyclos.services.access.ChannelServiceImpl
 
possibleCustomFieldsAsPrincipal() - Method in class nl.strohalm.cyclos.services.access.ChannelServiceSecurity
 
possibleValues(Permission) - Method in class nl.strohalm.cyclos.services.permissions.PermissionCatalogHandlerImpl
 
possibleValues(Permission) - Method in interface nl.strohalm.cyclos.utils.access.PermissionCatalogHandler
 
possibleValuesForAdField(String) - Method in interface nl.strohalm.cyclos.webservices.fields.FieldWebService
Returns an array of possible values for a given ad field, or null if the field is not enumerated
possibleValuesForAdField(String) - Method in class nl.strohalm.cyclos.webservices.fields.FieldWebServiceImpl
 
possibleValuesForAdFieldGivenParent(String, Long) - Method in interface nl.strohalm.cyclos.webservices.fields.FieldWebService
Returns an array of possible values for a given member field, given a parent value, or null if the field is not enumerated
possibleValuesForAdFieldGivenParent(String, Long) - Method in class nl.strohalm.cyclos.webservices.fields.FieldWebServiceImpl
 
possibleValuesForMemberField(String) - Method in interface nl.strohalm.cyclos.webservices.fields.FieldWebService
Returns an array of possible values for a given member field, or null if the field is not enumerated
possibleValuesForMemberField(String) - Method in class nl.strohalm.cyclos.webservices.fields.FieldWebServiceImpl
 
possibleValuesForMemberFieldGivenParent(String, Long) - Method in interface nl.strohalm.cyclos.webservices.fields.FieldWebService
Returns an array of possible values for a given member field, given a parent value, or null if the field is not enumerated
possibleValuesForMemberFieldGivenParent(String, Long) - Method in class nl.strohalm.cyclos.webservices.fields.FieldWebServiceImpl
 
possibleValuesForPaymentFields(Long, String) - Method in interface nl.strohalm.cyclos.webservices.fields.FieldWebService
Returns an array of possible values for a given payment field, or null if the field is not enumerated
possibleValuesForPaymentFields(Long, String) - Method in class nl.strohalm.cyclos.webservices.fields.FieldWebServiceImpl
 
PossibleValueVO - Class in nl.strohalm.cyclos.webservices.model
Possible custom field value for web services
PossibleValueVO() - Constructor for class nl.strohalm.cyclos.webservices.model.PossibleValueVO
 
postProcessAfterInitialization(Object, String) - Method in class nl.strohalm.cyclos.spring.SecurityProxyPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class nl.strohalm.cyclos.spring.SecurityProxyPostProcessor
 
postProcessConfiguration(Configuration) - Method in class nl.strohalm.cyclos.spring.CustomSessionFactoryBean
 
POSWEB - Static variable in class nl.strohalm.cyclos.entities.access.Channel
 
PosWebFilter - Class in nl.strohalm.cyclos.http
Filter used to optionally disable the posweb, according to the cyclos.properties
PosWebFilter() - Constructor for class nl.strohalm.cyclos.http.PosWebFilter
 
PosWebHelper - Class in nl.strohalm.cyclos.controls.posweb
Helper class for posweb controllers
PosWebHelper() - Constructor for class nl.strohalm.cyclos.controls.posweb.PosWebHelper
 
PosWebHelper.Action - Enum in nl.strohalm.cyclos.controls.posweb
 
PosWebService - Interface in nl.strohalm.cyclos.webservices.pos
Web service used to interact with POS devices
PosWebServiceImpl - Class in nl.strohalm.cyclos.webservices.pos
Implementation for PosWebService
IMPORTANT: THIS WEB SERVICE IMPLEMENTATION DOESN'T USE SERVICE CLIENTS
THEN IT MUST USE THE REMOTE (SECURITY) SERVICES INSTEAD OF THE LOCAL SERVICES
PosWebServiceImpl() - Constructor for class nl.strohalm.cyclos.webservices.pos.PosWebServiceImpl
 
pow(BigDecimal, int, BigDecimal) - Static method in class nl.strohalm.cyclos.utils.BigDecimalHelper
calculates x^exponent, that is, raise x to the poser of exponent.
PRECISION_DELTA - Static variable in class nl.strohalm.cyclos.services.transactions.BaseLoanHandler
 
PreferenceService - Interface in nl.strohalm.cyclos.services.preferences
Service Interface that handles the broker preferences and notification preferences
PreferenceServiceImpl - Class in nl.strohalm.cyclos.services.preferences
Service implementation for broker default commissions and notification preferences
PreferenceServiceImpl() - Constructor for class nl.strohalm.cyclos.services.preferences.PreferenceServiceImpl
 
PreferenceServiceLocal - Interface in nl.strohalm.cyclos.services.preferences
Local interface.
PreferenceServiceSecurity - Class in nl.strohalm.cyclos.services.preferences
 
PreferenceServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.preferences.PreferenceServiceSecurity
 
PREFIX - Static variable in interface nl.strohalm.cyclos.utils.lock.LockHandlerFactory
 
prepareCharge(AccountFeeLog) - Method in interface nl.strohalm.cyclos.dao.accounts.fee.account.MemberAccountFeeLogDAO
Prepares the given account fee log to start charging.
prepareCharge(AccountFeeLog) - Method in class nl.strohalm.cyclos.dao.accounts.fee.account.MemberAccountFeeLogDAOImpl
 
prepareCharge(AccountFeeLog) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceImpl
 
prepareCharge(AccountFeeLog) - Method in interface nl.strohalm.cyclos.services.accountfees.AccountFeeServiceLocal
Prepares the given account fee log to start charging
prepareForm(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.access.ExternalLoginAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.access.ListConnectedUsersAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.AccountFeeLogDetailsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.EditAccountFeeAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.ListAccountFeeLogAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.EditAccountTypeAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.cards.CardDetailsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.cards.CreateCardAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.cards.EditCardTypeAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.cards.PrintCardsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.cards.SearchCardsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.details.AccountHistoryAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.details.PrintAccountHistoryAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.details.SearchScheduledPaymentsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.details.SearchTransferAuthorizationsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.details.TransfersAwaitingAuthorizationAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.details.ViewScheduledPaymentAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.details.ViewTransactionAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.external.EditExternalAccountAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.external.EditExternalTransferTypeAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.external.ExternalAccountHistoryAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.external.externaltransfers.EditExternalTransferAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.EditFieldMappingAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.EditFileMappingAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.SetFieldMappingsOrderAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.external.process.RetrieveTransfersToProcessAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.external.transferimports.SearchTransferImportsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.EditCertificationAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.SearchCertificationsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.AuthorizeGuaranteeAction
Method use to prepare a form for being displayed
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.GuaranteeDetailsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.RegisterGuaranteeAction
Method use to prepare a form for being displayed
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.SearchGuaranteesAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.AcceptPaymentObligationPackAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.EditPaymentObligationAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.SearchPaymentObligationsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.types.EditGuaranteeTypeAction
Method use to prepare a form for being displayed
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.paymentfilters.EditPaymentFilterAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.pos.EditPosAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.pos.MemberPosAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.pos.SearchPosAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.EditTransferTypeAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.admins.AdminProfileAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.admins.ChangeAdminGroupAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.admins.CreateAdminAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.admins.mailPreferences.MailPreferencesAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.admins.SearchAdminsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.ads.BaseAdAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.ads.categories.EditAdCategoryAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.ads.categories.SetAdCategoryOrderAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.ads.imports.ImportAdsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.ads.imports.ImportedAdsDetailsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.ads.imports.ImportedAdsSummaryAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.ads.PrintAdsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.ads.SearchAdsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.ads.ViewAdAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.alerts.SearchAlertsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.alerts.SearchErrorLogAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.alerts.ViewErrorLogAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.BaseFormAction
Method use to prepare a form for being displayed
prepareForm(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.BasePublicFormAction
Simple for called on a GET request, without returning the forward
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.BaseQueryAction
Prepares the form, returning the query parameters
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.channels.EditChannelAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.documents.EditDynamicDocumentAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.documents.EditMemberDocumentAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.documents.EditStaticDocumentAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.fields.SetCustomFieldOrderAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.files.EditCustomizedFileAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.images.CustomImagesAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.images.SystemImagesAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.themes.SelectThemeAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.translationMessages.EditTranslationMessageAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.translationMessages.SearchTranslationMessagesAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.elements.ChangeElementGroupAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.elements.SearchElementsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.groups.accounts.EditGroupAccountSettingsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.groups.customizedFiles.EditGroupCustomizedFileAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.groups.EditGroupAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.EditGroupFilterCustomizedFileAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.EditGroupFilterAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.groups.ListGroupsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.groups.permissions.EditGroupPermissionsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.groups.permissions.EditOperatorGroupPermissionsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.image.ImageDetailsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.invoices.AcceptInvoiceAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.invoices.SearchInvoicesAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.loangroups.BaseLoanGroupAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.loangroups.SearchLoanGroupsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.loans.ConfirmLoanAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.loans.LoanDetailsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.loans.PrintLoanPaymentsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.loans.PrintLoansAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.loans.SearchLoanPaymentsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.loans.SearchLoansAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.adinterests.EditAdInterestAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.agreements.EditRegistrationAgreementAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.brokering.ChangeBrokerAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.brokering.DefaultBrokerCommissionsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.brokering.EditBrokerCommissionContractAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.brokering.ListBrokerCommissionContractsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.brokering.ListBrokeringsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.brokering.ManageBrokerCommissionsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.brokering.PrintBrokeringsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.brokering.SearchBrokerCommissionContractsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.bulk.MemberBulkActionsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.bulk.MemberBulkChangeGroupAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.ChangeMemberGroupAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.contacts.EditContactAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.CreateMemberAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.creditlimit.EditCreditLimitAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.imports.ImportedMembersDetailsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.imports.ImportedMembersSummaryAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.imports.ImportMembersAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.messages.EditMessageCategoryAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.messages.SearchMessagesAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.messages.SendMessageAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.pending.PendingMemberProfileAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.pending.PrintPendingMembersAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.pending.SearchPendingMembersAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.preferences.NotificationPreferenceAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.PrintMembersAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.printsettings.EditReceiptPrinterSettingsAction
 
prepareForm(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.members.PublicCreateMemberAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.records.EditMemberRecordAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.records.EditMemberRecordTypeAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.records.FlatMemberRecordsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.records.SearchMemberRecordsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.references.EditGeneralReferenceAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.references.EditTransactionFeedbackAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.references.MemberReferencesAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.references.SearchPaymentsAwaitingFeedbackAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.SearchMembersAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.sms.EditInfoTextAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.sms.SearchInfoTextsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.sms.SearchSmsLogsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.sms.SearchSmsMailingsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.sms.SendSmsMailingAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.operators.ChangeOperatorGroupAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.operators.CreateOperatorAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.operators.SearchOperatorsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.BasePaymentAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.ConfirmPaymentAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.conversionsimulation.SimulateConversionAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.PaymentAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.request.RequestPaymentAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.request.SearchPaymentRequestsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.scheduled.ConfirmScheduledPaymentAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.SelfPaymentAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.posweb.BasePosWebPaymentAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.posweb.ReceivePaymentAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.CurrentStateReportAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.members.sms.SmsLogsReportAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.simulations.ARateConfigSimulationAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.simulations.DRateConfigSimulationAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsAction
This prepares the form.
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsActivityAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsFinancesAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsKeyDevelopmentsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsTaxesAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.services.EditServiceClientAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.services.SearchServiceClientsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.settings.EditAccessSettingsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.settings.EditAlertSettingsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.settings.EditLocalSettingsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.settings.EditLogSettingsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.settings.EditMailSettingsAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.settings.EditMailTranslationAction
 
prepareForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.settings.EditMessageSettingAction
 
prepareForm(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.webshop.ConfirmWebShopPaymentAction
 
prepareForm(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.webshop.WebShopPaymentAction
 
prepareQuery(ActionContext, CardQuery, ElementService, GroupService) - Static method in class nl.strohalm.cyclos.controls.accounts.cards.SearchCardsAction
 
prepareQueryDataBinder(SettingsService) - Static method in class nl.strohalm.cyclos.controls.members.brokering.SearchBrokerCommissionContractsAction
 
PRESERVE_BLANKS_TRIM - Static variable in class nl.strohalm.cyclos.utils.conversion.StringTrimmerConverter
 
preview(AccountOwner, AccountOwner, TransferType, BigDecimal) - Method in interface nl.strohalm.cyclos.services.transfertypes.TransactionFeeService
Previews which fees would be applied to a transaction of the given type and amount
preview(Invoice) - Method in interface nl.strohalm.cyclos.services.transfertypes.TransactionFeeService
Previews which fees would be applied if accepting the given invoice
preview(AccountOwner, AccountOwner, TransferType, BigDecimal) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceImpl
 
preview(AccountOwner, AccountOwner, TransferType, BigDecimal, RatesResultDTO) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceImpl
 
preview(Invoice) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceImpl
 
preview(AccountOwner, AccountOwner, TransferType, BigDecimal, RatesResultDTO) - Method in interface nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceLocal
Previews which fees would be applied to a transaction of the given type and amount and rates.
preview(AccountOwner, AccountOwner, TransferType, BigDecimal) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceSecurity
 
preview(Invoice) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceSecurity
 
PreviewDocumentForm - Class in nl.strohalm.cyclos.controls.customization.documents
Form used to view a document
PreviewDocumentForm() - Constructor for class nl.strohalm.cyclos.controls.customization.documents.PreviewDocumentForm
 
PreviewDynamicDocumentAction - Class in nl.strohalm.cyclos.controls.customization.documents
 
PreviewDynamicDocumentAction() - Constructor for class nl.strohalm.cyclos.controls.customization.documents.PreviewDynamicDocumentAction
 
previousPeriod(Calendar) - Method in class nl.strohalm.cyclos.utils.TimePeriod
Returns the previous full period that does not include the given date.
PrincipalParameters - Class in nl.strohalm.cyclos.webservices
Parameters used to search for a member by one of it's principals
PrincipalParameters() - Constructor for class nl.strohalm.cyclos.webservices.PrincipalParameters
 
PrincipalType - Class in nl.strohalm.cyclos.entities.access
A principal type
PrincipalType(MemberCustomField) - Constructor for class nl.strohalm.cyclos.entities.access.PrincipalType
 
PrincipalType(Channel.Principal) - Constructor for class nl.strohalm.cyclos.entities.access.PrincipalType
 
PrintAccountHistoryAction - Class in nl.strohalm.cyclos.controls.accounts.details
Action used to print transactions
PrintAccountHistoryAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.details.PrintAccountHistoryAction
 
PrintAdsAction - Class in nl.strohalm.cyclos.controls.ads
Action used to print advertisements
PrintAdsAction() - Constructor for class nl.strohalm.cyclos.controls.ads.PrintAdsAction
 
PrintBrokeringsAction - Class in nl.strohalm.cyclos.controls.members.brokering
Action used to print a list of brokered members
PrintBrokeringsAction() - Constructor for class nl.strohalm.cyclos.controls.members.brokering.PrintBrokeringsAction
 
PrintBrokeringsAction.BrokeredIterator - Class in nl.strohalm.cyclos.controls.members.brokering
Iterates over the brokered list, adding loan information
PrintBrokeringsAction.BrokeredIterator(Iterator<Brokering>, boolean) - Constructor for class nl.strohalm.cyclos.controls.members.brokering.PrintBrokeringsAction.BrokeredIterator
 
PrintCardsAction - Class in nl.strohalm.cyclos.controls.accounts.cards
Class used to print cards on search cards page
PrintCardsAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.cards.PrintCardsAction
 
PrintInvoiceAction - Class in nl.strohalm.cyclos.controls.invoices
Action used to print an invoice details
PrintInvoiceAction() - Constructor for class nl.strohalm.cyclos.controls.invoices.PrintInvoiceAction
 
PrintLoanDetailsAction - Class in nl.strohalm.cyclos.controls.loans
Used to print a loan details
PrintLoanDetailsAction() - Constructor for class nl.strohalm.cyclos.controls.loans.PrintLoanDetailsAction
 
PrintLoanPaymentsAction - Class in nl.strohalm.cyclos.controls.loans
Action used to print loan results
PrintLoanPaymentsAction() - Constructor for class nl.strohalm.cyclos.controls.loans.PrintLoanPaymentsAction
 
PrintLoansAction - Class in nl.strohalm.cyclos.controls.loans
Action used to print loan results
PrintLoansAction() - Constructor for class nl.strohalm.cyclos.controls.loans.PrintLoansAction
 
PrintMembersAction - Class in nl.strohalm.cyclos.controls.members
Action used to print members
PrintMembersAction() - Constructor for class nl.strohalm.cyclos.controls.members.PrintMembersAction
 
PrintPendingMembersAction - Class in nl.strohalm.cyclos.controls.members.pending
Action used to print pending members
PrintPendingMembersAction() - Constructor for class nl.strohalm.cyclos.controls.members.pending.PrintPendingMembersAction
 
PrintScheduledPaymentAction - Class in nl.strohalm.cyclos.controls.accounts.details
Action used to print a scheduled payment details
PrintScheduledPaymentAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.details.PrintScheduledPaymentAction
 
PrintScheduledPaymentsSearchAction - Class in nl.strohalm.cyclos.controls.accounts.details
 
PrintScheduledPaymentsSearchAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.details.PrintScheduledPaymentsSearchAction
 
PrintSettingsAction - Class in nl.strohalm.cyclos.controls.posweb
Action used to get the list of receipt printers
PrintSettingsAction() - Constructor for class nl.strohalm.cyclos.controls.posweb.PrintSettingsAction
 
PrintTransactionAction - Class in nl.strohalm.cyclos.controls.accounts.details
Action used to print a transaction details
PrintTransactionAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.details.PrintTransactionAction
 
PrintTransactionsAction - Class in nl.strohalm.cyclos.controls.posweb
Action used to print the daily transactions
PrintTransactionsAction() - Constructor for class nl.strohalm.cyclos.controls.posweb.PrintTransactionsAction
 
PrintWebShopPaymentAction - Class in nl.strohalm.cyclos.controls.webshop
Action used to print a webshop payment performed
PrintWebShopPaymentAction() - Constructor for class nl.strohalm.cyclos.controls.webshop.PrintWebShopPaymentAction
 
process(DocumentBuilder, Ad) - Method in class nl.strohalm.cyclos.dao.ads.AdDocumentMapper
 
process(DocumentBuilder, E) - Method in class nl.strohalm.cyclos.dao.members.ElementDocumentMapper
 
process(DocumentBuilder, Member) - Method in class nl.strohalm.cyclos.dao.members.MemberDocumentMapper
 
process(DocumentBuilder, MemberRecord) - Method in class nl.strohalm.cyclos.dao.members.MemberRecordDocumentMapper
 
process(DocumentBuilder, Operator) - Method in class nl.strohalm.cyclos.dao.members.OperatorDocumentMapper
 
process(Collection<ProcessExternalTransferDTO>) - Method in interface nl.strohalm.cyclos.services.accounts.external.ExternalTransferService
Process the given external transfers
process(Collection<ProcessExternalTransferDTO>) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferServiceImpl
 
process(Collection<ProcessExternalTransferDTO>) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferServiceSecurity
 
process(HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.struts.CyclosRequestProcessor
 
process(DocumentBuilder, E) - Method in class nl.strohalm.cyclos.utils.lucene.AbstractDocumentMapper
Should be implemented in order to add fields to the given document
process(T) - Method in class nl.strohalm.cyclos.utils.ParallelTask
Should be implemented by subclasses to perform the actual work
process(T) - Method in class nl.strohalm.cyclos.utils.WorkerThreads
Should be implemented in order to do the actual work with the given object
processActionCreate(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class nl.strohalm.cyclos.struts.CyclosRequestProcessor
Override action creation to inject spring beans
processActionForm(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class nl.strohalm.cyclos.struts.CyclosRequestProcessor
Override form creation to remove the form from session if the request was triggered by the menu
processActionPerform(HttpServletRequest, HttpServletResponse, Action, ActionForm, ActionMapping) - Method in class nl.strohalm.cyclos.struts.CyclosRequestProcessor
Here is where the actual action will be invoked.
processBody(String, Member, MessageCategory, boolean) - Method in class nl.strohalm.cyclos.utils.MailHandler
Process the body of a message that's being sent by mail, appending the from member, the category and a suffix
processCards(Calendar) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardServiceImpl
 
processCards(Calendar) - Method in interface nl.strohalm.cyclos.services.accounts.cards.CardServiceLocal
Used by the schedule task
processCertifications(Calendar) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.CertificationServiceImpl
 
processCertifications(Calendar) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.CertificationServiceLocal
Used from scheduled task and intercepted by AOP: it changes the cerification's status
processChart(Object, Map) - Method in class nl.strohalm.cyclos.controls.reports.statistics.graphs.ChartPostProcessorImpl
This is the basic and only method which is called from the jsp.
processDate(String) - Static method in class nl.strohalm.cyclos.utils.MessageProcessingHelper
Process a message, using the string between # and # as date pattern for today, example: "We are on #MM/yyyy#" on january, 2006, would result in "We are on 01/2006"
processDate(String, Calendar) - Static method in class nl.strohalm.cyclos.utils.MessageProcessingHelper
Process a message, using the string between # and # as date pattern for the specified date, example: "We are on #MM/yyyy#" on january, 2006, would result in "We are on 01/2006"
processExpiredFeedbacks(Calendar) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceImpl
 
processExpiredFeedbacks(Calendar) - Method in interface nl.strohalm.cyclos.services.elements.ReferenceServiceLocal
Create default feedback for transactions that did not receive one after the maximum period of time.
processExpiredTickets(Calendar) - Method in class nl.strohalm.cyclos.services.transactions.TicketServiceImpl
 
processExpiredTickets(Calendar) - Method in interface nl.strohalm.cyclos.services.transactions.TicketServiceLocal
Process expired tickets
ProcessExternalTransferDTO - Class in nl.strohalm.cyclos.services.accounts.external
Parameters for processing an external transfer
ProcessExternalTransferDTO() - Constructor for class nl.strohalm.cyclos.services.accounts.external.ProcessExternalTransferDTO
 
ProcessExternalTransfersAction - Class in nl.strohalm.cyclos.controls.accounts.external.process
Action used to process external transfers
ProcessExternalTransfersAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.process.ProcessExternalTransfersAction
 
ProcessExternalTransfersForm - Class in nl.strohalm.cyclos.controls.accounts.external.process
Form used to process external transfers
ProcessExternalTransfersForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.process.ProcessExternalTransfersForm
 
processForward(ActionForward, HttpServletRequest) - Static method in class nl.strohalm.cyclos.controls.mobile.MobileBaseAction
Process the forward
processForwardConfig(HttpServletRequest, HttpServletResponse, ForwardConfig) - Method in class nl.strohalm.cyclos.struts.CyclosRequestProcessor
If the given ForwardConfig will actually include something (probably a JSP), open a new read-only transaction, so lazy-loading and data iteration will work
processGrant(Loan, GrantLoanDTO) - Method in class nl.strohalm.cyclos.services.transactions.BaseLoanHandler
Should be overriden to perform specific processing for loan grant
processGrant(Loan, GrantLoanDTO) - Method in class nl.strohalm.cyclos.services.transactions.LoanWithInterestHandler
 
processGrant(Loan, GrantLoanDTO) - Method in class nl.strohalm.cyclos.services.transactions.MultiPaymentLoanHandler
 
processGrant(Loan, GrantLoanDTO) - Method in class nl.strohalm.cyclos.services.transactions.SinglePaymentLoanHandler
 
processGuarantee(Guarantee, Calendar) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
processGuarantee(Guarantee, Calendar) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceLocal
Used from scheduled task: it changes the guarantee's status
processGuaranteeLoans(Calendar) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
Generates a new loan for each guarantee if its status is ACCEPTED and the begin period is before or equals to the time parameter
processGuaranteeLoans(Calendar) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceLocal
Used from scheduled task: It generates a new loan for each guarantee which status is ACCEPTED and become valid before or at the time parameter
processImport(AdImport) - Method in interface nl.strohalm.cyclos.services.ads.AdImportService
Process the import, creating the advertisements and transactions, only for advertisements without errors
processImport(AdImport) - Method in class nl.strohalm.cyclos.services.ads.AdImportServiceImpl
 
processImport(AdImport) - Method in class nl.strohalm.cyclos.services.ads.AdImportServiceSecurity
 
processImport(MemberImport, boolean) - Method in interface nl.strohalm.cyclos.services.elements.MemberImportService
Process the import, creating the members and transactions, only for members without errors, optionally sending the activation e-mail
processImport(MemberImport, boolean) - Method in class nl.strohalm.cyclos.services.elements.MemberImportServiceImpl
 
processImport(MemberImport, boolean) - Method in class nl.strohalm.cyclos.services.elements.MemberImportServiceSecurity
 
processMembersExpirationForGroups(Calendar) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
processMembersExpirationForGroups(Calendar) - Method in interface nl.strohalm.cyclos.services.elements.ElementServiceLocal
Changes the group for all members which has stayed for more than a given time period on a group
processMultipart(HttpServletRequest) - Method in class nl.strohalm.cyclos.struts.CyclosRequestProcessor
 
processPaymentObligations(Calendar) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceImpl
 
processPaymentObligations(Calendar) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceLocal
Used from scheduled task: it changes the payment obligation's status
processPopulate(HttpServletRequest, HttpServletResponse, ActionForm, ActionMapping) - Method in class nl.strohalm.cyclos.struts.CyclosRequestProcessor
 
processResponse(HttpServletResponse) - Method in enum nl.strohalm.cyclos.controls.BaseAjaxAction.ContentType
 
processScheduled(Period, boolean) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
processScheduled(Transfer) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
processScheduled(Period, boolean) - Method in interface nl.strohalm.cyclos.services.transactions.PaymentServiceLocal
Process all scheduled payments a scheduled payment component, optionally notifying members
processScheduled(Transfer) - Method in interface nl.strohalm.cyclos.services.transactions.PaymentServiceLocal
Pay a scheduled payment installment setting the specified date as the transfer's process date
processSubject(String) - Method in class nl.strohalm.cyclos.utils.MailHandler
Process the body of a message that's being sent by mail, appending the prefix
processTransfer(Transfer) - Method in interface nl.strohalm.cyclos.services.transactions.ScheduledPaymentService
Process a scheduled payment transfer
processTransfer(Transfer) - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceImpl
 
processTransfer(Transfer) - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceSecurity
 
processVariables(String, Entity, LocalSettings) - Static method in class nl.strohalm.cyclos.utils.MessageProcessingHelper
Process variables, getting the Map from the entity The target entity should override the appendVariableValues() providing the required fields
processVariables(String, LocalSettings, AccountOwner, AccountStatus, Entity...) - Static method in class nl.strohalm.cyclos.utils.MessageProcessingHelper
Process variables, getting the Map from the account owner and from the entities
processVariables(String, LocalSettings, AccountOwner, Entity...) - Static method in class nl.strohalm.cyclos.utils.MessageProcessingHelper
Process variables, getting the Map from the account owner and from the entities
processVariables(String, Map<String, ?>) - Static method in class nl.strohalm.cyclos.utils.MessageProcessingHelper
Process a message, replacing the specified variables between # and # example: "The member #member# paid you #amount# units." with the values map containing member => John; amount => 4 will result in "The member John paid you 4 units".
produceDataset(Map) - Method in class nl.strohalm.cyclos.controls.reports.statistics.graphs.StatisticalDataProducer
This method is needed for creating graphs with Cewolf.
producerFactory(StatisticalResultDTO, ActionContext, Class) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsAction
This method creates the StatisticalDataProducer which will be read by the jsp.
ProfileAction<E extends Element> - Class in nl.strohalm.cyclos.controls.elements
Action used to retrieve and store a member or admin profile
ProfileAction() - Constructor for class nl.strohalm.cyclos.controls.elements.ProfileAction
 
ProjectionDTO - Class in nl.strohalm.cyclos.services.transactions
Helper class for holding projection data
ProjectionDTO() - Constructor for class nl.strohalm.cyclos.services.transactions.ProjectionDTO
 
PropertiesHelper - Class in nl.strohalm.cyclos.utils
Helper class for java.util.Properties
PropertiesHelper() - Constructor for class nl.strohalm.cyclos.utils.PropertiesHelper
 
property(String) - Method in class nl.strohalm.cyclos.utils.validation.Validator
Return a property validation descriptor
property(String, Validator.PropertyRetrieveStrategy) - Method in class nl.strohalm.cyclos.utils.validation.Validator
Return a property validation descriptor
PropertyBinder<T> - Class in nl.strohalm.cyclos.utils.binding
A property binder for simple properties
PropertyBinder() - Constructor for class nl.strohalm.cyclos.utils.binding.PropertyBinder
 
propertyDescriptorsFor(Entity) - Static method in class nl.strohalm.cyclos.utils.EntityHelper
Returns a Map with basic properties for the given entity
PropertyException - Exception in nl.strohalm.cyclos.utils.binding
An exception while reading / writing properties
PropertyException(Object, String) - Constructor for exception nl.strohalm.cyclos.utils.binding.PropertyException
 
PropertyException(Object, String, Exception) - Constructor for exception nl.strohalm.cyclos.utils.binding.PropertyException
 
PropertyException(String) - Constructor for exception nl.strohalm.cyclos.utils.binding.PropertyException
 
PropertyException(String, Exception) - Constructor for exception nl.strohalm.cyclos.utils.binding.PropertyException
 
PropertyHelper - Class in nl.strohalm.cyclos.utils
Helper class for getting / setting properties by reflection
PropertyHelper() - Constructor for class nl.strohalm.cyclos.utils.PropertyHelper
 
propertyName - Variable in class nl.strohalm.cyclos.spring.FactoryBeanFromProperties
 
propertyNamesFor(Entity) - Static method in class nl.strohalm.cyclos.utils.EntityHelper
Returns a collection with basic property names for the given entity
PropertyValidation - Interface in nl.strohalm.cyclos.utils.validation
A property validation
PropertyValidationError - Class in nl.strohalm.cyclos.utils.validation
A validation error that forces to be handled as a property error
PropertyValidationError(String, ValidationError) - Constructor for class nl.strohalm.cyclos.utils.validation.PropertyValidationError
 
proxyFor(Class<T>) - Method in class nl.strohalm.cyclos.webservices.CyclosWebServicesClientFactory
Creates a proxy for the given interface without
proxyFor(Class<T>, String) - Static method in class nl.strohalm.cyclos.webservices.external.ExternalWebServiceHelper
 
PublicCreateMemberAction - Class in nl.strohalm.cyclos.controls.members
Action for a public member registration
PublicCreateMemberAction() - Constructor for class nl.strohalm.cyclos.controls.members.PublicCreateMemberAction
 
PublicInitialGroupAction - Class in nl.strohalm.cyclos.controls.members
Action used to select a initial group for public members
PublicInitialGroupAction() - Constructor for class nl.strohalm.cyclos.controls.members.PublicInitialGroupAction
 
publicValidateRegistration(String) - Method in interface nl.strohalm.cyclos.services.elements.ElementService
Confirms the validation key
publicValidateRegistration(String) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
publicValidateRegistration(String) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceSecurity
 
PublishPaymentObligationAction - Class in nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations
 
PublishPaymentObligationAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.PublishPaymentObligationAction
 
PurgeAccessTracesScheduledTask - Class in nl.strohalm.cyclos.scheduling.tasks
A scheduled task which purges old traces for credentials and permission denied exceptions
PurgeAccessTracesScheduledTask() - Constructor for class nl.strohalm.cyclos.scheduling.tasks.PurgeAccessTracesScheduledTask
 
purgeExpired() - Method in interface nl.strohalm.cyclos.dao.access.SessionDAO
Deletes all expired sessions
purgeExpired() - Method in class nl.strohalm.cyclos.dao.access.SessionDAOImpl
 
purgeExpiredMessagesOnTrash(Calendar) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceImpl
 
purgeExpiredMessagesOnTrash(Calendar) - Method in interface nl.strohalm.cyclos.services.elements.MessageServiceLocal
Removes all messages on trash after a time period defined in LocalSettings.deleteMessagesOnTrashAfter
purgeExpiredSessions() - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
purgeExpiredSessions() - Method in interface nl.strohalm.cyclos.services.access.AccessServiceLocal
Purges expired sessions
PurgeExpiredSessionsScheduledTask - Class in nl.strohalm.cyclos.scheduling.tasks
A scheduled task which purges expired sessions
PurgeExpiredSessionsScheduledTask() - Constructor for class nl.strohalm.cyclos.scheduling.tasks.PurgeExpiredSessionsScheduledTask
 
purgeIndexOperations(Calendar) - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
purgeIndexOperations(Calendar) - Method in interface nl.strohalm.cyclos.services.application.ApplicationServiceLocal
Purges old index operations considering the given time
purgeOld(Calendar) - Method in class nl.strohalm.cyclos.services.ads.AdImportServiceImpl
 
purgeOld(Calendar) - Method in interface nl.strohalm.cyclos.services.ads.AdImportServiceLocal
Discards the advertisements imports that have not been processed after some time
purgeOld(Calendar) - Method in class nl.strohalm.cyclos.services.elements.MemberImportServiceImpl
 
purgeOld(Calendar) - Method in interface nl.strohalm.cyclos.services.elements.MemberImportServiceLocal
Discards the member imports that have not been processed after some time
PurgeOldImportsScheduledTask - Class in nl.strohalm.cyclos.scheduling.tasks
Scheduled task used to remove old member and advertisement imports
PurgeOldImportsScheduledTask() - Constructor for class nl.strohalm.cyclos.scheduling.tasks.PurgeOldImportsScheduledTask
 
PurgeOldIndexOperationsScheduledTask - Class in nl.strohalm.cyclos.scheduling.tasks
An scheduled task which purges old index operations
PurgeOldIndexOperationsScheduledTask() - Constructor for class nl.strohalm.cyclos.scheduling.tasks.PurgeOldIndexOperationsScheduledTask
 
PurgeOldMailValidationsScheduledTask - Class in nl.strohalm.cyclos.scheduling.tasks
Scheduled task used to purge old pending public registrations (whose member haven't activated them after some time)
PurgeOldMailValidationsScheduledTask() - Constructor for class nl.strohalm.cyclos.scheduling.tasks.PurgeOldMailValidationsScheduledTask
 
PurgeOldMessagesOnTrashScheduledTask - Class in nl.strohalm.cyclos.scheduling.tasks
Scheduled task used to purge messages removed after a given time period
PurgeOldMessagesOnTrashScheduledTask() - Constructor for class nl.strohalm.cyclos.scheduling.tasks.PurgeOldMessagesOnTrashScheduledTask
 
purgeOldPublicMailValidations(Calendar) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
purgeOldPublicMailValidations(Calendar) - Method in interface nl.strohalm.cyclos.services.elements.ElementServiceLocal
Purges old pending public registrations (whose member haven't activated them after some time)
purgeOldTraceNumbers(Calendar) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
purgeOldTraceNumbers(Calendar) - Method in interface nl.strohalm.cyclos.services.transactions.PaymentServiceLocal
It removes the trace numbers before (or at) one day before the specified date.
PurgeOldTraceNumbersScheduledTask - Class in nl.strohalm.cyclos.scheduling.tasks
 
PurgeOldTraceNumbersScheduledTask() - Constructor for class nl.strohalm.cyclos.scheduling.tasks.PurgeOldTraceNumbersScheduledTask
 
purgeTraces(Calendar) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
purgeTraces(Calendar) - Method in interface nl.strohalm.cyclos.services.access.AccessServiceLocal
Purges old traces for invalid credential attempts, permission denied's and expired sessions
put(String, Object) - Method in class nl.strohalm.cyclos.utils.binding.MapBean
 

Q

Quarter - Enum in nl.strohalm.cyclos.utils
 
query(String, Object...) - Method in class nl.strohalm.cyclos.utils.JDBCWrapper
Execute a sql query, returning the open result set
QueryHelper - Class in nl.strohalm.cyclos.webservices.utils
Helper class for queries
QueryHelper() - Constructor for class nl.strohalm.cyclos.webservices.utils.QueryHelper
 
QueryParameters - Class in nl.strohalm.cyclos.utils.query
Contains common parameters for any kind of search: result type, page parameters and relationships to fetch automatically for entities.
QueryParameters() - Constructor for class nl.strohalm.cyclos.utils.query.QueryParameters
 
QueryParameters.ResultType - Enum in nl.strohalm.cyclos.utils.query
Determine the result type for a query
QueryParseException - Exception in nl.strohalm.cyclos.entities.exceptions
Exception thrown when the parse of a given full text query fails
QueryParseException() - Constructor for exception nl.strohalm.cyclos.entities.exceptions.QueryParseException
 
QueryParseException(String) - Constructor for exception nl.strohalm.cyclos.entities.exceptions.QueryParseException
 
QueryParseException(String, Throwable) - Constructor for exception nl.strohalm.cyclos.entities.exceptions.QueryParseException
 
QueryParseException(Throwable) - Constructor for exception nl.strohalm.cyclos.entities.exceptions.QueryParseException
 
QuickAccessVO - Class in nl.strohalm.cyclos.services.elements
Represents the visible functionalities accessible through quick access
QuickAccessVO() - Constructor for class nl.strohalm.cyclos.services.elements.QuickAccessVO
 

R

range(String, Calendar, Calendar) - Static method in class nl.strohalm.cyclos.utils.lucene.Filters
Returns a filter for a date range including the min and max values
range(String, Calendar, Calendar, boolean, boolean) - Static method in class nl.strohalm.cyclos.utils.lucene.Filters
Returns a filter for a date range, optionally including the min and max values
range(String, Number, Number) - Static method in class nl.strohalm.cyclos.utils.lucene.Filters
Returns a filter for a number range including the min and max values
range(String, Number, Number, boolean, boolean) - Static method in class nl.strohalm.cyclos.utils.lucene.Filters
Returns a filter for a number range, optionally including the min and max values
range(String, String, String) - Static method in class nl.strohalm.cyclos.utils.lucene.Filters
Returns a filter for a string range including the min and max values (both are required, or no filter will be applied
range(String, String, String, boolean, boolean) - Static method in class nl.strohalm.cyclos.utils.lucene.Filters
Returns a filter for a string range, optionally including the min and max values (both are required, or no filter will be applied
RangeConstraint - Class in nl.strohalm.cyclos.utils
Contains a range constraint
RangeConstraint() - Constructor for class nl.strohalm.cyclos.utils.RangeConstraint
 
RangeConstraint(Integer, Integer) - Constructor for class nl.strohalm.cyclos.utils.RangeConstraint
 
rangeConstraintBinder(String) - Static method in class nl.strohalm.cyclos.utils.binding.DataBinderHelper
Returns a data binder to a range constraint
RangeConstraintType - Class in nl.strohalm.cyclos.utils.hibernate
Hibernate user type to persist range constraints
RangeConstraintType() - Constructor for class nl.strohalm.cyclos.utils.hibernate.RangeConstraintType
 
RateConfigSimulationForm - Class in nl.strohalm.cyclos.controls.reports.simulations
form for the configuration simulation of the DRate.
RateConfigSimulationForm() - Constructor for class nl.strohalm.cyclos.controls.reports.simulations.RateConfigSimulationForm
 
Rated - Interface in nl.strohalm.cyclos.entities.accounts
 
RatedFeeDTO - Class in nl.strohalm.cyclos.services.accounts.rates
super class for ARatedFeeDTO and DRatedFeeDTO
RatedFeeDTO() - Constructor for class nl.strohalm.cyclos.services.accounts.rates.RatedFeeDTO
 
RateParameters - Class in nl.strohalm.cyclos.entities.accounts
parent class for all RateParameters.
RateParameters() - Constructor for class nl.strohalm.cyclos.entities.accounts.RateParameters
 
RateParameters.Relatonships - Enum in nl.strohalm.cyclos.entities.accounts
 
RateParametersDAO<R extends RateParameters> - Interface in nl.strohalm.cyclos.dao.accounts
DAO interface for generalized Rate parameters
RateParametersDAOImpl<R extends RateParameters> - Class in nl.strohalm.cyclos.dao.accounts
general DAO impl for any RateParameters type.
RateParametersDAOImpl(Class<R>) - Constructor for class nl.strohalm.cyclos.dao.accounts.RateParametersDAOImpl
 
RatesDTO - Class in nl.strohalm.cyclos.services.accounts.rates
DTO for rates.
RatesDTO() - Constructor for class nl.strohalm.cyclos.services.accounts.rates.RatesDTO
 
rateService - Variable in class nl.strohalm.cyclos.controls.accounts.details.ViewTransactionAction
 
RateService - Interface in nl.strohalm.cyclos.services.accounts.rates
interface for all rates logic.
RateService.RateType - Enum in nl.strohalm.cyclos.services.accounts.rates
 
RateServiceImplMock - Class in nl.strohalm.cyclos.services.accounts.rates
 
RateServiceImplMock() - Constructor for class nl.strohalm.cyclos.services.accounts.rates.RateServiceImplMock
 
RateServiceLocal - Interface in nl.strohalm.cyclos.services.accounts.rates
Local interface.
RateServiceSecurityMock - Class in nl.strohalm.cyclos.services.accounts.rates
 
RateServiceSecurityMock() - Constructor for class nl.strohalm.cyclos.services.accounts.rates.RateServiceSecurityMock
 
RatesPreviewDTO - Class in nl.strohalm.cyclos.services.accounts.rates
DTO for passing the rate related params to TransactionFeeService.preview
RatesPreviewDTO() - Constructor for class nl.strohalm.cyclos.services.accounts.rates.RatesPreviewDTO
 
RatesPreviewDTO(RatesResultDTO) - Constructor for class nl.strohalm.cyclos.services.accounts.rates.RatesPreviewDTO
 
RatesResultDTO - Class in nl.strohalm.cyclos.services.accounts.rates
DTO for the result of rate calculations.
RatesResultDTO() - Constructor for class nl.strohalm.cyclos.services.accounts.rates.RatesResultDTO
 
RatesResultDTO(AccountRates) - Constructor for class nl.strohalm.cyclos.services.accounts.rates.RatesResultDTO
 
RatesResultDTO(RatesDTO) - Constructor for class nl.strohalm.cyclos.services.accounts.rates.RatesResultDTO
 
RatesToSave - Class in nl.strohalm.cyclos.services.accounts.rates
Stores the rates to be persisted after a transaction has been done.
RatesToSave() - Constructor for class nl.strohalm.cyclos.services.accounts.rates.RatesToSave
 
rateToDate(RatesResultDTO) - Method in class nl.strohalm.cyclos.services.accounts.rates.RateServiceImplMock
 
rateToDate(RatesResultDTO) - Method in interface nl.strohalm.cyclos.services.accounts.rates.RateServiceLocal
converts the rate from BigDecimals to raw Calendar dates.
rawPeriodBinder(LocalSettings, String) - Static method in class nl.strohalm.cyclos.utils.binding.DataBinderHelper
Returns a data binder for periods, ignoring timezone
read() - Method in interface nl.strohalm.cyclos.dao.ApplicationDAO
Reads the application instance
read() - Method in class nl.strohalm.cyclos.dao.ApplicationDAOImpl
 
read(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.elements.MessageService
Loads a message, enforcing it is marked as read
read(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceImpl
 
read(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceSecurity
 
read() - Method in class nl.strohalm.cyclos.services.settings.BaseSettingsHandler
Read a settings bean from a list of Setting objects
read() - Method in class nl.strohalm.cyclos.services.settings.LocalSettingsHandler
 
read() - Method in class nl.strohalm.cyclos.setup.VersionHistoryReader
Read the version history from classpath
read(Object) - Method in class nl.strohalm.cyclos.utils.binding.BeanBinder
 
read(Object) - Method in class nl.strohalm.cyclos.utils.binding.BeanCollectionBinder
 
read(Object) - Method in class nl.strohalm.cyclos.utils.binding.DataBinder
Read the object from the given object, with no conversions
read(Object) - Method in class nl.strohalm.cyclos.utils.binding.MapBinder
 
read(Object) - Method in class nl.strohalm.cyclos.utils.binding.PropertyBinder
 
read(Object) - Method in class nl.strohalm.cyclos.utils.binding.SimpleCollectionBinder
 
read(BufferedReader) - Method in class nl.strohalm.cyclos.utils.csv.CSVReader
Reads a single object from a SCV line
ReadableByteArrayOutputStream - Class in nl.strohalm.cyclos.utils
A ByteArrayOutputStream which can efficiently be used to read the contents
ReadableByteArrayOutputStream() - Constructor for class nl.strohalm.cyclos.utils.ReadableByteArrayOutputStream
 
ReadableByteArrayOutputStream(int) - Constructor for class nl.strohalm.cyclos.utils.ReadableByteArrayOutputStream
 
readAsString(Object) - Method in class nl.strohalm.cyclos.utils.binding.BeanBinder
Returns the object as a JSON string
readAsString(Object) - Method in class nl.strohalm.cyclos.utils.binding.BeanCollectionBinder
 
readAsString(Object) - Method in class nl.strohalm.cyclos.utils.binding.DataBinder
Read the object as a single string, on the JSON notation
readAsString(Object) - Method in class nl.strohalm.cyclos.utils.binding.MapBinder
 
readAsString(Object) - Method in class nl.strohalm.cyclos.utils.binding.PropertyBinder
 
readAsString(Object) - Method in class nl.strohalm.cyclos.utils.binding.SimpleCollectionBinder
 
readBundle(String, Locale) - Static method in class nl.strohalm.cyclos.utils.PropertiesHelper
Reads a resource bundle from a properties file encoded as utf-8
readDocument(InputStream) - Static method in class nl.strohalm.cyclos.utils.XmlHelper
Reads the DOM Document from an input stream
readDocument(String) - Static method in class nl.strohalm.cyclos.utils.XmlHelper
Reads the DOM Document from a XML string
readFile(Locale) - Method in interface nl.strohalm.cyclos.services.customization.TranslationMessageService
Returns the Properties from file, for the given locale
readFile(Locale) - Method in class nl.strohalm.cyclos.services.customization.TranslationMessageServiceImpl
 
readFile(Locale) - Method in class nl.strohalm.cyclos.services.customization.TranslationMessageServiceSecurity
 
readFromString(Object) - Method in class nl.strohalm.cyclos.utils.binding.BeanBinder
 
readFromString(Object) - Method in class nl.strohalm.cyclos.utils.binding.BeanCollectionBinder
 
readFromString(Object) - Method in class nl.strohalm.cyclos.utils.binding.DataBinder
Read the object from the given object, expecting data as string, converting to the real object
readFromString(Object) - Method in class nl.strohalm.cyclos.utils.binding.MapBinder
 
readFromString(Object) - Method in class nl.strohalm.cyclos.utils.binding.PropertyBinder
 
readFromString(Object) - Method in class nl.strohalm.cyclos.utils.binding.SimpleCollectionBinder
 
readInto(Object, Object, boolean) - Method in class nl.strohalm.cyclos.utils.binding.BeanBinder
 
readInto(Collection<T>, Object, boolean) - Method in class nl.strohalm.cyclos.utils.binding.BeanCollectionBinder
 
readInto(Map<K, V>, Object, boolean) - Method in class nl.strohalm.cyclos.utils.binding.MapBinder
 
readInto(Collection<T>, Object, boolean) - Method in class nl.strohalm.cyclos.utils.binding.SimpleCollectionBinder
 
readLine(Reader, char, char) - Static method in class nl.strohalm.cyclos.utils.csv.CSVReader
Given a reader, reads a line from it, according to the given string quote and value separator, or null when the stream was exhausted
readLine(Reader) - Method in class nl.strohalm.cyclos.utils.csv.CSVReader
Reads a line into an array of values
readOnlyView() - Method in class nl.strohalm.cyclos.entities.Entity
 
readResolve() - Method in class nl.strohalm.cyclos.utils.cache.NullValue
 
readScalarAsLong(String, Object...) - Method in class nl.strohalm.cyclos.utils.JDBCWrapper
Execute a sql query, returning the first row / column as Long
readScalarAsLongList(String, Object...) - Method in class nl.strohalm.cyclos.utils.JDBCWrapper
Execute a sql query, returning the first column as long in a list
readScalarAsString(String, Object...) - Method in class nl.strohalm.cyclos.utils.JDBCWrapper
Execute a sql query, returning the first row / column as string
readScalarAsStringList(String, Object...) - Method in class nl.strohalm.cyclos.utils.JDBCWrapper
Execute a sql query, returning the first column as string in a list
readTransactions(Reader) - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.CSVImport
 
readTransactions(Reader) - Method in interface nl.strohalm.cyclos.utils.transactionimport.TransactionFileImport
Reads the transactions from the reader stream, returning a list of TransactionImportDTO
realFile(ServletContext, String) - Static method in class nl.strohalm.cyclos.themes.ThemeHelper
Returns the real file for the theme
rebuild(Class<? extends Indexable>) - Method in class nl.strohalm.cyclos.utils.lucene.IndexHandler
Recreates the index for the given entity type
rebuildIfCorrupt(Class<? extends Indexable>) - Method in class nl.strohalm.cyclos.utils.lucene.IndexHandler
Recreates the index for the given entity type if it is corrupt
rebuildIndexes(Class<? extends Indexable>) - Method in interface nl.strohalm.cyclos.services.application.ApplicationService
Rebuilds the given full-text index from scratch, or all if the param is null
rebuildIndexes(Class<? extends Indexable>) - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
rebuildIndexes(Class<? extends Indexable>) - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceSecurity
 
RebuildIndexesAction - Class in nl.strohalm.cyclos.controls.admintasks
Action used to rebuild all or an specific full-text indexes
RebuildIndexesAction() - Constructor for class nl.strohalm.cyclos.controls.admintasks.RebuildIndexesAction
 
ReceiptPrinterSettings - Class in nl.strohalm.cyclos.entities.members.printsettings
Stores settings for a local receipt printer
ReceiptPrinterSettings() - Constructor for class nl.strohalm.cyclos.entities.members.printsettings.ReceiptPrinterSettings
 
ReceiptPrinterSettings.Relationships - Enum in nl.strohalm.cyclos.entities.members.printsettings
 
ReceiptPrinterSettingsDAO - Interface in nl.strohalm.cyclos.dao.members
DAO interface for ReceiptPrinterSettings
ReceiptPrinterSettingsDAOImpl - Class in nl.strohalm.cyclos.dao.members
Implementation for ReceiptPrinterSettingsDAO
ReceiptPrinterSettingsDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.members.ReceiptPrinterSettingsDAOImpl
 
receiptPrinterSettingsService - Variable in class nl.strohalm.cyclos.controls.BaseReceiptPrintAjaxAction
 
ReceiptPrinterSettingsService - Interface in nl.strohalm.cyclos.services.preferences
Service interface for receipt printers
ReceiptPrinterSettingsServiceImpl - Class in nl.strohalm.cyclos.services.preferences
Implementation for ReceiptPrinterSettingsService
ReceiptPrinterSettingsServiceImpl() - Constructor for class nl.strohalm.cyclos.services.preferences.ReceiptPrinterSettingsServiceImpl
 
ReceiptPrinterSettingsServiceLocal - Interface in nl.strohalm.cyclos.services.preferences
Local interface for ReceiptPrinterSettingsService
ReceiptPrinterSettingsServiceSecurity - Class in nl.strohalm.cyclos.services.preferences
Security layer for ReceiptPrinterSettingsService
ReceiptPrinterSettingsServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.preferences.ReceiptPrinterSettingsServiceSecurity
 
receivedChannels(Member, Message.Type) - Method in class nl.strohalm.cyclos.services.preferences.PreferenceServiceImpl
 
receivedChannels(Member, Message.Type) - Method in interface nl.strohalm.cyclos.services.preferences.PreferenceServiceLocal
Returns the channels a member would receive a notification
receivedInvoiceNotification(Invoice) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
receivedInvoiceNotification(Invoice) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
receivedReferenceNotification(Reference) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
receivedReferenceNotification(Reference) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
receivePayment(ReceivePaymentParameters) - Method in interface nl.strohalm.cyclos.webservices.pos.PosWebService
The POS owner receives a payment from another member
receivePayment(ReceivePaymentParameters) - Method in class nl.strohalm.cyclos.webservices.pos.PosWebServiceImpl
 
ReceivePaymentAction - Class in nl.strohalm.cyclos.controls.posweb
Action for the posweb member to receive a payment
ReceivePaymentAction() - Constructor for class nl.strohalm.cyclos.controls.posweb.ReceivePaymentAction
 
ReceivePaymentForm - Class in nl.strohalm.cyclos.controls.posweb
Form for the posweb member to receive a payment
ReceivePaymentForm() - Constructor for class nl.strohalm.cyclos.controls.posweb.ReceivePaymentForm
 
ReceivePaymentParameters - Class in nl.strohalm.cyclos.webservices.pos
Parameters for receive a payment in a POS device
ReceivePaymentParameters() - Constructor for class nl.strohalm.cyclos.webservices.pos.ReceivePaymentParameters
 
receivesMessage(Member, Message.Type) - Method in class nl.strohalm.cyclos.services.preferences.PreferenceServiceImpl
 
receivesMessage(Member, Message.Type) - Method in interface nl.strohalm.cyclos.services.preferences.PreferenceServiceLocal
Checks whether the given member has chosen to be notified on messages of the given type (no matter which notification kind - internal message / mail / sms)
rechargeFailed(AccountFeeLog) - Method in interface nl.strohalm.cyclos.services.accountfees.AccountFeeService
Recharges the failed charges in the given log
rechargeFailed(AccountFeeLog) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceImpl
 
rechargeFailed(AccountFeeLog) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceSecurity
 
RechargeFailedAccountFeeLogAction - Class in nl.strohalm.cyclos.controls.accounts.accountfees
Action used to recharge the failed members of a given account fee log
RechargeFailedAccountFeeLogAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.accountfees.RechargeFailedAccountFeeLogAction
 
record(User) - Method in interface nl.strohalm.cyclos.dao.access.PermissionDeniedTraceDAO
Records a trace for the given user
record(User) - Method in class nl.strohalm.cyclos.dao.access.PermissionDeniedTraceDAOImpl
 
record(Card) - Method in interface nl.strohalm.cyclos.dao.access.WrongCredentialAttemptsDAO
Adds a wrong attempt for the given card, returning the current number of wrong attempts for it (including this one)
record(MemberPos) - Method in interface nl.strohalm.cyclos.dao.access.WrongCredentialAttemptsDAO
Adds a wrong attempt for the given member pos, returning the current number of wrong attempts for them (including this one)
record(User, Channel.Credentials) - Method in interface nl.strohalm.cyclos.dao.access.WrongCredentialAttemptsDAO
Adds a wrong attempt for the given user and credential type, returning the current number of wrong attempts for them (including this one)
record(Card) - Method in class nl.strohalm.cyclos.dao.access.WrongCredentialAttemptsDAOImpl
 
record(MemberPos) - Method in class nl.strohalm.cyclos.dao.access.WrongCredentialAttemptsDAOImpl
 
record(User, Channel.Credentials) - Method in class nl.strohalm.cyclos.dao.access.WrongCredentialAttemptsDAOImpl
 
record(String) - Method in interface nl.strohalm.cyclos.dao.access.WrongUsernameAttemptsDAO
Adds a wrong attempt for the given remote address, returning the current number of wrong attempts for it (including this one)
record(String) - Method in class nl.strohalm.cyclos.dao.access.WrongUsernameAttemptsDAOImpl
 
RedirectFromMessageAction - Class in nl.strohalm.cyclos.controls.general
Action used to redirect the user to the correct page when coming from a message or e-mail link
RedirectFromMessageAction() - Constructor for class nl.strohalm.cyclos.controls.general.RedirectFromMessageAction
 
RedirectFromMessageForm - Class in nl.strohalm.cyclos.controls.general
Form used to redirect the user to the correct page when coming from a message or e-mail link
RedirectFromMessageForm() - Constructor for class nl.strohalm.cyclos.controls.general.RedirectFromMessageForm
 
redirectWithParam(HttpServletRequest, ActionForward, String, Object) - Static method in class nl.strohalm.cyclos.utils.ActionHelper
Return a redirect for the ActionForward with the specified parameter
redirectWithParams(HttpServletRequest, ActionForward, Map<String, Object>) - Static method in class nl.strohalm.cyclos.utils.ActionHelper
Return a redirect for the ActionForward with the specified parameters
reenableLogin(User) - Method in interface nl.strohalm.cyclos.services.access.AccessService
Immediately re-enables an user to login after wrong password tries
reenableLogin(User) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
reenableLogin(User) - Method in class nl.strohalm.cyclos.services.access.AccessServiceSecurity
 
Reference - Class in nl.strohalm.cyclos.entities.members
A reference is given by a member to another
Reference() - Constructor for class nl.strohalm.cyclos.entities.members.Reference
 
reference(Class<E>, Long) - Static method in class nl.strohalm.cyclos.utils.EntityHelper
Returns a reference to the given entity type and the give id
Reference.Level - Enum in nl.strohalm.cyclos.entities.members
 
Reference.Nature - Enum in nl.strohalm.cyclos.entities.members
 
Reference.Relationships - Enum in nl.strohalm.cyclos.entities.members
 
ReferenceConverter<T extends Entity> - Class in nl.strohalm.cyclos.utils.conversion
Converter for entity references
ReferenceConverter(Class<T>) - Constructor for class nl.strohalm.cyclos.utils.conversion.ReferenceConverter
 
ReferenceDAO - Interface in nl.strohalm.cyclos.dao.members
Data access object interface for contact
ReferenceDAOImpl - Class in nl.strohalm.cyclos.dao.members
Implementation class for reference DAO
ReferenceDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.members.ReferenceDAOImpl
 
ReferenceHistoryDAO - Interface in nl.strohalm.cyclos.dao.members
 
ReferenceHistoryDAOImpl - Class in nl.strohalm.cyclos.dao.members
 
ReferenceHistoryDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.members.ReferenceHistoryDAOImpl
 
ReferenceHistoryLog - Class in nl.strohalm.cyclos.entities.members
This is a log of given references from one member to another
ReferenceHistoryLog() - Constructor for class nl.strohalm.cyclos.entities.members.ReferenceHistoryLog
 
ReferenceHistoryLog.Relationships - Enum in nl.strohalm.cyclos.entities.members
 
ReferenceHistoryLogQuery - Class in nl.strohalm.cyclos.entities.members
Query parameters for reference search
ReferenceHistoryLogQuery() - Constructor for class nl.strohalm.cyclos.entities.members.ReferenceHistoryLogQuery
 
ReferenceQuery - Class in nl.strohalm.cyclos.entities.members
Query parameters for reference search
ReferenceQuery() - Constructor for class nl.strohalm.cyclos.entities.members.ReferenceQuery
 
references(Class<E>, List<Long>) - Static method in class nl.strohalm.cyclos.utils.EntityHelper
Returns a reference array to the given entity type and the give ids
referenceService - Variable in class nl.strohalm.cyclos.controls.members.references.BaseEditReferenceAction
 
ReferenceService - Interface in nl.strohalm.cyclos.services.elements
Service interface for member references
ReferenceServiceImpl - Class in nl.strohalm.cyclos.services.elements
Implementation class for reference services
ReferenceServiceImpl() - Constructor for class nl.strohalm.cyclos.services.elements.ReferenceServiceImpl
 
ReferenceServiceLocal - Interface in nl.strohalm.cyclos.services.elements
Local interface.
ReferenceServiceSecurity - Class in nl.strohalm.cyclos.services.elements
Security implementation for ReferenceService
ReferenceServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.elements.ReferenceServiceSecurity
 
refresh() - Method in class nl.strohalm.cyclos.services.settings.BaseSettingsHandler
 
refresh() - Method in interface nl.strohalm.cyclos.services.settings.SettingsHandler
Reloads the settings from database
regex(String) - Method in class nl.strohalm.cyclos.utils.validation.Validator.Property
 
RegexValidation - Class in nl.strohalm.cyclos.utils.validation
Login validation
RegexValidation(String) - Constructor for class nl.strohalm.cyclos.utils.validation.RegexValidation
 
register(Element, boolean, String) - Method in interface nl.strohalm.cyclos.services.elements.ElementService
Registers a new user.
register(Element, boolean, String) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
register(Element, boolean, String) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceSecurity
 
registerBinder(String, DataBinder<?>) - Method in class nl.strohalm.cyclos.utils.binding.BeanBinder
 
RegisteredMember - Interface in nl.strohalm.cyclos.entities.members
Representation for a member which have been registered in Cyclos
registerGuarantee(Guarantee) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeService
Registers a new guarantee
registerGuarantee(Guarantee) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
registerGuarantee(Guarantee) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceSecurity
 
RegisterGuaranteeAction - Class in nl.strohalm.cyclos.controls.accounts.guarantees.guarantees
 
RegisterGuaranteeAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.RegisterGuaranteeAction
 
RegisterGuaranteeForm - Class in nl.strohalm.cyclos.controls.accounts.guarantees.guarantees
 
RegisterGuaranteeForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.RegisterGuaranteeForm
 
registerInnerIterator(K, Iterator<I>) - Method in class nl.strohalm.cyclos.utils.CombinedIterator
Registers an inner iterator
registerInnerIterators() - Method in class nl.strohalm.cyclos.utils.CombinedIterator
Should be implemented in order to register all inner iterators
registerMember(RegisterMemberParameters) - Method in interface nl.strohalm.cyclos.webservices.members.MemberWebService
Register a new member.
registerMember(RegisterMemberParameters) - Method in class nl.strohalm.cyclos.webservices.members.MemberWebServiceImpl
 
registerMemberByWebService(ServiceClient, Member, String) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
registerMemberByWebService(ServiceClient, Member, String) - Method in interface nl.strohalm.cyclos.services.elements.ElementServiceLocal
Register a member by Web Services
RegisterMemberParameters - Class in nl.strohalm.cyclos.webservices.members
Parameters used to register a new member
RegisterMemberParameters() - Constructor for class nl.strohalm.cyclos.webservices.members.RegisterMemberParameters
 
registerOpen(Iterator<?>, boolean) - Static method in class nl.strohalm.cyclos.utils.DataIteratorHelper
Registers an open iterator for this thread, so that in future, it may be forcefully closed to avoid open data iterators
registerPeer(String) - Method in class nl.strohalm.cyclos.utils.cache.ehcache.HazelcastCacheManagerPeerProvider
 
RegistrationAgreement - Class in nl.strohalm.cyclos.entities.members
A registration agreement is used by groups, and are displayed to members on public registration or right after confirming the e-mail
RegistrationAgreement() - Constructor for class nl.strohalm.cyclos.entities.members.RegistrationAgreement
 
RegistrationAgreementDAO - Interface in nl.strohalm.cyclos.dao.members
DAO interface for registration agreements
RegistrationAgreementDAOImpl - Class in nl.strohalm.cyclos.dao.members
Implementation for RegistrationAgreementDAO
RegistrationAgreementDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.members.RegistrationAgreementDAOImpl
 
RegistrationAgreementLog - Class in nl.strohalm.cyclos.entities.members
Logs when a member has accepted a given registration agreement
RegistrationAgreementLog() - Constructor for class nl.strohalm.cyclos.entities.members.RegistrationAgreementLog
 
RegistrationAgreementLog.Relationships - Enum in nl.strohalm.cyclos.entities.members
 
RegistrationAgreementLogDAO - Interface in nl.strohalm.cyclos.dao.members
DAO interface for RegistrationAgreementLog
RegistrationAgreementLogDAOImpl - Class in nl.strohalm.cyclos.dao.members
Implementation for RegistrationAgreementLogDAO
RegistrationAgreementLogDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.members.RegistrationAgreementLogDAOImpl
 
RegistrationAgreementNotAcceptedException - Exception in nl.strohalm.cyclos.services.elements.exceptions
Exception thrown when registering a member and the registration agreement was not agreed
RegistrationAgreementNotAcceptedException() - Constructor for exception nl.strohalm.cyclos.services.elements.exceptions.RegistrationAgreementNotAcceptedException
 
RegistrationAgreementService - Interface in nl.strohalm.cyclos.services.elements
Registration agreement service
RegistrationAgreementServiceImpl - Class in nl.strohalm.cyclos.services.elements
Implementation for RegistrationAgreementService
RegistrationAgreementServiceImpl() - Constructor for class nl.strohalm.cyclos.services.elements.RegistrationAgreementServiceImpl
 
RegistrationAgreementServiceLocal - Interface in nl.strohalm.cyclos.services.elements
Local interface.
RegistrationAgreementServiceSecurity - Class in nl.strohalm.cyclos.services.elements
Security implementation for RegistrationAgreementService
RegistrationAgreementServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.elements.RegistrationAgreementServiceSecurity
 
RegistrationFieldValueVO - Class in nl.strohalm.cyclos.webservices.model
A custom field x value representation for registering members with web services
RegistrationFieldValueVO() - Constructor for class nl.strohalm.cyclos.webservices.model.RegistrationFieldValueVO
 
RegistrationFieldValueVO(String, String) - Constructor for class nl.strohalm.cyclos.webservices.model.RegistrationFieldValueVO
 
RegistrationFieldValueVO(String, String, boolean) - Constructor for class nl.strohalm.cyclos.webservices.model.RegistrationFieldValueVO
 
reinitializeRate(ReinitializeRatesDTO) - Method in interface nl.strohalm.cyclos.services.accounts.rates.RateService
reinitializes the specified rates, by rewriting the complete rate history since startDate.
reinitializeRate(ReinitializeRatesDTO) - Method in class nl.strohalm.cyclos.services.accounts.rates.RateServiceImplMock
 
reinitializeRate(ReinitializeRatesDTO) - Method in class nl.strohalm.cyclos.services.accounts.rates.RateServiceSecurityMock
 
ReinitializeRatesAction - Class in nl.strohalm.cyclos.controls.accounts.currencies
Action used to reinitialize one or more rates
ReinitializeRatesAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.currencies.ReinitializeRatesAction
 
ReinitializeRatesDTO - Class in nl.strohalm.cyclos.services.accounts.rates
DTO for reinitializing rates
ReinitializeRatesDTO() - Constructor for class nl.strohalm.cyclos.services.accounts.rates.ReinitializeRatesDTO
 
ReinitializeRatesForm - Class in nl.strohalm.cyclos.controls.accounts.currencies
Form used to reinitialize Rates
ReinitializeRatesForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.currencies.ReinitializeRatesForm
 
RejectPaymentObligationAction - Class in nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations
 
RejectPaymentObligationAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.RejectPaymentObligationAction
 
relatesTo(Element) - Method in interface nl.strohalm.cyclos.services.permissions.PermissionService
Returns true if the logged user is related to the given element.
relatesTo(Element) - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceImpl
 
relatesTo(Element) - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceSecurity
 
relationship() - Method in enum nl.strohalm.cyclos.access.AdminAdminPermission
 
relationship() - Method in enum nl.strohalm.cyclos.access.AdminMemberPermission
 
relationship() - Method in enum nl.strohalm.cyclos.access.AdminSystemPermission
 
relationship() - Method in enum nl.strohalm.cyclos.access.BasicPermission
 
relationship() - Method in enum nl.strohalm.cyclos.access.BrokerPermission
 
relationship() - Method in enum nl.strohalm.cyclos.access.MemberPermission
 
relationship() - Method in enum nl.strohalm.cyclos.access.OperatorPermission
 
relationship() - Method in interface nl.strohalm.cyclos.access.Permission
The relationship used to get the allowed values from a group for a permission of type list.
Relationship - Interface in nl.strohalm.cyclos.entities
Defines a reletionship between entities, which can be fetched
RelationshipHelper - Class in nl.strohalm.cyclos.utils
Utility class for relationships manipulation
RelationshipHelper() - Constructor for class nl.strohalm.cyclos.utils.RelationshipHelper
 
release() - Method in class nl.strohalm.cyclos.taglibs.AbstractCustomizedFileTag
 
release() - Method in class nl.strohalm.cyclos.taglibs.AbstractDynamicAttributesTag
 
release() - Method in class nl.strohalm.cyclos.taglibs.AbstractEscapeTag
 
release() - Method in class nl.strohalm.cyclos.taglibs.CellTag
 
release() - Method in class nl.strohalm.cyclos.taglibs.CustomFieldTag
 
release() - Method in class nl.strohalm.cyclos.taglibs.CustomImageUrlTag
 
release() - Method in class nl.strohalm.cyclos.taglibs.CustomizedFilePathTag
 
release() - Method in class nl.strohalm.cyclos.taglibs.EscapeHTMLTag
 
release() - Method in class nl.strohalm.cyclos.taglibs.FormatTag
 
release() - Method in class nl.strohalm.cyclos.taglibs.HelpTag
 
release() - Method in class nl.strohalm.cyclos.taglibs.ImagesTag
 
release() - Method in class nl.strohalm.cyclos.taglibs.LayoutTag
 
release() - Method in class nl.strohalm.cyclos.taglibs.MenuTag
 
release() - Method in class nl.strohalm.cyclos.taglibs.MultiDropDownTag
 
release() - Method in class nl.strohalm.cyclos.taglibs.OptionTag
 
release() - Method in class nl.strohalm.cyclos.taglibs.PaginationTag
 
release() - Method in class nl.strohalm.cyclos.taglibs.RichTextAreaTag
 
release() - Method in class nl.strohalm.cyclos.taglibs.ScriptTag
 
release() - Method in class nl.strohalm.cyclos.taglibs.SelectCustomFieldsTag
 
release() - Method in class nl.strohalm.cyclos.taglibs.TruncateTag
 
release() - Method in interface nl.strohalm.cyclos.utils.lock.LockHandler
Releases all currently held locks
reload(Long, Relationship...) - Method in interface nl.strohalm.cyclos.dao.BaseDAO
Force the entity to be reloaded from the database, populating the relationships defined by fetch, if any.
reload(Long, Relationship...) - Method in class nl.strohalm.cyclos.dao.BaseDAOImpl
 
reload(E, Relationship...) - Method in interface nl.strohalm.cyclos.dao.FetchDAO
Fetches the given relationships for the given entity, forcing their state to be read from database .
reload(E, Relationship...) - Method in class nl.strohalm.cyclos.dao.FetchDAOImpl
 
reload(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.customization.ImageService
Reloads the image from the database
reload(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.customization.ImageServiceImpl
 
reload(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.customization.ImageServiceSecurity
 
reload(E, Relationship...) - Method in class nl.strohalm.cyclos.services.fetch.FetchServiceImpl
 
reload(E, Relationship...) - Method in interface nl.strohalm.cyclos.services.fetch.FetchServiceLocal
Fetches the give relationships for the given entity, forcing the entity to be reloaded from the database, ignoring any possibly existing cache When entity is null, returns null
reload(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.groups.GroupService
 
reload(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
reload(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceSecurity
 
reload() - Method in class nl.strohalm.cyclos.struts.CyclosMessageResources
 
reloadTranslation() - Method in interface nl.strohalm.cyclos.services.settings.SettingsService
Recreates settings based on translation
reloadTranslation() - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
reloadTranslation() - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceSecurity
 
reloadUser(Long, Relationship...) - Method in interface nl.strohalm.cyclos.services.elements.ElementService
Reloads the user from the Database
reloadUser(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
reloadUser(Long, Relationship...) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceSecurity
 
Remark - Class in nl.strohalm.cyclos.entities.members.remarks
A remark is an annotation about a member, or event that happened to a member
Remark() - Constructor for class nl.strohalm.cyclos.entities.members.remarks.Remark
 
Remark.Nature - Enum in nl.strohalm.cyclos.entities.members.remarks
 
Remark.Relationships - Enum in nl.strohalm.cyclos.entities.members.remarks
 
RemarkDAO - Interface in nl.strohalm.cyclos.dao.members
Data access object interface for remark
RemarkDAOImpl - Class in nl.strohalm.cyclos.dao.members
Implementation class for remark DAO
RemarkDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.members.RemarkDAOImpl
 
RemarkQuery - Class in nl.strohalm.cyclos.entities.members.remarks
Base definitions for a remark query
RemarkQuery() - Constructor for class nl.strohalm.cyclos.entities.members.remarks.RemarkQuery
 
RemarkService - Interface in nl.strohalm.cyclos.services.elements
Service interface for broker and group remarks
RemarkServiceImpl - Class in nl.strohalm.cyclos.services.elements
Implementation for remark service
RemarkServiceImpl() - Constructor for class nl.strohalm.cyclos.services.elements.RemarkServiceImpl
 
RemarkServiceLocal - Interface in nl.strohalm.cyclos.services.elements
Local interface.
RemarkServiceSecurity - Class in nl.strohalm.cyclos.services.elements
Security implementation for RemarkService
RemarkServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.elements.RemarkServiceSecurity
 
remoteAddress() - Static method in class nl.strohalm.cyclos.utils.access.LoggedUser
Returns the remote address of the logged user
remove() - Method in class nl.strohalm.cyclos.controls.accounts.external.process.ExternalTransferToProcessVOIterator
 
remove() - Method in class nl.strohalm.cyclos.controls.members.brokering.PrintBrokeringsAction.BrokeredIterator
 
remove() - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportVOIterator
 
remove(AccountFeeLog, Member) - Method in interface nl.strohalm.cyclos.dao.accounts.fee.account.MemberAccountFeeLogDAO
Removes the MemberAccountFeeLog with the given feeLog and member
remove(AccountFeeLog, Member) - Method in class nl.strohalm.cyclos.dao.accounts.fee.account.MemberAccountFeeLogDAOImpl
 
remove(Long...) - Method in interface nl.strohalm.cyclos.services.access.ChannelService
Removes channels by identifiers
remove(Long...) - Method in class nl.strohalm.cyclos.services.access.ChannelServiceImpl
 
remove(Long...) - Method in class nl.strohalm.cyclos.services.access.ChannelServiceSecurity
 
remove(Long...) - Method in interface nl.strohalm.cyclos.services.accountfees.AccountFeeService
Removes the specified account fees, unless any of them has been already charged
remove(Long...) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceImpl
 
remove(Long...) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceSecurity
 
remove(Long...) - Method in interface nl.strohalm.cyclos.services.accounts.AccountTypeService
Removes the specified account types.
remove(Long...) - Method in class nl.strohalm.cyclos.services.accounts.AccountTypeServiceImpl
 
remove(Long...) - Method in class nl.strohalm.cyclos.services.accounts.AccountTypeServiceSecurity
 
remove(Long...) - Method in interface nl.strohalm.cyclos.services.accounts.cards.CardTypeService
Removes the specified CardType
remove(Long...) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardTypeServiceImpl
 
remove(Long...) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardTypeServiceSecurity
 
remove(Long...) - Method in interface nl.strohalm.cyclos.services.accounts.CurrencyService
Removes the specified currencies
remove(Long...) - Method in class nl.strohalm.cyclos.services.accounts.CurrencyServiceImpl
 
remove(Long...) - Method in class nl.strohalm.cyclos.services.accounts.CurrencyServiceSecurity
 
remove(Long...) - Method in interface nl.strohalm.cyclos.services.accounts.external.ExternalAccountService
Removes the specified External Account
remove(Long...) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalAccountServiceImpl
 
remove(Long...) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalAccountServiceSecurity
 
remove(Long...) - Method in interface nl.strohalm.cyclos.services.accounts.external.ExternalTransferImportService
Removes the given file imports
remove(Long...) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferImportServiceImpl
 
remove(Long...) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferImportServiceSecurity
 
remove(Long...) - Method in interface nl.strohalm.cyclos.services.accounts.external.ExternalTransferTypeService
Removes the specified External Transfer Type
remove(Long...) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferTypeServiceImpl
 
remove(Long...) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferTypeServiceSecurity
 
remove(Long...) - Method in interface nl.strohalm.cyclos.services.accounts.external.filemapping.FieldMappingService
Removes the specified field mapping
remove(Long...) - Method in class nl.strohalm.cyclos.services.accounts.external.filemapping.FieldMappingServiceImpl
 
remove(Long...) - Method in class nl.strohalm.cyclos.services.accounts.external.filemapping.FieldMappingServiceSecurity
 
remove(Long...) - Method in class nl.strohalm.cyclos.services.accounts.external.filemapping.FileMappingServiceImpl
 
remove(Long...) - Method in interface nl.strohalm.cyclos.services.accounts.external.filemapping.FileMappingServiceLocal
Removes the specified file mapping
remove(Long) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.CertificationService
 
remove(Long) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.CertificationServiceImpl
 
remove(Long) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.CertificationServiceSecurity
 
remove(Long) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeService
 
remove(Long) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
remove(Long) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceSecurity
 
remove(Long...) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeTypeService
Removes the specified guarantee types
remove(Long...) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeTypeServiceImpl
 
remove(Long...) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeTypeServiceSecurity
 
remove(Long) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationService
 
remove(Long) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceImpl
 
remove(Long) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceSecurity
 
remove(Long...) - Method in interface nl.strohalm.cyclos.services.ads.AdCategoryService
Removes the specified categories
remove(Long...) - Method in class nl.strohalm.cyclos.services.ads.AdCategoryServiceImpl
 
remove(Long...) - Method in class nl.strohalm.cyclos.services.ads.AdCategoryServiceSecurity
 
remove(Long) - Method in interface nl.strohalm.cyclos.services.ads.AdService
Removes the specified ad
remove(Long) - Method in class nl.strohalm.cyclos.services.ads.AdServiceImpl
 
remove(Long[]) - Method in class nl.strohalm.cyclos.services.ads.AdServiceImpl
 
remove(Long[]) - Method in interface nl.strohalm.cyclos.services.ads.AdServiceLocal
Remove the given advertisements with no permission check.
remove(Long) - Method in class nl.strohalm.cyclos.services.ads.AdServiceSecurity
 
remove(Long...) - Method in interface nl.strohalm.cyclos.services.alerts.ErrorLogService
Removes the given error log entries.
remove(Long...) - Method in class nl.strohalm.cyclos.services.alerts.ErrorLogServiceImpl
 
remove(Long...) - Method in class nl.strohalm.cyclos.services.alerts.ErrorLogServiceSecurity
 
remove(Long...) - Method in class nl.strohalm.cyclos.services.customization.AdCustomFieldServiceSecurity
 
remove(Long...) - Method in class nl.strohalm.cyclos.services.customization.AdminCustomFieldServiceSecurity
 
remove(Long...) - Method in interface nl.strohalm.cyclos.services.customization.BaseCustomFieldService
Removes the specified fields fields, returning the number of removed objects
remove(Long...) - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
 
remove(Long...) - Method in interface nl.strohalm.cyclos.services.customization.DocumentService
Remove the specified documents, returning the number of removed documents
remove(Long...) - Method in class nl.strohalm.cyclos.services.customization.DocumentServiceImpl
 
remove(Long...) - Method in class nl.strohalm.cyclos.services.customization.DocumentServiceSecurity
 
remove(Long...) - Method in interface nl.strohalm.cyclos.services.customization.ImageService
It removes: the specified AD or MEMBER images that belongs to a managed member
or the images with nature: SYSTEM, CUSTOM or STYLE.
remove(Long...) - Method in class nl.strohalm.cyclos.services.customization.ImageServiceImpl
 
remove(Long...) - Method in class nl.strohalm.cyclos.services.customization.ImageServiceSecurity
 
remove(Long...) - Method in class nl.strohalm.cyclos.services.customization.LoanGroupCustomFieldServiceSecurity
 
remove(Long...) - Method in class nl.strohalm.cyclos.services.customization.MemberCustomFieldServiceSecurity
 
remove(Long...) - Method in class nl.strohalm.cyclos.services.customization.MemberRecordCustomFieldServiceSecurity
 
remove(Long...) - Method in class nl.strohalm.cyclos.services.customization.OperatorCustomFieldServiceSecurity
 
remove(Long...) - Method in class nl.strohalm.cyclos.services.customization.PaymentCustomFieldServiceSecurity
 
remove(Long...) - Method in interface nl.strohalm.cyclos.services.customization.TranslationMessageService
Removes the specified messages, returning the number of removed
remove(Long...) - Method in class nl.strohalm.cyclos.services.customization.TranslationMessageServiceImpl
 
remove(Long...) - Method in class nl.strohalm.cyclos.services.customization.TranslationMessageServiceSecurity
 
remove(Long[]) - Method in interface nl.strohalm.cyclos.services.elements.AdInterestService
Remove the given ad interests.
remove(Long[]) - Method in class nl.strohalm.cyclos.services.elements.AdInterestServiceImpl
 
remove(Long[]) - Method in class nl.strohalm.cyclos.services.elements.AdInterestServiceSecurity
 
remove(Brokering, String) - Method in class nl.strohalm.cyclos.services.elements.BrokeringServiceImpl
 
remove(Brokering, String) - Method in interface nl.strohalm.cyclos.services.elements.BrokeringServiceLocal
Marks the given brokering relationship as finished
remove(Long...) - Method in interface nl.strohalm.cyclos.services.elements.ContactService
Removes the specified contacts
remove(Long...) - Method in class nl.strohalm.cyclos.services.elements.ContactServiceImpl
 
remove(Long...) - Method in class nl.strohalm.cyclos.services.elements.ContactServiceSecurity
 
remove(Long) - Method in interface nl.strohalm.cyclos.services.elements.ElementService
Removes the specified user.
remove(Long) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
remove(Long) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceSecurity
 
remove(Long...) - Method in interface nl.strohalm.cyclos.services.elements.MemberRecordService
Removes the specified member records
remove(Long...) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordServiceImpl
 
remove(Long...) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordServiceSecurity
 
remove(Long...) - Method in interface nl.strohalm.cyclos.services.elements.MemberRecordTypeService
Removes the specified member record types
remove(Long...) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordTypeServiceImpl
 
remove(Long...) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordTypeServiceSecurity
 
remove(Long...) - Method in interface nl.strohalm.cyclos.services.elements.MessageCategoryService
Remove Message Category using the ids, returning the number of the removed.
remove(Long...) - Method in class nl.strohalm.cyclos.services.elements.MessageCategoryServiceImpl
 
remove(Long...) - Method in class nl.strohalm.cyclos.services.elements.MessageCategoryServiceSecurity
 
remove(Long...) - Method in interface nl.strohalm.cyclos.services.elements.ReferenceService
Removes the specified references
remove(Long...) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceImpl
 
remove(Long...) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceSecurity
 
remove(Long) - Method in interface nl.strohalm.cyclos.services.elements.RegistrationAgreementService
Remove the given registration agreement
remove(Long) - Method in class nl.strohalm.cyclos.services.elements.RegistrationAgreementServiceImpl
 
remove(Long) - Method in class nl.strohalm.cyclos.services.elements.RegistrationAgreementServiceSecurity
 
remove(Long...) - Method in interface nl.strohalm.cyclos.services.groups.GroupFilterService
Removes the specified group filters
remove(Long...) - Method in class nl.strohalm.cyclos.services.groups.GroupFilterServiceImpl
 
remove(Long...) - Method in class nl.strohalm.cyclos.services.groups.GroupFilterServiceSecurity
 
remove(Long) - Method in interface nl.strohalm.cyclos.services.groups.GroupService
Removes the specified group
remove(Long) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
remove(Long) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceSecurity
 
remove(Long...) - Method in interface nl.strohalm.cyclos.services.infotexts.InfoTextService
Removes the info texts with the given ids.
remove(Long...) - Method in class nl.strohalm.cyclos.services.infotexts.InfoTextServiceImpl
 
remove(Long...) - Method in class nl.strohalm.cyclos.services.infotexts.InfoTextServiceSecurity
 
remove(Long...) - Method in interface nl.strohalm.cyclos.services.loangroups.LoanGroupService
Removes the loan groups, returning the number of removed objects
remove(Long...) - Method in class nl.strohalm.cyclos.services.loangroups.LoanGroupServiceImpl
 
remove(Long...) - Method in class nl.strohalm.cyclos.services.loangroups.LoanGroupServiceSecurity
 
remove(Long) - Method in interface nl.strohalm.cyclos.services.preferences.ReceiptPrinterSettingsService
Removes a receipt printer settings by id
remove(Long) - Method in class nl.strohalm.cyclos.services.preferences.ReceiptPrinterSettingsServiceImpl
 
remove(Long) - Method in class nl.strohalm.cyclos.services.preferences.ReceiptPrinterSettingsServiceSecurity
 
remove(Long...) - Method in interface nl.strohalm.cyclos.services.transfertypes.AuthorizationLevelService
Removes the specified authorization levels
remove(Long...) - Method in class nl.strohalm.cyclos.services.transfertypes.AuthorizationLevelServiceImpl
 
remove(Long...) - Method in class nl.strohalm.cyclos.services.transfertypes.AuthorizationLevelServiceSecurity
 
remove(Long...) - Method in interface nl.strohalm.cyclos.services.transfertypes.PaymentFilterService
Removes the specified payment filters
remove(Long...) - Method in class nl.strohalm.cyclos.services.transfertypes.PaymentFilterServiceImpl
 
remove(Long...) - Method in class nl.strohalm.cyclos.services.transfertypes.PaymentFilterServiceSecurity
 
remove(Long...) - Method in interface nl.strohalm.cyclos.services.transfertypes.TransactionFeeService
Removes the specified transaction fees, unless any of them has already been charged
remove(Long...) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceImpl
 
remove(Long...) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceSecurity
 
remove(Long...) - Method in interface nl.strohalm.cyclos.services.transfertypes.TransferTypeService
Removes the specified transfer types
remove(Long...) - Method in class nl.strohalm.cyclos.services.transfertypes.TransferTypeServiceImpl
 
remove(Long...) - Method in class nl.strohalm.cyclos.services.transfertypes.TransferTypeServiceSecurity
 
remove(String) - Method in class nl.strohalm.cyclos.themes.BaseThemeHandler
 
remove(String) - Method in interface nl.strohalm.cyclos.themes.ThemeHandler
Removes the theme with the given file name
remove(ServletContext, String) - Static method in class nl.strohalm.cyclos.themes.ThemeHelper
Removes the given theme
remove(String, String) - Method in class nl.strohalm.cyclos.utils.binding.MapBean
 
remove(Serializable) - Method in interface nl.strohalm.cyclos.utils.cache.Cache
Removes an item from the cache
remove(Serializable) - Method in class nl.strohalm.cyclos.utils.cache.EhCacheCache
 
remove() - Method in class nl.strohalm.cyclos.utils.CombinedIterator
 
remove() - Method in class nl.strohalm.cyclos.utils.IteratorListImpl
 
remove(int) - Method in class nl.strohalm.cyclos.utils.IteratorListImpl
 
remove(Object) - Method in class nl.strohalm.cyclos.utils.IteratorListImpl
 
remove() - Method in class nl.strohalm.cyclos.utils.lucene.DocsIterator
 
remove(Class<? extends Indexable>, List<Long>) - Method in class nl.strohalm.cyclos.utils.lucene.IndexHandler
Removes the given entities from index
remove(Class<? extends Indexable>, Long) - Method in class nl.strohalm.cyclos.utils.lucene.IndexHandler
Removes the given entity from index
remove() - Method in class nl.strohalm.cyclos.utils.lucene.IndexIterator
 
remove() - Method in class nl.strohalm.cyclos.utils.ScrollableResultsIterator
 
remove(Calendar) - Method in class nl.strohalm.cyclos.utils.TimePeriod
Return a new calendar removing this time period
remove(Image) - Method in class nl.strohalm.cyclos.utils.WebImageHelper
Remove a custom or style image.
RemoveAccountFeeAction - Class in nl.strohalm.cyclos.controls.accounts.accountfees
Action used to remove an account fee
RemoveAccountFeeAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.accountfees.RemoveAccountFeeAction
 
RemoveAccountFeeForm - Class in nl.strohalm.cyclos.controls.accounts.accountfees
Form used to remove an account fee
RemoveAccountFeeForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.accountfees.RemoveAccountFeeForm
 
RemoveAccountTypeAction - Class in nl.strohalm.cyclos.controls.accounts.accounttypes
Action used to remove an account type
RemoveAccountTypeAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.accounttypes.RemoveAccountTypeAction
 
RemoveAccountTypeForm - Class in nl.strohalm.cyclos.controls.accounts.accounttypes
Form used to remove an account type
RemoveAccountTypeForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.accounttypes.RemoveAccountTypeForm
 
removeAccountTypeRelationship(MemberGroup, MemberAccountType) - Method in interface nl.strohalm.cyclos.services.groups.GroupService
Removes a relationship between a member group and a member accountType.
removeAccountTypeRelationship(MemberGroup, MemberAccountType) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
removeAccountTypeRelationship(MemberGroup, MemberAccountType) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceSecurity
 
RemoveAdAction - Class in nl.strohalm.cyclos.controls.ads
Action used to remove an advertisement
RemoveAdAction() - Constructor for class nl.strohalm.cyclos.controls.ads.RemoveAdAction
 
RemoveAdCategoryAction - Class in nl.strohalm.cyclos.controls.ads.categories
Action used to remove an advertisement category
RemoveAdCategoryAction() - Constructor for class nl.strohalm.cyclos.controls.ads.categories.RemoveAdCategoryAction
 
RemoveAdInterestsAction - Class in nl.strohalm.cyclos.controls.members.adinterests
Action used to remove the selected ad interests
RemoveAdInterestsAction() - Constructor for class nl.strohalm.cyclos.controls.members.adinterests.RemoveAdInterestsAction
 
RemoveAdInterestsForm - Class in nl.strohalm.cyclos.controls.members.adinterests
 
RemoveAdInterestsForm() - Constructor for class nl.strohalm.cyclos.controls.members.adinterests.RemoveAdInterestsForm
 
RemoveAdminAction - Class in nl.strohalm.cyclos.controls.admins
Action used to remove an admin
RemoveAdminAction() - Constructor for class nl.strohalm.cyclos.controls.admins.RemoveAdminAction
 
RemoveAdminForm - Class in nl.strohalm.cyclos.controls.admins
Form used to remove an admin
RemoveAdminForm() - Constructor for class nl.strohalm.cyclos.controls.admins.RemoveAdminForm
 
removeAlerts(Long...) - Method in interface nl.strohalm.cyclos.services.alerts.AlertService
Removes the specified alerts
removeAlerts(Long...) - Method in class nl.strohalm.cyclos.services.alerts.AlertServiceImpl
 
removeAlerts(Long...) - Method in class nl.strohalm.cyclos.services.alerts.AlertServiceSecurity
 
RemoveAlertsAction - Class in nl.strohalm.cyclos.controls.alerts
Action used to remove the selected alerts
RemoveAlertsAction() - Constructor for class nl.strohalm.cyclos.controls.alerts.RemoveAlertsAction
 
RemoveAlertsForm - Class in nl.strohalm.cyclos.controls.alerts
Form used to remove the selected alerts
RemoveAlertsForm() - Constructor for class nl.strohalm.cyclos.controls.alerts.RemoveAlertsForm
 
removeAll(Collection<?>) - Method in class nl.strohalm.cyclos.utils.IteratorListImpl
 
removeAllPending(Message) - Method in interface nl.strohalm.cyclos.dao.members.MessageDAO
Removes all members pending to send from this message
removeAllPending(Message) - Method in class nl.strohalm.cyclos.dao.members.MessageDAOImpl
 
RemoveAuthorizationLevelAction - Class in nl.strohalm.cyclos.controls.accounts.authorizationlevels
Action used to remove an authorization level
RemoveAuthorizationLevelAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.authorizationlevels.RemoveAuthorizationLevelAction
 
RemoveAuthorizationLevelForm - Class in nl.strohalm.cyclos.controls.accounts.authorizationlevels
Form used to remove an authorization Level
RemoveAuthorizationLevelForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.authorizationlevels.RemoveAuthorizationLevelForm
 
RemoveBrokerCommissionContractAction - Class in nl.strohalm.cyclos.controls.members.brokering
Action used to remove a broker commission contract
RemoveBrokerCommissionContractAction() - Constructor for class nl.strohalm.cyclos.controls.members.brokering.RemoveBrokerCommissionContractAction
 
RemoveBrokerCommissionContractForm - Class in nl.strohalm.cyclos.controls.members.brokering
Form used to remove a broker commission contract
RemoveBrokerCommissionContractForm() - Constructor for class nl.strohalm.cyclos.controls.members.brokering.RemoveBrokerCommissionContractForm
 
removeBrokerCommissionContracts(Long...) - Method in interface nl.strohalm.cyclos.services.elements.CommissionService
Removes the specified broker commission contracts
removeBrokerCommissionContracts(Long...) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
removeBrokerCommissionContracts(Long...) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceSecurity
 
RemoveCardTypeAction - Class in nl.strohalm.cyclos.controls.accounts.cards
 
RemoveCardTypeAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.cards.RemoveCardTypeAction
 
removeCarriageReturnCharater(String) - Static method in class nl.strohalm.cyclos.utils.StringHelper
Removes the CR (Window) characters from the text
RemoveChannelAction - Class in nl.strohalm.cyclos.controls.channels
Action used to remove a channel
RemoveChannelAction() - Constructor for class nl.strohalm.cyclos.controls.channels.RemoveChannelAction
 
RemoveChannelForm - Class in nl.strohalm.cyclos.controls.channels
Form used to remove a channel
RemoveChannelForm() - Constructor for class nl.strohalm.cyclos.controls.channels.RemoveChannelForm
 
removeChannelsFromMembers(MemberGroup, Collection<Channel>) - Method in interface nl.strohalm.cyclos.dao.members.ElementDAO
Removes the given channels from all members in the given group
removeChannelsFromMembers(MemberGroup, Collection<Channel>) - Method in class nl.strohalm.cyclos.dao.members.ElementDAOImpl
 
removeClosedBalancesAfter(Account, Calendar) - Method in interface nl.strohalm.cyclos.dao.accounts.ClosedAccountBalanceDAO
Removes closed account balances for the given account after the given date
removeClosedBalancesAfter(Account, Calendar) - Method in class nl.strohalm.cyclos.dao.accounts.ClosedAccountBalanceDAOImpl
 
removeClosedBalancesAfter(Account, Calendar) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
removeClosedBalancesAfter(Account, Calendar) - Method in interface nl.strohalm.cyclos.services.accounts.AccountServiceLocal
Removes closed account balances for the given account after the given date
RemoveCurrencyAction - Class in nl.strohalm.cyclos.controls.accounts.currencies
Action used to remove a currency
RemoveCurrencyAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.currencies.RemoveCurrencyAction
 
RemoveCurrencyForm - Class in nl.strohalm.cyclos.controls.accounts.currencies
Form used to remove a currency
RemoveCurrencyForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.currencies.RemoveCurrencyForm
 
removeCurrent() - Method in class nl.strohalm.cyclos.utils.Navigation
Removes the current path, returning it
RemoveCustomFieldAction - Class in nl.strohalm.cyclos.controls.customization.fields
Action used to remove a custom field
RemoveCustomFieldAction() - Constructor for class nl.strohalm.cyclos.controls.customization.fields.RemoveCustomFieldAction
 
RemoveCustomFieldForm - Class in nl.strohalm.cyclos.controls.customization.fields
Form used to remove a custom field
RemoveCustomFieldForm() - Constructor for class nl.strohalm.cyclos.controls.customization.fields.RemoveCustomFieldForm
 
RemoveCustomFieldPossibleValueAction - Class in nl.strohalm.cyclos.controls.customization.fields
Action used to remove a custom field possible value
RemoveCustomFieldPossibleValueAction() - Constructor for class nl.strohalm.cyclos.controls.customization.fields.RemoveCustomFieldPossibleValueAction
 
RemoveCustomFieldPossibleValueForm - Class in nl.strohalm.cyclos.controls.customization.fields
Form used to remove a custom field possible value
RemoveCustomFieldPossibleValueForm() - Constructor for class nl.strohalm.cyclos.controls.customization.fields.RemoveCustomFieldPossibleValueForm
 
RemoveCustomImageAction - Class in nl.strohalm.cyclos.controls.customization.images
Action used to remove a custom image
RemoveCustomImageAction() - Constructor for class nl.strohalm.cyclos.controls.customization.images.RemoveCustomImageAction
 
RemoveCustomImageForm - Class in nl.strohalm.cyclos.controls.customization.images
Form used to remove a custom image
RemoveCustomImageForm() - Constructor for class nl.strohalm.cyclos.controls.customization.images.RemoveCustomImageForm
 
removed - Variable in class nl.strohalm.cyclos.entities.alerts.Alert
 
removedBrokeringNotification(ChangeBrokerDTO) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
removedBrokeringNotification(ChangeBrokerDTO) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
removedFromBrokerGroupNotification(Member) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
removedFromBrokerGroupNotification(Member) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
RemoveDocumentAction - Class in nl.strohalm.cyclos.controls.customization.documents
Action used to remove a document
RemoveDocumentAction() - Constructor for class nl.strohalm.cyclos.controls.customization.documents.RemoveDocumentAction
 
RemoveDocumentForm - Class in nl.strohalm.cyclos.controls.customization.documents
Form used to remove a document
RemoveDocumentForm() - Constructor for class nl.strohalm.cyclos.controls.customization.documents.RemoveDocumentForm
 
RemoveElementAction - Class in nl.strohalm.cyclos.controls.elements
 
RemoveElementAction() - Constructor for class nl.strohalm.cyclos.controls.elements.RemoveElementAction
 
RemoveElementForm - Class in nl.strohalm.cyclos.controls.elements
Form used to permanently remove an element
RemoveElementForm() - Constructor for class nl.strohalm.cyclos.controls.elements.RemoveElementForm
 
RemoveErrorLogEntriesAction - Class in nl.strohalm.cyclos.controls.alerts
Action used to remove error log entries
RemoveErrorLogEntriesAction() - Constructor for class nl.strohalm.cyclos.controls.alerts.RemoveErrorLogEntriesAction
 
RemoveErrorLogEntriesForm - Class in nl.strohalm.cyclos.controls.alerts
Form used to remove error log entries
RemoveErrorLogEntriesForm() - Constructor for class nl.strohalm.cyclos.controls.alerts.RemoveErrorLogEntriesForm
 
removeExpiredBrokerings(Calendar) - Method in class nl.strohalm.cyclos.services.elements.BrokeringServiceImpl
 
removeExpiredBrokerings(Calendar) - Method in interface nl.strohalm.cyclos.services.elements.BrokeringServiceLocal
Removes all brokering relations that are expired
RemoveExternalAccountAction - Class in nl.strohalm.cyclos.controls.accounts.external
Action used to remove a External Account
RemoveExternalAccountAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.RemoveExternalAccountAction
 
RemoveExternalAccountForm - Class in nl.strohalm.cyclos.controls.accounts.external
Form used to remove a External Account
RemoveExternalAccountForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.RemoveExternalAccountForm
 
RemoveExternalTransferTypeAction - Class in nl.strohalm.cyclos.controls.accounts.external
Action used to remove a External Transfer Type
RemoveExternalTransferTypeAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.RemoveExternalTransferTypeAction
 
RemoveExternalTransferTypeForm - Class in nl.strohalm.cyclos.controls.accounts.external
Form used to remove a External Transfer Type
RemoveExternalTransferTypeForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.RemoveExternalTransferTypeForm
 
RemoveFieldMappingAction - Class in nl.strohalm.cyclos.controls.accounts.external.filemappings
Action used to remove a field mapping
RemoveFieldMappingAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.filemappings.RemoveFieldMappingAction
 
RemoveFieldMappingForm - Class in nl.strohalm.cyclos.controls.accounts.external.filemappings
Form used to remove a field mapping
RemoveFieldMappingForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.filemappings.RemoveFieldMappingForm
 
removeFromCache(Entity) - Method in interface nl.strohalm.cyclos.dao.FetchDAO
Removes the given entity from entity cache
removeFromCache(Entity) - Method in class nl.strohalm.cyclos.dao.FetchDAOImpl
 
removeFromCache(Entity) - Method in class nl.strohalm.cyclos.services.fetch.FetchServiceImpl
 
removeFromCache(Entity) - Method in interface nl.strohalm.cyclos.services.fetch.FetchServiceLocal
Remove the given entity from the first level cache
removeFromCache(String) - Method in class nl.strohalm.cyclos.servlets.ImageByNameServlet
 
removeFromIndex(Class<? extends E>, Long...) - Method in interface nl.strohalm.cyclos.dao.IndexedDAO
Removes the given entities from index
removeFromIndex(E) - Method in interface nl.strohalm.cyclos.dao.IndexedDAO
Removes the given entity from index
removeFromIndex(Class<? extends E>, Long...) - Method in class nl.strohalm.cyclos.dao.IndexedDAOImpl
 
removeFromIndex(E) - Method in class nl.strohalm.cyclos.dao.IndexedDAOImpl
 
removeFromPending(AccountFeeLog, Member) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceImpl
 
removeFromPending(AccountFeeLog, Member) - Method in interface nl.strohalm.cyclos.services.accountfees.AccountFeeServiceLocal
Removes the given member from the pending list of the given fee log
RemoveGroupAccountAction - Class in nl.strohalm.cyclos.controls.groups.accounts
Action used to remove an account from a group
RemoveGroupAccountAction() - Constructor for class nl.strohalm.cyclos.controls.groups.accounts.RemoveGroupAccountAction
 
RemoveGroupAccountForm - Class in nl.strohalm.cyclos.controls.groups.accounts
Form used to remove an account from a group
RemoveGroupAccountForm() - Constructor for class nl.strohalm.cyclos.controls.groups.accounts.RemoveGroupAccountForm
 
RemoveGroupAction - Class in nl.strohalm.cyclos.controls.groups
Action used to remove a group
RemoveGroupAction() - Constructor for class nl.strohalm.cyclos.controls.groups.RemoveGroupAction
 
RemoveGroupFilterAction - Class in nl.strohalm.cyclos.controls.groups.groupFilters
 
RemoveGroupFilterAction() - Constructor for class nl.strohalm.cyclos.controls.groups.groupFilters.RemoveGroupFilterAction
 
RemoveGroupFilterForm - Class in nl.strohalm.cyclos.controls.groups.groupFilters
Form used to remove a group filter
RemoveGroupFilterForm() - Constructor for class nl.strohalm.cyclos.controls.groups.groupFilters.RemoveGroupFilterForm
 
RemoveGroupForm - Class in nl.strohalm.cyclos.controls.groups
Form used to remove a group
RemoveGroupForm() - Constructor for class nl.strohalm.cyclos.controls.groups.RemoveGroupForm
 
RemoveImageAction - Class in nl.strohalm.cyclos.controls.image
Action to remove an image
RemoveImageAction() - Constructor for class nl.strohalm.cyclos.controls.image.RemoveImageAction
 
RemoveImageForm - Class in nl.strohalm.cyclos.controls.image
Form used to remove an image
RemoveImageForm() - Constructor for class nl.strohalm.cyclos.controls.image.RemoveImageForm
 
RemoveInfoTextAction - Class in nl.strohalm.cyclos.controls.members.sms
Action used to remove an infoText
RemoveInfoTextAction() - Constructor for class nl.strohalm.cyclos.controls.members.sms.RemoveInfoTextAction
 
RemoveInfoTextForm - Class in nl.strohalm.cyclos.controls.members.sms
Form used to remove an infotext
RemoveInfoTextForm() - Constructor for class nl.strohalm.cyclos.controls.members.sms.RemoveInfoTextForm
 
removeListener(L) - Method in class nl.strohalm.cyclos.services.settings.BaseSettingsHandler
 
removeListener(L) - Method in interface nl.strohalm.cyclos.services.settings.SettingsHandler
Removes a settings listener
removeListener(SettingsChangeListener) - Method in interface nl.strohalm.cyclos.services.settings.SettingsService
Removes a local settings change listener
removeListener(SettingsChangeListener) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
removeListener(SettingsChangeListener) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceSecurity
 
RemoveLoanGroupAction - Class in nl.strohalm.cyclos.controls.loangroups
Action used to remove a loan group
RemoveLoanGroupAction() - Constructor for class nl.strohalm.cyclos.controls.loangroups.RemoveLoanGroupAction
 
RemoveLoanGroupForm - Class in nl.strohalm.cyclos.controls.loangroups
Form used to edit a loan group
RemoveLoanGroupForm() - Constructor for class nl.strohalm.cyclos.controls.loangroups.RemoveLoanGroupForm
 
removeMarkupTags(String) - Static method in class nl.strohalm.cyclos.utils.StringHelper
Removes all html/xml tags
removeMarkupTagsAndUnescapeEntities(String) - Static method in class nl.strohalm.cyclos.utils.StringHelper
Removes all html/xml tags and entities
removeMask(String, String) - Static method in class nl.strohalm.cyclos.utils.StringHelper
Removes the given mask from the given value, trimming to mask length
removeMask(String, String, boolean) - Static method in class nl.strohalm.cyclos.utils.StringHelper
Removes the given mask from the given value, optionally trimming at mask max length (ex: mask is ###, 12345 would result 123 it true, and 12345 if false)
RemoveMaskFromCustomFieldsMigration - Class in nl.strohalm.cyclos.setup.migrations.version3_6
Migration used to remove masks on field values
RemoveMaskFromCustomFieldsMigration() - Constructor for class nl.strohalm.cyclos.setup.migrations.version3_6.RemoveMaskFromCustomFieldsMigration
 
removeMember(Member, LoanGroup) - Method in interface nl.strohalm.cyclos.services.loangroups.LoanGroupService
Removes a member to the loan group
removeMember(Member, LoanGroup) - Method in class nl.strohalm.cyclos.services.loangroups.LoanGroupServiceImpl
 
removeMember(Member, LoanGroup) - Method in class nl.strohalm.cyclos.services.loangroups.LoanGroupServiceSecurity
 
RemoveMemberAction - Class in nl.strohalm.cyclos.controls.members
Action used to remove a member
RemoveMemberAction() - Constructor for class nl.strohalm.cyclos.controls.members.RemoveMemberAction
 
RemoveMemberForm - Class in nl.strohalm.cyclos.controls.members
Form used to remove a member
RemoveMemberForm() - Constructor for class nl.strohalm.cyclos.controls.members.RemoveMemberForm
 
RemoveMemberFromLoanGroupAction - Class in nl.strohalm.cyclos.controls.loangroups
Action used to add a member in a loan group
RemoveMemberFromLoanGroupAction() - Constructor for class nl.strohalm.cyclos.controls.loangroups.RemoveMemberFromLoanGroupAction
 
removeMemberFromPending(SmsMailing, Member) - Method in interface nl.strohalm.cyclos.dao.sms.SmsMailingDAO
Removes the given member from the pending collection
removeMemberFromPending(SmsMailing, Member) - Method in class nl.strohalm.cyclos.dao.sms.SmsMailingDAOImpl
 
removeMemberFromPending(SmsMailing, Member) - Method in class nl.strohalm.cyclos.services.sms.SmsMailingServiceImpl
 
removeMemberFromPending(SmsMailing, Member) - Method in interface nl.strohalm.cyclos.services.sms.SmsMailingServiceLocal
Removes the given member from the pending to send list of the given sms mailing
RemoveMemberRecordAction - Class in nl.strohalm.cyclos.controls.members.records
Action used to remove a member record
RemoveMemberRecordAction() - Constructor for class nl.strohalm.cyclos.controls.members.records.RemoveMemberRecordAction
 
RemoveMemberRecordForm - Class in nl.strohalm.cyclos.controls.members.records
Form used to remove a member record
RemoveMemberRecordForm() - Constructor for class nl.strohalm.cyclos.controls.members.records.RemoveMemberRecordForm
 
RemoveMemberRecordTypeAction - Class in nl.strohalm.cyclos.controls.members.records
Action used to remove a member record type
RemoveMemberRecordTypeAction() - Constructor for class nl.strohalm.cyclos.controls.members.records.RemoveMemberRecordTypeAction
 
RemoveMemberRecordTypeForm - Class in nl.strohalm.cyclos.controls.members.records
Form used to remove a member record type
RemoveMemberRecordTypeForm() - Constructor for class nl.strohalm.cyclos.controls.members.records.RemoveMemberRecordTypeForm
 
RemoveMessageCategoryAction - Class in nl.strohalm.cyclos.controls.members.messages
Removes the message category
RemoveMessageCategoryAction() - Constructor for class nl.strohalm.cyclos.controls.members.messages.RemoveMessageCategoryAction
 
RemoveMessageCategoryForm - Class in nl.strohalm.cyclos.controls.members.messages
Form class to use to remove a message category.
RemoveMessageCategoryForm() - Constructor for class nl.strohalm.cyclos.controls.members.messages.RemoveMessageCategoryForm
 
removeMessagesOnTrashBefore(Calendar) - Method in interface nl.strohalm.cyclos.dao.members.MessageDAO
Removes all messages on trash before the given date
removeMessagesOnTrashBefore(Calendar) - Method in class nl.strohalm.cyclos.dao.members.MessageDAOImpl
 
RemoveOperatorAction - Class in nl.strohalm.cyclos.controls.operators
Action used to remove an operator
RemoveOperatorAction() - Constructor for class nl.strohalm.cyclos.controls.operators.RemoveOperatorAction
 
RemoveOperatorForm - Class in nl.strohalm.cyclos.controls.operators
Form used to remove an operator
RemoveOperatorForm() - Constructor for class nl.strohalm.cyclos.controls.operators.RemoveOperatorForm
 
RemovePaymentFilterAction - Class in nl.strohalm.cyclos.controls.accounts.paymentfilters
 
RemovePaymentFilterAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.paymentfilters.RemovePaymentFilterAction
 
RemovePaymentFilterForm - Class in nl.strohalm.cyclos.controls.accounts.paymentfilters
Form used to remove a payment filter
RemovePaymentFilterForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.paymentfilters.RemovePaymentFilterForm
 
removePendingCharge(AccountFeeLog, Member) - Method in interface nl.strohalm.cyclos.dao.accounts.fee.account.MemberAccountFeeLogDAO
Removes the member as pending to charge for the given feeLog
removePendingCharge(AccountFeeLog, Member) - Method in class nl.strohalm.cyclos.dao.accounts.fee.account.MemberAccountFeeLogDAOImpl
 
RemovePendingMemberAction - Class in nl.strohalm.cyclos.controls.members.pending
Action used to remove a pending member
RemovePendingMemberAction() - Constructor for class nl.strohalm.cyclos.controls.members.pending.RemovePendingMemberAction
 
RemovePendingMemberForm - Class in nl.strohalm.cyclos.controls.members.pending
Form used to remove a pending member
RemovePendingMemberForm() - Constructor for class nl.strohalm.cyclos.controls.members.pending.RemovePendingMemberForm
 
removePendingMembers(Long...) - Method in interface nl.strohalm.cyclos.services.elements.ElementService
Removes the given pending members
removePendingMembers(Long...) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
removePendingMembers(Long...) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceSecurity
 
RemovePosAction - Class in nl.strohalm.cyclos.controls.accounts.pos
 
RemovePosAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.pos.RemovePosAction
 
removePossibleValue(Long...) - Method in class nl.strohalm.cyclos.services.customization.AdCustomFieldServiceSecurity
 
removePossibleValue(Long...) - Method in class nl.strohalm.cyclos.services.customization.AdminCustomFieldServiceSecurity
 
removePossibleValue(Long...) - Method in interface nl.strohalm.cyclos.services.customization.BaseCustomFieldService
Removes the possible value with the given identifiers
removePossibleValue(Long...) - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
 
removePossibleValue(Long...) - Method in class nl.strohalm.cyclos.services.customization.LoanGroupCustomFieldServiceSecurity
 
removePossibleValue(Long...) - Method in class nl.strohalm.cyclos.services.customization.MemberCustomFieldServiceSecurity
 
removePossibleValue(Long...) - Method in class nl.strohalm.cyclos.services.customization.MemberRecordCustomFieldServiceSecurity
 
removePossibleValue(Long...) - Method in class nl.strohalm.cyclos.services.customization.OperatorCustomFieldServiceSecurity
 
removePossibleValue(Long...) - Method in class nl.strohalm.cyclos.services.customization.PaymentCustomFieldServiceSecurity
 
removeQueryStringVariable(String, String) - Static method in class nl.strohalm.cyclos.utils.StringHelper
Remove a variable from a query string
RemoveReceiptPrinterSettingsAction - Class in nl.strohalm.cyclos.controls.members.printsettings
Action used to list all receipt printer settings for the currently logged member
RemoveReceiptPrinterSettingsAction() - Constructor for class nl.strohalm.cyclos.controls.members.printsettings.RemoveReceiptPrinterSettingsAction
 
RemoveReceiptPrinterSettingsForm - Class in nl.strohalm.cyclos.controls.members.printsettings
Form used to remove a receipt printer settings
RemoveReceiptPrinterSettingsForm() - Constructor for class nl.strohalm.cyclos.controls.members.printsettings.RemoveReceiptPrinterSettingsForm
 
RemoveReferenceAction - Class in nl.strohalm.cyclos.controls.members.references
Action used to remove a reference
RemoveReferenceAction() - Constructor for class nl.strohalm.cyclos.controls.members.references.RemoveReferenceAction
 
RemoveReferenceForm - Class in nl.strohalm.cyclos.controls.members.references
Form used to remove a reference
RemoveReferenceForm() - Constructor for class nl.strohalm.cyclos.controls.members.references.RemoveReferenceForm
 
RemoveRegistrationAgreementAction - Class in nl.strohalm.cyclos.controls.members.agreements
Action used to remove a registration agreement
RemoveRegistrationAgreementAction() - Constructor for class nl.strohalm.cyclos.controls.members.agreements.RemoveRegistrationAgreementAction
 
RemoveRegistrationAgreementForm - Class in nl.strohalm.cyclos.controls.members.agreements
Form used to remove a registration agreement
RemoveRegistrationAgreementForm() - Constructor for class nl.strohalm.cyclos.controls.members.agreements.RemoveRegistrationAgreementForm
 
RemoveServiceClientAction - Class in nl.strohalm.cyclos.controls.services
Action used to edit an web services client
RemoveServiceClientAction() - Constructor for class nl.strohalm.cyclos.controls.services.RemoveServiceClientAction
 
RemoveServiceClientForm - Class in nl.strohalm.cyclos.controls.services
Form used to edit an web services client
RemoveServiceClientForm() - Constructor for class nl.strohalm.cyclos.controls.services.RemoveServiceClientForm
 
removeStyleImage(String) - Method in interface nl.strohalm.cyclos.services.customization.ImageService
Removed the specified style image by name (if the image doesn't exist it returns silently)
removeStyleImage(String) - Method in class nl.strohalm.cyclos.services.customization.ImageServiceImpl
 
removeStyleImage(String) - Method in class nl.strohalm.cyclos.services.customization.ImageServiceSecurity
 
RemoveThemeAction - Class in nl.strohalm.cyclos.controls.customization.themes
Action used to remove a theme from system
RemoveThemeAction() - Constructor for class nl.strohalm.cyclos.controls.customization.themes.RemoveThemeAction
 
RemoveTransactionFeeAction - Class in nl.strohalm.cyclos.controls.accounts.transactionfees
Action used to remove a transaction fee
RemoveTransactionFeeAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.transactionfees.RemoveTransactionFeeAction
 
RemoveTransactionFeeForm - Class in nl.strohalm.cyclos.controls.accounts.transactionfees
Form used to remove a transaction fee
RemoveTransactionFeeForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.transactionfees.RemoveTransactionFeeForm
 
RemoveTransferImportAction - Class in nl.strohalm.cyclos.controls.accounts.external.transferimports
Action used to remove a transfer import
RemoveTransferImportAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.transferimports.RemoveTransferImportAction
 
RemoveTransferImportForm - Class in nl.strohalm.cyclos.controls.accounts.external.transferimports
Form used to remove a transfer import
RemoveTransferImportForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.transferimports.RemoveTransferImportForm
 
RemoveTransferTypeAction - Class in nl.strohalm.cyclos.controls.accounts.transfertypes
Action used to remove a transfer type
RemoveTransferTypeAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.transfertypes.RemoveTransferTypeAction
 
RemoveTransferTypeForm - Class in nl.strohalm.cyclos.controls.accounts.transfertypes
Form used to remove a transfer type
RemoveTransferTypeForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.transfertypes.RemoveTransferTypeForm
 
RemoveTranslationMessagesAction - Class in nl.strohalm.cyclos.controls.customization.translationMessages
Action used to remove messages
RemoveTranslationMessagesAction() - Constructor for class nl.strohalm.cyclos.controls.customization.translationMessages.RemoveTranslationMessagesAction
 
RemoveTranslationMessagesForm - Class in nl.strohalm.cyclos.controls.customization.translationMessages
Form used to remove messages
RemoveTranslationMessagesForm() - Constructor for class nl.strohalm.cyclos.controls.customization.translationMessages.RemoveTranslationMessagesForm
 
renderContent(ActionContext) - Method in class nl.strohalm.cyclos.controls.access.transactionpassword.GenerateTransactionPasswordAction
 
renderContent(ActionContext) - Method in class nl.strohalm.cyclos.controls.access.transactionpassword.IsUsedTransactionPasswordAjaxAction
 
renderContent(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.SearchAccountTypesAjaxAction
 
renderContent(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.CalculateGuaranteeFeeAjaxAction
 
renderContent(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.paymentfilters.SearchPaymentFiltersAjaxAction
 
renderContent(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.PaymentCustomFieldsAjaxAction
 
renderContent(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxAction
 
renderContent(ActionContext) - Method in class nl.strohalm.cyclos.controls.admins.GetApplicationStatusAjaxAction
 
renderContent(ActionContext) - Method in class nl.strohalm.cyclos.controls.BaseAjaxAction
Render the AJAX result
renderContent(ActionContext) - Method in class nl.strohalm.cyclos.controls.BaseCsvAction
 
renderContent(ActionContext) - Method in class nl.strohalm.cyclos.controls.BaseReceiptPrintAjaxAction
 
renderContent(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.fields.ListPaymentFieldsAjaxAction
 
renderContent(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.files.GetDirectoryContentsAjaxAction
 
renderContent(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.files.GetFileContentsAjaxAction
 
renderContent(ActionContext) - Method in class nl.strohalm.cyclos.controls.groups.customizedFiles.GetAvailableFilesForGroupAjaxAction
 
renderContent(ActionContext) - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.GetAvailableFilesForGroupFilterAjaxAction
 
renderContent(ActionContext) - Method in class nl.strohalm.cyclos.controls.groups.SearchGroupsAjaxAction
 
renderContent(ActionContext) - Method in class nl.strohalm.cyclos.controls.image.RemoveImageAction
 
renderContent(ActionContext) - Method in class nl.strohalm.cyclos.controls.loans.CalculateLoanPaymentsAjaxAction
 
renderContent(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.LoadMemberAjaxAction
 
renderContent(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.messages.SearchMessageCategoriesAjaxAction
 
renderContent(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.SearchAdminsAjaxAction
 
renderContent(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.SearchMembersAjaxAction
 
renderContent(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.CalculatePaymentsAjaxAction
 
repay(RepayLoanDTO) - Method in interface nl.strohalm.cyclos.services.transactions.LoanService
Repay a loan, returning the generated transfer.
repay(RepayLoanDTO) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceImpl
 
repay(RepayLoanDTO) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceSecurity
 
RepayLoanAction - Class in nl.strohalm.cyclos.controls.loans
Action used to repay a loan
RepayLoanAction() - Constructor for class nl.strohalm.cyclos.controls.loans.RepayLoanAction
 
RepayLoanDTO - Class in nl.strohalm.cyclos.services.transactions
Parameters for repaying a loan
RepayLoanDTO() - Constructor for class nl.strohalm.cyclos.services.transactions.RepayLoanDTO
 
RepayLoanDTO(Loan, BigDecimal) - Constructor for class nl.strohalm.cyclos.services.transactions.RepayLoanDTO
 
RepayLoanDTO(LoanPayment, BigDecimal) - Constructor for class nl.strohalm.cyclos.services.transactions.RepayLoanDTO
 
RepayLoanForm - Class in nl.strohalm.cyclos.controls.loans
Form used to repay a loan
RepayLoanForm() - Constructor for class nl.strohalm.cyclos.controls.loans.RepayLoanForm
 
replace(Object, Object, Object) - Method in class nl.strohalm.cyclos.utils.hibernate.AbstractEnumType
 
replace(Object, Object, Object) - Method in class nl.strohalm.cyclos.utils.hibernate.AmountType
 
replace(Object, Object, SessionImplementor, Object) - Method in class nl.strohalm.cyclos.utils.hibernate.BasePeriodType
 
replace(Object, Object, Object) - Method in class nl.strohalm.cyclos.utils.hibernate.PermissionType
 
replace(Object, Object, Object) - Method in class nl.strohalm.cyclos.utils.hibernate.RangeConstraintType
 
replace(Object, Object, SessionImplementor, Object) - Method in class nl.strohalm.cyclos.utils.hibernate.TimePeriodType
 
replacePossibleValues(CustomFieldPossibleValue, CustomFieldPossibleValue) - Method in class nl.strohalm.cyclos.services.customization.AdCustomFieldServiceSecurity
 
replacePossibleValues(CustomFieldPossibleValue, CustomFieldPossibleValue) - Method in class nl.strohalm.cyclos.services.customization.AdminCustomFieldServiceSecurity
 
replacePossibleValues(CustomFieldPossibleValue, CustomFieldPossibleValue) - Method in interface nl.strohalm.cyclos.services.customization.BaseCustomFieldService
Replace all field values with the given old possible value with the given new value
replacePossibleValues(CustomFieldPossibleValue, CustomFieldPossibleValue) - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
 
replacePossibleValues(CustomFieldPossibleValue, CustomFieldPossibleValue) - Method in class nl.strohalm.cyclos.services.customization.LoanGroupCustomFieldServiceSecurity
 
replacePossibleValues(CustomFieldPossibleValue, CustomFieldPossibleValue) - Method in class nl.strohalm.cyclos.services.customization.MemberCustomFieldServiceSecurity
 
replacePossibleValues(CustomFieldPossibleValue, CustomFieldPossibleValue) - Method in class nl.strohalm.cyclos.services.customization.MemberRecordCustomFieldServiceSecurity
 
replacePossibleValues(CustomFieldPossibleValue, CustomFieldPossibleValue) - Method in class nl.strohalm.cyclos.services.customization.OperatorCustomFieldServiceSecurity
 
replacePossibleValues(CustomFieldPossibleValue, CustomFieldPossibleValue) - Method in class nl.strohalm.cyclos.services.customization.PaymentCustomFieldServiceSecurity
 
request - Variable in class nl.strohalm.cyclos.controls.webshop.ConfirmWebShopPaymentAction.ShouldValidateTPParameter
 
requestAccess(AbstractActionContext) - Method in class nl.strohalm.cyclos.struts.access.ActionAccessMonitor
 
requestGuarantee(PaymentObligationPackDTO) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeService
It creates a new guarantee from a pack of payment obligations
requestGuarantee(PaymentObligationPackDTO) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
requestGuarantee(PaymentObligationPackDTO) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceSecurity
 
RequestHelper - Class in nl.strohalm.cyclos.utils
Helper class for request operations
RequestHelper() - Constructor for class nl.strohalm.cyclos.utils.RequestHelper
 
requestOf(SoapMessage) - Static method in class nl.strohalm.cyclos.webservices.utils.WebServiceHelper
Returns the HttpServletRequest instance for the given SOAP message
RequestParameter - Annotation Type in nl.strohalm.cyclos.annotations
It allows annotate a struts action class indicating the request parameter name used to load a related entity
requestPayment(String, PaymentRequestTicketVO) - Method in interface nl.strohalm.cyclos.webservices.external.paymentrequest.PaymentRequestWebService
Requests a payment confirmation
RequestPaymentAction - Class in nl.strohalm.cyclos.controls.payments.request
Action used by a member to request a payment to be confirmed by other channel
RequestPaymentAction() - Constructor for class nl.strohalm.cyclos.controls.payments.request.RequestPaymentAction
 
requestPaymentConfirmation(RequestPaymentParameters) - Method in interface nl.strohalm.cyclos.webservices.payments.PaymentWebService
Makes a payment request, in order to be confirmed in another channel
requestPaymentConfirmation(RequestPaymentParameters) - Method in class nl.strohalm.cyclos.webservices.payments.PaymentWebServiceImpl
 
RequestPaymentForm - Class in nl.strohalm.cyclos.controls.payments.request
Form used by a member to request a payment to be confirmed by other channel
RequestPaymentForm() - Constructor for class nl.strohalm.cyclos.controls.payments.request.RequestPaymentForm
 
RequestPaymentParameters - Class in nl.strohalm.cyclos.webservices.payments
Parameters used to request a payment
RequestPaymentParameters() - Constructor for class nl.strohalm.cyclos.webservices.payments.RequestPaymentParameters
 
RequestPaymentResult - Class in nl.strohalm.cyclos.webservices.payments
The result from a request payment call
RequestPaymentResult() - Constructor for class nl.strohalm.cyclos.webservices.payments.RequestPaymentResult
 
RequestProcessingFilter - Class in nl.strohalm.cyclos.http
Filter used to apply the correct character encoding
RequestProcessingFilter() - Constructor for class nl.strohalm.cyclos.http.RequestProcessingFilter
 
required() - Method in class nl.strohalm.cyclos.utils.validation.Validator.Property
 
RequiredError - Class in nl.strohalm.cyclos.utils.validation
Required data validation error
RequiredError(Object...) - Constructor for class nl.strohalm.cyclos.utils.validation.RequiredError
 
requiredUserType(ActionMapping, HttpServletRequest, HttpServletResponse, LoginForm) - Method in class nl.strohalm.cyclos.controls.access.LoginAction
May be overridden in order to return the required user type
requiredUserType(ActionMapping, HttpServletRequest, HttpServletResponse, LoginForm) - Method in class nl.strohalm.cyclos.controls.posweb.LoginAction
 
RequiredValidation - Class in nl.strohalm.cyclos.utils.validation
Validates a required field
requiredValuesMap - Variable in class nl.strohalm.cyclos.services.access.AbstractPermissionCheck
 
requiresMemberToReceive() - Method in class nl.strohalm.cyclos.services.elements.SendDirectMessageToMemberDTO
 
requiresMemberToReceive() - Method in class nl.strohalm.cyclos.services.elements.SendMessageFromSystemDTO
 
requiresMemberToReceive() - Method in class nl.strohalm.cyclos.services.elements.SendMessageToMemberDTO
 
resendEmail(PendingMember) - Method in interface nl.strohalm.cyclos.services.elements.ElementService
Re-sends the activation e-mail
resendEmail(PendingMember) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
resendEmail(PendingMember) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceSecurity
 
ResendEmailValidationAction - Class in nl.strohalm.cyclos.controls.members.pending
Action used to resend a validation e-mail
ResendEmailValidationAction() - Constructor for class nl.strohalm.cyclos.controls.members.pending.ResendEmailValidationAction
 
ResendEmailValidationForm - Class in nl.strohalm.cyclos.controls.members.pending
Form used to resend a validation e-mail
ResendEmailValidationForm() - Constructor for class nl.strohalm.cyclos.controls.members.pending.ResendEmailValidationForm
 
reservationDiff(Account, Period) - Method in interface nl.strohalm.cyclos.dao.accounts.AmountReservationDAO
Calculates the sum of amount reservations within the given period (optionally null, considering all time)
reservationDiff(Account, Period) - Method in class nl.strohalm.cyclos.dao.accounts.AmountReservationDAOImpl
 
reserve(ScheduledPayment) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
reserve(ScheduledPayment) - Method in interface nl.strohalm.cyclos.services.accounts.AccountServiceLocal
Inserts an amount reservation for the given scheduled payment
reservePending(Transfer) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
reservePending(Transfer) - Method in interface nl.strohalm.cyclos.services.accounts.AccountServiceLocal
Inserts an amount reservation for a transfer pending authorization
reset(ActionMapping, HttpServletRequest) - Method in class nl.strohalm.cyclos.controls.access.ListConnectedUsersForm
 
reset(ActionMapping, HttpServletRequest) - Method in class nl.strohalm.cyclos.controls.accounts.cards.SearchCardsForm
 
reset(ActionMapping, HttpServletRequest) - Method in class nl.strohalm.cyclos.controls.accounts.details.TransfersAwaitingAuthorizationForm
 
reset(ActionMapping, HttpServletRequest) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.SearchGuaranteesForm
 
reset(ActionMapping, HttpServletRequest) - Method in class nl.strohalm.cyclos.controls.accounts.pos.SearchPosForm
 
reset(ActionMapping, HttpServletRequest) - Method in class nl.strohalm.cyclos.controls.ads.SearchAdsForm
 
reset(ActionMapping, HttpServletRequest) - Method in class nl.strohalm.cyclos.controls.BaseQueryForm
 
reset(ActionMapping, HttpServletRequest) - Method in class nl.strohalm.cyclos.controls.customization.translationMessages.SearchTranslationMessagesForm
 
reset(ActionMapping, HttpServletRequest) - Method in class nl.strohalm.cyclos.controls.elements.SearchElementsForm
 
reset(ActionMapping, HttpServletRequest) - Method in class nl.strohalm.cyclos.controls.members.SearchMembersForm
 
reset(ActionMapping, HttpServletRequest) - Method in class nl.strohalm.cyclos.controls.members.sms.SearchSmsLogsForm
 
reset(ActionMapping, HttpServletRequest) - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportForm
 
reset(ActionMapping, HttpServletRequest) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsActivityForm
 
reset(ActionMapping, HttpServletRequest) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsFinancesForm
 
reset(ActionMapping, HttpServletRequest) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsForm
 
reset(ActionMapping, HttpServletRequest) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsKeyDevelopmentsForm
 
reset(ActionMapping, HttpServletRequest) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsTaxesForm
 
reset(FileMapping) - Method in interface nl.strohalm.cyclos.services.accounts.external.filemapping.FileMappingService
Reset the file mapping reference on the external account, removing it from the database
reset(FileMapping) - Method in class nl.strohalm.cyclos.services.accounts.external.filemapping.FileMappingServiceImpl
 
reset(FileMapping) - Method in class nl.strohalm.cyclos.services.accounts.external.filemapping.FileMappingServiceSecurity
 
ResetAndSendPasswordAction - Class in nl.strohalm.cyclos.controls.access
Action used to reset a member's password and send it by mail
ResetAndSendPasswordAction() - Constructor for class nl.strohalm.cyclos.controls.access.ResetAndSendPasswordAction
 
ResetAndSendPasswordForm - Class in nl.strohalm.cyclos.controls.access
Form used to reset a member's password and send it by mail
ResetAndSendPasswordForm() - Constructor for class nl.strohalm.cyclos.controls.access.ResetAndSendPasswordForm
 
ResetFileMappingAction - Class in nl.strohalm.cyclos.controls.accounts.external.filemappings
Action used to reset a file mapping
ResetFileMappingAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.filemappings.ResetFileMappingAction
 
ResetFileMappingForm - Class in nl.strohalm.cyclos.controls.accounts.external.filemappings
Form used to reset a file mapping
ResetFileMappingForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.filemappings.ResetFileMappingForm
 
resetPassword(MemberUser) - Method in interface nl.strohalm.cyclos.services.access.AccessService
Reset an user's password, sending it by mail
resetPassword(MemberUser) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
resetPassword(MemberUser) - Method in class nl.strohalm.cyclos.services.access.AccessServiceSecurity
 
resetTransactionPassword(ResetTransactionPasswordDTO) - Method in interface nl.strohalm.cyclos.services.access.AccessService
Resets the transaction password of the specified user
resetTransactionPassword(ResetTransactionPasswordDTO) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
resetTransactionPassword(ResetTransactionPasswordDTO) - Method in class nl.strohalm.cyclos.services.access.AccessServiceSecurity
 
ResetTransactionPasswordDTO - Class in nl.strohalm.cyclos.services.elements
Contains parameters to reset an user's transaction password
ResetTransactionPasswordDTO() - Constructor for class nl.strohalm.cyclos.services.elements.ResetTransactionPasswordDTO
 
resizeGivenMaxDimensions(BufferedImage, String, Dimensions) - Static method in class nl.strohalm.cyclos.utils.ImageHelper
Resizes the given image to a maximum according to the given dimensions, returning the file where it is stored
resizeKeepingRatio(Dimensions) - Method in class nl.strohalm.cyclos.utils.Dimensions
Returns a new Dimension object, resized given the maximum possible dimensions, and keeping the aspect ratio
resolve(String) - Method in class nl.strohalm.cyclos.webservices.utils.CurrencyHelper
Given a currency symbol or identifier as string, returns the Currency instance
resolveAd(ActionContext) - Method in class nl.strohalm.cyclos.controls.ads.BaseAdAction
 
resolveAd(ActionContext) - Method in class nl.strohalm.cyclos.controls.ads.EditAdAction
 
resolveAdditionalFetch() - Method in class nl.strohalm.cyclos.services.customization.AdminCustomFieldServiceImpl
 
resolveAdditionalFetch() - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
Must be implemented in order to resolve additional fetch to be applied before fields are stored on the cache
resolveAdditionalFetch() - Method in class nl.strohalm.cyclos.services.customization.MemberCustomFieldServiceImpl
 
resolveAdditionalFetch() - Method in class nl.strohalm.cyclos.services.customization.OperatorCustomFieldServiceImpl
 
resolveAdditionalFetch() - Method in class nl.strohalm.cyclos.services.customization.PaymentCustomFieldServiceImpl
 
resolveAddressType(String) - Static method in class nl.strohalm.cyclos.utils.InternetAddressHelper
Returns the address type, or null when invalid
resolveAllIpAddresses() - Method in class nl.strohalm.cyclos.services.services.ServiceClientServiceImpl
 
resolveAllIpAddresses() - Method in interface nl.strohalm.cyclos.services.services.ServiceClientServiceLocal
Resolves the IP addresses for all service clients
resolveAuthorizationDto(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.authorization.BaseTransferAuthorizationAction
 
resolveChannel(String) - Method in class nl.strohalm.cyclos.webservices.utils.ChannelHelper
When the current request comes from a client restricted to a channel, use that channel.
resolveCSVWriter(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.cards.ExportCardsToCsvAction
 
resolveCSVWriter(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.details.ExportTransactionsToCsvAction
 
resolveCSVWriter(ActionContext) - Method in class nl.strohalm.cyclos.controls.ads.ExportAdsToCsvAction
 
resolveCSVWriter(ActionContext) - Method in class nl.strohalm.cyclos.controls.BaseCsvAction
Must be implemented in order to return the CSVWriter which will render the content
resolveCSVWriter(ActionContext) - Method in class nl.strohalm.cyclos.controls.loans.ExportLoanPaymentsToCsvAction
 
resolveCSVWriter(ActionContext) - Method in class nl.strohalm.cyclos.controls.loans.ExportLoansToCsvAction
 
resolveCSVWriter(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.ExportMembersToCsvAction
 
resolveCSVWriter(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.pending.ExportPendingMembersToCsvAction
 
resolveCSVWriter(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.records.ExportMemberRecordsToCsvAction
 
resolveCSVWriter(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.members.list.ExportMembersListReportToCsvAction
 
resolveCSVWriter(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.members.sms.SmsLogsReportCsvAction
 
resolveCSVWriter(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.ExportMembersTransactionsDetailsToCsvAction
 
resolveCSVWriter(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.ExportMembersTransactionsReportToCsvAction
 
resolveCurrencies(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.BasePaymentAction
 
resolveEntityType(ActionContext) - Method in class nl.strohalm.cyclos.controls.admintasks.BaseIndexesAction
 
resolveErrorKey(CreditsException) - Static method in class nl.strohalm.cyclos.utils.ActionHelper
Given a credits exception, resolve it's error key
resolveErrorReturnTo(ActionMapping, HttpServletRequest, HttpServletResponse, LoginForm) - Method in class nl.strohalm.cyclos.controls.access.LoginAction
 
resolveErrorReturnTo(ActionMapping, HttpServletRequest, HttpServletResponse, LoginForm) - Method in class nl.strohalm.cyclos.controls.posweb.LoginAction
 
resolveForward(ActionContext) - Method in class nl.strohalm.cyclos.controls.access.ChangePasswordAction
 
resolveForward(ActionContext) - Method in class nl.strohalm.cyclos.controls.posweb.ChangeExpiredPasswordAction
 
resolveForwardParams(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.details.ViewTransactionAction
Resolve a Map containing parameters for the next request after a form submit
resolveFromFiles(Collection<String>) - Static method in enum nl.strohalm.cyclos.themes.Theme.Style
Returns a set containing the WhatToExport instances according to a list of given file names
resolveFromMember(AbstractPaymentParameters) - Method in class nl.strohalm.cyclos.webservices.utils.PaymentHelper
Returns the from member, either by id or username
resolveImplementationClass() - Method in class nl.strohalm.cyclos.spring.BaseSingletonFactoryBean
Should be implemented in order to instantiate the actual object
resolveImplementationClass() - Method in class nl.strohalm.cyclos.spring.FactoryBeanFromProperties
 
resolveIndexRoot() - Static method in class nl.strohalm.cyclos.utils.lucene.IndexHandler
Returns the root directory where indexes are stored
resolveLoanDTO(ActionContext) - Method in class nl.strohalm.cyclos.controls.loans.LoanDetailsAction
 
resolveLoginForward(ActionMapping, HttpServletRequest) - Method in class nl.strohalm.cyclos.controls.BaseAction
Returns a forward to the login page.
resolveLoginForward(ActionMapping, HttpServletRequest) - Method in class nl.strohalm.cyclos.controls.posweb.BasePosWebPaymentAction
 
resolveMember(TransactionImportDTO) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferServiceImpl
Resolve the member of the given DTO
resolveMember(TransactionImportDTO) - Method in interface nl.strohalm.cyclos.services.accounts.external.ExternalTransferServiceLocal
Resolves the member involved in the transaction.
resolveMember(PrincipalParameters) - Method in class nl.strohalm.cyclos.webservices.utils.MemberHelper
Checks the ServiceClient.getMember().
resolveMember(PrincipalType, String) - Method in class nl.strohalm.cyclos.webservices.utils.MemberHelper
Checks the ServiceClient.getMember().
resolveMember(String, String) - Method in class nl.strohalm.cyclos.webservices.utils.MemberHelper
Checks the ServiceClient.getMember().
resolveMembersToNotify(Ad) - Method in interface nl.strohalm.cyclos.dao.members.AdInterestDAO
Iterates over all ad interests for all members
resolveMembersToNotify(Ad) - Method in class nl.strohalm.cyclos.dao.members.AdInterestDAOImpl
 
resolveModules(ActionContext, Group) - Static method in class nl.strohalm.cyclos.controls.groups.permissions.EditGroupPermissionsAction
 
resolveOptions(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.ListGeneratedTypesAjaxAction
 
resolveOptions(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.ListGeneratedTypesAjaxAction
 
resolveOptions(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxAction
May be overridden to resolve the rendering options
resolveParameters(CreditsException) - Static method in class nl.strohalm.cyclos.utils.ActionHelper
 
resolvePath() - Method in class nl.strohalm.cyclos.taglibs.AbstractCustomizedFileTag
 
resolvePaymentDTO(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.BasePaymentAction
Reads the payment DTO from the form
resolvePaymentDTO(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.PaymentAction
Reads the payment DTO from the form
resolvePaymentDTO(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.SelfPaymentAction
 
resolvePaymentDTO(ActionContext) - Method in class nl.strohalm.cyclos.controls.posweb.MakePaymentAction
 
resolvePaymentDTO(ActionContext) - Method in class nl.strohalm.cyclos.controls.posweb.ReceivePaymentAction
 
resolvePrincipalType(String) - Method in interface nl.strohalm.cyclos.services.access.ChannelService
Resolves a principal type given a string.
resolvePrincipalType(String, String) - Method in interface nl.strohalm.cyclos.services.access.ChannelService
Resolves a principal type given a string, validating that it is supported by the given channel.
resolvePrincipalType(String) - Method in class nl.strohalm.cyclos.services.access.ChannelServiceImpl
 
resolvePrincipalType(String, String) - Method in class nl.strohalm.cyclos.services.access.ChannelServiceImpl
 
resolvePrincipalType(String) - Method in class nl.strohalm.cyclos.services.access.ChannelServiceSecurity
 
resolvePrincipalType(String, String) - Method in class nl.strohalm.cyclos.services.access.ChannelServiceSecurity
 
resolvePrincipalType(String) - Method in class nl.strohalm.cyclos.webservices.utils.ChannelHelper
 
resolveQuery(ActionContext) - Method in class nl.strohalm.cyclos.controls.elements.ExportElementsToCsvAction
 
resolveQuery(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.ExportMembersToCsvAction
 
resolveReference(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.references.BaseEditReferenceAction
 
resolveReference(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.references.EditGeneralReferenceAction
 
resolveReference(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.references.EditTransactionFeedbackAction
 
resolveReferences(Entity) - Method in class nl.strohalm.cyclos.utils.hibernate.HibernateQueryHandler
 
resolveScheduledPayment(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.details.ViewScheduledPaymentAction
 
resolveText(ActionContext, ReceiptPrinterSettings) - Method in class nl.strohalm.cyclos.controls.accounts.details.ScheduledPaymentReceiptAjaxAction
 
resolveText(ActionContext, ReceiptPrinterSettings) - Method in class nl.strohalm.cyclos.controls.accounts.details.TransactionReceiptAjaxAction
 
resolveText(ActionContext, ReceiptPrinterSettings) - Method in class nl.strohalm.cyclos.controls.BaseReceiptPrintAjaxAction
Should be implemented in order to resolve the text to print.
resolveText(ActionContext, ReceiptPrinterSettings) - Method in class nl.strohalm.cyclos.controls.posweb.TransactionsReceiptAction
 
resolveToMember(AbstractPaymentParameters) - Method in class nl.strohalm.cyclos.webservices.utils.PaymentHelper
Returns the to member, either by id or username
resolveTransfer(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.details.ViewTransactionAction
 
resolveTransferTypeQuery(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.BasePaymentAction
Should be overridden to return a transfer type query.
resolveTransferTypeQuery(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.PaymentAction
 
resolveTransferTypeQuery(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.SelfPaymentAction
 
resolveTransferTypeQuery(ActionContext) - Method in class nl.strohalm.cyclos.controls.posweb.BasePosWebPaymentAction
 
resolveTransferTypeQuery(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsAction
builds the query for getting the transfer types, to fill the transfer type drop down.
resolveTransferTypes(Element) - Method in class nl.strohalm.cyclos.controls.accounts.details.BaseTransferAuthorizationSearchAction
 
resolveType() - Method in class nl.strohalm.cyclos.taglibs.AbstractCustomizedFileTag
 
resolveUrl() - Method in class nl.strohalm.cyclos.taglibs.CustomImageUrlTag
Returns the url
resolveUrlFor(Class<?>) - Method in class nl.strohalm.cyclos.webservices.CyclosWebServicesClientFactory
Resolves the service url for the given interface
resolveURLs(String) - Static method in class nl.strohalm.cyclos.utils.CSSHelper
Returns a list with all URLs referenced by the given css code
resolveUser(PrincipalType, String) - Method in class nl.strohalm.cyclos.webservices.utils.MemberHelper
Invokes resolveMember(String), returning it's user, or null
response - Variable in class nl.strohalm.cyclos.controls.webshop.ConfirmWebShopPaymentAction.ShouldValidateTPParameter
 
responseHelper - Variable in class nl.strohalm.cyclos.controls.ads.categories.ExportAdCategoriesAction
 
responseHelper - Variable in class nl.strohalm.cyclos.controls.BaseAjaxAction
 
responseHelper - Variable in class nl.strohalm.cyclos.controls.BaseFormAction
 
responseHelper - Variable in class nl.strohalm.cyclos.controls.BasePublicFormAction
 
responseHelper - Variable in class nl.strohalm.cyclos.controls.customization.documents.ViewDocumentAction
 
responseHelper - Variable in class nl.strohalm.cyclos.controls.customization.fields.SearchPossibleValuesAjaxAction
 
responseHelper - Variable in class nl.strohalm.cyclos.controls.customization.translationMessages.ExportTranslationMessagesAction
 
responseHelper - Variable in class nl.strohalm.cyclos.controls.settings.ExportSettingsAction
 
ResponseHelper - Class in nl.strohalm.cyclos.utils
Helper class for working with the response object
ResponseHelper() - Constructor for class nl.strohalm.cyclos.utils.ResponseHelper
 
ResponseHelper.Status - Enum in nl.strohalm.cyclos.utils
 
restricted() - Method in class nl.strohalm.cyclos.webservices.utils.ChannelHelper
Returns the channel name for the current client's restricted channel, or null when not restricted
ResultPage<T> - Class in nl.strohalm.cyclos.webservices.model
Contains a page of results
ResultPage() - Constructor for class nl.strohalm.cyclos.webservices.model.ResultPage
 
ResultPage(int, int) - Constructor for class nl.strohalm.cyclos.webservices.model.ResultPage
 
retainAll(Collection<?>) - Method in class nl.strohalm.cyclos.utils.IteratorListImpl
 
retrieve() - Method in interface nl.strohalm.cyclos.utils.cache.CacheCallback
Returns the object for the cache
retrieveTotalAmount(ProjectionDTO) - Method in class nl.strohalm.cyclos.services.transactions.BaseMultiplePaymentLoanHandler
 
retrieveTotalAmount(ProjectionDTO) - Method in class nl.strohalm.cyclos.services.transactions.LoanWithInterestHandler
 
RetrieveTransfersToProcessAction - Class in nl.strohalm.cyclos.controls.accounts.external.process
Action used to retrieve the payments to process
RetrieveTransfersToProcessAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.process.RetrieveTransfersToProcessAction
 
RetrieveTransfersToProcessForm - Class in nl.strohalm.cyclos.controls.accounts.external.process
Form used to retrieve the payments to process
RetrieveTransfersToProcessForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.process.RetrieveTransfersToProcessForm
 
returnedClass() - Method in class nl.strohalm.cyclos.utils.hibernate.AbstractEnumType
 
returnedClass() - Method in class nl.strohalm.cyclos.utils.hibernate.AmountType
 
returnedClass() - Method in class nl.strohalm.cyclos.utils.hibernate.BasePeriodType
 
returnedClass() - Method in class nl.strohalm.cyclos.utils.hibernate.PermissionType
 
returnedClass() - Method in class nl.strohalm.cyclos.utils.hibernate.RangeConstraintType
 
returnedClass() - Method in class nl.strohalm.cyclos.utils.hibernate.TimePeriodType
 
returnForward(WebShopTicket) - Static method in class nl.strohalm.cyclos.controls.webshop.WebShopHelper
Returns a forward to the ticket's return url
returnReservation(TransferAuthorization, Transfer) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
returnReservation(TransferAuthorization, Transfer) - Method in interface nl.strohalm.cyclos.services.accounts.AccountServiceLocal
Inserts an amount reservation to return the reserved amount for a payment authorization
returnReservationForInstallment(Transfer) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
returnReservationForInstallment(Transfer) - Method in interface nl.strohalm.cyclos.services.accounts.AccountServiceLocal
Inserts an amount reservation to return the reserved amount for an installment of a scheduled payment that reserved the total amount
reverse(String) - Method in interface nl.strohalm.cyclos.webservices.payments.PaymentWebService
Performs a reverse, returning the status, the original transfer and the chargeback transfer
reverse(String) - Method in class nl.strohalm.cyclos.webservices.payments.PaymentWebServiceImpl
 
RichTextAreaTag - Class in nl.strohalm.cyclos.taglibs
Renders a rich text area
RichTextAreaTag() - Constructor for class nl.strohalm.cyclos.taglibs.RichTextAreaTag
 
rollback() - Method in class nl.strohalm.cyclos.utils.JDBCWrapper
Rollbacks the underlying connection
ROOT_CACHE_PATH - Static variable in class nl.strohalm.cyclos.servlets.ImageByIdServlet
 
round(BigDecimal) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
round(Object) - Static method in class nl.strohalm.cyclos.taglibs.Functions
Rounds the given number
roundHighPrecision(BigDecimal) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
RowBreakTag - Class in nl.strohalm.cyclos.taglibs
Breaks the line inside a layout tag
RowBreakTag() - Constructor for class nl.strohalm.cyclos.taglibs.RowBreakTag
 
rowSeparator - Variable in class nl.strohalm.cyclos.utils.csv.CSVWriter
 
run() - Method in class nl.strohalm.cyclos.scheduling.HourlyScheduledTasks
 
run() - Method in class nl.strohalm.cyclos.scheduling.polling.PollingTask
 
run(Calendar) - Method in class nl.strohalm.cyclos.scheduling.tasks.BaseScheduledTask
 
run(Calendar) - Method in interface nl.strohalm.cyclos.scheduling.tasks.ScheduledTask
Run this task as if it were fired at the exact given instant
run() - Method in class nl.strohalm.cyclos.setup.CreateBasicData
Create the basic data
run() - Method in class nl.strohalm.cyclos.setup.CreateDataBase
Create the database
run() - Method in class nl.strohalm.cyclos.setup.CreateInitialData
CreateInitialData Create an initial database
run() - Method in class nl.strohalm.cyclos.setup.DataBaseConfiguration
 
run() - Method in class nl.strohalm.cyclos.setup.ExportScript
Export the script for creating the database
run() - Method in class nl.strohalm.cyclos.utils.DelegateTimerTask
 
run() - Method in class nl.strohalm.cyclos.utils.lucene.IndexOperationRunner
 
run(Collection<T>) - Method in class nl.strohalm.cyclos.utils.ParallelTask
Runs all the given tasks.
RunAccountFeeAction - Class in nl.strohalm.cyclos.controls.accounts.accountfees
Action used to run a manual account fee
RunAccountFeeAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.accountfees.RunAccountFeeAction
 
runAs(User, Callable<T>) - Static method in class nl.strohalm.cyclos.utils.access.LoggedUser
 
runAs(User, String, Callable<T>) - Static method in class nl.strohalm.cyclos.utils.access.LoggedUser
 
runAsSystem(Callable<T>) - Static method in class nl.strohalm.cyclos.utils.access.LoggedUser
 
runAsync(TransactionCallback<T>) - Method in interface nl.strohalm.cyclos.utils.TransactionHelper
Executes the given #TransactionCallback in a separate transaction, without waiting for the result.
runAsync(TransactionCallback<T>) - Method in class nl.strohalm.cyclos.utils.TransactionHelperImpl
 
runCommitListeners() - Method in class nl.strohalm.cyclos.utils.transaction.TransactionListeners
Runs the commit listeners
runInCurrentThread(TransactionCallback<T>) - Method in interface nl.strohalm.cyclos.utils.TransactionHelper
Runs the current callback in the current thread.
runInCurrentThread(TransactionCallback<T>) - Method in class nl.strohalm.cyclos.utils.TransactionHelperImpl
 
runInitializations(Collection<String>) - Method in class nl.strohalm.cyclos.utils.tasks.HazelcastTaskRunner
 
runInitializations(Collection<String>) - Method in interface nl.strohalm.cyclos.utils.tasks.TaskRunner
Runs all the given initializations, which are spring bean names.
runInitializations(Collection<String>) - Method in class nl.strohalm.cyclos.utils.tasks.TaskRunnerImpl
 
runInNewTransaction(TransactionCallback<T>) - Method in interface nl.strohalm.cyclos.utils.TransactionHelper
Executes the given TransactionCallback in a separate transaction.
runInNewTransaction(TransactionCallback<T>) - Method in class nl.strohalm.cyclos.utils.TransactionHelperImpl
 
runListeners(boolean) - Method in class nl.strohalm.cyclos.utils.transaction.TransactionListeners
Either invokes TransactionListeners.runCommitListeners() when the flag is true or TransactionListeners.runRollbackListeners() when the flag is false
runNative(JDBCCallback) - Method in class nl.strohalm.cyclos.dao.BaseDAOImpl
Runs something directly in the database connection using a JDBCCallback
runNextTasks() - Method in class nl.strohalm.cyclos.scheduling.SchedulingHandler
 
runPollingTask(String, Callable<Boolean>) - Method in interface nl.strohalm.cyclos.utils.tasks.TaskRunner
Executes the given polling task
runPollingTask(String, Callable<Boolean>) - Method in class nl.strohalm.cyclos.utils.tasks.TaskRunnerImpl
 
runRollbackListeners() - Method in class nl.strohalm.cyclos.utils.transaction.TransactionListeners
Runs the rollback listeners
runScheduledTasks(Calendar, Collection<String>) - Method in interface nl.strohalm.cyclos.utils.tasks.TaskRunner
Runs the scheduled task with the given name
runScheduledTasks(Calendar, Collection<String>) - Method in class nl.strohalm.cyclos.utils.tasks.TaskRunnerImpl
 
runTask() - Method in class nl.strohalm.cyclos.scheduling.polling.AccountActivationPollingTask
 
runTask() - Method in class nl.strohalm.cyclos.scheduling.polling.AdInterestsNotificationPollingTask
 
runTask() - Method in class nl.strohalm.cyclos.scheduling.polling.BulkMessageSendingPollingTask
 
runTask() - Method in class nl.strohalm.cyclos.scheduling.polling.ChargeAccountFeePollingTask
 
runTask() - Method in class nl.strohalm.cyclos.scheduling.polling.PollingTask
Should be implemented by subclasses to perform the actual task.
runTask() - Method in class nl.strohalm.cyclos.scheduling.polling.ServiceClientIpResolvingPollingTask
 
runTask() - Method in class nl.strohalm.cyclos.scheduling.polling.SmsMailingSendingPollingTask
 
runValidation(ActionContext, Element) - Method in class nl.strohalm.cyclos.controls.admins.CreateAdminAction
 
runValidation(ActionContext, Element) - Method in class nl.strohalm.cyclos.controls.elements.CreateElementAction
 
runValidation(ActionContext, Element) - Method in class nl.strohalm.cyclos.controls.members.CreateMemberAction
 
runValidation(ActionContext, Element) - Method in class nl.strohalm.cyclos.controls.operators.CreateOperatorAction
 

S

sameAs(String) - Method in class nl.strohalm.cyclos.setup.Version
 
sameDay(Calendar, Calendar) - Static method in class nl.strohalm.cyclos.utils.DateHelper
checks if the two dates are on the same calendar day.
SanitizedHttpServletRequest - Class in nl.strohalm.cyclos.http
 
SanitizedHttpServletRequest(HttpServletRequest) - Constructor for class nl.strohalm.cyclos.http.SanitizedHttpServletRequest
 
SanitizerFilter - Class in nl.strohalm.cyclos.http
Filter used to apply the correct character encoding
SanitizerFilter() - Constructor for class nl.strohalm.cyclos.http.SanitizerFilter
 
save(Channel) - Method in interface nl.strohalm.cyclos.services.access.ChannelService
Saves the given channel
save(Channel) - Method in class nl.strohalm.cyclos.services.access.ChannelServiceImpl
 
save(Channel) - Method in class nl.strohalm.cyclos.services.access.ChannelServiceSecurity
 
save(AccountFee) - Method in interface nl.strohalm.cyclos.services.accountfees.AccountFeeService
Save the specified account fee
save(AccountFee) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceImpl
 
save(AccountFeeLog) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceImpl
 
save(AccountFeeLog) - Method in interface nl.strohalm.cyclos.services.accountfees.AccountFeeServiceLocal
Save the specified account fee log
save(AccountFee) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceSecurity
 
save(AT) - Method in interface nl.strohalm.cyclos.services.accounts.AccountTypeService
Inserts or updates the account type.
save(AT) - Method in class nl.strohalm.cyclos.services.accounts.AccountTypeServiceImpl
 
save(AT) - Method in class nl.strohalm.cyclos.services.accounts.AccountTypeServiceSecurity
 
save(CardType) - Method in interface nl.strohalm.cyclos.services.accounts.cards.CardTypeService
Saves the card type
save(CardType) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardTypeServiceImpl
 
save(CardType) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardTypeServiceSecurity
 
save(Currency, WhatRate) - Method in interface nl.strohalm.cyclos.services.accounts.CurrencyService
Saves the currency
save(Currency, WhatRate) - Method in class nl.strohalm.cyclos.services.accounts.CurrencyServiceImpl
 
save(Currency, WhatRate) - Method in class nl.strohalm.cyclos.services.accounts.CurrencyServiceSecurity
 
save(ExternalAccount) - Method in interface nl.strohalm.cyclos.services.accounts.external.ExternalAccountService
Saves the External Account
save(ExternalAccount) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalAccountServiceImpl
 
save(ExternalAccount) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalAccountServiceSecurity
 
save(ExternalTransfer) - Method in interface nl.strohalm.cyclos.services.accounts.external.ExternalTransferService
Saves the external transfer
save(ExternalTransfer) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferServiceImpl
 
save(ExternalTransfer) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferServiceSecurity
 
save(ExternalTransferType) - Method in interface nl.strohalm.cyclos.services.accounts.external.ExternalTransferTypeService
Saves the EExternal Transfer Type
save(ExternalTransferType) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferTypeServiceImpl
 
save(ExternalTransferType) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferTypeServiceSecurity
 
save(FieldMapping) - Method in interface nl.strohalm.cyclos.services.accounts.external.filemapping.FieldMappingService
Saves the field mapping
save(FieldMapping) - Method in class nl.strohalm.cyclos.services.accounts.external.filemapping.FieldMappingServiceImpl
 
save(FieldMapping) - Method in class nl.strohalm.cyclos.services.accounts.external.filemapping.FieldMappingServiceSecurity
 
save(FileMapping) - Method in interface nl.strohalm.cyclos.services.accounts.external.filemapping.FileMappingService
Saves the file mapping
save(FileMapping) - Method in class nl.strohalm.cyclos.services.accounts.external.filemapping.FileMappingServiceImpl
 
save(FileMapping) - Method in class nl.strohalm.cyclos.services.accounts.external.filemapping.FileMappingServiceSecurity
 
save(Certification) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.CertificationService
 
save(Certification) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.CertificationServiceImpl
 
save(Certification) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.CertificationServiceSecurity
 
save(GuaranteeType) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeTypeService
Saves the specified guarantee type, returning it with the generated id if it doesn't exist yet.
save(GuaranteeType) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeTypeServiceImpl
 
save(GuaranteeType) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeTypeServiceSecurity
 
save(PaymentObligation, boolean) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationService
Saves the payment obligation
save(PaymentObligation, boolean) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceImpl
 
save(PaymentObligation, boolean) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceSecurity
 
save(MemberPos) - Method in interface nl.strohalm.cyclos.services.accounts.pos.MemberPosService
Persist the memberPos
save(MemberPos) - Method in class nl.strohalm.cyclos.services.accounts.pos.MemberPosServiceImpl
 
save(MemberPos) - Method in class nl.strohalm.cyclos.services.accounts.pos.MemberPosServiceSecurity
 
save(Pos) - Method in interface nl.strohalm.cyclos.services.accounts.pos.PosService
Persist the POS
save(Pos) - Method in class nl.strohalm.cyclos.services.accounts.pos.PosServiceImpl
 
save(Pos) - Method in class nl.strohalm.cyclos.services.accounts.pos.PosServiceSecurity
 
save(AdCategory) - Method in interface nl.strohalm.cyclos.services.ads.AdCategoryService
Saves the specified category, returning it with the generated id if it doesn't exist yet.
save(AdCategory) - Method in class nl.strohalm.cyclos.services.ads.AdCategoryServiceImpl
 
save(AdCategory) - Method in class nl.strohalm.cyclos.services.ads.AdCategoryServiceSecurity
 
save(Ad) - Method in interface nl.strohalm.cyclos.services.ads.AdService
Saves the specified ad
save(Ad) - Method in class nl.strohalm.cyclos.services.ads.AdServiceImpl
 
save(Ad) - Method in class nl.strohalm.cyclos.services.ads.AdServiceSecurity
 
save(AdCustomField) - Method in class nl.strohalm.cyclos.services.customization.AdCustomFieldServiceSecurity
 
save(CustomFieldPossibleValue) - Method in class nl.strohalm.cyclos.services.customization.AdCustomFieldServiceSecurity
 
save(AdminCustomField) - Method in class nl.strohalm.cyclos.services.customization.AdminCustomFieldServiceSecurity
 
save(CustomFieldPossibleValue) - Method in class nl.strohalm.cyclos.services.customization.AdminCustomFieldServiceSecurity
 
save(CF) - Method in interface nl.strohalm.cyclos.services.customization.BaseCustomFieldService
Saves the given field
save(CustomFieldPossibleValue) - Method in interface nl.strohalm.cyclos.services.customization.BaseCustomFieldService
Saves the given possible value
save(CF) - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
 
save(CustomFieldPossibleValue) - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
 
save(CustomizedFile) - Method in interface nl.strohalm.cyclos.services.customization.CustomizedFileService
Saves a customized file with no permission check.
save(CustomizedFile) - Method in class nl.strohalm.cyclos.services.customization.CustomizedFileServiceImpl
 
save(CustomizedFile) - Method in class nl.strohalm.cyclos.services.customization.CustomizedFileServiceSecurity
 
save(Entity, String, ImageHelper.ImageType, String, InputStream) - Method in interface nl.strohalm.cyclos.services.customization.ImageService
Saves the specified ownered image
save(Image.Nature, ImageHelper.ImageType, String, InputStream) - Method in interface nl.strohalm.cyclos.services.customization.ImageService
Saves an image.
save(Entity, String, ImageHelper.ImageType, String, InputStream) - Method in class nl.strohalm.cyclos.services.customization.ImageServiceImpl
 
save(Image.Nature, ImageHelper.ImageType, String, InputStream) - Method in class nl.strohalm.cyclos.services.customization.ImageServiceImpl
 
save(Entity, String, ImageHelper.ImageType, String, InputStream) - Method in class nl.strohalm.cyclos.services.customization.ImageServiceSecurity
 
save(Image.Nature, ImageHelper.ImageType, String, InputStream) - Method in class nl.strohalm.cyclos.services.customization.ImageServiceSecurity
 
save(CustomFieldPossibleValue) - Method in class nl.strohalm.cyclos.services.customization.LoanGroupCustomFieldServiceSecurity
 
save(LoanGroupCustomField) - Method in class nl.strohalm.cyclos.services.customization.LoanGroupCustomFieldServiceSecurity
 
save(CustomFieldPossibleValue) - Method in class nl.strohalm.cyclos.services.customization.MemberCustomFieldServiceSecurity
 
save(MemberCustomField) - Method in class nl.strohalm.cyclos.services.customization.MemberCustomFieldServiceSecurity
 
save(CustomFieldPossibleValue) - Method in class nl.strohalm.cyclos.services.customization.MemberRecordCustomFieldServiceSecurity
 
save(MemberRecordCustomField) - Method in class nl.strohalm.cyclos.services.customization.MemberRecordCustomFieldServiceSecurity
 
save(CustomFieldPossibleValue) - Method in class nl.strohalm.cyclos.services.customization.OperatorCustomFieldServiceSecurity
 
save(OperatorCustomField) - Method in class nl.strohalm.cyclos.services.customization.OperatorCustomFieldServiceSecurity
 
save(CustomFieldPossibleValue) - Method in class nl.strohalm.cyclos.services.customization.PaymentCustomFieldServiceSecurity
 
save(PaymentCustomField) - Method in class nl.strohalm.cyclos.services.customization.PaymentCustomFieldServiceSecurity
 
save(TranslationMessage) - Method in interface nl.strohalm.cyclos.services.customization.TranslationMessageService
Save the value of a given key
save(TranslationMessage) - Method in class nl.strohalm.cyclos.services.customization.TranslationMessageServiceImpl
 
save(TranslationMessage) - Method in class nl.strohalm.cyclos.services.customization.TranslationMessageServiceSecurity
 
save(AdInterest) - Method in interface nl.strohalm.cyclos.services.elements.AdInterestService
Saves the specified ad interest
save(AdInterest) - Method in class nl.strohalm.cyclos.services.elements.AdInterestServiceImpl
 
save(AdInterest) - Method in class nl.strohalm.cyclos.services.elements.AdInterestServiceSecurity
 
save(Contact) - Method in interface nl.strohalm.cyclos.services.elements.ContactService
Saves the given contact
save(Contact) - Method in class nl.strohalm.cyclos.services.elements.ContactServiceImpl
 
save(Contact) - Method in class nl.strohalm.cyclos.services.elements.ContactServiceSecurity
 
save(MemberRecordType) - Method in interface nl.strohalm.cyclos.services.elements.MemberRecordTypeService
Saves the given member record type
save(MemberRecordType) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordTypeServiceImpl
 
save(MemberRecordType) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordTypeServiceSecurity
 
save(MessageCategory) - Method in interface nl.strohalm.cyclos.services.elements.MessageCategoryService
Save the Message Category.
save(MessageCategory) - Method in class nl.strohalm.cyclos.services.elements.MessageCategoryServiceImpl
 
save(MessageCategory) - Method in class nl.strohalm.cyclos.services.elements.MessageCategoryServiceSecurity
 
save(GeneralReference) - Method in interface nl.strohalm.cyclos.services.elements.ReferenceService
Saves the given reference
save(TransactionFeedback) - Method in interface nl.strohalm.cyclos.services.elements.ReferenceService
Saves a transaction feedback.
save(GeneralReference) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceImpl
 
save(TransactionFeedback) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceImpl
 
save(GeneralReference) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceSecurity
 
save(TransactionFeedback) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceSecurity
 
save(RegistrationAgreement) - Method in interface nl.strohalm.cyclos.services.elements.RegistrationAgreementService
Saves the specified registration agreement
save(RegistrationAgreement) - Method in class nl.strohalm.cyclos.services.elements.RegistrationAgreementServiceImpl
 
save(RegistrationAgreement) - Method in class nl.strohalm.cyclos.services.elements.RegistrationAgreementServiceSecurity
 
save(BrokerRemark) - Method in class nl.strohalm.cyclos.services.elements.RemarkServiceImpl
 
save(GroupRemark) - Method in class nl.strohalm.cyclos.services.elements.RemarkServiceImpl
 
save(GroupRemark) - Method in interface nl.strohalm.cyclos.services.elements.RemarkServiceLocal
Saves the specified group remark
save(GroupFilter) - Method in interface nl.strohalm.cyclos.services.groups.GroupFilterService
Saves the group filter, returning the resulting object
save(GroupFilter) - Method in class nl.strohalm.cyclos.services.groups.GroupFilterServiceImpl
 
save(GroupFilter) - Method in class nl.strohalm.cyclos.services.groups.GroupFilterServiceSecurity
 
save(InfoText) - Method in interface nl.strohalm.cyclos.services.infotexts.InfoTextService
 
save(InfoText) - Method in class nl.strohalm.cyclos.services.infotexts.InfoTextServiceImpl
 
save(InfoText) - Method in class nl.strohalm.cyclos.services.infotexts.InfoTextServiceSecurity
 
save(LoanGroup) - Method in interface nl.strohalm.cyclos.services.loangroups.LoanGroupService
Saves the loan group, returning the resulting object
save(LoanGroup) - Method in class nl.strohalm.cyclos.services.loangroups.LoanGroupServiceImpl
 
save(LoanGroup) - Method in class nl.strohalm.cyclos.services.loangroups.LoanGroupServiceSecurity
 
save(AdminNotificationPreference) - Method in interface nl.strohalm.cyclos.services.preferences.PreferenceService
Saves the notification preferences, returning the updated instance
save(Member, Collection<NotificationPreference>) - Method in interface nl.strohalm.cyclos.services.preferences.PreferenceService
Save a collection of notification preferences for a given member
save(AdminNotificationPreference) - Method in class nl.strohalm.cyclos.services.preferences.PreferenceServiceImpl
 
save(Member, Collection<NotificationPreference>) - Method in class nl.strohalm.cyclos.services.preferences.PreferenceServiceImpl
 
save(AdminNotificationPreference) - Method in class nl.strohalm.cyclos.services.preferences.PreferenceServiceSecurity
 
save(Member, Collection<NotificationPreference>) - Method in class nl.strohalm.cyclos.services.preferences.PreferenceServiceSecurity
 
save(ReceiptPrinterSettings) - Method in interface nl.strohalm.cyclos.services.preferences.ReceiptPrinterSettingsService
Saves a receipt printer settings
save(ReceiptPrinterSettings) - Method in class nl.strohalm.cyclos.services.preferences.ReceiptPrinterSettingsServiceImpl
 
save(ReceiptPrinterSettings) - Method in class nl.strohalm.cyclos.services.preferences.ReceiptPrinterSettingsServiceSecurity
 
save(ServiceClient) - Method in interface nl.strohalm.cyclos.services.services.ServiceClientService
Save a host
save(ServiceClient) - Method in class nl.strohalm.cyclos.services.services.ServiceClientServiceImpl
 
save(ServiceClient) - Method in class nl.strohalm.cyclos.services.services.ServiceClientServiceSecurity
 
save(AccessSettings) - Method in interface nl.strohalm.cyclos.services.settings.SettingsService
Save the access settings
save(AlertSettings) - Method in interface nl.strohalm.cyclos.services.settings.SettingsService
Save the alert settings
save(LocalSettings) - Method in interface nl.strohalm.cyclos.services.settings.SettingsService
Save the local settings
save(LogSettings) - Method in interface nl.strohalm.cyclos.services.settings.SettingsService
Save the log settings
save(MailSettings) - Method in interface nl.strohalm.cyclos.services.settings.SettingsService
Save the mail settings
save(MailTranslation) - Method in interface nl.strohalm.cyclos.services.settings.SettingsService
Save the mail translation
save(MessageSettings) - Method in interface nl.strohalm.cyclos.services.settings.SettingsService
Save the message settings / notifications translation
save(AccessSettings) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
save(AlertSettings) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
save(LocalSettings) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
save(LogSettings) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
save(MailSettings) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
save(MailTranslation) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
save(MessageSettings) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
save(AccessSettings) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceSecurity
 
save(AlertSettings) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceSecurity
 
save(LocalSettings) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceSecurity
 
save(LogSettings) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceSecurity
 
save(MailSettings) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceSecurity
 
save(MailTranslation) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceSecurity
 
save(MessageSettings) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceSecurity
 
save(SmsLog) - Method in class nl.strohalm.cyclos.services.sms.SmsLogServiceImpl
 
save(SmsLog) - Method in interface nl.strohalm.cyclos.services.sms.SmsLogServiceLocal
Inserts a SMS log into the database
save(AuthorizationLevel) - Method in interface nl.strohalm.cyclos.services.transfertypes.AuthorizationLevelService
Saves the specified authorization level, returning the resulting object
save(AuthorizationLevel) - Method in class nl.strohalm.cyclos.services.transfertypes.AuthorizationLevelServiceImpl
 
save(AuthorizationLevel) - Method in class nl.strohalm.cyclos.services.transfertypes.AuthorizationLevelServiceSecurity
 
save(PaymentFilter) - Method in interface nl.strohalm.cyclos.services.transfertypes.PaymentFilterService
Saves the payment filter, returning the resulting object
save(PaymentFilter) - Method in class nl.strohalm.cyclos.services.transfertypes.PaymentFilterServiceImpl
 
save(PaymentFilter) - Method in class nl.strohalm.cyclos.services.transfertypes.PaymentFilterServiceSecurity
 
save(BrokerCommission) - Method in interface nl.strohalm.cyclos.services.transfertypes.TransactionFeeService
Saves a broker commission, returning the resulting object
save(SimpleTransactionFee, SimpleTransactionFee.ARateRelation) - Method in interface nl.strohalm.cyclos.services.transfertypes.TransactionFeeService
Saves a simple transaction fee, returning the resulting object
save(BrokerCommission) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceImpl
 
save(SimpleTransactionFee, SimpleTransactionFee.ARateRelation) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceImpl
 
save(BrokerCommission) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceSecurity
 
save(SimpleTransactionFee, SimpleTransactionFee.ARateRelation) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceSecurity
 
save(TransferType) - Method in interface nl.strohalm.cyclos.services.transfertypes.TransferTypeService
Saves the transfer type, returning the resulting object
save(TransferType) - Method in class nl.strohalm.cyclos.services.transfertypes.TransferTypeServiceImpl
 
save(TransferType) - Method in class nl.strohalm.cyclos.services.transfertypes.TransferTypeServiceSecurity
 
saveBrokerCommissionContract(BrokerCommissionContract) - Method in interface nl.strohalm.cyclos.services.elements.CommissionService
Saves the broker commission contract
saveBrokerCommissionContract(BrokerCommissionContract) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
saveBrokerCommissionContract(BrokerCommissionContract) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceSecurity
 
saveDefaultBrokerCommissions(List<DefaultBrokerCommission>) - Method in interface nl.strohalm.cyclos.services.elements.CommissionService
Saves the default broker commissions, returning the updated instances
saveDefaultBrokerCommissions(List<DefaultBrokerCommission>) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
saveDefaultBrokerCommissions(List<DefaultBrokerCommission>) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceSecurity
 
saveDetails(ImageDetailsDTO) - Method in interface nl.strohalm.cyclos.services.customization.ImageService
Saves the image details: order and captions
saveDetails(ImageDetailsDTO) - Method in class nl.strohalm.cyclos.services.customization.ImageServiceImpl
 
saveDetails(ImageDetailsDTO) - Method in class nl.strohalm.cyclos.services.customization.ImageServiceSecurity
 
saveDynamic(DynamicDocument) - Method in interface nl.strohalm.cyclos.services.customization.DocumentService
Save a dynamic document
saveDynamic(DynamicDocument) - Method in class nl.strohalm.cyclos.services.customization.DocumentServiceImpl
 
saveDynamic(DynamicDocument) - Method in class nl.strohalm.cyclos.services.customization.DocumentServiceSecurity
 
saveForTheme(CustomizedFile) - Method in interface nl.strohalm.cyclos.services.customization.CustomizedFileService
Saves a customized file.
saveForTheme(CustomizedFile) - Method in class nl.strohalm.cyclos.services.customization.CustomizedFileServiceImpl
 
saveForTheme(CustomizedFile) - Method in class nl.strohalm.cyclos.services.customization.CustomizedFileServiceSecurity
 
saveLog(GuaranteeLog) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
saveLog(PaymentObligationLog) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceImpl
 
saveLog(PaymentObligationLog) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceLocal
Saves the payment obligation log
saveSmsStatusPreferences(Member, boolean, boolean, boolean, boolean) - Method in interface nl.strohalm.cyclos.services.preferences.PreferenceService
 
saveSmsStatusPreferences(Member, boolean, boolean, boolean, boolean) - Method in class nl.strohalm.cyclos.services.preferences.PreferenceServiceImpl
 
saveSmsStatusPreferences(Member, boolean, boolean, boolean, boolean) - Method in class nl.strohalm.cyclos.services.preferences.PreferenceServiceSecurity
 
saveStatic(StaticDocument, InputStream, int, String, String) - Method in interface nl.strohalm.cyclos.services.customization.DocumentService
Save a static document
saveStatic(StaticDocument, InputStream, int, String, String) - Method in class nl.strohalm.cyclos.services.customization.DocumentServiceImpl
 
saveStatic(StaticDocument, InputStream, int, String, String) - Method in class nl.strohalm.cyclos.services.customization.DocumentServiceSecurity
 
saveValues(Ad) - Method in class nl.strohalm.cyclos.services.customization.AdCustomFieldServiceImpl
 
saveValues(ImportedAd) - Method in class nl.strohalm.cyclos.services.customization.AdCustomFieldServiceImpl
 
saveValues(Ad) - Method in interface nl.strohalm.cyclos.services.customization.AdCustomFieldServiceLocal
Saves the field values for the given advertisement
saveValues(ImportedAd) - Method in interface nl.strohalm.cyclos.services.customization.AdCustomFieldServiceLocal
Saves the field values for the given imported advertisement
saveValues(Administrator) - Method in class nl.strohalm.cyclos.services.customization.AdminCustomFieldServiceImpl
 
saveValues(Administrator) - Method in interface nl.strohalm.cyclos.services.customization.AdminCustomFieldServiceLocal
Saves a collection of admin custom field values
saveValues(LoanGroup) - Method in class nl.strohalm.cyclos.services.customization.LoanGroupCustomFieldServiceImpl
 
saveValues(LoanGroup) - Method in interface nl.strohalm.cyclos.services.customization.LoanGroupCustomFieldServiceLocal
Saves a collection of custom field values
saveValues(ImportedMember) - Method in class nl.strohalm.cyclos.services.customization.MemberCustomFieldServiceImpl
 
saveValues(RegisteredMember) - Method in class nl.strohalm.cyclos.services.customization.MemberCustomFieldServiceImpl
 
saveValues(ImportedMember) - Method in interface nl.strohalm.cyclos.services.customization.MemberCustomFieldServiceLocal
Saves a collection of imported members field values
saveValues(RegisteredMember) - Method in interface nl.strohalm.cyclos.services.customization.MemberCustomFieldServiceLocal
Saves a collection of member custom field values
saveValues(ImportedMemberRecord) - Method in class nl.strohalm.cyclos.services.customization.MemberRecordCustomFieldServiceImpl
 
saveValues(MemberRecord) - Method in class nl.strohalm.cyclos.services.customization.MemberRecordCustomFieldServiceImpl
 
saveValues(ImportedMemberRecord) - Method in interface nl.strohalm.cyclos.services.customization.MemberRecordCustomFieldServiceLocal
Saves the given imported record values
saveValues(MemberRecord) - Method in interface nl.strohalm.cyclos.services.customization.MemberRecordCustomFieldServiceLocal
Saves the custom values for a record
saveValues(Operator) - Method in class nl.strohalm.cyclos.services.customization.OperatorCustomFieldServiceImpl
 
saveValues(Operator) - Method in interface nl.strohalm.cyclos.services.customization.OperatorCustomFieldServiceLocal
Saves the custom values for an operator
saveValues(Guarantee, boolean) - Method in class nl.strohalm.cyclos.services.customization.PaymentCustomFieldServiceImpl
 
saveValues(Invoice) - Method in class nl.strohalm.cyclos.services.customization.PaymentCustomFieldServiceImpl
 
saveValues(Payment) - Method in class nl.strohalm.cyclos.services.customization.PaymentCustomFieldServiceImpl
 
saveValues(Guarantee, boolean) - Method in interface nl.strohalm.cyclos.services.customization.PaymentCustomFieldServiceLocal
Saves the custom values for a guarantee
saveValues(Invoice) - Method in interface nl.strohalm.cyclos.services.customization.PaymentCustomFieldServiceLocal
Saves the custom values for an invoice.
saveValues(Payment) - Method in interface nl.strohalm.cyclos.services.customization.PaymentCustomFieldServiceLocal
Saves the custom values for a payment
scale(Number, double) - Static method in class nl.strohalm.cyclos.entities.reports.StatisticalNumber
allows for scaling of any Number, which is (for example) division by 1000.
ScheduledPayment - Class in nl.strohalm.cyclos.entities.accounts.transactions
A scheduled payment is a set of transfers grouped in a single logical entity.
ScheduledPayment() - Constructor for class nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPayment
 
ScheduledPayment.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.transactions
 
ScheduledPaymentAmountReservation - Class in nl.strohalm.cyclos.entities.accounts
An amount reservation by a scheduled payment which reserves the whole amount
ScheduledPaymentAmountReservation() - Constructor for class nl.strohalm.cyclos.entities.accounts.ScheduledPaymentAmountReservation
 
ScheduledPaymentDAO - Interface in nl.strohalm.cyclos.dao.accounts.transactions
Data access object for scheduled payments
ScheduledPaymentDAOImpl - Class in nl.strohalm.cyclos.dao.accounts.transactions
Implementation for ScheduledPaymentDAO
ScheduledPaymentDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.transactions.ScheduledPaymentDAOImpl
 
ScheduledPaymentDTO - Class in nl.strohalm.cyclos.services.transactions
A representation for a future payment
ScheduledPaymentDTO() - Constructor for class nl.strohalm.cyclos.services.transactions.ScheduledPaymentDTO
 
ScheduledPaymentForm - Class in nl.strohalm.cyclos.controls.payments.scheduled
Form used to execute actions over a scheduled payment
ScheduledPaymentForm() - Constructor for class nl.strohalm.cyclos.controls.payments.scheduled.ScheduledPaymentForm
 
scheduledPaymentProcessingNotification(Transfer, boolean) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
scheduledPaymentProcessingNotification(Transfer, boolean) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
ScheduledPaymentQuery - Class in nl.strohalm.cyclos.entities.accounts.transactions
 
ScheduledPaymentQuery() - Constructor for class nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPaymentQuery
 
ScheduledPaymentQuery.SearchType - Enum in nl.strohalm.cyclos.entities.accounts.transactions
 
ScheduledPaymentQuery.StatusGroup - Enum in nl.strohalm.cyclos.entities.accounts.transactions
 
ScheduledPaymentReceiptAjaxAction - Class in nl.strohalm.cyclos.controls.accounts.details
Action used to get details for printing a scheduled payment in a local receipt printer
ScheduledPaymentReceiptAjaxAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.details.ScheduledPaymentReceiptAjaxAction
 
scheduledPaymentService - Variable in class nl.strohalm.cyclos.controls.accounts.details.ScheduledPaymentReceiptAjaxAction
 
scheduledPaymentService - Variable in class nl.strohalm.cyclos.controls.accounts.details.ViewScheduledPaymentAction
 
scheduledPaymentService - Variable in class nl.strohalm.cyclos.controls.accounts.details.ViewTransactionAction
 
scheduledPaymentService - Variable in class nl.strohalm.cyclos.controls.members.references.BaseEditReferenceAction
 
scheduledPaymentService - Variable in class nl.strohalm.cyclos.controls.posweb.BasePosWebPaymentAction
 
ScheduledPaymentService - Interface in nl.strohalm.cyclos.services.transactions
Service interface for scheduled payments
ScheduledPaymentServiceImpl - Class in nl.strohalm.cyclos.services.transactions
Implementation for scheduled payment service
ScheduledPaymentServiceImpl() - Constructor for class nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceImpl
 
ScheduledPaymentServiceLocal - Interface in nl.strohalm.cyclos.services.transactions
Local interface.
ScheduledPaymentServiceSecurity - Class in nl.strohalm.cyclos.services.transactions
Security implementation for ScheduledPaymentService
ScheduledPaymentServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceSecurity
 
ScheduledTask - Interface in nl.strohalm.cyclos.scheduling.tasks
A Cyclos scheduled task.
SchedulingHandler - Class in nl.strohalm.cyclos.scheduling
Handles execution of scheduled jobs
SchedulingHandler() - Constructor for class nl.strohalm.cyclos.scheduling.SchedulingHandler
 
SchedulingType - Enum in nl.strohalm.cyclos.controls.payments
Possible scheduling options for a new payment
SCHEME_NAME - Static variable in class nl.strohalm.cyclos.utils.cache.ehcache.HazelcastCacheManagerPeerProvider
 
ScriptTag - Class in nl.strohalm.cyclos.taglibs
Renders a script tag, appending the cyclos version as a parameter to avoid browser cache between versions
ScriptTag() - Constructor for class nl.strohalm.cyclos.taglibs.ScriptTag
 
ScrollableResultsIterator<T> - Class in nl.strohalm.cyclos.utils
Wraps a Hibernate ScrollableResults in an iterator
ScrollableResultsIterator(Query, Transformer<Object[], T>) - Constructor for class nl.strohalm.cyclos.utils.ScrollableResultsIterator
 
seach(CertificationQuery) - Method in interface nl.strohalm.cyclos.dao.accounts.guarantees.CertificationDAO
 
seach(CertificationQuery) - Method in class nl.strohalm.cyclos.dao.accounts.guarantees.CertificationDAOImpl
 
search(SessionQuery) - Method in interface nl.strohalm.cyclos.dao.access.SessionDAO
Searches for sessions according to the given parameters
search(SessionQuery) - Method in class nl.strohalm.cyclos.dao.access.SessionDAOImpl
 
search(AccountQuery) - Method in interface nl.strohalm.cyclos.dao.accounts.AccountDAO
Searches for accounts, ordering by the type name.
search(AccountQuery) - Method in class nl.strohalm.cyclos.dao.accounts.AccountDAOImpl
 
search(AccountTypeQuery) - Method in interface nl.strohalm.cyclos.dao.accounts.AccountTypeDAO
Searches for account types, ordering by name.
search(AccountTypeQuery) - Method in class nl.strohalm.cyclos.dao.accounts.AccountTypeDAOImpl
 
search(CardQuery) - Method in interface nl.strohalm.cyclos.dao.accounts.cards.CardDAO
Searches for cards accordingly the parameters provided by queryParameters.
search(CardQuery) - Method in class nl.strohalm.cyclos.dao.accounts.cards.CardDAOImpl
 
search(ExternalAccountQuery) - Method in interface nl.strohalm.cyclos.dao.accounts.external.ExternalAccountDAO
Search external accounts related system accounts type, ordering results by name
search(ExternalAccountQuery) - Method in class nl.strohalm.cyclos.dao.accounts.external.ExternalAccountDAOImpl
 
search(ExternalTransferQuery) - Method in interface nl.strohalm.cyclos.dao.accounts.external.ExternalTransferDAO
Searches for external transfers according to the give parameters, ordering the results by date descending and amount ascending
search(ExternalTransferQuery) - Method in class nl.strohalm.cyclos.dao.accounts.external.ExternalTransferDAOImpl
 
search(ExternalTransferImportQuery) - Method in interface nl.strohalm.cyclos.dao.accounts.external.ExternalTransferImportDAO
Searches for imports according to the given query parameters.
search(ExternalTransferImportQuery) - Method in class nl.strohalm.cyclos.dao.accounts.external.ExternalTransferImportDAOImpl
 
search(AccountFeeQuery) - Method in interface nl.strohalm.cyclos.dao.accounts.fee.account.AccountFeeDAO
Searches for AccountFee accordingly the parameters provided by queryParameters, ordering by name.
search(AccountFeeQuery) - Method in class nl.strohalm.cyclos.dao.accounts.fee.account.AccountFeeDAOImpl
 
search(AccountFeeLogQuery) - Method in interface nl.strohalm.cyclos.dao.accounts.fee.account.AccountFeeLogDAO
Searches for account fee logs, ordering by date descending.
search(AccountFeeLogQuery) - Method in class nl.strohalm.cyclos.dao.accounts.fee.account.AccountFeeLogDAOImpl
 
search(MemberAccountFeeLogQuery, LocalSettings.MemberResultDisplay) - Method in interface nl.strohalm.cyclos.dao.accounts.fee.account.MemberAccountFeeLogDAO
Searches for charged members
search(MemberAccountFeeLogQuery, LocalSettings.MemberResultDisplay) - Method in class nl.strohalm.cyclos.dao.accounts.fee.account.MemberAccountFeeLogDAOImpl
 
search(TransactionFeeQuery) - Method in interface nl.strohalm.cyclos.dao.accounts.fee.transaction.TransactionFeeDAO
Searches for transaction fees, ordering by name.
search(TransactionFeeQuery) - Method in class nl.strohalm.cyclos.dao.accounts.fee.transaction.TransactionFeeDAOImpl
 
search(GuaranteeQuery) - Method in interface nl.strohalm.cyclos.dao.accounts.guarantees.GuaranteeDAO
Returns a List containing guarantee related to search parameters.
search(GuaranteeQuery) - Method in class nl.strohalm.cyclos.dao.accounts.guarantees.GuaranteeDAOImpl
 
search(GuaranteeLogQuery) - Method in interface nl.strohalm.cyclos.dao.accounts.guarantees.GuaranteeLogDAO
 
search(GuaranteeLogQuery) - Method in class nl.strohalm.cyclos.dao.accounts.guarantees.GuaranteeLogDAOImpl
 
search(GuaranteeTypeQuery) - Method in interface nl.strohalm.cyclos.dao.accounts.guarantees.GuaranteeTypeDAO
Returns a List containing guarantee types related to search parameters.
search(GuaranteeTypeQuery) - Method in class nl.strohalm.cyclos.dao.accounts.guarantees.GuaranteeTypeDAOImpl
 
search(PaymentObligationQuery) - Method in interface nl.strohalm.cyclos.dao.accounts.guarantees.PaymentObligationDAO
 
search(PaymentObligationQuery) - Method in class nl.strohalm.cyclos.dao.accounts.guarantees.PaymentObligationDAOImpl
 
search(LoanQuery) - Method in interface nl.strohalm.cyclos.dao.accounts.loans.LoanDAO
Searches for loans.
search(LoanQuery) - Method in class nl.strohalm.cyclos.dao.accounts.loans.LoanDAOImpl
 
search(LoanGroupQuery) - Method in interface nl.strohalm.cyclos.dao.accounts.loans.LoanGroupDAO
Searches for loan groups, ordering by name.
search(LoanGroupQuery) - Method in class nl.strohalm.cyclos.dao.accounts.loans.LoanGroupDAOImpl
 
search(LoanPaymentQuery) - Method in interface nl.strohalm.cyclos.dao.accounts.loans.LoanPaymentDAO
Searches for loan payments, ordering by expiration date.
search(LoanPaymentQuery) - Method in class nl.strohalm.cyclos.dao.accounts.loans.LoanPaymentDAOImpl
 
search(PosQuery) - Method in interface nl.strohalm.cyclos.dao.accounts.pos.PosDAO
Searches for Pos accordingly the parameters provided by queryParameters.
search(PosQuery) - Method in class nl.strohalm.cyclos.dao.accounts.pos.PosDAOImpl
 
search(InvoiceQuery) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.InvoiceDAO
Searches for invoices accordingly the parameters provided by queryParameters, ordering results by date descending.
search(InvoiceQuery) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.InvoiceDAOImpl
 
search(PaymentFilterQuery) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.PaymentFilterDAO
Searches for payment filters, ordering results by name.
search(PaymentFilterQuery) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.PaymentFilterDAOImpl
 
search(ScheduledPaymentQuery) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.ScheduledPaymentDAO
Searches for scheduled payments
search(ScheduledPaymentQuery) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.ScheduledPaymentDAOImpl
 
search(TicketQuery) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.TicketDAO
Searches tickets given the query, ordering results by date descending.
search(TicketQuery) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.TicketDAOImpl
 
search(TransferAuthorizationQuery) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.TransferAuthorizationDAO
Search for authorizations
search(TransferAuthorizationQuery) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.TransferAuthorizationDAOImpl
 
search(TransferQuery) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.TransferDAO
Searches for transfers.
search(TransferQuery) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.TransferDAOImpl
 
search(TransferTypeQuery) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.TransferTypeDAO
Searches for transfer types, ordering by name.
search(TransferTypeQuery) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.TransferTypeDAOImpl
 
search(AdCategoryQuery) - Method in interface nl.strohalm.cyclos.dao.ads.AdCategoryDAO
Returns a List containing Categories related parameters.
search(AdCategoryQuery) - Method in class nl.strohalm.cyclos.dao.ads.AdCategoryDAOImpl
 
search(AdQuery) - Method in interface nl.strohalm.cyclos.dao.ads.AdDAO
Searches for Ads.
search(AdQuery) - Method in class nl.strohalm.cyclos.dao.ads.AdDAOImpl
 
search(ImportedAdQuery) - Method in interface nl.strohalm.cyclos.dao.ads.imports.ImportedAdDAO
Searches for imported ads
search(ImportedAdQuery) - Method in class nl.strohalm.cyclos.dao.ads.imports.ImportedAdDAOImpl
 
search(AlertQuery) - Method in interface nl.strohalm.cyclos.dao.alerts.AlertDAO
Searches for alerts, ordering by date descending.
search(AlertQuery) - Method in class nl.strohalm.cyclos.dao.alerts.AlertDAOImpl
 
search(ErrorLogEntryQuery) - Method in interface nl.strohalm.cyclos.dao.alerts.ErrorLogEntryDAO
Returns a list of error log entries that matches the given query parameters, ordering results by date descending
search(ErrorLogEntryQuery) - Method in class nl.strohalm.cyclos.dao.alerts.ErrorLogEntryDAOImpl
 
search(CustomizedFileQuery) - Method in interface nl.strohalm.cyclos.dao.customizations.CustomizedFileDAO
Lists customized files according to the given query parameters, ordered by type and name.
search(CustomizedFileQuery) - Method in class nl.strohalm.cyclos.dao.customizations.CustomizedFileDAOImpl
 
search(DocumentQuery) - Method in interface nl.strohalm.cyclos.dao.customizations.DocumentDAO
Searches documents, ordering by name.
search(DocumentQuery) - Method in class nl.strohalm.cyclos.dao.customizations.DocumentDAOImpl
 
search(TranslationMessageQuery) - Method in interface nl.strohalm.cyclos.dao.customizations.TranslationMessageDAO
Searches for messages, ordering by key.
search(TranslationMessageQuery) - Method in class nl.strohalm.cyclos.dao.customizations.TranslationMessageDAOImpl
 
search(GroupQuery) - Method in interface nl.strohalm.cyclos.dao.groups.GroupDAO
Searches groups according to the given query.
search(GroupQuery) - Method in class nl.strohalm.cyclos.dao.groups.GroupDAOImpl
 
search(GroupFilterQuery) - Method in interface nl.strohalm.cyclos.dao.groups.GroupFilterDAO
Searches group filters according to the given query, ordering by name.
search(GroupFilterQuery) - Method in class nl.strohalm.cyclos.dao.groups.GroupFilterDAOImpl
 
search(InfoTextQuery) - Method in interface nl.strohalm.cyclos.dao.infotexts.InfoTextDAO
 
search(InfoTextQuery) - Method in class nl.strohalm.cyclos.dao.infotexts.InfoTextDAOImpl
 
search(AdInterestQuery) - Method in interface nl.strohalm.cyclos.dao.members.AdInterestDAO
Searches for ad interests.
search(AdInterestQuery) - Method in class nl.strohalm.cyclos.dao.members.AdInterestDAOImpl
 
search(BrokerCommissionContractQuery) - Method in interface nl.strohalm.cyclos.dao.members.brokerings.BrokerCommissionContractDAO
Search for broker commission contracts
search(BrokerCommissionContractQuery) - Method in class nl.strohalm.cyclos.dao.members.brokerings.BrokerCommissionContractDAOImpl
 
search(BrokeringCommissionStatusQuery) - Method in interface nl.strohalm.cyclos.dao.members.brokerings.BrokeringCommissionStatusDAO
Search brokering commission status, given the query parameters
search(BrokeringCommissionStatusQuery) - Method in class nl.strohalm.cyclos.dao.members.brokerings.BrokeringCommissionStatusDAOImpl
 
search(BrokeringQuery) - Method in interface nl.strohalm.cyclos.dao.members.brokerings.BrokeringDAO
Searches for brokerings, ordering by brokered username.
search(BrokeringQuery) - Method in class nl.strohalm.cyclos.dao.members.brokerings.BrokeringDAOImpl
 
search(DefaultBrokerCommissionQuery) - Method in interface nl.strohalm.cyclos.dao.members.brokerings.DefaultBrokerCommissionDAO
Searchs default broker commissions
search(DefaultBrokerCommissionQuery) - Method in class nl.strohalm.cyclos.dao.members.brokerings.DefaultBrokerCommissionDAOImpl
 
search(ElementQuery) - Method in interface nl.strohalm.cyclos.dao.members.ElementDAO
Search elements, ordering results by username.
search(ElementQuery) - Method in class nl.strohalm.cyclos.dao.members.ElementDAOImpl
 
search(ImportedMemberQuery) - Method in interface nl.strohalm.cyclos.dao.members.imports.ImportedMemberDAO
Searches for imported members
search(ImportedMemberQuery) - Method in class nl.strohalm.cyclos.dao.members.imports.ImportedMemberDAOImpl
 
search(MemberRecordQuery) - Method in interface nl.strohalm.cyclos.dao.members.MemberRecordDAO
Searches for member records.
search(MemberRecordQuery) - Method in class nl.strohalm.cyclos.dao.members.MemberRecordDAOImpl
 
search(MemberRecordTypeQuery) - Method in interface nl.strohalm.cyclos.dao.members.MemberRecordTypeDAO
Searches for member record types.
search(MemberRecordTypeQuery) - Method in class nl.strohalm.cyclos.dao.members.MemberRecordTypeDAOImpl
 
search(MessageCategoryQuery) - Method in interface nl.strohalm.cyclos.dao.members.MessageCategoryDAO
Search message categories
search(MessageCategoryQuery) - Method in class nl.strohalm.cyclos.dao.members.MessageCategoryDAOImpl
 
search(MessageQuery) - Method in interface nl.strohalm.cyclos.dao.members.MessageDAO
Searches for messages, ordering results by date descending
search(MessageQuery) - Method in class nl.strohalm.cyclos.dao.members.MessageDAOImpl
 
search(PendingMemberQuery) - Method in interface nl.strohalm.cyclos.dao.members.PendingMemberDAO
Searches for pending members
search(PendingMemberQuery) - Method in class nl.strohalm.cyclos.dao.members.PendingMemberDAOImpl
 
search(ReferenceQuery) - Method in interface nl.strohalm.cyclos.dao.members.ReferenceDAO
Searches for references, ordering results by the reference date.
search(ReferenceQuery) - Method in class nl.strohalm.cyclos.dao.members.ReferenceDAOImpl
 
search(RemarkQuery) - Method in interface nl.strohalm.cyclos.dao.members.RemarkDAO
Searches for remarks, ordering by date descending.
search(RemarkQuery) - Method in class nl.strohalm.cyclos.dao.members.RemarkDAOImpl
 
search(ServiceClientQuery) - Method in interface nl.strohalm.cyclos.dao.services.ServiceClientDAO
Search for service clients
search(ServiceClientQuery) - Method in class nl.strohalm.cyclos.dao.services.ServiceClientDAOImpl
 
search(SmsLogQuery) - Method in interface nl.strohalm.cyclos.dao.sms.SmsLogDAO
Searches for SMS logs, ordering results by date descending
search(SmsLogQuery) - Method in class nl.strohalm.cyclos.dao.sms.SmsLogDAOImpl
 
search(SmsMailingQuery) - Method in interface nl.strohalm.cyclos.dao.sms.SmsMailingDAO
Searches for sms mailings
search(SmsMailingQuery) - Method in class nl.strohalm.cyclos.dao.sms.SmsMailingDAOImpl
 
search(AccountFeeQuery) - Method in interface nl.strohalm.cyclos.services.accountfees.AccountFeeService
Search account fees
search(AccountFeeQuery) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceImpl
 
search(AccountFeeQuery) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceSecurity
 
search(AccountTypeQuery) - Method in interface nl.strohalm.cyclos.services.accounts.AccountTypeService
Searchs account types according to the given query
search(AccountTypeQuery) - Method in class nl.strohalm.cyclos.services.accounts.AccountTypeServiceImpl
 
search(AccountTypeQuery) - Method in class nl.strohalm.cyclos.services.accounts.AccountTypeServiceSecurity
 
search(CardQuery) - Method in interface nl.strohalm.cyclos.services.accounts.cards.CardService
Search for Cards based on the given query
search(CardQuery) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardServiceImpl
 
search(CardQuery) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardServiceSecurity
 
search() - Method in interface nl.strohalm.cyclos.services.accounts.external.ExternalAccountService
Search External Accounts related system account type
search() - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalAccountServiceImpl
 
search() - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalAccountServiceSecurity
 
search(ExternalTransferImportQuery) - Method in interface nl.strohalm.cyclos.services.accounts.external.ExternalTransferImportService
Searches for file imports with given query parameters
search(ExternalTransferImportQuery) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferImportServiceImpl
 
search(ExternalTransferImportQuery) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferImportServiceSecurity
 
search(ExternalTransferQuery) - Method in interface nl.strohalm.cyclos.services.accounts.external.ExternalTransferService
Searches for external transfers
search(ExternalTransferQuery) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferServiceImpl
 
search(ExternalTransferQuery) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferServiceSecurity
There are no restrictions to see the external transfers of an external account but to have the appropriate permission for viewing the details of the account.
search(CertificationQuery) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.CertificationService
 
search(CertificationQuery) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.CertificationServiceImpl
 
search(CertificationQuery) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.CertificationServiceSecurity
 
search(GuaranteeQuery) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeService
It searches for Guarantees
search(GuaranteeQuery) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
search(GuaranteeQuery) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceSecurity
 
search(GuaranteeTypeQuery) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeTypeService
Search guarantee types
search(GuaranteeTypeQuery) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeTypeServiceImpl
 
search(GuaranteeTypeQuery) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeTypeServiceSecurity
 
search(PaymentObligationQuery) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationService
 
search(PaymentObligationQuery) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceImpl
 
search(PaymentObligationQuery) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceSecurity
 
search(PosQuery) - Method in interface nl.strohalm.cyclos.services.accounts.pos.PosService
Search for POS based on the given query
search(PosQuery) - Method in class nl.strohalm.cyclos.services.accounts.pos.PosServiceImpl
 
search(PosQuery) - Method in class nl.strohalm.cyclos.services.accounts.pos.PosServiceSecurity
 
search(AdCategoryQuery) - Method in interface nl.strohalm.cyclos.services.ads.AdCategoryService
Searches for categories as parameters
search(AdCategoryQuery) - Method in class nl.strohalm.cyclos.services.ads.AdCategoryServiceImpl
 
search(AdCategoryQuery) - Method in class nl.strohalm.cyclos.services.ads.AdCategoryServiceSecurity
 
search(AdQuery) - Method in interface nl.strohalm.cyclos.services.ads.AdService
Search the existing ads based on the AdQuery object
search(AdQuery) - Method in class nl.strohalm.cyclos.services.ads.AdServiceImpl
 
search(AdQuery) - Method in class nl.strohalm.cyclos.services.ads.AdServiceSecurity
 
search(AlertQuery) - Method in interface nl.strohalm.cyclos.services.alerts.AlertService
Search the existing ads based on the AlertQuery object.
search(AlertQuery) - Method in class nl.strohalm.cyclos.services.alerts.AlertServiceImpl
 
search(AlertQuery) - Method in class nl.strohalm.cyclos.services.alerts.AlertServiceSecurity
 
search(ErrorLogEntryQuery) - Method in interface nl.strohalm.cyclos.services.alerts.ErrorLogService
Searches for error logs
search(ErrorLogEntryQuery) - Method in class nl.strohalm.cyclos.services.alerts.ErrorLogServiceImpl
 
search(ErrorLogEntryQuery) - Method in class nl.strohalm.cyclos.services.alerts.ErrorLogServiceSecurity
 
search(CustomizedFileQuery) - Method in interface nl.strohalm.cyclos.services.customization.CustomizedFileService
Searches for customized files, according to the given parameters
search(CustomizedFileQuery) - Method in class nl.strohalm.cyclos.services.customization.CustomizedFileServiceImpl
 
search(CustomizedFileQuery) - Method in class nl.strohalm.cyclos.services.customization.CustomizedFileServiceSecurity
 
search(DocumentQuery) - Method in interface nl.strohalm.cyclos.services.customization.DocumentService
Search documents
search(DocumentQuery) - Method in class nl.strohalm.cyclos.services.customization.DocumentServiceImpl
 
search(DocumentQuery) - Method in class nl.strohalm.cyclos.services.customization.DocumentServiceSecurity
 
search(TranslationMessageQuery) - Method in interface nl.strohalm.cyclos.services.customization.TranslationMessageService
Searches for messages
search(TranslationMessageQuery) - Method in class nl.strohalm.cyclos.services.customization.TranslationMessageServiceImpl
 
search(TranslationMessageQuery) - Method in class nl.strohalm.cyclos.services.customization.TranslationMessageServiceSecurity
 
search(AdInterestQuery) - Method in interface nl.strohalm.cyclos.services.elements.AdInterestService
Search the existing ad interests based on the AdInterestQuery object
search(AdInterestQuery) - Method in class nl.strohalm.cyclos.services.elements.AdInterestServiceImpl
 
search(AdInterestQuery) - Method in class nl.strohalm.cyclos.services.elements.AdInterestServiceSecurity
 
search(BrokeringQuery) - Method in interface nl.strohalm.cyclos.services.elements.BrokeringService
Search brokerings based on specified parameters
search(BrokeringQuery) - Method in class nl.strohalm.cyclos.services.elements.BrokeringServiceImpl
 
search(BrokeringQuery) - Method in class nl.strohalm.cyclos.services.elements.BrokeringServiceSecurity
 
search(ElementQuery) - Method in interface nl.strohalm.cyclos.services.elements.ElementService
Search the existing elements based on the ElementQuery object
search(PendingMemberQuery) - Method in interface nl.strohalm.cyclos.services.elements.ElementService
Searches for pending members
search(ElementQuery) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
search(PendingMemberQuery) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
search(ElementQuery) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceSecurity
 
search(PendingMemberQuery) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceSecurity
 
search(MemberRecordQuery) - Method in interface nl.strohalm.cyclos.services.elements.MemberRecordService
Searches for member records
search(MemberRecordQuery) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordServiceImpl
 
search(MemberRecordQuery) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordServiceSecurity
 
search(MemberRecordTypeQuery) - Method in interface nl.strohalm.cyclos.services.elements.MemberRecordTypeService
Searches for member record types
search(MemberRecordTypeQuery) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordTypeServiceImpl
 
search(MemberRecordTypeQuery) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordTypeServiceSecurity
 
search(MessageCategoryQuery) - Method in interface nl.strohalm.cyclos.services.elements.MessageCategoryService
Search message categories
search(MessageCategoryQuery) - Method in class nl.strohalm.cyclos.services.elements.MessageCategoryServiceImpl
 
search(MessageCategoryQuery) - Method in class nl.strohalm.cyclos.services.elements.MessageCategoryServiceSecurity
 
search(MessageQuery) - Method in interface nl.strohalm.cyclos.services.elements.MessageService
Searches for messages
search(MessageQuery) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceImpl
 
search(MessageQuery) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceSecurity
 
search(ReferenceQuery) - Method in interface nl.strohalm.cyclos.services.elements.ReferenceService
Searches for references
search(ReferenceQuery) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceImpl
 
search(ReferenceQuery) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceSecurity
 
search(GroupFilterQuery) - Method in interface nl.strohalm.cyclos.services.groups.GroupFilterService
Searches existing group filters according to the specified query parameters
search(GroupFilterQuery) - Method in class nl.strohalm.cyclos.services.groups.GroupFilterServiceImpl
 
search(GroupFilterQuery) - Method in class nl.strohalm.cyclos.services.groups.GroupFilterServiceSecurity
 
search(GroupQuery) - Method in interface nl.strohalm.cyclos.services.groups.GroupService
Searches for groups that matches the give query
search(GroupQuery) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
search(GroupQuery) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceSecurity
 
search(InfoTextQuery) - Method in interface nl.strohalm.cyclos.services.infotexts.InfoTextService
 
search(InfoTextQuery) - Method in class nl.strohalm.cyclos.services.infotexts.InfoTextServiceImpl
 
search(InfoTextQuery) - Method in class nl.strohalm.cyclos.services.infotexts.InfoTextServiceSecurity
 
search(LoanGroupQuery) - Method in interface nl.strohalm.cyclos.services.loangroups.LoanGroupService
Searches the loan groups defined in the system
search(LoanGroupQuery) - Method in class nl.strohalm.cyclos.services.loangroups.LoanGroupServiceImpl
 
search(LoanGroupQuery) - Method in class nl.strohalm.cyclos.services.loangroups.LoanGroupServiceSecurity
 
search(ServiceClientQuery) - Method in interface nl.strohalm.cyclos.services.services.ServiceClientService
Searches for service clients
search(ServiceClientQuery) - Method in class nl.strohalm.cyclos.services.services.ServiceClientServiceImpl
 
search(ServiceClientQuery) - Method in class nl.strohalm.cyclos.services.services.ServiceClientServiceSecurity
 
search(SmsLogQuery) - Method in interface nl.strohalm.cyclos.services.sms.SmsLogService
Search SMS logs
search(SmsLogQuery) - Method in class nl.strohalm.cyclos.services.sms.SmsLogServiceImpl
 
search(SmsLogQuery) - Method in class nl.strohalm.cyclos.services.sms.SmsLogServiceSecurity
 
search(SmsMailingQuery) - Method in interface nl.strohalm.cyclos.services.sms.SmsMailingService
Search for SMS mailings
search(SmsMailingQuery) - Method in class nl.strohalm.cyclos.services.sms.SmsMailingServiceImpl
 
search(SmsMailingQuery) - Method in class nl.strohalm.cyclos.services.sms.SmsMailingServiceSecurity
 
search(InvoiceQuery) - Method in interface nl.strohalm.cyclos.services.transactions.InvoiceService
Searches for invoices
search(InvoiceQuery) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
search(InvoiceQuery) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceSecurity
 
search(LoanPaymentQuery) - Method in interface nl.strohalm.cyclos.services.transactions.LoanService
Searches for loan payments
search(LoanQuery) - Method in interface nl.strohalm.cyclos.services.transactions.LoanService
Searches loans
search(LoanPaymentQuery) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceImpl
 
search(LoanQuery) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceImpl
 
search(LoanPaymentQuery) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceSecurity
 
search(LoanQuery) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceSecurity
 
search(TransferQuery) - Method in interface nl.strohalm.cyclos.services.transactions.PaymentService
Searches for transfers
search(TransferQuery) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
search(TransferQuery) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceSecurity
 
search(ScheduledPaymentQuery) - Method in interface nl.strohalm.cyclos.services.transactions.ScheduledPaymentService
Searches for scheduled payments
search(ScheduledPaymentQuery) - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceImpl
 
search(ScheduledPaymentQuery) - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceSecurity
 
search(TicketQuery) - Method in interface nl.strohalm.cyclos.services.transactions.TicketService
Searches for tickets
search(TicketQuery) - Method in class nl.strohalm.cyclos.services.transactions.TicketServiceImpl
 
search(TicketQuery) - Method in class nl.strohalm.cyclos.services.transactions.TicketServiceSecurity
 
search(PaymentFilterQuery) - Method in interface nl.strohalm.cyclos.services.transfertypes.PaymentFilterService
Searches existing payment filters according to the specified query parameters
search(PaymentFilterQuery) - Method in class nl.strohalm.cyclos.services.transfertypes.PaymentFilterServiceImpl
 
search(PaymentFilterQuery) - Method in class nl.strohalm.cyclos.services.transfertypes.PaymentFilterServiceSecurity
 
search(TransactionFeeQuery) - Method in interface nl.strohalm.cyclos.services.transfertypes.TransactionFeeService
Searches existing transaction fees, matching the query
search(TransactionFeeQuery) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceImpl
 
search(TransactionFeeQuery) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceSecurity
 
search(TransferTypeQuery) - Method in interface nl.strohalm.cyclos.services.transfertypes.TransferTypeService
Search the existing transfer types
search(TransferTypeQuery) - Method in class nl.strohalm.cyclos.services.transfertypes.TransferTypeServiceImpl
 
search(TransferTypeQuery) - Method in class nl.strohalm.cyclos.services.transfertypes.TransferTypeServiceSecurity
 
search(AdSearchParameters) - Method in interface nl.strohalm.cyclos.webservices.ads.AdWebService
Searches for adversisements, according to the search parameters
search(AdSearchParameters) - Method in class nl.strohalm.cyclos.webservices.ads.AdWebServiceImpl
 
search(InfoTextSearchParameters) - Method in interface nl.strohalm.cyclos.webservices.infotexts.InfoTextWebService
Searches for info texts
search(InfoTextSearchParameters) - Method in class nl.strohalm.cyclos.webservices.infotexts.InfoTextWebServiceImpl
 
search(MemberSearchParameters) - Method in interface nl.strohalm.cyclos.webservices.members.MemberWebService
Searches for members, according to the search parameters
search(MemberSearchParameters) - Method in class nl.strohalm.cyclos.webservices.members.MemberWebServiceImpl
 
searchAccountHistory(AccountHistorySearchParameters) - Method in interface nl.strohalm.cyclos.webservices.accounts.AccountWebService
Searches for transfers and return the status for a given member account
searchAccountHistory(AccountHistorySearchParameters) - Method in class nl.strohalm.cyclos.webservices.accounts.AccountWebServiceImpl
 
searchAccountHistory(AccountHistoryPosParameters) - Method in interface nl.strohalm.cyclos.webservices.pos.PosWebService
Returns the account history of an account
searchAccountHistory(AccountHistoryPosParameters) - Method in class nl.strohalm.cyclos.webservices.pos.PosWebServiceImpl
 
SearchAccountTypesAjaxAction - Class in nl.strohalm.cyclos.controls.accounts.accounttypes
Action for searching member account types using Ajax
SearchAccountTypesAjaxAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.accounttypes.SearchAccountTypesAjaxAction
 
SearchAccountTypesAjaxForm - Class in nl.strohalm.cyclos.controls.accounts.accounttypes
Form for searching account types using Ajax
SearchAccountTypesAjaxForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.accounttypes.SearchAccountTypesAjaxForm
 
searchActiveCards(Long, Long) - Method in interface nl.strohalm.cyclos.dao.accounts.cards.CardDAO
Searches for cards with status !
searchActiveCards(Long, Long) - Method in class nl.strohalm.cyclos.dao.accounts.cards.CardDAOImpl
 
searchActiveMembers(Collection<Group>) - Method in class nl.strohalm.cyclos.dao.members.ElementDAOImpl
 
searchAdmins(AdminNotificationPreferenceQuery) - Method in interface nl.strohalm.cyclos.dao.members.AdminNotificationPreferenceDAO
Returns administrators to notify according to the given arguments
searchAdmins(AdminNotificationPreferenceQuery) - Method in class nl.strohalm.cyclos.dao.members.AdminNotificationPreferenceDAOImpl
 
SearchAdminsAction - Class in nl.strohalm.cyclos.controls.admins
Action to search administrators
SearchAdminsAction() - Constructor for class nl.strohalm.cyclos.controls.admins.SearchAdminsAction
 
SearchAdminsAjaxAction - Class in nl.strohalm.cyclos.controls.members
Searches admins and returns the list as an JSON
SearchAdminsAjaxAction() - Constructor for class nl.strohalm.cyclos.controls.members.SearchAdminsAjaxAction
 
SearchAdminsAjaxForm - Class in nl.strohalm.cyclos.controls.members
Form used for Ajax admins search
SearchAdminsAjaxForm() - Constructor for class nl.strohalm.cyclos.controls.members.SearchAdminsAjaxForm
 
SearchAdminsForm - Class in nl.strohalm.cyclos.controls.admins
Form used to search administrators
SearchAdminsForm() - Constructor for class nl.strohalm.cyclos.controls.admins.SearchAdminsForm
 
SearchAdsAction - Class in nl.strohalm.cyclos.controls.ads
Action used to search advertisements
SearchAdsAction() - Constructor for class nl.strohalm.cyclos.controls.ads.SearchAdsAction
 
SearchAdsForm - Class in nl.strohalm.cyclos.controls.ads
Form used to search advertisements
SearchAdsForm() - Constructor for class nl.strohalm.cyclos.controls.ads.SearchAdsForm
 
SearchAlertsAction - Class in nl.strohalm.cyclos.controls.alerts
Action used to search alerts
SearchAlertsAction() - Constructor for class nl.strohalm.cyclos.controls.alerts.SearchAlertsAction
 
SearchAlertsForm - Class in nl.strohalm.cyclos.controls.alerts
Form used to search alerts
SearchAlertsForm() - Constructor for class nl.strohalm.cyclos.controls.alerts.SearchAlertsForm
 
searchAtDate(MemberQuery, Calendar) - Method in interface nl.strohalm.cyclos.dao.members.ElementDAO
Search members in history in a point date; search in the remarks and groups, if needed, ordering results by username.
searchAtDate(MemberQuery, Calendar) - Method in class nl.strohalm.cyclos.dao.members.ElementDAOImpl
 
searchAtDate(MemberQuery, Calendar) - Method in interface nl.strohalm.cyclos.services.elements.ElementService
Search the existing elements based on the ElementQuery object and a date
searchAtDate(MemberQuery, Calendar) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
searchAtDate(MemberQuery, Calendar) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceSecurity
 
searchAuthorizations(TransferAuthorizationQuery) - Method in interface nl.strohalm.cyclos.services.transactions.TransferAuthorizationService
Searches for transfer authorizations
searchAuthorizations(TransferAuthorizationQuery) - Method in class nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceImpl
 
searchAuthorizations(TransferAuthorizationQuery) - Method in class nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceSecurity
 
searchBrokerCommissionContracts(BrokerCommissionContractQuery) - Method in interface nl.strohalm.cyclos.services.elements.CommissionService
Searchs for broker commission contracts
searchBrokerCommissionContracts(BrokerCommissionContractQuery) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
searchBrokerCommissionContracts(BrokerCommissionContractQuery) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceSecurity
 
SearchBrokerCommissionContractsAction - Class in nl.strohalm.cyclos.controls.members.brokering
Search broker commission contracts
SearchBrokerCommissionContractsAction() - Constructor for class nl.strohalm.cyclos.controls.members.brokering.SearchBrokerCommissionContractsAction
 
SearchBrokerCommissionContractsForm - Class in nl.strohalm.cyclos.controls.members.brokering
Form used to list broker commission contracts
SearchBrokerCommissionContractsForm() - Constructor for class nl.strohalm.cyclos.controls.members.brokering.SearchBrokerCommissionContractsForm
 
SearchCardsAction - Class in nl.strohalm.cyclos.controls.accounts.cards
 
SearchCardsAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.cards.SearchCardsAction
 
SearchCardsAsBrokerAction - Class in nl.strohalm.cyclos.controls.accounts.cards
 
SearchCardsAsBrokerAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.cards.SearchCardsAsBrokerAction
 
SearchCardsForm - Class in nl.strohalm.cyclos.controls.accounts.cards
 
SearchCardsForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.cards.SearchCardsForm
 
SearchCardsNormalAction - Class in nl.strohalm.cyclos.controls.accounts.cards
 
SearchCardsNormalAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.cards.SearchCardsNormalAction
 
SearchCardTypeForm - Class in nl.strohalm.cyclos.controls.accounts.cards
 
SearchCardTypeForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.cards.SearchCardTypeForm
 
SearchCertificationsAction - Class in nl.strohalm.cyclos.controls.accounts.guarantees.certifications
 
SearchCertificationsAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.SearchCertificationsAction
 
SearchCertificationsForm - Class in nl.strohalm.cyclos.controls.accounts.guarantees.certifications
 
SearchCertificationsForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.SearchCertificationsForm
 
SearchElementsAction<Q extends FullTextElementQuery> - Class in nl.strohalm.cyclos.controls.elements
Action used to search elements
SearchElementsAction() - Constructor for class nl.strohalm.cyclos.controls.elements.SearchElementsAction
 
SearchElementsForm - Class in nl.strohalm.cyclos.controls.elements
Form used to search elements
SearchElementsForm() - Constructor for class nl.strohalm.cyclos.controls.elements.SearchElementsForm
 
SearchErrorLogAction - Class in nl.strohalm.cyclos.controls.alerts
Action used to quuery the error log history
SearchErrorLogAction() - Constructor for class nl.strohalm.cyclos.controls.alerts.SearchErrorLogAction
 
SearchErrorLogForm - Class in nl.strohalm.cyclos.controls.alerts
Form used to search the error log
SearchErrorLogForm() - Constructor for class nl.strohalm.cyclos.controls.alerts.SearchErrorLogForm
 
searchForWebServices(InfoTextQuery) - Method in class nl.strohalm.cyclos.services.infotexts.InfoTextServiceImpl
 
searchForWebServices(InfoTextQuery) - Method in interface nl.strohalm.cyclos.services.infotexts.InfoTextServiceLocal
Searches for matching info texts without permission checks
searchGeneratedTransferTypes(TransactionFee, boolean, boolean) - Method in interface nl.strohalm.cyclos.services.transfertypes.TransactionFeeService
Returns a list of generated transfer types allowed for the given fee.
searchGeneratedTransferTypes(TransactionFee, boolean, boolean) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceImpl
 
searchGeneratedTransferTypes(TransactionFee, boolean, boolean) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceSecurity
 
SearchGroupsAjaxAction - Class in nl.strohalm.cyclos.controls.groups
Searches groups and returns the list as an JSON
SearchGroupsAjaxAction() - Constructor for class nl.strohalm.cyclos.controls.groups.SearchGroupsAjaxAction
 
SearchGroupsAjaxForm - Class in nl.strohalm.cyclos.controls.groups
Form used for Ajax groups search
SearchGroupsAjaxForm() - Constructor for class nl.strohalm.cyclos.controls.groups.SearchGroupsAjaxForm
 
SearchGuaranteesAction - Class in nl.strohalm.cyclos.controls.accounts.guarantees.guarantees
 
SearchGuaranteesAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.SearchGuaranteesAction
 
SearchGuaranteesForm - Class in nl.strohalm.cyclos.controls.accounts.guarantees.guarantees
 
SearchGuaranteesForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.SearchGuaranteesForm
 
searchHistoryNew(ElementQuery) - Method in interface nl.strohalm.cyclos.dao.members.ElementDAO
Search new elements in history in a period; search in the remarks and groups, if needed, ordering results by username.
searchHistoryNew(ElementQuery) - Method in class nl.strohalm.cyclos.dao.members.ElementDAOImpl
 
searchHistoryRemoved(ElementQuery) - Method in interface nl.strohalm.cyclos.dao.members.ElementDAO
Search the removed elements in history in a period; search in the remarks and groups, if needed, ordering results by username.
searchHistoryRemoved(ElementQuery) - Method in class nl.strohalm.cyclos.dao.members.ElementDAOImpl
 
searchImportedAds(ImportedAdQuery) - Method in interface nl.strohalm.cyclos.services.ads.AdImportService
Searches for imported advertisements
searchImportedAds(ImportedAdQuery) - Method in class nl.strohalm.cyclos.services.ads.AdImportServiceImpl
 
searchImportedAds(ImportedAdQuery) - Method in class nl.strohalm.cyclos.services.ads.AdImportServiceSecurity
 
searchImportedMembers(ImportedMemberQuery) - Method in interface nl.strohalm.cyclos.services.elements.MemberImportService
Searches for imported members
searchImportedMembers(ImportedMemberQuery) - Method in class nl.strohalm.cyclos.services.elements.MemberImportServiceImpl
 
searchImportedMembers(ImportedMemberQuery) - Method in class nl.strohalm.cyclos.services.elements.MemberImportServiceSecurity
 
SearchInfoTextsAction - Class in nl.strohalm.cyclos.controls.members.sms
 
SearchInfoTextsAction() - Constructor for class nl.strohalm.cyclos.controls.members.sms.SearchInfoTextsAction
 
SearchInfoTextsForm - Class in nl.strohalm.cyclos.controls.members.sms
Form used to search SMS mailings
SearchInfoTextsForm() - Constructor for class nl.strohalm.cyclos.controls.members.sms.SearchInfoTextsForm
 
SearchInvoicesAction - Class in nl.strohalm.cyclos.controls.invoices
Action used to retrieve the invoices of a given member
SearchInvoicesAction() - Constructor for class nl.strohalm.cyclos.controls.invoices.SearchInvoicesAction
 
SearchInvoicesAction.Entry - Class in nl.strohalm.cyclos.controls.invoices
 
SearchInvoicesAction.Entry() - Constructor for class nl.strohalm.cyclos.controls.invoices.SearchInvoicesAction.Entry
 
SearchInvoicesAction.TransformInvoiceInEntry - Class in nl.strohalm.cyclos.controls.invoices
 
SearchInvoicesAction.TransformInvoiceInEntry(AccountOwner) - Constructor for class nl.strohalm.cyclos.controls.invoices.SearchInvoicesAction.TransformInvoiceInEntry
 
SearchInvoicesForm - Class in nl.strohalm.cyclos.controls.invoices
Form used for retrieving a member's invoices
SearchInvoicesForm() - Constructor for class nl.strohalm.cyclos.controls.invoices.SearchInvoicesForm
 
searchLeafAdCategories(AdCategoryQuery) - Method in interface nl.strohalm.cyclos.dao.ads.AdCategoryDAO
Returns a List containing all leaf Categories.
searchLeafAdCategories(AdCategoryQuery) - Method in class nl.strohalm.cyclos.dao.ads.AdCategoryDAOImpl
 
searchLeafAdCategories(AdCategoryQuery) - Method in class nl.strohalm.cyclos.services.ads.AdCategoryServiceImpl
 
searchLeafAdCategories(AdCategoryQuery) - Method in interface nl.strohalm.cyclos.services.ads.AdCategoryServiceLocal
Searches for leaf categories
SearchLoanGroupsAction - Class in nl.strohalm.cyclos.controls.loangroups
Action used to search loan groups
SearchLoanGroupsAction() - Constructor for class nl.strohalm.cyclos.controls.loangroups.SearchLoanGroupsAction
 
SearchLoanGroupsForm - Class in nl.strohalm.cyclos.controls.loangroups
Form used to search loan groups
SearchLoanGroupsForm() - Constructor for class nl.strohalm.cyclos.controls.loangroups.SearchLoanGroupsForm
 
SearchLoanPaymentsAction - Class in nl.strohalm.cyclos.controls.loans
Action used to search loan payments
SearchLoanPaymentsAction() - Constructor for class nl.strohalm.cyclos.controls.loans.SearchLoanPaymentsAction
 
SearchLoanPaymentsForm - Class in nl.strohalm.cyclos.controls.loans
Form used to search loan payments
SearchLoanPaymentsForm() - Constructor for class nl.strohalm.cyclos.controls.loans.SearchLoanPaymentsForm
 
SearchLoansAction - Class in nl.strohalm.cyclos.controls.loans
Action used to search loans
SearchLoansAction() - Constructor for class nl.strohalm.cyclos.controls.loans.SearchLoansAction
 
SearchLoansForm - Class in nl.strohalm.cyclos.controls.loans
Form used to search loans
SearchLoansForm() - Constructor for class nl.strohalm.cyclos.controls.loans.SearchLoansForm
 
searchLogs(AccountFeeLogQuery) - Method in interface nl.strohalm.cyclos.services.accountfees.AccountFeeService
Search account fee logs
searchLogs(AccountFeeLogQuery) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceImpl
 
searchLogs(AccountFeeLogQuery) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceSecurity
 
SearchMemberRecordsAction - Class in nl.strohalm.cyclos.controls.members.records
Action used to search member records
SearchMemberRecordsAction() - Constructor for class nl.strohalm.cyclos.controls.members.records.SearchMemberRecordsAction
 
SearchMemberRecordsForm - Class in nl.strohalm.cyclos.controls.members.records
Form used to search member records
SearchMemberRecordsForm() - Constructor for class nl.strohalm.cyclos.controls.members.records.SearchMemberRecordsForm
 
searchMembers(MemberAccountFeeLogQuery) - Method in interface nl.strohalm.cyclos.services.accountfees.AccountFeeService
Searches for charged members in an account fee log
searchMembers(MemberAccountFeeLogQuery) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceImpl
 
searchMembers(MemberAccountFeeLogQuery) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceSecurity
 
SearchMembersAction - Class in nl.strohalm.cyclos.controls.members
Action to search members
SearchMembersAction() - Constructor for class nl.strohalm.cyclos.controls.members.SearchMembersAction
 
SearchMembersAjaxAction - Class in nl.strohalm.cyclos.controls.members
Searches members and returns the list as an JSON
SearchMembersAjaxAction() - Constructor for class nl.strohalm.cyclos.controls.members.SearchMembersAjaxAction
 
SearchMembersAjaxForm - Class in nl.strohalm.cyclos.controls.members
Form used for Ajax member search
SearchMembersAjaxForm() - Constructor for class nl.strohalm.cyclos.controls.members.SearchMembersAjaxForm
 
SearchMembersForm - Class in nl.strohalm.cyclos.controls.members
Form used to search members
SearchMembersForm() - Constructor for class nl.strohalm.cyclos.controls.members.SearchMembersForm
 
SearchMessageCategoriesAjaxAction - Class in nl.strohalm.cyclos.controls.members.messages
Searches message categories and returns the list as an JSON
SearchMessageCategoriesAjaxAction() - Constructor for class nl.strohalm.cyclos.controls.members.messages.SearchMessageCategoriesAjaxAction
 
SearchMessageCategoriesAjaxForm - Class in nl.strohalm.cyclos.controls.members.messages
Form used for Ajax message categories search
SearchMessageCategoriesAjaxForm() - Constructor for class nl.strohalm.cyclos.controls.members.messages.SearchMessageCategoriesAjaxForm
 
SearchMessagesAction - Class in nl.strohalm.cyclos.controls.members.messages
Action used to search messages
SearchMessagesAction() - Constructor for class nl.strohalm.cyclos.controls.members.messages.SearchMessagesAction
 
SearchMessagesForm - Class in nl.strohalm.cyclos.controls.members.messages
Form used to search messages
SearchMessagesForm() - Constructor for class nl.strohalm.cyclos.controls.members.messages.SearchMessagesForm
 
SearchOperatorsAction - Class in nl.strohalm.cyclos.controls.operators
Action to search operatoristrators
SearchOperatorsAction() - Constructor for class nl.strohalm.cyclos.controls.operators.SearchOperatorsAction
 
SearchOperatorsForm - Class in nl.strohalm.cyclos.controls.operators
Form used by members to search for operators
SearchOperatorsForm() - Constructor for class nl.strohalm.cyclos.controls.operators.SearchOperatorsForm
 
SearchParameters - Class in nl.strohalm.cyclos.webservices.model
Base class for search parameters
SearchParameters() - Constructor for class nl.strohalm.cyclos.webservices.model.SearchParameters
 
SearchPaymentFiltersAjaxAction - Class in nl.strohalm.cyclos.controls.accounts.paymentfilters
Searches payment filters and returns the list as an JSON
SearchPaymentFiltersAjaxAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.paymentfilters.SearchPaymentFiltersAjaxAction
 
SearchPaymentFiltersAjaxForm - Class in nl.strohalm.cyclos.controls.accounts.paymentfilters
Form used for Ajax payment filters search
SearchPaymentFiltersAjaxForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.paymentfilters.SearchPaymentFiltersAjaxForm
 
SearchPaymentObligationsAction - Class in nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations
 
SearchPaymentObligationsAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.SearchPaymentObligationsAction
 
SearchPaymentObligationsForm - Class in nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations
 
SearchPaymentObligationsForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.SearchPaymentObligationsForm
 
SearchPaymentRequestsAction - Class in nl.strohalm.cyclos.controls.payments.request
Action used to search payment requests
SearchPaymentRequestsAction() - Constructor for class nl.strohalm.cyclos.controls.payments.request.SearchPaymentRequestsAction
 
SearchPaymentRequestsForm - Class in nl.strohalm.cyclos.controls.payments.request
Form used to search payment request tickets
SearchPaymentRequestsForm() - Constructor for class nl.strohalm.cyclos.controls.payments.request.SearchPaymentRequestsForm
 
searchPaymentsAwaitingFeedback(PaymentsAwaitingFeedbackQuery) - Method in interface nl.strohalm.cyclos.dao.members.ReferenceDAO
Searches for payments that should have but still have no feedback
searchPaymentsAwaitingFeedback(PaymentsAwaitingFeedbackQuery) - Method in class nl.strohalm.cyclos.dao.members.ReferenceDAOImpl
 
searchPaymentsAwaitingFeedback(PaymentsAwaitingFeedbackQuery) - Method in interface nl.strohalm.cyclos.services.elements.ReferenceService
Searches for payments awaiting buyer / seller feedback
searchPaymentsAwaitingFeedback(PaymentsAwaitingFeedbackQuery) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceImpl
 
searchPaymentsAwaitingFeedback(PaymentsAwaitingFeedbackQuery) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceSecurity
 
SearchPaymentsAwaitingFeedbackAction - Class in nl.strohalm.cyclos.controls.members.references
Action used to search payments that should receive feedback
SearchPaymentsAwaitingFeedbackAction() - Constructor for class nl.strohalm.cyclos.controls.members.references.SearchPaymentsAwaitingFeedbackAction
 
SearchPaymentsAwaitingFeedbackForm - Class in nl.strohalm.cyclos.controls.members.references
Form used to search payments that should receive feedback
SearchPaymentsAwaitingFeedbackForm() - Constructor for class nl.strohalm.cyclos.controls.members.references.SearchPaymentsAwaitingFeedbackForm
 
SearchPendingMembersAction - Class in nl.strohalm.cyclos.controls.members.pending
Action used to search for pending members
SearchPendingMembersAction() - Constructor for class nl.strohalm.cyclos.controls.members.pending.SearchPendingMembersAction
 
SearchPendingMembersForm - Class in nl.strohalm.cyclos.controls.members.pending
Form used to search for pending members
SearchPendingMembersForm() - Constructor for class nl.strohalm.cyclos.controls.members.pending.SearchPendingMembersForm
 
SearchPosAction - Class in nl.strohalm.cyclos.controls.accounts.pos
 
SearchPosAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.pos.SearchPosAction
 
SearchPosForm - Class in nl.strohalm.cyclos.controls.accounts.pos
 
SearchPosForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.pos.SearchPosForm
 
SearchPossibleValuesAjaxAction - Class in nl.strohalm.cyclos.controls.customization.fields
Action used to list possible values by ajax
SearchPossibleValuesAjaxAction() - Constructor for class nl.strohalm.cyclos.controls.customization.fields.SearchPossibleValuesAjaxAction
 
SearchPossibleValuesAjaxForm - Class in nl.strohalm.cyclos.controls.customization.fields
Form used to list possible values by ajax
SearchPossibleValuesAjaxForm() - Constructor for class nl.strohalm.cyclos.controls.customization.fields.SearchPossibleValuesAjaxForm
 
SearchScheduledPaymentsAction - Class in nl.strohalm.cyclos.controls.accounts.details
Action used to search for scheduled payments
SearchScheduledPaymentsAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.details.SearchScheduledPaymentsAction
 
SearchScheduledPaymentsForm - Class in nl.strohalm.cyclos.controls.accounts.details
Form used to search for scheduled payments
SearchScheduledPaymentsForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.details.SearchScheduledPaymentsForm
 
SearchServiceClientsAction - Class in nl.strohalm.cyclos.controls.services
Action used to search web services clients
SearchServiceClientsAction() - Constructor for class nl.strohalm.cyclos.controls.services.SearchServiceClientsAction
 
SearchServiceClientsForm - Class in nl.strohalm.cyclos.controls.services
Form used to search web services clients
SearchServiceClientsForm() - Constructor for class nl.strohalm.cyclos.controls.services.SearchServiceClientsForm
 
searchSessions(SessionQuery) - Method in interface nl.strohalm.cyclos.services.access.AccessService
Searches for connected user sessions
searchSessions(SessionQuery) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
searchSessions(SessionQuery) - Method in class nl.strohalm.cyclos.services.access.AccessServiceSecurity
 
SearchSmsLogsAction - Class in nl.strohalm.cyclos.controls.members.sms
 
SearchSmsLogsAction() - Constructor for class nl.strohalm.cyclos.controls.members.sms.SearchSmsLogsAction
 
SearchSmsLogsForm - Class in nl.strohalm.cyclos.controls.members.sms
Form used to search SMS logs
SearchSmsLogsForm() - Constructor for class nl.strohalm.cyclos.controls.members.sms.SearchSmsLogsForm
 
SearchSmsMailingsAction - Class in nl.strohalm.cyclos.controls.members.sms
Action used to search for sms mailings
SearchSmsMailingsAction() - Constructor for class nl.strohalm.cyclos.controls.members.sms.SearchSmsMailingsAction
 
SearchSmsMailingsForm - Class in nl.strohalm.cyclos.controls.members.sms
Form used to search SMS mailings
SearchSmsMailingsForm() - Constructor for class nl.strohalm.cyclos.controls.members.sms.SearchSmsMailingsForm
 
SearchTransactionsAction - Class in nl.strohalm.cyclos.controls.posweb
Action used to search transactions on PosWeb
SearchTransactionsAction() - Constructor for class nl.strohalm.cyclos.controls.posweb.SearchTransactionsAction
 
SearchTransactionsAction.Entry - Class in nl.strohalm.cyclos.controls.posweb
An entry which abstracts a transfer or scheduled payment as being a debit or a credit, depending on the currently logged member
SearchTransactionsAction.Entry() - Constructor for class nl.strohalm.cyclos.controls.posweb.SearchTransactionsAction.Entry
 
SearchTransactionsForm - Class in nl.strohalm.cyclos.controls.posweb
Action used to search transactions on PosWeb
SearchTransactionsForm() - Constructor for class nl.strohalm.cyclos.controls.posweb.SearchTransactionsForm
 
SearchTransferAuthorizationsAction - Class in nl.strohalm.cyclos.controls.accounts.details
Action used to search for transfer authorizations given by a given member / administration
SearchTransferAuthorizationsAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.details.SearchTransferAuthorizationsAction
 
SearchTransferAuthorizationsForm - Class in nl.strohalm.cyclos.controls.accounts.details
Form used to search for transfer authorizations given by a given member / administration
SearchTransferAuthorizationsForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.details.SearchTransferAuthorizationsForm
 
SearchTransferImportsAction - Class in nl.strohalm.cyclos.controls.accounts.external.transferimports
Searches external file imports for the given parameters
SearchTransferImportsAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.transferimports.SearchTransferImportsAction
 
SearchTransferImportsForm - Class in nl.strohalm.cyclos.controls.accounts.external.transferimports
Form used to search for external transfer imports
SearchTransferImportsForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.transferimports.SearchTransferImportsForm
 
searchTransfersAwaitingAuthorization(TransfersAwaitingAuthorizationQuery) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.TransferDAO
Searches for transfers awaiting authorization
searchTransfersAwaitingAuthorization(TransfersAwaitingAuthorizationQuery) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.TransferDAOImpl
 
searchTransfersAwaitingAuthorization(TransfersAwaitingAuthorizationQuery) - Method in interface nl.strohalm.cyclos.services.transactions.TransferAuthorizationService
Searches for transfers awaiting authorization of the logged element
searchTransfersAwaitingAuthorization(TransfersAwaitingAuthorizationQuery) - Method in class nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceImpl
 
searchTransfersAwaitingAuthorization(TransfersAwaitingAuthorizationQuery) - Method in class nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceSecurity
 
searchTransferTypes(TransferTypeSearchParameters) - Method in interface nl.strohalm.cyclos.webservices.accounts.AccountWebService
Returns a list of transfer types for the given parameters
searchTransferTypes(TransferTypeSearchParameters) - Method in class nl.strohalm.cyclos.webservices.accounts.AccountWebServiceImpl
 
SearchTransferTypesAjaxAction - Class in nl.strohalm.cyclos.controls.accounts.transfertypes
Action for searching transfer types using Ajax
SearchTransferTypesAjaxAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxAction
 
SearchTransferTypesAjaxAction.Options - Enum in nl.strohalm.cyclos.controls.accounts.transfertypes
 
SearchTransferTypesAjaxForm - Class in nl.strohalm.cyclos.controls.accounts.transfertypes
Form for searching transfer types using Ajax
SearchTransferTypesAjaxForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
SearchTranslationMessagesAction - Class in nl.strohalm.cyclos.controls.customization.translationMessages
Action used to search translation messages
SearchTranslationMessagesAction() - Constructor for class nl.strohalm.cyclos.controls.customization.translationMessages.SearchTranslationMessagesAction
 
SearchTranslationMessagesForm - Class in nl.strohalm.cyclos.controls.customization.translationMessages
Form used to search translation messages
SearchTranslationMessagesForm() - Constructor for class nl.strohalm.cyclos.controls.customization.translationMessages.SearchTranslationMessagesForm
 
searchWithCardType(long) - Method in interface nl.strohalm.cyclos.dao.accounts.cards.CardTypeDAO
Verify if has any card generated with given cardType
searchWithCardType(long) - Method in class nl.strohalm.cyclos.dao.accounts.cards.CardTypeDAOImpl
 
searchWithUsedAmount(CertificationQuery) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.CertificationService
 
searchWithUsedAmount(CertificationQuery) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.CertificationServiceImpl
 
searchWithUsedAmount(CertificationQuery) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.CertificationServiceSecurity
 
secondsSince(long) - Static method in class nl.strohalm.cyclos.utils.DateHelper
Returns the number of seconds since the given time
SecurityProxyPostProcessor - Class in nl.strohalm.cyclos.spring
BeanPostProcessor which wraps security services in proxies, used to store exceptions, which could be suppressed, but would still need to be processed
SecurityProxyPostProcessor() - Constructor for class nl.strohalm.cyclos.spring.SecurityProxyPostProcessor
 
select(String) - Method in class nl.strohalm.cyclos.themes.BaseThemeHandler
 
select(String) - Method in interface nl.strohalm.cyclos.themes.ThemeHandler
Selects the theme with the given file name
select(ServletContext, String) - Static method in class nl.strohalm.cyclos.themes.ThemeHelper
Selects the given theme for use
SelectChannelsAction - Class in nl.strohalm.cyclos.controls.access.channels
Action used to prepare the external access screen
SelectChannelsAction() - Constructor for class nl.strohalm.cyclos.controls.access.channels.SelectChannelsAction
 
SelectChannelsForm - Class in nl.strohalm.cyclos.controls.access.channels
 
SelectChannelsForm() - Constructor for class nl.strohalm.cyclos.controls.access.channels.SelectChannelsForm
 
SelectCustomFieldsTag - Class in nl.strohalm.cyclos.taglibs
Custom tag used to choose custom fields according to a given criteria
SelectCustomFieldsTag() - Constructor for class nl.strohalm.cyclos.taglibs.SelectCustomFieldsTag
 
SelectDocumentAction - Class in nl.strohalm.cyclos.controls.members.documents
Action used to select a document to print
SelectDocumentAction() - Constructor for class nl.strohalm.cyclos.controls.members.documents.SelectDocumentAction
 
SelectDocumentForm - Class in nl.strohalm.cyclos.controls.members.documents
Form used to select a document to print
SelectDocumentForm() - Constructor for class nl.strohalm.cyclos.controls.members.documents.SelectDocumentForm
 
SelectedSettingTypeNotInFileException - Exception in nl.strohalm.cyclos.services.settings.exceptions
This exception is thrown when the user selects to import settings of type that is not in the xml
SelectedSettingTypeNotInFileException(List<Setting.Type>) - Constructor for exception nl.strohalm.cyclos.services.settings.exceptions.SelectedSettingTypeNotInFileException
 
SelectThemeAction - Class in nl.strohalm.cyclos.controls.customization.themes
Action used to select a theme
SelectThemeAction() - Constructor for class nl.strohalm.cyclos.controls.customization.themes.SelectThemeAction
 
self() - Static method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType.Context
 
SelfPaymentAction - Class in nl.strohalm.cyclos.controls.payments
Action for payments between accounts of a given account owner
SelfPaymentAction() - Constructor for class nl.strohalm.cyclos.controls.payments.SelfPaymentAction
 
SelfPaymentForm - Class in nl.strohalm.cyclos.controls.payments
Form for self payments
SelfPaymentForm() - Constructor for class nl.strohalm.cyclos.controls.payments.SelfPaymentForm
 
send(SendMessageDTO) - Method in interface nl.strohalm.cyclos.services.elements.MessageService
Sends a message
send(SendMessageDTO) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceImpl
 
send(SendMessageDTO) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceSecurity
 
send(SmsMailing) - Method in interface nl.strohalm.cyclos.services.sms.SmsMailingService
Sends a free/paid SMS mailing to groups or individual members
send(SmsMailing) - Method in class nl.strohalm.cyclos.services.sms.SmsMailingServiceImpl
 
send(SmsMailing) - Method in class nl.strohalm.cyclos.services.sms.SmsMailingServiceSecurity
 
send(Invoice) - Method in interface nl.strohalm.cyclos.services.transactions.InvoiceService
Sends an invoice, returning the populated object
send(Invoice) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
send(Invoice) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceSecurity
 
send(String, InternetAddress, InternetAddress, String, boolean) - Method in class nl.strohalm.cyclos.utils.MailHandler
Sends an arbitrary mail message
send(Member, String, String) - Method in interface nl.strohalm.cyclos.utils.sms.SmsSender
Sends the given (tagged with trace data) message to the given member.
send(Member, String, String) - Method in class nl.strohalm.cyclos.utils.sms.SmsSenderImpl
 
send(String, SendSmsSenderParameters) - Method in interface nl.strohalm.cyclos.webservices.external.sms.SmsSenderWebService
Sends an SMS message to the given member
sendActivation(boolean, Member, String) - Method in class nl.strohalm.cyclos.utils.MailHandler
 
sendAfterTransactionCommit(String, InternetAddress, InternetAddress, String, boolean) - Method in class nl.strohalm.cyclos.utils.MailHandler
Sends an email only after the current transaction is committed
sendAutomatically(Invoice) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
sendAutomatically(Invoice) - Method in interface nl.strohalm.cyclos.services.transactions.InvoiceServiceLocal
Sends an invoice, without testing the logged member.
SendDirectMessageToMemberDTO - Class in nl.strohalm.cyclos.services.elements
A message sent between members
SendDirectMessageToMemberDTO() - Constructor for class nl.strohalm.cyclos.services.elements.SendDirectMessageToMemberDTO
 
sendEmailValidation(PendingMember) - Method in class nl.strohalm.cyclos.utils.MailHandler
 
sendError(String, Object...) - Method in class nl.strohalm.cyclos.controls.ActionContext
Returns an action forward for the error page, showing the message of the given key / arguments
sendError(ActionMapping, HttpServletRequest, HttpServletResponse, String, Object...) - Static method in class nl.strohalm.cyclos.utils.ActionHelper
Sends an error message to the error page via a translation key
sendErrorWithMessage(ActionMapping, HttpServletRequest, HttpServletResponse, String) - Static method in class nl.strohalm.cyclos.utils.ActionHelper
Sends a direct error message to the error page
sendException(MobileException) - Method in class nl.strohalm.cyclos.controls.mobile.MobileActionContext
 
sendException(ActionMapping, HttpServletRequest, MobileException) - Static method in class nl.strohalm.cyclos.controls.mobile.MobileHelper
Send the exception to the error page
sendFromSystem(SendMessageFromSystemDTO) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceImpl
 
sendFromSystem(SendMessageFromSystemDTO) - Method in interface nl.strohalm.cyclos.services.elements.MessageServiceLocal
Sends the given message from a system internal procedure
SendingInvoiceWithMultipleTransferTypesWithCustomFields - Exception in nl.strohalm.cyclos.services.transactions.exceptions
When a member is sending an invoice with custom fields, ther can't have multiple possible payment types, because the custom fields would be inconsistent.
SendingInvoiceWithMultipleTransferTypesWithCustomFields() - Constructor for exception nl.strohalm.cyclos.services.transactions.exceptions.SendingInvoiceWithMultipleTransferTypesWithCustomFields
 
sendInvitation(Element, String) - Method in class nl.strohalm.cyclos.utils.MailHandler
 
SendInvoiceAction - Class in nl.strohalm.cyclos.controls.invoices
Action used to send an invoice
SendInvoiceAction() - Constructor for class nl.strohalm.cyclos.controls.invoices.SendInvoiceAction
 
SendInvoiceActionPolicy - Class in nl.strohalm.cyclos.struts.access.policies
 
SendInvoiceForm - Class in nl.strohalm.cyclos.controls.invoices
Form used to send an invoice
SendInvoiceForm() - Constructor for class nl.strohalm.cyclos.controls.invoices.SendInvoiceForm
 
sendMessage(String, Object...) - Method in class nl.strohalm.cyclos.controls.AbstractActionContext
Sends a message to the next page, with the given key / arguments
sendMessage(HttpServletRequest, HttpServletResponse, String, Object...) - Static method in class nl.strohalm.cyclos.utils.ActionHelper
Sends a message to the next page
SendMessageAction - Class in nl.strohalm.cyclos.controls.members.messages
Action used to send a message
SendMessageAction() - Constructor for class nl.strohalm.cyclos.controls.members.messages.SendMessageAction
 
SendMessageAction.SendTo - Enum in nl.strohalm.cyclos.controls.members.messages
An enum indicating where to send a message
SendMessageActionPolicy - Class in nl.strohalm.cyclos.struts.access.policies
 
SendMessageDTO - Class in nl.strohalm.cyclos.services.elements
Base DTO for sending a message
SendMessageDTO() - Constructor for class nl.strohalm.cyclos.services.elements.SendMessageDTO
 
SendMessageForm - Class in nl.strohalm.cyclos.controls.members.messages
Action used to send a message
SendMessageForm() - Constructor for class nl.strohalm.cyclos.controls.members.messages.SendMessageForm
 
SendMessageFromBrokerToMembersDTO - Class in nl.strohalm.cyclos.services.elements
DTO for sending a message from a broker to his brokered members
SendMessageFromBrokerToMembersDTO() - Constructor for class nl.strohalm.cyclos.services.elements.SendMessageFromBrokerToMembersDTO
 
SendMessageFromSystemDTO - Class in nl.strohalm.cyclos.services.elements
DTO for sending a message from system to a single member
SendMessageFromSystemDTO() - Constructor for class nl.strohalm.cyclos.services.elements.SendMessageFromSystemDTO
 
SendMessageToAdminDTO - Class in nl.strohalm.cyclos.services.elements
DTO for sending a message to the administration
SendMessageToAdminDTO() - Constructor for class nl.strohalm.cyclos.services.elements.SendMessageToAdminDTO
 
SendMessageToGroupDTO - Class in nl.strohalm.cyclos.services.elements
Base DTO for sending a message
SendMessageToGroupDTO() - Constructor for class nl.strohalm.cyclos.services.elements.SendMessageToGroupDTO
 
SendMessageToMemberDTO - Class in nl.strohalm.cyclos.services.elements
DTO for sending a message to a single member
SendMessageToMemberDTO() - Constructor for class nl.strohalm.cyclos.services.elements.SendMessageToMemberDTO
 
sendReceiverCopy(Message, Member) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceImpl
 
sendReceiverCopy(Message, Member) - Method in interface nl.strohalm.cyclos.services.elements.MessageServiceLocal
Sends a receiver copy of a bulk message
sendRequest(PaymentRequestTicket) - Method in interface nl.strohalm.cyclos.services.transactions.PaymentRequestHandler
Enqueue the payment request
sendRequest(PaymentRequestTicket) - Method in class nl.strohalm.cyclos.utils.paymentrequest.PaymentRequestHandlerImpl
 
sendResetPassword(Member, String) - Method in class nl.strohalm.cyclos.utils.MailHandler
 
sendSms(SendSmsDTO) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceImpl
This methods runs a new transaction for handling the sms status, charging, etc...
sendSms(SendSmsDTO) - Method in interface nl.strohalm.cyclos.services.elements.MessageServiceLocal
Sends an SMS to a member.
sendSms(SendSmsParameters) - Method in interface nl.strohalm.cyclos.webservices.sms.SmsWebService
Sends an SMS message
sendSms(SendSmsParameters) - Method in class nl.strohalm.cyclos.webservices.sms.SmsWebServiceImpl
 
sendSmsAfterTransactionCommit(SendSmsDTO) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceImpl
 
sendSmsAfterTransactionCommit(SendSmsDTO) - Method in interface nl.strohalm.cyclos.services.elements.MessageServiceLocal
Sends an SMS to a member in background
SendSmsDTO - Class in nl.strohalm.cyclos.services.elements
Contains the parameters for sending an SMS message
SendSmsDTO() - Constructor for class nl.strohalm.cyclos.services.elements.SendSmsDTO
 
SendSmsMailingAction - Class in nl.strohalm.cyclos.controls.members.sms
Action used to send an SMS mailing
SendSmsMailingAction() - Constructor for class nl.strohalm.cyclos.controls.members.sms.SendSmsMailingAction
 
SendSmsMailingForm - Class in nl.strohalm.cyclos.controls.members.sms
Form used to send an SMS mailing
SendSmsMailingForm() - Constructor for class nl.strohalm.cyclos.controls.members.sms.SendSmsMailingForm
 
SendSmsParameters - Class in nl.strohalm.cyclos.webservices.sms
Parameters used to send an SMS message
SendSmsParameters() - Constructor for class nl.strohalm.cyclos.webservices.sms.SendSmsParameters
 
SendSmsResult - Class in nl.strohalm.cyclos.webservices.sms
Result for a send sms operation
SendSmsResult() - Constructor for class nl.strohalm.cyclos.webservices.sms.SendSmsResult
 
SendSmsSenderParameters - Class in nl.strohalm.cyclos.webservices.external.sms
 
SendSmsSenderParameters() - Constructor for class nl.strohalm.cyclos.webservices.external.sms.SendSmsSenderParameters
 
SendSmsStatus - Enum in nl.strohalm.cyclos.webservices.sms
Possible status for an SMS sending request
SEPARATOR - Static variable in class nl.strohalm.cyclos.utils.logging.LogFormatter
 
Service - Interface in nl.strohalm.cyclos.services
Marker interface for services
ServiceClient - Class in nl.strohalm.cyclos.entities.services
A remote host that may access specific web services
ServiceClient() - Constructor for class nl.strohalm.cyclos.entities.services.ServiceClient
 
serviceClient() - Static method in class nl.strohalm.cyclos.utils.access.LoggedUser
Returns the service client if the current transaction was started by a web service access, null otherwise
ServiceClient.Relationships - Enum in nl.strohalm.cyclos.entities.services
 
ServiceClientDAO - Interface in nl.strohalm.cyclos.dao.services
DAO interface for service clients
ServiceClientDAOImpl - Class in nl.strohalm.cyclos.dao.services
DAO implementation for service clients
ServiceClientDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.services.ServiceClientDAOImpl
 
ServiceClientIpResolvingPollingTask - Class in nl.strohalm.cyclos.scheduling.polling
A PollingTask that resolves IP addresses for service clients
ServiceClientIpResolvingPollingTask() - Constructor for class nl.strohalm.cyclos.scheduling.polling.ServiceClientIpResolvingPollingTask
 
ServiceClientQuery - Class in nl.strohalm.cyclos.entities.services
Contains search parameters for WebService clients
ServiceClientQuery() - Constructor for class nl.strohalm.cyclos.entities.services.ServiceClientQuery
 
ServiceClientService - Interface in nl.strohalm.cyclos.services.services
Service interface for service clients
ServiceClientServiceImpl - Class in nl.strohalm.cyclos.services.services
Implementation for ServiceClientService
ServiceClientServiceImpl() - Constructor for class nl.strohalm.cyclos.services.services.ServiceClientServiceImpl
 
ServiceClientServiceLocal - Interface in nl.strohalm.cyclos.services.services
Local interface.
ServiceClientServiceSecurity - Class in nl.strohalm.cyclos.services.services
Security implementation for ServiceClientService
ServiceClientServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.services.ServiceClientServiceSecurity
 
serviceInterfaceForName(String) - Static method in class nl.strohalm.cyclos.webservices.CyclosWebServicesClientFactory
 
ServiceOperation - Enum in nl.strohalm.cyclos.entities.services
Contains the possible operations for a WebServices client
ServiceSecurity - Interface in nl.strohalm.cyclos.services
Marker interface for the security layer
ServiceSecurityProxyInvocationHandler - Class in nl.strohalm.cyclos.spring
Invocation handler for service security proxies
ServiceSecurityProxyInvocationHandler(Object) - Constructor for class nl.strohalm.cyclos.spring.ServiceSecurityProxyInvocationHandler
 
ServletContextHelper - Class in nl.strohalm.cyclos.utils
Helper class for servlet context
ServletContextHelper() - Constructor for class nl.strohalm.cyclos.utils.ServletContextHelper
 
servletContextOf(SoapMessage) - Static method in class nl.strohalm.cyclos.webservices.utils.WebServiceHelper
Returns the HttpServletRequest instance for the given SOAP message
Session - Class in nl.strohalm.cyclos.entities.access
Represents a session for an user
Session() - Constructor for class nl.strohalm.cyclos.entities.access.Session
 
Session.Relationships - Enum in nl.strohalm.cyclos.entities.access
 
SessionAlreadyInUseException - Exception in nl.strohalm.cyclos.services.access.exceptions
Custom exception thrown when trying to login with a session id already in use
SessionAlreadyInUseException(String) - Constructor for exception nl.strohalm.cyclos.services.access.exceptions.SessionAlreadyInUseException
 
sessionCreated(HttpSessionEvent) - Method in class nl.strohalm.cyclos.http.LifecycleListener
 
SessionDAO - Interface in nl.strohalm.cyclos.dao.access
DAO interface for sessions
SessionDAOImpl - Class in nl.strohalm.cyclos.dao.access
DAO interface for Session
SessionDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.access.SessionDAOImpl
 
sessionDestroyed(HttpSessionEvent) - Method in class nl.strohalm.cyclos.http.LifecycleListener
 
sessionFactory - Variable in class nl.strohalm.cyclos.utils.lucene.AbstractDocumentMapper
 
SessionQuery - Class in nl.strohalm.cyclos.entities.access
Query for user sessions
SessionQuery() - Constructor for class nl.strohalm.cyclos.entities.access.SessionQuery
 
set(Object, Object) - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl.CustomFieldRetrievingStrategy
 
set(String, int, Object) - Method in class nl.strohalm.cyclos.utils.binding.MapBean
 
set(String, Object) - Method in class nl.strohalm.cyclos.utils.binding.MapBean
 
set(String, String, Object) - Method in class nl.strohalm.cyclos.utils.binding.MapBean
 
set(int, E) - Method in class nl.strohalm.cyclos.utils.IteratorListImpl
 
set(String, Object) - Method in class nl.strohalm.cyclos.utils.JSONBuilder
Sets a JSON object property
set(Object, String, Object) - Static method in class nl.strohalm.cyclos.utils.PropertyHelper
Sets a property value by reflection, handling nested nulls
set(Pos, ServletContext, HttpServletRequest, SoapMessage) - Static method in class nl.strohalm.cyclos.webservices.WebServiceContext
Sets the thread local's current context.
set(ServiceClient, ServletContext, HttpServletRequest, SoapMessage) - Static method in class nl.strohalm.cyclos.webservices.WebServiceContext
Sets the thread local's current context.
set(ServletContext, HttpServletRequest, SoapMessage) - Static method in class nl.strohalm.cyclos.webservices.WebServiceContext
Sets the thread local's current context.
setAcceptedInvoices(TransactionSummaryVO) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLogDetailsDTO
 
setAcceptFreeMailing(boolean) - Method in class nl.strohalm.cyclos.controls.members.preferences.NotificationPreferenceForm
 
setAcceptFreeMailing(boolean) - Method in class nl.strohalm.cyclos.entities.sms.MemberSmsStatus
 
setAcceptPaidMailing(boolean) - Method in class nl.strohalm.cyclos.controls.members.preferences.NotificationPreferenceForm
 
setAcceptPaidMailing(boolean) - Method in class nl.strohalm.cyclos.entities.sms.MemberSmsStatus
 
setAccessService(AccessService) - Method in class nl.strohalm.cyclos.controls.access.LoginAction
 
setAccessService(AccessService) - Method in class nl.strohalm.cyclos.controls.BaseAction
 
setAccessService(AccessService) - Method in class nl.strohalm.cyclos.controls.mobile.MobileConfirmPaymentAction
 
setAccessService(AccessService) - Method in class nl.strohalm.cyclos.controls.mobile.MobileLoginAction
 
setAccessService(AccessService) - Method in class nl.strohalm.cyclos.controls.webshop.ConfirmWebShopPaymentAction
 
setAccessService(AccessService) - Method in class nl.strohalm.cyclos.controls.webshop.WebShopPaymentAction
 
setAccessService(AccessService) - Method in class nl.strohalm.cyclos.http.LifecycleListener
 
setAccessService(AccessService) - Method in class nl.strohalm.cyclos.http.LoggedUserFilter
 
setAccessService(AccessService) - Method in class nl.strohalm.cyclos.utils.LoginHelper
 
setAccessService(AccessService) - Method in class nl.strohalm.cyclos.webservices.pos.PosWebServiceImpl
 
setAccessServiceLocal(AccessServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.tasks.PurgeAccessTracesScheduledTask
 
setAccessServiceLocal(AccessServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.tasks.PurgeExpiredSessionsScheduledTask
 
setAccessServiceLocal(AccessServiceLocal) - Method in class nl.strohalm.cyclos.services.access.AccessServiceSecurity
 
setAccessServiceLocal(AccessServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardServiceImpl
 
setAccessServiceLocal(AccessServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.pos.MemberPosServiceImpl
 
setAccessServiceLocal(AccessServiceLocal) - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
setAccessServiceLocal(AccessServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
setAccessServiceLocal(AccessServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberServiceImpl
 
setAccessServiceLocal(AccessServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.TicketServiceImpl
 
setAccessServiceLocal(AccessServiceLocal) - Method in class nl.strohalm.cyclos.webservices.access.AccessWebServiceImpl
 
setAccessServiceLocal(AccessServiceLocal) - Method in class nl.strohalm.cyclos.webservices.accounts.AccountWebServiceImpl
 
setAccessServiceLocal(AccessServiceLocal) - Method in class nl.strohalm.cyclos.webservices.interceptor.PosInterceptor
 
setAccessServiceLocal(AccessServiceLocal) - Method in class nl.strohalm.cyclos.webservices.payments.PaymentWebServiceImpl
 
setAccessServiceLocal(AccessServiceLocal) - Method in class nl.strohalm.cyclos.webservices.utils.MemberHelper
 
setAccessSettingsHandler(SettingsHandler<AccessSettings, AccessSettingsChangeListener>) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
setAccount(long) - Method in class nl.strohalm.cyclos.controls.accounts.external.EditExternalTransferTypeForm
 
setAccount(Account) - Method in class nl.strohalm.cyclos.entities.accounts.AccountLimitLog
 
setAccount(Account) - Method in class nl.strohalm.cyclos.entities.accounts.AccountRates
 
setAccount(Account) - Method in class nl.strohalm.cyclos.entities.accounts.AccountStatus
 
setAccount(Account) - Method in class nl.strohalm.cyclos.entities.accounts.AmountReservation
 
setAccount(Account) - Method in class nl.strohalm.cyclos.entities.accounts.ClosedAccountBalance
 
setAccount(ExternalAccount) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransfer
 
setAccount(ExternalAccount) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferImport
 
setAccount(ExternalAccount) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferImportQuery
 
setAccount(ExternalAccount) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferQuery
 
setAccount(ExternalAccount) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferType
 
setAccount(ExternalAccount) - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMapping
 
setAccount(MemberAccount) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeAmount
 
setAccount(SystemAccount) - Method in class nl.strohalm.cyclos.entities.accounts.SystemAccountType
 
setAccount(Account) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilterQuery
 
setAccount(Account) - Method in class nl.strohalm.cyclos.services.accounts.AccountDTO
 
setAccount(MemberAccount) - Method in class nl.strohalm.cyclos.services.accounts.rates.ConversionSimulationDTO
 
setAccount(Account) - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesDTO
 
setAccountActivities(Map<String, AccountActivitiesVO>) - Method in class nl.strohalm.cyclos.services.elements.ActivitiesVO
 
setAccountDao(AccountDAO) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.ScheduledPaymentDAOImpl
 
setAccountDao(AccountDAO) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.TransferDAOImpl
 
setAccountDao(AccountDAO) - Method in class nl.strohalm.cyclos.scheduling.polling.AccountActivationPollingTask
 
setAccountDao(AccountDAO) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceImpl
 
setAccountDao(AccountDAO) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
setAccountDao(AccountDAO) - Method in class nl.strohalm.cyclos.services.accounts.AccountTypeServiceImpl
 
setAccountDao(AccountDAO) - Method in class nl.strohalm.cyclos.services.accounts.MemberAccountHandler
 
setAccountDao(AccountDAO) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
setAccountFee(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.EditAccountFeeForm
 
setAccountFee(String, Object) - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.EditAccountFeeForm
 
setAccountFee(AccountFee) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeAmount
 
setAccountFee(AccountFee) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLog
 
setAccountFee(AccountFee) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLogQuery
 
setAccountFeeDao(AccountFeeDAO) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceImpl
 
setAccountFeeDao(AccountFeeDAO) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
setAccountFeeEnabled(Boolean) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLogQuery
 
setAccountFeeFile(String) - Method in class nl.strohalm.cyclos.entities.settings.LogSettings
 
setAccountFeeId(long) - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.AccountFeeExecutionForm
 
setAccountFeeId(long) - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.EditAccountFeeForm
 
setAccountFeeId(long) - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.RemoveAccountFeeForm
 
setAccountFeeLevel(LogSettings.AccountFeeLevel) - Method in class nl.strohalm.cyclos.entities.settings.LogSettings
 
setAccountFeeLog(AccountFeeLog) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLogDetailsDTO
 
setAccountFeeLog(AccountFeeLog) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.MemberAccountFeeLog
 
setAccountFeeLog(AccountFeeLog) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.MemberAccountFeeLogQuery
 
setAccountFeeLog(AccountFeeLog) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
setAccountFeeLog(AccountFeeLog) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
setAccountFeeLog(AccountFeeLog) - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
setAccountFeeLogDao(AccountFeeLogDAO) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceImpl
 
setAccountFeeLogId(long) - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.AccountFeeExecutionForm
 
setAccountFeeLogId(long) - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.AccountFeeLogDetailsForm
 
setAccountFeeLogId(long) - Method in class nl.strohalm.cyclos.controls.invoices.BaseInvoiceForm
 
setAccountFeeLogId(long) - Method in class nl.strohalm.cyclos.controls.invoices.InvoiceDetailsForm
 
setAccountFeeReceivedMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setAccountFeeReceivedSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setAccountFeeReceivedSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setAccountFees(Collection<AccountFee>) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLogQuery
 
setAccountFees(Collection<AccountFee>) - Method in class nl.strohalm.cyclos.entities.accounts.MemberAccountType
 
setAccountFees(Collection<AccountFee>) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
setAccountFees(Collection<AccountFee>) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalTaxesQuery
 
setAccountFeeService(AccountFeeService) - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.AccountFeeLogDetailsAction
 
setAccountFeeService(AccountFeeService) - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.EditAccountFeeAction
 
setAccountFeeService(AccountFeeService) - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.ListAccountFeeLogAction
 
setAccountFeeService(AccountFeeService) - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.RechargeFailedAccountFeeLogAction
 
setAccountFeeService(AccountFeeService) - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.RemoveAccountFeeAction
 
setAccountFeeService(AccountFeeService) - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.RunAccountFeeAction
 
setAccountFeeService(AccountFeeService) - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.EditAccountTypeAction
 
setAccountFeeService(AccountFeeService) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsTaxesAction
 
setAccountFeeServiceLocal(AccountFeeServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.polling.ChargeAccountFeePollingTask
 
setAccountFeeServiceLocal(AccountFeeServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.tasks.AccountFeeScheduledTask
 
setAccountFeeServiceLocal(AccountFeeServiceLocal) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceSecurity
 
setAccountFeeServiceLocal(AccountFeeServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
setAccountHelper(AccountHelper) - Method in class nl.strohalm.cyclos.webservices.accounts.AccountWebServiceImpl
 
setAccountHelper(AccountHelper) - Method in class nl.strohalm.cyclos.webservices.payments.PaymentWebServiceImpl
 
setAccountHelper(AccountHelper) - Method in class nl.strohalm.cyclos.webservices.pos.PosWebServiceImpl
 
setAccountInformation(boolean) - Method in class nl.strohalm.cyclos.services.elements.QuickAccessVO
 
setAccountLimitLogDao(AccountLimitLogDAO) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
setAccountLimitLogDao(AccountLimitLogDAO) - Method in class nl.strohalm.cyclos.services.accounts.AccountTypeServiceImpl
 
setAccountLimitLogDao(AccountLimitLogDAO) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
setAccountOwner(AccountOwner) - Method in class nl.strohalm.cyclos.services.accounts.TransactionVolumeDTO
 
setAccounts(Collection<MemberAccount>) - Method in class nl.strohalm.cyclos.entities.accounts.MemberAccountType
 
setAccountsBalances(boolean) - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
setAccountsBalances(Map<AccountType, BigDecimal>) - Method in class nl.strohalm.cyclos.entities.reports.MembersReportVO
 
setAccountsCredits(boolean) - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
setAccountsCredits(Map<AccountType, BigDecimal>) - Method in class nl.strohalm.cyclos.entities.reports.MembersReportVO
 
setAccountService(AccountService) - Method in class nl.strohalm.cyclos.controls.accounts.details.AccountHistoryAction
 
setAccountService(AccountService) - Method in class nl.strohalm.cyclos.controls.accounts.details.AccountOverviewAction
 
setAccountService(AccountService) - Method in class nl.strohalm.cyclos.controls.accounts.details.ExportTransactionsToCsvAction
 
setAccountService(AccountService) - Method in class nl.strohalm.cyclos.controls.members.creditlimit.EditCreditLimitAction
 
setAccountService(AccountService) - Method in class nl.strohalm.cyclos.controls.members.MemberProfileAction
 
setAccountService(AccountService) - Method in class nl.strohalm.cyclos.controls.mobile.MobileConfirmAccountAction
 
setAccountService(AccountService) - Method in class nl.strohalm.cyclos.controls.mobile.MobileHomeAction
 
setAccountService(AccountService) - Method in class nl.strohalm.cyclos.controls.mobile.MobileLoginAction
 
setAccountService(AccountService) - Method in class nl.strohalm.cyclos.controls.payments.conversionsimulation.SimulateConversionAction
 
setAccountService(AccountService) - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportVOIterator
 
setAccountService(AccountService) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersReportHandler
 
setAccountService(AccountService) - Method in class nl.strohalm.cyclos.utils.LoginHelper
 
setAccountService(AccountService) - Method in class nl.strohalm.cyclos.webservices.pos.PosWebServiceImpl
 
setAccountServiceLocal(AccountServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.tasks.CloseBalancesScheduledTask
 
setAccountServiceLocal(AccountServiceLocal) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceImpl
 
setAccountServiceLocal(AccountServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceSecurity
 
setAccountServiceLocal(AccountServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.CurrencyServiceImpl
 
setAccountServiceLocal(AccountServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.MemberAccountHandler
 
setAccountServiceLocal(AccountServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.pos.PosServiceImpl
 
setAccountServiceLocal(AccountServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
setAccountServiceLocal(AccountServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberImportServiceImpl
 
setAccountServiceLocal(AccountServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberServiceImpl
 
setAccountServiceLocal(AccountServiceLocal) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
setAccountServiceLocal(AccountServiceLocal) - Method in class nl.strohalm.cyclos.services.preferences.PreferenceServiceImpl
 
setAccountServiceLocal(AccountServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.BaseLoanHandler
 
setAccountServiceLocal(AccountServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceImpl
 
setAccountServiceLocal(AccountServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
setAccountServiceLocal(AccountServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceSecurity
 
setAccountServiceLocal(AccountServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceImpl
 
setAccountServiceLocal(AccountServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceSecurity
 
setAccountServiceLocal(AccountServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceImpl
 
setAccountServiceLocal(AccountServiceLocal) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceImpl
 
setAccountServiceLocal(AccountServiceLocal) - Method in class nl.strohalm.cyclos.services.transfertypes.TransferTypeServiceImpl
 
setAccountServiceLocal(AccountServiceLocal) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
setAccountServiceLocal(AccountServiceLocal) - Method in class nl.strohalm.cyclos.webservices.accounts.AccountWebServiceImpl
 
setAccountServiceLocal(AccountServiceLocal) - Method in class nl.strohalm.cyclos.webservices.payments.PaymentWebServiceImpl
 
setAccountServiceLocal(AccountServiceLocal) - Method in class nl.strohalm.cyclos.webservices.utils.AccountHelper
 
setAccountSettings(Collection<MemberGroupAccountSettings>) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
setAccountSettingsDao(MemberGroupAccountSettingsDAO) - Method in class nl.strohalm.cyclos.services.accounts.MemberAccountHandler
 
setAccountStatus(AccountStatus) - Method in class nl.strohalm.cyclos.services.elements.AccountActivitiesVO
 
setAccountStatus(AccountStatusVO) - Method in class nl.strohalm.cyclos.webservices.accounts.AccountHistoryResultPage
 
setAccountStatusEnabledSince(Calendar) - Method in class nl.strohalm.cyclos.entities.Application
 
setAccountsUpperCredits(boolean) - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
setAccountsUpperCredits(Map<AccountType, BigDecimal>) - Method in class nl.strohalm.cyclos.entities.reports.MembersReportVO
 
setAccountType(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.EditAccountTypeForm
 
setAccountType(String, Object) - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.EditAccountTypeForm
 
setAccountType(AccountType) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.AccountHistoryDTO
 
setAccountType(MemberAccountType) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
setAccountType(MemberAccountType) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLogQuery
 
setAccountType(AccountType) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeQuery
 
setAccountType(AccountType) - Method in class nl.strohalm.cyclos.entities.accounts.loans.BaseLoanQuery
 
setAccountType(MemberAccountType) - Method in class nl.strohalm.cyclos.entities.accounts.MemberGroupAccountSettings
 
setAccountType(AccountType) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilter
 
setAccountType(AccountType) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilterQuery
 
setAccountType(AccountType) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPaymentQuery
 
setAccountType(MemberAccountType) - Method in class nl.strohalm.cyclos.entities.members.imports.MemberImport
 
setAccountType(MemberAccountType) - Method in class nl.strohalm.cyclos.services.accounts.TransactionVolumeDTO
 
setAccountTypeDao(AccountTypeDAO) - Method in class nl.strohalm.cyclos.services.accounts.AccountTypeServiceImpl
 
setAccountTypeId(long) - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.EditAccountFeeForm
 
setAccountTypeId(long) - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.RemoveAccountFeeForm
 
setAccountTypeId(long) - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.EditAccountTypeForm
 
setAccountTypeId(long) - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.RemoveAccountTypeForm
 
setAccountTypeId(long) - Method in class nl.strohalm.cyclos.controls.accounts.authorizationlevels.RemoveAuthorizationLevelForm
 
setAccountTypeId(long) - Method in class nl.strohalm.cyclos.controls.accounts.paymentfilters.EditPaymentFilterForm
 
setAccountTypeId(long) - Method in class nl.strohalm.cyclos.controls.accounts.paymentfilters.RemovePaymentFilterForm
 
setAccountTypeId(String[]) - Method in class nl.strohalm.cyclos.controls.accounts.paymentfilters.SearchPaymentFiltersAjaxForm
 
setAccountTypeId(long) - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.EditTransactionFeeForm
 
setAccountTypeId(long) - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.RemoveTransactionFeeForm
 
setAccountTypeId(long) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.EditTransferTypeForm
 
setAccountTypeId(long) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.RemoveTransferTypeForm
 
setAccountTypeId(long) - Method in class nl.strohalm.cyclos.controls.customization.fields.LinkPaymentCustomFieldForm
 
setAccountTypeId(long) - Method in class nl.strohalm.cyclos.controls.groups.accounts.EditGroupAccountSettingsForm
 
setAccountTypeId(long) - Method in class nl.strohalm.cyclos.controls.groups.accounts.RemoveGroupAccountForm
 
setAccountTypeId(String) - Method in class nl.strohalm.cyclos.controls.groups.SearchGroupsAjaxForm
 
setAccountTypeId(Long) - Method in class nl.strohalm.cyclos.webservices.accounts.AccountHistorySearchParameters
 
setAccountTypeId(Long) - Method in class nl.strohalm.cyclos.webservices.pos.AccountHistoryPosParameters
 
setAccountTypeId(Long) - Method in class nl.strohalm.cyclos.webservices.pos.AccountStatusPosParameters
 
setAccountTypeIds(long[]) - Method in class nl.strohalm.cyclos.controls.members.creditlimit.EditCreditLimitForm
 
setAccountTypeName(String) - Method in class nl.strohalm.cyclos.entities.members.MemberTransactionDetailsReportData
 
setAccountTypes(Collection<AccountType>) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportDTO
 
setAccountTypes(Collection<AccountType>) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilterQuery
 
setAccountTypes(Collection<SystemAccountType>) - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreferenceQuery
 
setAccountTypes(List<DetailedAccountTypeVO>) - Method in class nl.strohalm.cyclos.webservices.model.PosInitializationVO
 
setAccountTypeService(AccountTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.EditAccountFeeAction
 
setAccountTypeService(AccountTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.EditAccountTypeAction
 
setAccountTypeService(AccountTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.ListAccountTypesAction
 
setAccountTypeService(AccountTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.RemoveAccountTypeAction
 
setAccountTypeService(AccountTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.SearchAccountTypesAjaxAction
 
setAccountTypeService(AccountTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.details.AccountHistoryAction
 
setAccountTypeService(AccountTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.details.AccountOverviewAction
 
setAccountTypeService(AccountTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.details.SearchScheduledPaymentsAction
 
setAccountTypeService(AccountTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.external.EditExternalAccountAction
 
setAccountTypeService(AccountTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.paymentfilters.EditPaymentFilterAction
 
setAccountTypeService(AccountTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.EditTransferTypeAction
 
setAccountTypeService(AccountTypeService) - Method in class nl.strohalm.cyclos.controls.ads.EditAdAction
 
setAccountTypeService(AccountTypeService) - Method in class nl.strohalm.cyclos.controls.groups.accounts.EditGroupAccountSettingsAction
 
setAccountTypeService(AccountTypeService) - Method in class nl.strohalm.cyclos.controls.groups.EditGroupAction
 
setAccountTypeService(AccountTypeService) - Method in class nl.strohalm.cyclos.controls.invoices.SendInvoiceAction
 
setAccountTypeService(AccountTypeService) - Method in class nl.strohalm.cyclos.controls.members.adinterests.EditAdInterestAction
 
setAccountTypeService(AccountTypeService) - Method in class nl.strohalm.cyclos.controls.mobile.MobileLoginAction
 
setAccountTypeService(AccountTypeService) - Method in class nl.strohalm.cyclos.controls.payments.BasePaymentAction
 
setAccountTypeService(AccountTypeService) - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportHandler
 
setAccountTypeService(AccountTypeService) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersReportHandler
 
setAccountTypeService(AccountTypeService) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsAction
 
setAccountTypeServiceLocal(AccountTypeServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
setAccountTypeServiceLocal(AccountTypeServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.AccountTypeServiceSecurity
 
setAccountTypeServiceLocal(AccountTypeServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.CurrencyServiceSecurity
 
setAccountTypeServiceLocal(AccountTypeServiceLocal) - Method in class nl.strohalm.cyclos.services.customization.PaymentCustomFieldServiceSecurity
 
setAccountTypeServiceLocal(AccountTypeServiceLocal) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
setAccountTypeServiceLocal(AccountTypeServiceLocal) - Method in class nl.strohalm.cyclos.services.permissions.PermissionCatalogHandlerImpl
 
setAccountTypeServiceLocal(AccountTypeServiceLocal) - Method in class nl.strohalm.cyclos.services.reports.CurrentStateReportServiceImpl
 
setAccountTypeServiceLocal(AccountTypeServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
setAccountTypeServiceLocal(AccountTypeServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.TicketServiceImpl
 
setAccountTypeServiceLocal(AccountTypeServiceLocal) - Method in class nl.strohalm.cyclos.services.transfertypes.PaymentFilterServiceSecurity
 
setAction(String) - Method in class nl.strohalm.cyclos.controls.accounts.external.externaltransfers.ChangeExternalTransferForm
 
setAction(String) - Method in class nl.strohalm.cyclos.controls.members.messages.ChangeMessageStatusForm
 
setAction(HttpServletRequest, HttpServletResponse, PosWebHelper.Action) - Static method in class nl.strohalm.cyclos.controls.posweb.PosWebHelper
Sets which action a member is allowed to perform in posweb
setAction(ExternalTransferType.Action) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferType
 
setAction(MemberAccount.Action) - Method in class nl.strohalm.cyclos.entities.accounts.MemberAccount
 
setAction(TransferAuthorization.Action) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorization
 
setAction(TransferAuthorization.Action) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorizationQuery
 
setActionAccessMonitor(ActionAccessMonitor) - Method in class nl.strohalm.cyclos.controls.BaseAction
 
setActionHelper(ActionHelper) - Method in class nl.strohalm.cyclos.controls.BaseAction
 
setActionHelper(ActionHelper) - Method in class nl.strohalm.cyclos.controls.BasePublicAction
 
setActionHelper(ActionHelper) - Method in class nl.strohalm.cyclos.controls.mobile.MobileBaseAction
 
setActionHelper(ActionHelper) - Method in class nl.strohalm.cyclos.controls.mobile.MobileLoginAction
 
setActionHelper(ActionHelper) - Method in class nl.strohalm.cyclos.http.JspTransactionFilter
 
setActionHelper(ActionHelper) - Method in class nl.strohalm.cyclos.struts.CyclosRequestProcessor
 
setActivationDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.cards.Card
 
setActivationDate(Calendar) - Method in class nl.strohalm.cyclos.entities.members.Member
 
setActivationMessageWithoutPassword(String) - Method in class nl.strohalm.cyclos.entities.settings.MailTranslation
 
setActivationMessageWithPassword(String) - Method in class nl.strohalm.cyclos.entities.settings.MailTranslation
 
setActivationPeriod(Period) - Method in class nl.strohalm.cyclos.entities.members.FullTextMemberQuery
 
setActivationPeriod(Period) - Method in class nl.strohalm.cyclos.entities.members.MemberQuery
 
setActivationSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MailTranslation
 
setActive(boolean) - Method in class nl.strohalm.cyclos.entities.ads.AdCategory
 
setActive(boolean) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
setActiveAds(boolean) - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
setAd(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.ads.AdForm
 
setAd(String, Object) - Method in class nl.strohalm.cyclos.controls.ads.AdForm
 
setAd(ImportedAd) - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAdCustomFieldValue
 
setAd(Ad) - Method in class nl.strohalm.cyclos.entities.customization.fields.AdCustomFieldValue
 
setAd(Ad) - Method in class nl.strohalm.cyclos.entities.customization.images.AdImage
 
setAdCategories(List<AdCategory>) - Method in class nl.strohalm.cyclos.controls.ads.categories.ListAdCategoryForm
 
setAdCategoryDao(AdCategoryDAO) - Method in class nl.strohalm.cyclos.services.ads.AdCategoryServiceImpl
 
setAdCategoryIds(Long[]) - Method in class nl.strohalm.cyclos.controls.ads.categories.ListAdCategoryForm
 
setAdCategoryIds(Long[]) - Method in class nl.strohalm.cyclos.controls.ads.categories.SetAdCategoryOrderForm
 
SetAdCategoryOrderAction - Class in nl.strohalm.cyclos.controls.ads.categories
Action used to set the ad category order
SetAdCategoryOrderAction() - Constructor for class nl.strohalm.cyclos.controls.ads.categories.SetAdCategoryOrderAction
 
SetAdCategoryOrderForm - Class in nl.strohalm.cyclos.controls.ads.categories
Form used to set the ad category order
SetAdCategoryOrderForm() - Constructor for class nl.strohalm.cyclos.controls.ads.categories.SetAdCategoryOrderForm
 
setAdCategoryService(AdCategoryService) - Method in class nl.strohalm.cyclos.controls.ads.BaseAdAction
 
setAdCategoryService(AdCategoryService) - Method in class nl.strohalm.cyclos.controls.ads.categories.EditAdCategoryAction
 
setAdCategoryService(AdCategoryService) - Method in class nl.strohalm.cyclos.controls.ads.categories.ExportAdCategoriesAction
 
setAdCategoryService(AdCategoryService) - Method in class nl.strohalm.cyclos.controls.ads.categories.ImportAdCategoriesAction
 
setAdCategoryService(AdCategoryService) - Method in class nl.strohalm.cyclos.controls.ads.categories.ListAdCategoriesAction
 
setAdCategoryService(AdCategoryService) - Method in class nl.strohalm.cyclos.controls.ads.categories.RemoveAdCategoryAction
 
setAdCategoryService(AdCategoryService) - Method in class nl.strohalm.cyclos.controls.ads.categories.SetAdCategoryOrderAction
 
setAdCategoryService(AdCategoryService) - Method in class nl.strohalm.cyclos.controls.ads.SearchAdsAction
 
setAdCategoryService(AdCategoryService) - Method in class nl.strohalm.cyclos.controls.members.adinterests.EditAdInterestAction
 
setAdCategoryServiceLocal(AdCategoryServiceLocal) - Method in class nl.strohalm.cyclos.services.ads.AdCategoryServiceSecurity
 
setAdCategoryServiceLocal(AdCategoryServiceLocal) - Method in class nl.strohalm.cyclos.services.ads.AdImportServiceImpl
 
setAdCategoryServiceLocal(AdCategoryServiceLocal) - Method in class nl.strohalm.cyclos.services.ads.AdServiceImpl
 
setAdCategoryServiceLocal(AdCategoryServiceLocal) - Method in class nl.strohalm.cyclos.webservices.ads.AdWebServiceImpl
 
setAdCustomFieldService(AdCustomFieldService) - Method in class nl.strohalm.cyclos.controls.ads.BaseAdAction
 
setAdCustomFieldService(AdCustomFieldService) - Method in class nl.strohalm.cyclos.controls.ads.ExportAdsToCsvAction
 
setAdCustomFieldService(AdCustomFieldService) - Method in class nl.strohalm.cyclos.controls.ads.SearchAdsAction
 
setAdCustomFieldService(AdCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldAction
 
setAdCustomFieldService(AdCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldPossibleValueAction
 
setAdCustomFieldService(AdCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.ListCustomFieldsAction
 
setAdCustomFieldService(AdCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.MoveCustomFieldPossibleValueAction
 
setAdCustomFieldService(AdCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.RemoveCustomFieldAction
 
setAdCustomFieldService(AdCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.RemoveCustomFieldPossibleValueAction
 
setAdCustomFieldService(AdCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.SearchPossibleValuesAjaxAction
 
setAdCustomFieldService(AdCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.SetCustomFieldOrderAction
 
setAdCustomFieldServiceLocal(AdCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.services.ads.AdImportServiceImpl
 
setAdCustomFieldServiceLocal(AdCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.services.ads.AdServiceImpl
 
setAdCustomFieldServiceLocal(AdCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.services.customization.AdCustomFieldServiceSecurity
 
setAdCustomFieldServiceLocal(AdCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.webservices.ads.AdWebServiceImpl
 
setAdCustomFieldServiceLocal(AdCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.webservices.fields.FieldWebServiceImpl
 
setAdCustomFieldServiceLocal(AdCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.webservices.utils.AdHelper
 
setAdDao(AdDAO) - Method in class nl.strohalm.cyclos.services.ads.AdServiceImpl
 
setAdDao(AdDAO) - Method in class nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsServiceImpl
 
setAdDescriptionFormat(TextFormat) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setAddress(String) - Method in class nl.strohalm.cyclos.entities.services.ServiceClientQuery
 
setAddressBegin(String) - Method in class nl.strohalm.cyclos.entities.services.ServiceClient
 
setAddressEnd(String) - Method in class nl.strohalm.cyclos.entities.services.ServiceClient
 
setAdExpirationMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setAdExpirationSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setAdExpirationSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setAdFields(List<FieldValueVO>) - Method in class nl.strohalm.cyclos.webservices.ads.AbstractAdSearchParameters
 
setAdHelper(AdHelper) - Method in class nl.strohalm.cyclos.webservices.ads.AdWebServiceImpl
 
setAdImport(AdImport) - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAdCategory
 
setAdImport(AdImport) - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAdQuery
 
setAdImportDao(AdImportDAO) - Method in class nl.strohalm.cyclos.services.ads.AdImportServiceImpl
 
setAdImportService(AdImportService) - Method in class nl.strohalm.cyclos.controls.ads.imports.ImportAdsAction
 
setAdImportService(AdImportService) - Method in class nl.strohalm.cyclos.controls.ads.imports.ImportedAdCategoriesAction
 
setAdImportService(AdImportService) - Method in class nl.strohalm.cyclos.controls.ads.imports.ImportedAdsDetailsAction
 
setAdImportService(AdImportService) - Method in class nl.strohalm.cyclos.controls.ads.imports.ImportedAdsSummaryAction
 
setAdImportServiceLocal(AdImportServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.tasks.PurgeOldImportsScheduledTask
 
setAdImportServiceLocal(AdImportServiceLocal) - Method in class nl.strohalm.cyclos.services.ads.AdImportServiceSecurity
 
setAdInterest(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.members.adinterests.EditAdInterestForm
 
setAdInterest(String, Object) - Method in class nl.strohalm.cyclos.controls.members.adinterests.EditAdInterestForm
 
setAdInterestDao(AdInterestDAO) - Method in class nl.strohalm.cyclos.scheduling.polling.AdInterestsNotificationPollingTask
 
setAdInterestDao(AdInterestDAO) - Method in class nl.strohalm.cyclos.services.elements.AdInterestServiceImpl
 
setAdInterestMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setAdInterestService(AdInterestService) - Method in class nl.strohalm.cyclos.controls.members.adinterests.EditAdInterestAction
 
setAdInterestService(AdInterestService) - Method in class nl.strohalm.cyclos.controls.members.adinterests.ListAdInterestsAction
 
setAdInterestService(AdInterestService) - Method in class nl.strohalm.cyclos.controls.members.adinterests.RemoveAdInterestsAction
 
setAdInterestServiceLocal(AdInterestServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.AdInterestServiceSecurity
 
setAdInterestServiceLocal(AdInterestServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
setAdInterestsIds(Long[]) - Method in class nl.strohalm.cyclos.controls.members.adinterests.RemoveAdInterestsForm
 
setAdInterestSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setAdInterestSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setAdmin(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.admins.AdminProfileForm
 
setAdmin(String, Object) - Method in class nl.strohalm.cyclos.controls.admins.AdminProfileForm
 
setAdmin(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.admins.CreateAdminForm
 
setAdmin(String, Object) - Method in class nl.strohalm.cyclos.controls.admins.CreateAdminForm
 
setAdmin(Administrator) - Method in class nl.strohalm.cyclos.entities.customization.fields.AdminCustomFieldValue
 
setAdmin(Administrator) - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreference
 
setAdminApplicationErrorMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setAdminApplicationErrorSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setAdminComments(String) - Method in class nl.strohalm.cyclos.entities.members.TransactionFeedback
 
setAdminCommentsDate(Calendar) - Method in class nl.strohalm.cyclos.entities.members.TransactionFeedback
 
setAdminCustomFields(Collection<AdminCustomField>) - Method in class nl.strohalm.cyclos.entities.groups.AdminGroup
 
setAdminCustomFieldService(AdminCustomFieldService) - Method in class nl.strohalm.cyclos.controls.admins.AdminProfileAction
 
setAdminCustomFieldService(AdminCustomFieldService) - Method in class nl.strohalm.cyclos.controls.admins.CreateAdminAction
 
setAdminCustomFieldService(AdminCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldAction
 
setAdminCustomFieldService(AdminCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldPossibleValueAction
 
setAdminCustomFieldService(AdminCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.ListCustomFieldsAction
 
setAdminCustomFieldService(AdminCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.MoveCustomFieldPossibleValueAction
 
setAdminCustomFieldService(AdminCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.RemoveCustomFieldAction
 
setAdminCustomFieldService(AdminCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.RemoveCustomFieldPossibleValueAction
 
setAdminCustomFieldService(AdminCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.SearchPossibleValuesAjaxAction
 
setAdminCustomFieldService(AdminCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.SetCustomFieldOrderAction
 
setAdminCustomFieldServiceLocal(AdminCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.services.customization.AdminCustomFieldServiceSecurity
 
setAdminCustomFieldServiceLocal(AdminCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
setAdminCustomFieldServiceLocal(AdminCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
setAdminGroup(AdminGroup) - Method in class nl.strohalm.cyclos.entities.groups.GroupFilterQuery
 
setAdminGroups(Collection<AdminGroup>) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.AuthorizationLevel
 
setAdminGroups(Collection<AdminGroup>) - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreferenceQuery
 
setAdminId(long) - Method in class nl.strohalm.cyclos.controls.accounts.details.SearchScheduledPaymentsForm
 
setAdminId(long) - Method in class nl.strohalm.cyclos.controls.accounts.details.SearchTransferAuthorizationsForm
 
setAdminId(long) - Method in class nl.strohalm.cyclos.controls.admins.AdminProfileForm
 
setAdminId(long) - Method in class nl.strohalm.cyclos.controls.admins.ChangeAdminGroupForm
 
setAdminId(long) - Method in class nl.strohalm.cyclos.controls.admins.RemoveAdminForm
 
setAdminId(long) - Method in class nl.strohalm.cyclos.controls.members.records.EditMemberRecordForm
 
setAdminId(long) - Method in class nl.strohalm.cyclos.controls.members.records.SearchMemberRecordsForm
 
setAdministrationWhitelist(String) - Method in class nl.strohalm.cyclos.entities.settings.AccessSettings
 
setAdminMemberAlertSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setAdminNewMemberMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setAdminNewMemberSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setAdminNewPendingPaymentMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setAdminNewPendingPaymentSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setAdminNotificationHandler(AdminNotificationHandler) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
setAdminNotificationHandler(AdminNotificationHandler) - Method in class nl.strohalm.cyclos.services.alerts.AlertServiceImpl
 
setAdminNotificationHandler(AdminNotificationHandler) - Method in class nl.strohalm.cyclos.services.alerts.ErrorLogServiceImpl
 
setAdminNotificationHandler(AdminNotificationHandler) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
setAdminNotificationHandler(AdminNotificationHandler) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceImpl
 
setAdminNotificationHandler(AdminNotificationHandler) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
setAdminNotificationHandler(AdminNotificationHandler) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
setAdminNotificationPreference(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.admins.mailPreferences.MailPreferencesForm
 
setAdminNotificationPreference(String, Object) - Method in class nl.strohalm.cyclos.controls.admins.mailPreferences.MailPreferencesForm
 
setAdminNotificationPreferenceDao(AdminNotificationPreferenceDAO) - Method in class nl.strohalm.cyclos.services.preferences.PreferenceServiceImpl
 
setAdminPaymentFromMemberToSystemMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setAdminPaymentFromMemberToSystemSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setAdminPaymentFromSystemToMemberMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setAdminPaymentFromSystemToMemberSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setAdminPaymentFromSystemToSystemMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setAdminPaymentFromSystemToSystemSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setAdminPendingBuyerOnlyGuaranteeMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setAdminPendingBuyerOnlyGuaranteeSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setAdminPendingGuaranteeMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setAdminPendingGuaranteeSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setAdminSystemAlertSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setAdminSystemInvoiceMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setAdminSystemInvoiceSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setAdminTimeout(TimePeriod) - Method in class nl.strohalm.cyclos.entities.settings.AccessSettings
 
setAdReportVO(AdReportVO) - Method in class nl.strohalm.cyclos.entities.reports.CurrentStateReportVO
 
setAds(Collection<ImportedAd>) - Method in class nl.strohalm.cyclos.entities.ads.imports.AdImport
 
setAds(Collection<Ad>) - Method in class nl.strohalm.cyclos.entities.members.Member
 
setAds(Map<Ad.Status, Integer>) - Method in class nl.strohalm.cyclos.entities.reports.MembersReportVO
 
setAds(boolean) - Method in class nl.strohalm.cyclos.services.reports.CurrentStateReportParameters
 
setAds(List<AdVO>) - Method in class nl.strohalm.cyclos.webservices.ads.AdResultPage
 
setAdsByStatus(Map<Ad.Status, Integer>) - Method in class nl.strohalm.cyclos.services.elements.ActivitiesVO
 
setAdSearchAccess(MemberCustomField.Access) - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberCustomField
 
setAdService(AdService) - Method in class nl.strohalm.cyclos.controls.ads.BaseAdAction
 
setAdService(AdService) - Method in class nl.strohalm.cyclos.controls.ads.ExportAdsToCsvAction
 
setAdService(AdService) - Method in class nl.strohalm.cyclos.controls.ads.MemberAdsAction
 
setAdService(AdService) - Method in class nl.strohalm.cyclos.controls.ads.RemoveAdAction
 
setAdService(AdService) - Method in class nl.strohalm.cyclos.controls.ads.SearchAdsAction
 
setAdService(AdService) - Method in class nl.strohalm.cyclos.controls.image.ImageDetailsAction
 
setAdService(AdService) - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportVOIterator
 
setAdServiceLocal(AdServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.polling.AdInterestsNotificationPollingTask
 
setAdServiceLocal(AdServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.tasks.AdExpirationScheduledTask
 
setAdServiceLocal(AdServiceLocal) - Method in class nl.strohalm.cyclos.services.ads.AdCategoryServiceImpl
 
setAdServiceLocal(AdServiceLocal) - Method in class nl.strohalm.cyclos.services.ads.AdImportServiceImpl
 
setAdServiceLocal(AdServiceLocal) - Method in class nl.strohalm.cyclos.services.ads.AdServiceSecurity
 
setAdServiceLocal(AdServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
setAdServiceLocal(AdServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberServiceImpl
 
setAdServiceLocal(AdServiceLocal) - Method in class nl.strohalm.cyclos.services.reports.CurrentStateReportServiceImpl
 
setAdServiceLocal(AdServiceLocal) - Method in class nl.strohalm.cyclos.webservices.ads.AdWebServiceImpl
 
setAdServiceLocal(AdServiceLocal) - Method in class nl.strohalm.cyclos.webservices.utils.AdHelper
 
setAdValues(Collection<AdCustomFieldValue>) - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
setAdvanced(boolean) - Method in class nl.strohalm.cyclos.controls.accounts.details.AccountHistoryForm
 
setAdvanced(boolean) - Method in class nl.strohalm.cyclos.controls.ads.SearchAdsForm
 
setAdvanced(boolean) - Method in class nl.strohalm.cyclos.controls.invoices.SearchInvoicesForm
 
setAdvanced(boolean) - Method in class nl.strohalm.cyclos.controls.members.messages.SearchMessagesForm
 
setAdvanced(boolean) - Method in class nl.strohalm.cyclos.controls.payments.conversionsimulation.SimulateConversionForm
 
setaFIsZero(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.SimpleTransactionFee
 
setaFIsZero(BigDecimal) - Method in class nl.strohalm.cyclos.services.accounts.rates.ARatedFeeDTO
 
setAlertDao(AlertDAO) - Method in class nl.strohalm.cyclos.services.alerts.AlertServiceImpl
 
setAlertIds(Long[]) - Method in class nl.strohalm.cyclos.controls.alerts.RemoveAlertsForm
 
setAlerts(Collection<MemberAlert>) - Method in class nl.strohalm.cyclos.entities.members.Member
 
setAlertService(AlertService) - Method in class nl.strohalm.cyclos.controls.alerts.BaseListAlertsAction
 
setAlertService(AlertService) - Method in class nl.strohalm.cyclos.controls.alerts.RemoveAlertsAction
 
setAlertService(AlertService) - Method in class nl.strohalm.cyclos.controls.alerts.SearchAlertsAction
 
setAlertServiceLocal(AlertServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.polling.AccountActivationPollingTask
 
setAlertServiceLocal(AlertServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.polling.ChargeAccountFeePollingTask
 
setAlertServiceLocal(AlertServiceLocal) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
setAlertServiceLocal(AlertServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.MemberAccountHandler
 
setAlertServiceLocal(AlertServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.pos.PosServiceImpl
 
setAlertServiceLocal(AlertServiceLocal) - Method in class nl.strohalm.cyclos.services.alerts.AlertServiceSecurity
 
setAlertServiceLocal(AlertServiceLocal) - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
setAlertServiceLocal(AlertServiceLocal) - Method in class nl.strohalm.cyclos.services.customization.CustomizedFileServiceImpl
 
setAlertServiceLocal(AlertServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceImpl
 
setAlertServiceLocal(AlertServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
setAlertServiceLocal(AlertServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceImpl
 
setAlertServiceLocal(AlertServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
setAlertServiceLocal(AlertServiceLocal) - Method in class nl.strohalm.cyclos.utils.lucene.IndexOperationRunner
 
setAlertSettingsHandler(SettingsHandler<AlertSettings, AlertSettingsChangeListener>) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
setAlertType(String) - Method in class nl.strohalm.cyclos.controls.alerts.RemoveAlertsForm
 
setAlias(String) - Method in class nl.strohalm.cyclos.entities.infotexts.InfoTextQuery
 
setAlias(String) - Method in class nl.strohalm.cyclos.webservices.infotexts.InfoTextSearchParameters
 
setAliases(Set<String>) - Method in class nl.strohalm.cyclos.entities.infotexts.InfoText
 
setAll(boolean) - Method in class nl.strohalm.cyclos.entities.customization.files.CustomizedFileQuery
 
setAllBrokerGroups(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.BrokerCommission
 
setAllFields(List<? extends CustomField>) - Method in class nl.strohalm.cyclos.taglibs.SelectCustomFieldsTag
 
setAllowAnyAccount(boolean) - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.EditTransactionFeeForm
 
setAllowAnyAccount(boolean) - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.ListGeneratedTypesAjaxForm
 
setAllowBlockScheduledPayments(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
setAllowCancelScheduledPayments(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
setAllowChargingSms(boolean) - Method in class nl.strohalm.cyclos.controls.members.preferences.NotificationPreferenceForm
 
setAllowChargingSms(boolean) - Method in class nl.strohalm.cyclos.entities.sms.MemberSmsStatus
 
setAllowedGuaranteeTypes(Collection<GuaranteeType>) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery
 
setAllowGeneration(boolean) - Method in class nl.strohalm.cyclos.services.elements.ResetTransactionPasswordDTO
 
setAllowMakePayment(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.pos.MemberPos
 
setAllowMakePayment(boolean) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
setAllowMakePayment(boolean) - Method in class nl.strohalm.cyclos.webservices.model.PosInitializationVO
 
setAllowMultipleLogins(boolean) - Method in class nl.strohalm.cyclos.entities.settings.AccessSettings
 
setAllowOperatorLogin(boolean) - Method in class nl.strohalm.cyclos.entities.settings.AccessSettings
 
setAllowSmsNotification(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
setAllowsScheduledPayments(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
setAllSelectedLabel(String) - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomField
 
setAlreadyCharged(boolean) - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokeringCommissionStatusQuery
 
setAlreadySearched(boolean) - Method in class nl.strohalm.cyclos.controls.ads.SearchAdsForm
 
setAmount(String[]) - Method in class nl.strohalm.cyclos.controls.accounts.external.process.ProcessExternalTransfersForm
 
setAmount(String) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.CalculateGuaranteeFeeAjaxForm
 
setAmount(String) - Method in class nl.strohalm.cyclos.controls.loans.CalculateLoanPaymentsAjaxForm
 
setAmount(String) - Method in class nl.strohalm.cyclos.controls.loans.RepayLoanForm
 
setAmount(String) - Method in class nl.strohalm.cyclos.controls.mobile.MobileDoPaymentForm
 
setAmount(String) - Method in class nl.strohalm.cyclos.controls.payments.BasePaymentForm
 
setAmount(String) - Method in class nl.strohalm.cyclos.controls.payments.CalculatePaymentsAjaxForm
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.controls.posweb.SearchTransactionsAction.Entry
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.SimpleTransferVO
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.AmountReservation
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransfer
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeAmount
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLog
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.MemberAccountFeeLog
 
setAmount(Amount) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Certification
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligation
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanPayment
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.AuthorizationLevel
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoicePayment
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Payment
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentAwaitingFeedbackDTO
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Ticket
 
setAmount(Amount) - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContract
 
setAmount(Amount) - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokeringCommissionStatus
 
setAmount(Amount) - Method in class nl.strohalm.cyclos.entities.members.brokerings.DefaultBrokerCommission
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.entities.members.MemberTransactionDetailsReportData
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.services.accounts.external.ProcessExternalTransferDTO
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeFeeCalculationDTO
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.services.accounts.rates.ConversionSimulationDTO
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesDTO
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.services.transactions.DoPaymentDTO
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.services.transactions.GrantLoanDTO
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.services.transactions.ProjectionDTO
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.services.transactions.RepayLoanDTO
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentDTO
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.services.transactions.TransactionSummaryVO
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeePreviewDTO
 
setAmount(Amount) - Method in class nl.strohalm.cyclos.taglibs.FormatTag
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.utils.transactionimport.TransactionImportDTO
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.webservices.model.AccountHistoryTransferVO
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.webservices.model.TicketVO
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.webservices.payments.AbstractPaymentParameters
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.webservices.pos.BasePaymentParameters
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.webservices.pos.ChargebackParameters
 
setAmount(BigDecimal) - Method in class nl.strohalm.cyclos.webservices.webshop.GenerateWebShopTicketParams
 
setAmountDeniedInvoices(int) - Method in class nl.strohalm.cyclos.entities.settings.AlertSettings
 
setAmountForRates(Amount) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
for rates, the amount needs to be set without resetting the charge type.
setAmountIncorrectLogin(int) - Method in class nl.strohalm.cyclos.entities.settings.AlertSettings
 
setAmountLowerLimit(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery
 
setAmountLowerLimit(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligationQuery
 
setAmountReservationDao(AmountReservationDAO) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
setAmountUpperLimit(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery
 
setAmountUpperLimit(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligationQuery
 
setAnalyzer(Analyzer) - Method in class nl.strohalm.cyclos.entities.ads.FullTextAdQuery
 
setAnalyzer(Analyzer) - Method in class nl.strohalm.cyclos.entities.members.FullTextElementQuery
 
setAnalyzer(Analyzer) - Method in class nl.strohalm.cyclos.entities.members.records.FullTextMemberRecordQuery
 
setApplicationContext(ApplicationContext) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
setApplicationContext(ApplicationContext) - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
setApplicationContext(ApplicationContext) - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceImpl
 
setApplicationContext(ApplicationContext) - Method in class nl.strohalm.cyclos.spring.BaseSingletonFactoryBean
 
setApplicationContext(ApplicationContext) - Method in class nl.strohalm.cyclos.utils.CustomObjectHandlerImpl
 
setApplicationContext(ApplicationContext) - Method in class nl.strohalm.cyclos.utils.tasks.TaskRunnerImpl
 
setApplicationDao(ApplicationDAO) - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
setApplicationErrors(boolean) - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreference
 
setApplicationErrors(boolean) - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreferenceQuery
 
setApplicationName(String) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setApplicationService(ApplicationService) - Method in class nl.strohalm.cyclos.controls.admins.GetApplicationStatusAjaxAction
 
setApplicationService(ApplicationService) - Method in class nl.strohalm.cyclos.controls.admintasks.AdministrativeTasksAction
 
setApplicationService(ApplicationService) - Method in class nl.strohalm.cyclos.controls.admintasks.BaseIndexesAction
 
setApplicationService(ApplicationService) - Method in class nl.strohalm.cyclos.controls.admintasks.SetSystemOnlineAction
 
setApplicationService(ApplicationService) - Method in class nl.strohalm.cyclos.controls.general.HomeAction
 
setApplicationService(ApplicationService) - Method in class nl.strohalm.cyclos.http.LifecycleListener
 
setApplicationServiceLocal(ApplicationServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.tasks.PurgeOldIndexOperationsScheduledTask
 
setApplicationServiceLocal(ApplicationServiceLocal) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
setApplicationServiceLocal(ApplicationServiceLocal) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceImpl
 
setApplicationServiceLocal(ApplicationServiceLocal) - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceSecurity
 
setApplicationServiceLocal(ApplicationServiceLocal) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
setApplicationServiceLocal(ApplicationServiceLocal) - Method in class nl.strohalm.cyclos.services.sms.SmsMailingServiceImpl
 
setApplicationServiceLocal(ApplicationServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
setApplicationServiceLocal(ApplicationServiceLocal) - Method in class nl.strohalm.cyclos.utils.HashHandler
 
setApplicationServiceLocal(ApplicationServiceLocal) - Method in class nl.strohalm.cyclos.utils.lock.BaseLockHandlerFactory
 
setApplicationServiceLocal(ApplicationServiceLocal) - Method in class nl.strohalm.cyclos.utils.lucene.IndexOperationRunner
 
setApplicationServiceLocal(ApplicationServiceLocal) - Method in class nl.strohalm.cyclos.utils.TransactionHelperImpl
 
setApplicationServiceLocal(ApplicationServiceLocal) - Method in class nl.strohalm.cyclos.webservices.interceptor.AuthInterceptor
 
setApplicationUsername(String) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setApplyExpirationToMaxPublishDate(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligationQuery
 
setArate(BigDecimal) - Method in class nl.strohalm.cyclos.services.accounts.rates.ConversionSimulationDTO
 
setaRate(BigDecimal) - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesResultDTO
 
setaRate(boolean) - Method in class nl.strohalm.cyclos.services.accounts.rates.WhatRate
 
setARate(BigDecimal) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeePreviewForRatesDTO
 
setaRateParameters(ARateParameters) - Method in class nl.strohalm.cyclos.entities.accounts.Currency
 
setaRateParametersDao(ARateParametersDAO) - Method in class nl.strohalm.cyclos.services.accounts.CurrencyServiceImpl
 
setArg0(String) - Method in class nl.strohalm.cyclos.entities.alerts.Alert
 
setArg0(String) - Method in class nl.strohalm.cyclos.entities.sms.SmsLog
 
setArg1(String) - Method in class nl.strohalm.cyclos.entities.alerts.Alert
 
setArg1(String) - Method in class nl.strohalm.cyclos.entities.sms.SmsLog
 
setArg2(String) - Method in class nl.strohalm.cyclos.entities.alerts.Alert
 
setArg2(String) - Method in class nl.strohalm.cyclos.entities.sms.SmsLog
 
setArg3(String) - Method in class nl.strohalm.cyclos.entities.alerts.Alert
 
setArg3(String) - Method in class nl.strohalm.cyclos.entities.sms.SmsLog
 
setArg4(String) - Method in class nl.strohalm.cyclos.entities.alerts.Alert
 
setArg4(String) - Method in class nl.strohalm.cyclos.entities.sms.SmsLog
 
setArray(String) - Method in class nl.strohalm.cyclos.utils.binding.MapBean
 
setAsMemberToMemberTTs(Collection<TransferType>) - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
setAsMemberToMemberTTs(Collection<TransferType>) - Method in class nl.strohalm.cyclos.services.groups.BrokerGroupPermissionsDTO
 
setAsMemberToSelfTTs(Collection<TransferType>) - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
setAsMemberToSelfTTs(Collection<TransferType>) - Method in class nl.strohalm.cyclos.services.groups.BrokerGroupPermissionsDTO
 
setAsMemberToSystemTTs(Collection<TransferType>) - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
setAsMemberToSystemTTs(Collection<TransferType>) - Method in class nl.strohalm.cyclos.services.groups.BrokerGroupPermissionsDTO
 
setAssignedTo(Member) - Method in class nl.strohalm.cyclos.entities.accounts.pos.PosLog
 
setAssignTo(String) - Method in class nl.strohalm.cyclos.controls.accounts.pos.EditPosForm
 
setAttribute(String, Object) - Static method in class nl.strohalm.cyclos.utils.access.LoggedUser
Sets an attribute for the given key
setAttributes(Map<String, Object>) - Method in class nl.strohalm.cyclos.taglibs.AbstractDynamicAttributesTag
 
setAuthor(String) - Method in class nl.strohalm.cyclos.themes.Theme
 
setAuthorizable(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
setAuthorizationLevel(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.accounts.authorizationlevels.EditAuthorizationLevelForm
 
setAuthorizationLevel(String, Object) - Method in class nl.strohalm.cyclos.controls.accounts.authorizationlevels.EditAuthorizationLevelForm
 
setAuthorizationLevelDao(AuthorizationLevelDAO) - Method in class nl.strohalm.cyclos.services.transfertypes.AuthorizationLevelServiceImpl
 
setAuthorizationLevelDao(AuthorizationLevelDAO) - Method in class nl.strohalm.cyclos.services.transfertypes.TransferTypeServiceImpl
 
setAuthorizationLevelId(long) - Method in class nl.strohalm.cyclos.controls.accounts.authorizationlevels.EditAuthorizationLevelForm
 
setAuthorizationLevelId(long) - Method in class nl.strohalm.cyclos.controls.accounts.authorizationlevels.RemoveAuthorizationLevelForm
 
setAuthorizationLevels(Collection<AuthorizationLevel>) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
setAuthorizationLevelService(AuthorizationLevelService) - Method in class nl.strohalm.cyclos.controls.accounts.authorizationlevels.EditAuthorizationLevelAction
 
setAuthorizationLevelService(AuthorizationLevelService) - Method in class nl.strohalm.cyclos.controls.accounts.authorizationlevels.RemoveAuthorizationLevelAction
 
setAuthorizationLevelServiceLocal(AuthorizationLevelServiceLocal) - Method in class nl.strohalm.cyclos.services.transfertypes.AuthorizationLevelServiceSecurity
 
setAuthorizations(Collection<TransferAuthorization>) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
setAuthorizedBy(GuaranteeType.AuthorizedBy) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType
 
setAuthorizer(AuthorizationLevel.Authorizer) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.AuthorizationLevel
 
setAuthorizer(Element) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransfersAwaitingAuthorizationQuery
 
setAuthorizerGroup(AdminGroup) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
setAuthorizers(Collection<AuthorizationLevel.Authorizer>) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
setAutomatic(boolean) - Method in class nl.strohalm.cyclos.services.transactions.GrantLoanDTO
 
setAutomatic(boolean) - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
setAutomaticLoanAuthorization(boolean) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.AuthorizeGuaranteeForm
 
setAvailableBalance(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeAmount
 
setAvailableBalance(BigDecimal) - Method in class nl.strohalm.cyclos.webservices.model.AccountStatusVO
 
setAwaitingAuthorization(boolean) - Method in class nl.strohalm.cyclos.webservices.model.TicketVO
 
setAwaitingEmailValidation(boolean) - Method in class nl.strohalm.cyclos.webservices.members.MemberRegistrationResult
 
setBalance(BigDecimal) - Method in class nl.strohalm.cyclos.dao.accounts.AccountDailyDifference
 
setBalance(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.AccountStatus
 
setBalance(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.ClosedAccountBalance
 
setBalance(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalAccountDetailsVO
 
setBalance(BigDecimal) - Method in class nl.strohalm.cyclos.webservices.model.AccountStatusVO
 
setBaseGroupId(long) - Method in class nl.strohalm.cyclos.controls.groups.EditGroupForm
 
setBaseKey(String) - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
 
setBaseMalus(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.DRateParameters
 
setBaseMalus(BigDecimal) - Method in class nl.strohalm.cyclos.services.accounts.rates.DRatedFeeDTO
 
setBaseMemberRecordId(long) - Method in class nl.strohalm.cyclos.controls.members.records.EditMemberRecordForm
 
setBaseName(String) - Method in exception nl.strohalm.cyclos.utils.validation.ValidationException
Validators objects will set its base name to the exc
setBasicSettings(BasicGroupSettings) - Method in class nl.strohalm.cyclos.entities.groups.Group
 
setBeanFactory(BeanFactory) - Method in class nl.strohalm.cyclos.utils.paymentrequest.PaymentRequestHandlerImpl
 
setBeanFactory(BeanFactory) - Method in class nl.strohalm.cyclos.utils.sms.SmsSenderImpl
 
setBegin(Calendar) - Method in class nl.strohalm.cyclos.utils.Period
 
setBeginDate(Calendar) - Method in class nl.strohalm.cyclos.entities.ads.AdQuery
 
setBeginDate(Calendar) - Method in class nl.strohalm.cyclos.webservices.accounts.AccountHistorySearchParameters
 
setBeginOfDocCommand(String) - Method in class nl.strohalm.cyclos.entities.members.printsettings.ReceiptPrinterSettings
 
setBinaryFile(BinaryFile) - Method in class nl.strohalm.cyclos.entities.customization.documents.StaticDocument
 
setBinaryFileDao(BinaryFileDAO) - Method in class nl.strohalm.cyclos.services.customization.DocumentServiceImpl
 
setBlock(boolean) - Method in class nl.strohalm.cyclos.controls.access.transactionpassword.ManageTransactionPasswordForm
 
setBody(String) - Method in class nl.strohalm.cyclos.controls.settings.EditMessageSettingForm
 
setBody(String) - Method in class nl.strohalm.cyclos.entities.infotexts.InfoText
 
setBody(String) - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
setBody(String) - Method in class nl.strohalm.cyclos.services.elements.SendMessageDTO
 
setBody(String) - Method in class nl.strohalm.cyclos.taglibs.AbstractEscapeTag
 
setBody(String) - Method in class nl.strohalm.cyclos.webservices.model.InfoTextVO
 
setBroker(Member) - Method in class nl.strohalm.cyclos.controls.members.brokering.DefaultBrokerCommissionsAction.DefaultBrokerCommissionDTO
 
setBroker(Member) - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
setBroker(Member) - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardQuery
 
setBroker(Member) - Method in class nl.strohalm.cyclos.entities.accounts.loans.BaseLoanQuery
 
setBroker(Member) - Method in class nl.strohalm.cyclos.entities.accounts.pos.PosQuery
 
setBroker(Member) - Method in class nl.strohalm.cyclos.entities.members.BrokeringQuery
 
setBroker(Member) - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContractQuery
 
setBroker(Member) - Method in class nl.strohalm.cyclos.entities.members.brokerings.Brokering
 
setBroker(Member) - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokeringCommissionStatusQuery
 
setBroker(Member) - Method in class nl.strohalm.cyclos.entities.members.brokerings.DefaultBrokerCommission
 
setBroker(Member) - Method in class nl.strohalm.cyclos.entities.members.brokerings.DefaultBrokerCommissionQuery
 
setBroker(Member) - Method in class nl.strohalm.cyclos.entities.members.FullTextMemberQuery
 
setBroker(Member) - Method in class nl.strohalm.cyclos.entities.members.Member
 
setBroker(Member) - Method in class nl.strohalm.cyclos.entities.members.MemberQuery
 
setBroker(Member) - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
setBroker(Member) - Method in class nl.strohalm.cyclos.entities.members.PendingMemberQuery
 
setBroker(Member) - Method in class nl.strohalm.cyclos.entities.members.records.AbstractMemberRecordQuery
 
setBroker(Member) - Method in class nl.strohalm.cyclos.entities.sms.SmsMailingQuery
 
setBrokerAccess(MemberRecordCustomField.Access) - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberRecordCustomField
 
setBrokerCanViewInformationOf(Collection<AccountType>) - Method in class nl.strohalm.cyclos.entities.groups.BrokerGroup
 
setBrokerCanViewInformationOf(Collection<AccountType>) - Method in class nl.strohalm.cyclos.services.groups.BrokerGroupPermissionsDTO
 
setBrokerCanViewMemberDocuments(boolean) - Method in class nl.strohalm.cyclos.entities.customization.documents.DocumentQuery
 
setBrokerCommission(BrokerCommission) - Method in class nl.strohalm.cyclos.controls.members.brokering.DefaultBrokerCommissionsAction.DefaultBrokerCommissionDTO
 
setBrokerCommission(BrokerCommission) - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContract
 
setBrokerCommission(BrokerCommission) - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContractQuery
 
setBrokerCommission(BrokerCommission) - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokeringCommissionStatus
 
setBrokerCommission(BrokerCommission) - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokeringCommissionStatusQuery
 
setBrokerCommission(BrokerCommission) - Method in class nl.strohalm.cyclos.entities.members.brokerings.DefaultBrokerCommission
 
setBrokerCommission(BrokerCommission) - Method in class nl.strohalm.cyclos.entities.members.brokerings.DefaultBrokerCommissionQuery
 
setBrokerCommission(TransactionSummaryVO) - Method in class nl.strohalm.cyclos.services.elements.AccountActivitiesVO
 
setBrokerCommission(BrokerCommission) - Method in class nl.strohalm.cyclos.services.elements.CommissionChargeStatusDTO
 
setBrokerCommissionContract(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.members.brokering.EditBrokerCommissionContractForm
 
setBrokerCommissionContract(String, Object) - Method in class nl.strohalm.cyclos.controls.members.brokering.EditBrokerCommissionContractForm
 
setBrokerCommissionContract(BrokerCommissionContract) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
setBrokerCommissionContract(BrokerCommissionContract) - Method in class nl.strohalm.cyclos.services.elements.CommissionChargeStatusDTO
 
setBrokerCommissionContractDao(BrokerCommissionContractDAO) - Method in class nl.strohalm.cyclos.services.elements.BrokeringServiceImpl
 
setBrokerCommissionContractDao(BrokerCommissionContractDAO) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
setBrokerCommissionContractId(long) - Method in class nl.strohalm.cyclos.controls.members.brokering.AcceptBrokerCommissionContractForm
 
setBrokerCommissionContractId(long) - Method in class nl.strohalm.cyclos.controls.members.brokering.CancelBrokerCommissionContractForm
 
setBrokerCommissionContractId(long) - Method in class nl.strohalm.cyclos.controls.members.brokering.DenyBrokerCommissionContractForm
 
setBrokerCommissionContractId(long) - Method in class nl.strohalm.cyclos.controls.members.brokering.EditBrokerCommissionContractForm
 
setBrokerCommissionContractId(long) - Method in class nl.strohalm.cyclos.controls.members.brokering.RemoveBrokerCommissionContractForm
 
setBrokerCommissionId(long) - Method in class nl.strohalm.cyclos.controls.members.brokering.EditBrokerCommissionContractForm
 
setBrokerCommissionId(long) - Method in class nl.strohalm.cyclos.controls.members.brokering.StopBrokerCommissionForm
 
setBrokerCommissionId(long) - Method in class nl.strohalm.cyclos.controls.members.brokering.SuspendBrokerCommissionForm
 
setBrokerCommissionId(long) - Method in class nl.strohalm.cyclos.controls.members.brokering.UnsuspendBrokerCommissionForm
 
setBrokerConversionSimulationTTs(Collection<TransferType>) - Method in class nl.strohalm.cyclos.entities.groups.BrokerGroup
 
setBrokerConversionSimulationTTs(Collection<TransferType>) - Method in class nl.strohalm.cyclos.services.groups.BrokerGroupPermissionsDTO
 
setBrokerCreateMemberRecordTypes(Collection<MemberRecordType>) - Method in class nl.strohalm.cyclos.entities.groups.BrokerGroup
 
setBrokerCreateMemberRecordTypes(Collection<MemberRecordType>) - Method in class nl.strohalm.cyclos.services.groups.BrokerGroupPermissionsDTO
 
setBrokerDeleteMemberRecordTypes(Collection<MemberRecordType>) - Method in class nl.strohalm.cyclos.entities.groups.BrokerGroup
 
setBrokerDeleteMemberRecordTypes(Collection<MemberRecordType>) - Method in class nl.strohalm.cyclos.services.groups.BrokerGroupPermissionsDTO
 
setBrokerDocuments(Collection<Document>) - Method in class nl.strohalm.cyclos.entities.groups.BrokerGroup
 
setBrokerDocuments(Collection<Document>) - Method in class nl.strohalm.cyclos.services.groups.BrokerGroupPermissionsDTO
 
setBrokered(boolean) - Method in class nl.strohalm.cyclos.controls.members.SearchMembersAjaxForm
 
setBrokered(Member) - Method in class nl.strohalm.cyclos.entities.members.BrokeringQuery
 
setBrokered(Member) - Method in class nl.strohalm.cyclos.entities.members.brokerings.Brokering
 
setBrokeredMembers(Collection<Member>) - Method in class nl.strohalm.cyclos.entities.members.Member
 
setBrokerGroup(BrokerGroup) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFeeQuery
 
setBrokerGroups(Collection<BrokerGroup>) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.BrokerCommission
 
setBrokerGroups(Collection<BrokerGroup>) - Method in class nl.strohalm.cyclos.entities.customization.documents.Document
 
setBrokerId(long) - Method in class nl.strohalm.cyclos.controls.members.brokering.ChangeBrokerForm
 
setBrokerId(long) - Method in class nl.strohalm.cyclos.controls.members.brokering.ManageBrokerCommissionsForm
 
setBrokerId(long) - Method in class nl.strohalm.cyclos.controls.members.brokering.StopBrokerCommissionForm
 
setBrokerId(long) - Method in class nl.strohalm.cyclos.controls.members.brokering.SuspendBrokerCommissionForm
 
setBrokerId(long) - Method in class nl.strohalm.cyclos.controls.members.brokering.UnsuspendBrokerCommissionForm
 
setBrokering(Brokering) - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContract
 
setBrokering(Brokering) - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokeringCommissionStatus
 
setBrokering(Brokering) - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokeringCommissionStatusQuery
 
setBrokeringCommissionStatus(BrokeringCommissionStatus) - Method in class nl.strohalm.cyclos.services.elements.CommissionChargeStatusDTO
 
setBrokeringCommissionStatusDao(BrokeringCommissionStatusDAO) - Method in class nl.strohalm.cyclos.services.elements.BrokeringServiceImpl
 
setBrokeringCommissionStatusDao(BrokeringCommissionStatusDAO) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
setBrokeringCommissionStatusDao(BrokeringCommissionStatusDAO) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceImpl
 
setBrokeringDao(BrokeringDAO) - Method in class nl.strohalm.cyclos.services.elements.BrokeringServiceImpl
 
setBrokeringExpirationMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setBrokeringExpirationPeriod(TimePeriod) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setBrokeringExpirationSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setBrokeringExpirationSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setBrokeringRemovedMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setBrokeringRemovedSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setBrokeringRemovedSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setBrokerings(Collection<Brokering>) - Method in class nl.strohalm.cyclos.entities.members.Member
 
setBrokeringsAsBrokered(Collection<Brokering>) - Method in class nl.strohalm.cyclos.entities.members.Member
 
setBrokeringService(BrokeringService) - Method in class nl.strohalm.cyclos.controls.members.brokering.ChangeBrokerAction
 
setBrokeringService(BrokeringService) - Method in class nl.strohalm.cyclos.controls.members.brokering.EditBrokerCommissionContractAction
 
setBrokeringService(BrokeringService) - Method in class nl.strohalm.cyclos.controls.members.brokering.ListBrokeringsAction
 
setBrokeringService(BrokeringService) - Method in class nl.strohalm.cyclos.controls.members.brokering.ManageBrokeredMemberAction
 
setBrokeringService(BrokeringService) - Method in class nl.strohalm.cyclos.controls.members.bulk.MemberBulkChangeBrokerAction
 
setBrokeringServiceLocal(BrokeringServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.tasks.BrokeringExpirationScheduledTask
 
setBrokeringServiceLocal(BrokeringServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.BrokeringServiceSecurity
 
setBrokeringServiceLocal(BrokeringServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
setBrokeringServiceLocal(BrokeringServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
setBrokeringServiceLocal(BrokeringServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberServiceImpl
 
setBrokeringServiceLocal(BrokeringServiceLocal) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceImpl
 
setBrokeringServiceLocal(BrokeringServiceLocal) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
setBrokerMemberRecordTypes(Collection<MemberRecordType>) - Method in class nl.strohalm.cyclos.entities.groups.BrokerGroup
 
setBrokerMemberRecordTypes(Collection<MemberRecordType>) - Method in class nl.strohalm.cyclos.services.groups.BrokerGroupPermissionsDTO
 
setBrokerModifyMemberRecordTypes(Collection<MemberRecordType>) - Method in class nl.strohalm.cyclos.entities.groups.BrokerGroup
 
setBrokerModifyMemberRecordTypes(Collection<MemberRecordType>) - Method in class nl.strohalm.cyclos.services.groups.BrokerGroupPermissionsDTO
 
setBrokerName(boolean) - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
setBrokerName(boolean) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportDTO
 
setBrokerName(String) - Method in class nl.strohalm.cyclos.entities.members.MemberTransactionDetailsReportData
 
setBrokerRemovedRemarkComments(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setBrokers(boolean) - Method in class nl.strohalm.cyclos.controls.members.SearchMembersAjaxForm
 
setBrokerUsername(boolean) - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
setBrokerUsername(boolean) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportDTO
 
setBrokerUsername(String) - Method in class nl.strohalm.cyclos.entities.members.MemberTransactionDetailsReportData
 
setBrOnly(boolean) - Method in class nl.strohalm.cyclos.taglibs.EscapeHTMLTag
 
setBufferSize(int) - Method in class nl.strohalm.cyclos.http.ForcedBufferResponse
 
setBugFixes(List<String>) - Method in class nl.strohalm.cyclos.setup.Version
 
setBuyer(Member) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Certification
 
setBuyer(Member) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.CertificationQuery
 
setBuyer(Member) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
setBuyer(Member) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery
 
setBuyer(Member) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligation
 
setBuyer(Member) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligationQuery
 
setBuyerOnlyGuaranteeStatusChangedMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setBuyerOnlyGuaranteeStatusChangedSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setBuyerOnlyGuaranteeStatusChangedSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setBy(Element) - Method in class nl.strohalm.cyclos.entities.access.UsernameChangeLog
 
setBy(Administrator) - Method in class nl.strohalm.cyclos.entities.accounts.AccountLimitLog
 
setBy(Element) - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardLog
 
setBy(Element) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferImport
 
setBy(Element) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.CertificationLog
 
setBy(Element) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeLog
 
setBy(Element) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligationLog
 
setBy(Element) - Method in class nl.strohalm.cyclos.entities.accounts.pos.PosLog
 
setBy(Element) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceQuery
 
setBy(Element) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Payment
 
setBy(Element) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorization
 
setBy(Element) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorizationQuery
 
setBy(Element) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
setBy(Element) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
setBy(Administrator) - Method in class nl.strohalm.cyclos.entities.ads.imports.AdImport
 
setBy(Administrator) - Method in class nl.strohalm.cyclos.entities.members.imports.MemberImport
 
setBy(Element) - Method in class nl.strohalm.cyclos.entities.members.records.AbstractMemberRecordQuery
 
setBy(Element) - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecord
 
setBy(Element) - Method in class nl.strohalm.cyclos.entities.sms.SmsMailing
 
setBy(Element) - Method in class nl.strohalm.cyclos.services.accounts.GetTransactionsDTO
 
setBy(Element) - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
setByAdministration(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorizationQuery
 
setBytes(Long) - Method in class nl.strohalm.cyclos.taglibs.FormatTag
 
setCacheManager(CacheManager) - Method in class nl.strohalm.cyclos.services.access.ChannelServiceImpl
 
setCacheManager(CacheManager) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceImpl
 
setCacheManager(CacheManager) - Method in class nl.strohalm.cyclos.services.accounts.AccountTypeServiceImpl
 
setCacheManager(CacheManager) - Method in class nl.strohalm.cyclos.services.accounts.CurrencyServiceImpl
 
setCacheManager(CacheManager) - Method in class nl.strohalm.cyclos.services.ads.AdCategoryServiceImpl
 
setCacheManager(CacheManager) - Method in class nl.strohalm.cyclos.services.ads.AdServiceImpl
 
setCacheManager(CacheManager) - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
setCacheManager(CacheManager) - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
 
setCacheManager(CacheManager) - Method in class nl.strohalm.cyclos.services.customization.TranslationMessageServiceImpl
 
setCacheManager(CacheManager) - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceImpl
 
setCacheManager(CacheManager) - Method in class nl.strohalm.cyclos.services.settings.BaseSettingsHandler
 
setCanBuyWithPaymentObligationsFromGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
setCanBuyWithPaymentObligationsFromGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.services.groups.MemberGroupPermissionsDTO
 
setCancelled(boolean) - Method in class nl.strohalm.cyclos.webservices.model.TicketVO
 
setCancelledBy(Element) - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContract
 
setCanIssueCertificationToGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
setCanIssueCertificationToGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.services.groups.MemberGroupPermissionsDTO
 
setCanPay(AccountOwner) - Method in class nl.strohalm.cyclos.services.accounts.MemberAccountTypeQuery
 
setCanPayOwnerId(String) - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.SearchAccountTypesAjaxForm
 
setCanViewAdsOfGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
setCanViewAdsOfGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.services.groups.MemberGroupPermissionsDTO
 
setCanViewGroupFilters(Collection<GroupFilter>) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
setCanViewInformationOf(Collection<AccountType>) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
setCanViewInformationOf(Collection<AccountType>) - Method in class nl.strohalm.cyclos.entities.groups.OperatorGroup
 
setCanViewInformationOf(Collection<AccountType>) - Method in class nl.strohalm.cyclos.services.groups.MemberGroupPermissionsDTO
 
setCanViewInformationOf(Collection<AccountType>) - Method in class nl.strohalm.cyclos.services.groups.OperatorGroupPermissionsDTO
 
setCanViewProfileOfGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
setCanViewProfileOfGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.services.groups.MemberGroupPermissionsDTO
 
setCaptcha(String) - Method in class nl.strohalm.cyclos.controls.members.CreateMemberForm
 
setCaptchaProducer(Producer) - Method in class nl.strohalm.cyclos.servlets.CaptchaServlet
 
setCaption(String) - Method in class nl.strohalm.cyclos.entities.customization.images.ImageCaptionDTO
 
setCaption(String) - Method in class nl.strohalm.cyclos.entities.customization.images.OwneredImage
 
setCaption(String) - Method in class nl.strohalm.cyclos.webservices.model.ImageVO
 
setCard(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.accounts.cards.CardForm
 
setCard(String, Object) - Method in class nl.strohalm.cyclos.controls.accounts.cards.CardForm
 
setCard(Card) - Method in class nl.strohalm.cyclos.entities.access.WrongCredentialAttempt
 
setCard(Card) - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardLog
 
setCardCode1(String) - Method in class nl.strohalm.cyclos.controls.accounts.cards.UpdateCardForm
 
setCardCode2(String) - Method in class nl.strohalm.cyclos.controls.accounts.cards.UpdateCardForm
 
setCardDao(CardDAO) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
setCardDao(CardDAO) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardServiceImpl
 
setCardFormatNumber(String) - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardType
 
setCardId(long) - Method in class nl.strohalm.cyclos.controls.accounts.cards.CardForm
 
setCardId(long) - Method in class nl.strohalm.cyclos.controls.accounts.cards.UpdateCardForm
 
setCardLogDao(CardLogDAO) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardServiceImpl
 
setCardNumber(BigInteger) - Method in class nl.strohalm.cyclos.entities.accounts.cards.Card
 
setCardNumberPattern(String) - Method in class nl.strohalm.cyclos.taglibs.FormatTag
 
setCards(Collection<Card>) - Method in class nl.strohalm.cyclos.entities.members.Member
 
setCardSecurityCode(String) - Method in class nl.strohalm.cyclos.entities.accounts.cards.Card
 
setCardSecurityCode(CardType.CardSecurityCode) - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardType
 
setCardSecurityCodeBlockedMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setCardSecurityCodeBlockedSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setCardSecurityCodeBlockedSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setCardSecurityCodeBlockedUntil(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.cards.Card
 
setCardSecurityCodeLength(RangeConstraint) - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardType
 
setCardService(CardService) - Method in class nl.strohalm.cyclos.controls.accounts.cards.CardDetailsAction
 
setCardService(CardService) - Method in class nl.strohalm.cyclos.controls.accounts.cards.CreateCardAction
 
setCardService(CardService) - Method in class nl.strohalm.cyclos.controls.accounts.cards.ExportCardsToCsvAction
 
setCardService(CardService) - Method in class nl.strohalm.cyclos.controls.accounts.cards.SearchCardsAction
 
setCardService(CardService) - Method in class nl.strohalm.cyclos.controls.accounts.cards.UpdateCardAction
 
setCardService(CardService) - Method in class nl.strohalm.cyclos.controls.members.bulk.MemberBulkGenerateCardAction
 
setCardServiceLocal(CardServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.tasks.CardScheduledTask
 
setCardServiceLocal(CardServiceLocal) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
setCardServiceLocal(CardServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardServiceSecurity
 
setCardServiceLocal(CardServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
setCardType(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.accounts.cards.EditCardTypeForm
 
setCardType(String, Object) - Method in class nl.strohalm.cyclos.controls.accounts.cards.EditCardTypeForm
 
setCardType(CardType) - Method in class nl.strohalm.cyclos.entities.accounts.cards.Card
 
setCardType(CardType) - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardQuery
 
setCardType(CardType) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
setCardTypeDao(CardTypeDAO) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardTypeServiceImpl
 
setCardTypeId(long) - Method in class nl.strohalm.cyclos.controls.accounts.cards.EditCardTypeForm
 
setCardTypeService(CardTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.cards.EditCardTypeAction
 
setCardTypeService(CardTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.cards.ExportCardsToCsvAction
 
setCardTypeService(CardTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.cards.ListCardTypeAction
 
setCardTypeService(CardTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.cards.RemoveCardTypeAction
 
setCardTypeService(CardTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.cards.SearchCardsAction
 
setCardTypeService(CardTypeService) - Method in class nl.strohalm.cyclos.controls.groups.EditGroupAction
 
setCardTypeServiceLocal(CardTypeServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardTypeServiceSecurity
 
setCategories(Collection<ImportedAdCategory>) - Method in class nl.strohalm.cyclos.entities.ads.imports.AdImport
 
setCategories(Collection<MessageCategory>) - Method in class nl.strohalm.cyclos.entities.members.messages.MessageQuery
 
setCategoriesIds(List<Long>) - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
setCategory(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.ads.categories.AdCategoryForm
 
setCategory(String, Object) - Method in class nl.strohalm.cyclos.controls.ads.categories.AdCategoryForm
 
setCategory(AdCategory) - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
setCategory(AdCategory) - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
setCategory(AdCategory) - Method in class nl.strohalm.cyclos.entities.members.adInterests.AdInterest
 
setCategory(MessageCategory) - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
setCategory(MessageCategory) - Method in class nl.strohalm.cyclos.entities.members.messages.MessageQuery
 
setCategory(MessageCategory) - Method in class nl.strohalm.cyclos.services.elements.SendMessageDTO
 
setCategory(AdCategoryVO) - Method in class nl.strohalm.cyclos.webservices.model.AdVO
 
setCategoryId(Long) - Method in class nl.strohalm.cyclos.webservices.ads.AbstractAdSearchParameters
 
setCategoryOnly(boolean) - Method in class nl.strohalm.cyclos.controls.ads.SearchAdsForm
 
setCertification(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.EditCertificationForm
 
setCertification(String, Object) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.EditCertificationForm
 
setCertification(Certification) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.CertificationLog
 
setCertification(Certification) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
setCertification(Certification) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery
 
setCertificationDao(CertificationDAO) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.CertificationServiceImpl
 
setCertificationId(Long) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.ChangeStatusCertificationForm
 
setCertificationId(Long) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.DeleteCertificationForm
 
setCertificationId(long) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.EditCertificationForm
 
setCertificationIssuedMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setCertificationIssuedSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setCertificationIssuedSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setCertificationLogDao(CertificationLogDAO) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.CertificationServiceImpl
 
setCertificationService(CertificationService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.ChangeStatusCertificationAction
 
setCertificationService(CertificationService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.DeleteCertificationAction
 
setCertificationService(CertificationService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.EditCertificationAction
 
setCertificationService(CertificationService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.SearchCertificationsAction
 
setCertificationService(CertificationService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.AcceptPaymentObligationPackAction
 
setCertificationService(CertificationService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.EditPaymentObligationAction
 
setCertificationService(CertificationService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.SearchPaymentObligationsAction
 
setCertificationServiceLocal(CertificationServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.tasks.CertificationScheduledTask
 
setCertificationServiceLocal(CertificationServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.CertificationServiceSecurity
 
setCertificationServiceLocal(CertificationServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
setCertificationServiceLocal(CertificationServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceImpl
 
setCertificationServiceLocal(CertificationServiceLocal) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
setCertificationStatusChangedMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setCertificationStatusChangedSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setCertificationStatusChangedSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setChangeBroker(MapBean) - Method in class nl.strohalm.cyclos.controls.members.bulk.MemberBulkActionsForm
 
setChanged(int) - Method in class nl.strohalm.cyclos.services.elements.BulkMemberActionResultVO
 
setChangeGroup(MapBean) - Method in class nl.strohalm.cyclos.controls.members.bulk.MemberBulkActionsForm
 
setChannel(String) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
setChannel(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.channels.EditChannelForm
 
setChannel(String, Object) - Method in class nl.strohalm.cyclos.controls.channels.EditChannelForm
 
setChannel(String) - Method in class nl.strohalm.cyclos.controls.members.LoadMemberAjaxForm
 
setChannel(Channel) - Method in class nl.strohalm.cyclos.entities.access.ChannelPrincipal
 
setChannel(String) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
setChannel(Channel) - Method in class nl.strohalm.cyclos.entities.services.ServiceClient
 
setChannel(String) - Method in class nl.strohalm.cyclos.services.transactions.DoPaymentDTO
 
setChannel(String) - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
setChannelDao(ChannelDAO) - Method in class nl.strohalm.cyclos.services.access.ChannelServiceImpl
 
setChannelHelper(ChannelHelper) - Method in class nl.strohalm.cyclos.webservices.access.AccessWebServiceImpl
 
setChannelHelper(ChannelHelper) - Method in class nl.strohalm.cyclos.webservices.members.MemberWebServiceImpl
 
setChannelHelper(ChannelHelper) - Method in class nl.strohalm.cyclos.webservices.payments.PaymentWebServiceImpl
 
setChannelHelper(ChannelHelper) - Method in class nl.strohalm.cyclos.webservices.utils.AccountHelper
 
setChannelHelper(ChannelHelper) - Method in class nl.strohalm.cyclos.webservices.utils.MemberHelper
 
setChannelHelper(ChannelHelper) - Method in class nl.strohalm.cyclos.webservices.utils.PaymentHelper
 
setChannelId(long) - Method in class nl.strohalm.cyclos.controls.channels.EditChannelForm
 
setChannelId(long) - Method in class nl.strohalm.cyclos.controls.channels.RemoveChannelForm
 
setChannelPrincipalDao(ChannelPrincipalDAO) - Method in class nl.strohalm.cyclos.services.access.ChannelServiceImpl
 
setChannels(String[]) - Method in class nl.strohalm.cyclos.controls.access.channels.SelectChannelsForm
 
setChannels(Collection<Channel>) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
setChannels(Collection<Channel>) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
setChannels(Collection<Channel>) - Method in class nl.strohalm.cyclos.entities.members.Member
 
setChannelService(ChannelService) - Method in class nl.strohalm.cyclos.controls.access.channels.ManageExternalAccessAction
 
setChannelService(ChannelService) - Method in class nl.strohalm.cyclos.controls.access.LoginAction
 
setChannelService(ChannelService) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.EditTransferTypeAction
 
setChannelService(ChannelService) - Method in class nl.strohalm.cyclos.controls.channels.EditChannelAction
 
setChannelService(ChannelService) - Method in class nl.strohalm.cyclos.controls.channels.ListChannelsAction
 
setChannelService(ChannelService) - Method in class nl.strohalm.cyclos.controls.channels.RemoveChannelAction
 
setChannelService(ChannelService) - Method in class nl.strohalm.cyclos.controls.groups.EditGroupAction
 
setChannelService(ChannelService) - Method in class nl.strohalm.cyclos.controls.members.LoadMemberAjaxAction
 
setChannelService(ChannelService) - Method in class nl.strohalm.cyclos.controls.members.preferences.NotificationPreferenceAction
 
setChannelService(ChannelService) - Method in class nl.strohalm.cyclos.controls.mobile.MobileConfirmPaymentAction
 
setChannelService(ChannelService) - Method in class nl.strohalm.cyclos.controls.mobile.MobileLoginAction
 
setChannelService(ChannelService) - Method in class nl.strohalm.cyclos.controls.payments.request.RequestPaymentAction
 
setChannelService(ChannelService) - Method in class nl.strohalm.cyclos.controls.posweb.ReceivePaymentAction
 
setChannelService(ChannelService) - Method in class nl.strohalm.cyclos.controls.settings.EditLocalSettingsAction
 
setChannelService(ChannelService) - Method in class nl.strohalm.cyclos.controls.webshop.ConfirmWebShopPaymentAction
 
setChannelService(ChannelService) - Method in class nl.strohalm.cyclos.controls.webshop.WebShopPaymentAction
 
setChannelService(ChannelService) - Method in class nl.strohalm.cyclos.utils.LoginHelper
 
setChannelService(ChannelService) - Method in class nl.strohalm.cyclos.webservices.pos.PosWebServiceImpl
 
setChannelServiceLocal(ChannelServiceLocal) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
setChannelServiceLocal(ChannelServiceLocal) - Method in class nl.strohalm.cyclos.services.access.ChannelServiceSecurity
 
setChannelServiceLocal(ChannelServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberServiceImpl
 
setChannelServiceLocal(ChannelServiceLocal) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
setChannelServiceLocal(ChannelServiceLocal) - Method in class nl.strohalm.cyclos.services.permissions.PermissionCatalogHandlerImpl
 
setChannelServiceLocal(ChannelServiceLocal) - Method in class nl.strohalm.cyclos.services.services.ServiceClientServiceImpl
 
setChannelServiceLocal(ChannelServiceLocal) - Method in class nl.strohalm.cyclos.services.settings.LocalSettingsHandler
 
setChannelServiceLocal(ChannelServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.TicketServiceImpl
 
setChannelServiceLocal(ChannelServiceLocal) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
setChannelServiceLocal(ChannelServiceLocal) - Method in class nl.strohalm.cyclos.utils.paymentrequest.PaymentRequestHandlerImpl
 
setChannelServiceLocal(ChannelServiceLocal) - Method in class nl.strohalm.cyclos.utils.sms.SmsSenderImpl
 
setChannelServiceLocal(ChannelServiceLocal) - Method in class nl.strohalm.cyclos.webservices.utils.ChannelHelper
 
setChargebackDescription(String) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setChargebackOf(Transfer) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
setChargebackPaymentTypes(Set<TransferType>) - Method in class nl.strohalm.cyclos.entities.services.ServiceClient
 
SetChargebacksMigration - Class in nl.strohalm.cyclos.setup.migrations.version3_6
A migration class which will update transfers which have been charged by by setting the chargeback id
SetChargebacksMigration() - Constructor for class nl.strohalm.cyclos.setup.migrations.version3_6.SetChargebacksMigration
 
setChargebackTransfer(AccountHistoryTransferVO) - Method in class nl.strohalm.cyclos.webservices.payments.ChargebackResult
 
setChargebackTransferTypes(Collection<TransferType>) - Method in class nl.strohalm.cyclos.entities.groups.SystemGroup
 
setChargebackTTs(Collection<TransferType>) - Method in class nl.strohalm.cyclos.services.groups.MemberGroupPermissionsDTO
 
setChargedBackBy(Transfer) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
setChargedMember(Member) - Method in class nl.strohalm.cyclos.entities.sms.SmsLog
 
setChargedMember(Member) - Method in class nl.strohalm.cyclos.services.elements.SendSmsDTO
 
setChargeMode(AccountFee.ChargeMode) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
setChargeStatus(CommissionChargeStatusDTO.ChargeStatus) - Method in class nl.strohalm.cyclos.services.elements.CommissionChargeStatusDTO
 
setChargeType(TransactionFee.ChargeType) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
setChargeType(TransactionFee.ChargeType) - Method in class nl.strohalm.cyclos.services.accounts.rates.ARatedFeeDTO
 
setChargingError(AccountFeeLog, Member, BigDecimal) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceImpl
 
setChargingError(AccountFeeLog, Member, BigDecimal) - Method in interface nl.strohalm.cyclos.services.accountfees.AccountFeeServiceLocal
Sets the result of the charging as error for the given member and account fee log
setChargingSuccess(AccountFeeLog, Member, BigDecimal, Transfer, Invoice) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceImpl
 
setChargingSuccess(AccountFeeLog, Member, BigDecimal, Transfer, Invoice) - Method in interface nl.strohalm.cyclos.services.accountfees.AccountFeeServiceLocal
Sets the result for the charging as success of the given member and account fee log
setChildren(Collection<Transfer>) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
setChildren(Collection<AdCategory>) - Method in class nl.strohalm.cyclos.entities.ads.AdCategory
 
setChildren(List<AdCategoryWithCounterVO>) - Method in class nl.strohalm.cyclos.entities.ads.AdCategoryWithCounterVO
 
setChildren(Collection<CustomField>) - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomField
 
setChildren(List<DetailedAdCategoryVO>) - Method in class nl.strohalm.cyclos.webservices.model.DetailedAdCategoryVO
 
setClassName(String) - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.CustomFileMapping
 
setClientAddress(String) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.WebShopTicket
 
setClientAddress(String) - Method in class nl.strohalm.cyclos.webservices.model.WebShopTicketVO
 
setClientAddress(String) - Method in class nl.strohalm.cyclos.webservices.webshop.GenerateWebShopTicketParams
 
setClientId(long) - Method in class nl.strohalm.cyclos.controls.services.EditServiceClientForm
 
setClientId(long) - Method in class nl.strohalm.cyclos.controls.services.RemoveServiceClientForm
 
setClientId(Long) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TraceNumber
 
setClientId(Long) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
setClientId(Long) - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
setClosedAccountBalanceDao(ClosedAccountBalanceDAO) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
setCode(String) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferType
 
setCode(String) - Method in class nl.strohalm.cyclos.entities.sms.SmsType
 
setCollection(Collection<? extends CustomFieldValue>) - Method in class nl.strohalm.cyclos.taglibs.CustomFieldTag
 
setCollectionType(Class<?>) - Method in class nl.strohalm.cyclos.utils.binding.BeanCollectionBinder
 
setCollectionType(Class<?>) - Method in class nl.strohalm.cyclos.utils.binding.SimpleCollectionBinder
 
setColspan(int) - Method in class nl.strohalm.cyclos.taglibs.CellTag
 
setColumnHeader(String, int) - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
a setter to set one specific indexed columnheader.
setColumnKeys(String[]) - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
Simple setter for the columnKeys (seriesnames)
setColumns(int) - Method in class nl.strohalm.cyclos.taglibs.LayoutTag
 
setColumnSeparator(Character) - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.CSVFileMapping
 
setComments(String) - Method in class nl.strohalm.cyclos.controls.elements.ChangeElementGroupForm
 
setComments(String) - Method in class nl.strohalm.cyclos.controls.members.brokering.ChangeBrokerForm
 
setComments(String) - Method in class nl.strohalm.cyclos.controls.payments.authorization.TransferAuthorizationForm
 
setComments(String) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorization
 
setComments(String) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorizationDTO
 
setComments(String) - Method in class nl.strohalm.cyclos.entities.members.Reference
 
setComments(String) - Method in class nl.strohalm.cyclos.entities.members.remarks.Remark
 
setComments(String) - Method in class nl.strohalm.cyclos.entities.members.remarks.RemarkQuery
 
setComments(String) - Method in class nl.strohalm.cyclos.services.elements.ChangeBrokerDTO
 
setCommissionContractAcceptedMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setCommissionContractAcceptedSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setCommissionContractAcceptedSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setCommissionContractCancelledMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setCommissionContractCancelledSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setCommissionContractCancelledSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setCommissionContractDeniedMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setCommissionContractDeniedSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setCommissionContractDeniedSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setCommissionService(CommissionService) - Method in class nl.strohalm.cyclos.controls.members.brokering.AcceptBrokerCommissionContractAction
 
setCommissionService(CommissionService) - Method in class nl.strohalm.cyclos.controls.members.brokering.CancelBrokerCommissionContractAction
 
setCommissionService(CommissionService) - Method in class nl.strohalm.cyclos.controls.members.brokering.DefaultBrokerCommissionsAction
 
setCommissionService(CommissionService) - Method in class nl.strohalm.cyclos.controls.members.brokering.DenyBrokerCommissionContractAction
 
setCommissionService(CommissionService) - Method in class nl.strohalm.cyclos.controls.members.brokering.EditBrokerCommissionContractAction
 
setCommissionService(CommissionService) - Method in class nl.strohalm.cyclos.controls.members.brokering.ListBrokerCommissionContractsAction
 
setCommissionService(CommissionService) - Method in class nl.strohalm.cyclos.controls.members.brokering.ManageBrokerCommissionsAction
 
setCommissionService(CommissionService) - Method in class nl.strohalm.cyclos.controls.members.brokering.RemoveBrokerCommissionContractAction
 
setCommissionService(CommissionService) - Method in class nl.strohalm.cyclos.controls.members.brokering.SearchBrokerCommissionContractsAction
 
setCommissionService(CommissionService) - Method in class nl.strohalm.cyclos.controls.members.brokering.StopBrokerCommissionAction
 
setCommissionService(CommissionService) - Method in class nl.strohalm.cyclos.controls.members.brokering.SuspendBrokerCommissionAction
 
setCommissionService(CommissionService) - Method in class nl.strohalm.cyclos.controls.members.brokering.UnsuspendBrokerCommissionAction
 
setCommissionService(CommissionService) - Method in class nl.strohalm.cyclos.utils.LoginHelper
 
setCommissionServiceLocal(CommissionServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.tasks.BrokerCommissionContractActivationScheduledTask
 
setCommissionServiceLocal(CommissionServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.tasks.BrokerCommissionContractExpirationScheduledTask
 
setCommissionServiceLocal(CommissionServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.tasks.BrokeringCommissionStatusExpirationScheduledTask
 
setCommissionServiceLocal(CommissionServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.BrokeringServiceImpl
 
setCommissionServiceLocal(CommissionServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceSecurity
 
setCommissionServiceLocal(CommissionServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
setCommissionServiceLocal(CommissionServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberServiceImpl
 
setCommissionServiceLocal(CommissionServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
setCommissionServiceLocal(CommissionServiceLocal) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceImpl
 
setConciliable(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
setConciliable(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
setConciliated(Boolean) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
setConfiguration(Configuration) - Method in class nl.strohalm.cyclos.setup.Setup
 
setConfirmationKey(String) - Method in class nl.strohalm.cyclos.taglibs.MenuTag
 
setConfirmationMessage(String) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
setConfirmPassword(String) - Method in class nl.strohalm.cyclos.controls.elements.CreateElementForm
 
setConnectedAdmins(int) - Method in class nl.strohalm.cyclos.services.application.ApplicationStatusVO
 
setConnectedAdminsViewedBy(Collection<AdminGroup>) - Method in class nl.strohalm.cyclos.entities.groups.AdminGroup
 
setConnectedBrokers(int) - Method in class nl.strohalm.cyclos.services.application.ApplicationStatusVO
 
setConnectedMembers(int) - Method in class nl.strohalm.cyclos.services.application.ApplicationStatusVO
 
setConnectedOperators(int) - Method in class nl.strohalm.cyclos.services.application.ApplicationStatusVO
 
setConnectionTimeout(long) - Method in class nl.strohalm.cyclos.webservices.CyclosWebServicesClientFactory
 
setContact(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.members.contacts.ContactForm
 
setContact(String, Object) - Method in class nl.strohalm.cyclos.controls.members.contacts.ContactForm
 
setContact(Member) - Method in class nl.strohalm.cyclos.entities.members.Contact
 
setContactDao(ContactDAO) - Method in class nl.strohalm.cyclos.services.elements.ContactServiceImpl
 
setContacts(Collection<Contact>) - Method in class nl.strohalm.cyclos.entities.members.Member
 
setContactService(ContactService) - Method in class nl.strohalm.cyclos.controls.members.contacts.AddContactAction
 
setContactService(ContactService) - Method in class nl.strohalm.cyclos.controls.members.contacts.DeleteContactAction
 
setContactService(ContactService) - Method in class nl.strohalm.cyclos.controls.members.contacts.EditContactAction
 
setContactService(ContactService) - Method in class nl.strohalm.cyclos.controls.members.contacts.ListContactsAction
 
setContactServiceLocal(ContactServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.ContactServiceSecurity
 
setContactServiceLocal(ContactServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
setContainerUrl(String) - Method in class nl.strohalm.cyclos.entities.groups.Group
 
setContainerUrl(String) - Method in class nl.strohalm.cyclos.entities.groups.GroupFilter
 
setContainerUrl(String) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setContents(Blob) - Method in class nl.strohalm.cyclos.entities.customization.binaryfiles.BinaryFile
 
setContents(String) - Method in class nl.strohalm.cyclos.entities.customization.files.File
 
setContents(String) - Method in class nl.strohalm.cyclos.entities.members.RegistrationAgreement
 
setContentType(String) - Method in class nl.strohalm.cyclos.entities.customization.binaryfiles.BinaryFile
 
setContentType(String) - Method in class nl.strohalm.cyclos.entities.customization.images.Image
 
setContext(String) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
setContext(PaymentFilterQuery.Context) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilterQuery
 
setContext(TransferType.Context) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
setContext(TransactionContext) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
setContext(TransactionContext) - Method in class nl.strohalm.cyclos.services.transactions.DoPaymentDTO
 
setContext(TransactionContext) - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
setContracts(Collection<BrokerCommissionContract>) - Method in class nl.strohalm.cyclos.entities.members.brokerings.Brokering
 
setControl(CustomField.Control) - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomField
 
setConversionSimulationTTs(Collection<TransferType>) - Method in class nl.strohalm.cyclos.entities.groups.Group
 
setConversionSimulationTTs(Collection<TransferType>) - Method in class nl.strohalm.cyclos.services.groups.GroupPermissionsDTO
 
setConverter(Converter<T>) - Method in class nl.strohalm.cyclos.utils.binding.PropertyBinder
 
setConverter(Converter<T>) - Method in class nl.strohalm.cyclos.utils.binding.SimpleCollectionBinder
 
SetConverter<T extends java.util.Set<?>> - Class in nl.strohalm.cyclos.utils.conversion
You can use this class to split a string by a separator and return a Set instance to from that split.
SetConverter(Class<T>, String) - Constructor for class nl.strohalm.cyclos.utils.conversion.SetConverter
 
setCount(Integer) - Method in class nl.strohalm.cyclos.controls.members.brokering.DefaultBrokerCommissionsAction.DefaultBrokerCommissionDTO
 
setCount(int) - Method in class nl.strohalm.cyclos.controls.payments.SuccessfulPaymentForm
 
setCount(Integer) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.BrokerCommission
 
setCount(int) - Method in class nl.strohalm.cyclos.entities.ads.AdCategoryWithCounterVO
 
setCount(Integer) - Method in class nl.strohalm.cyclos.entities.members.brokerings.DefaultBrokerCommission
 
setCount(int) - Method in class nl.strohalm.cyclos.services.transactions.TransactionSummaryVO
 
setCountOffer(int) - Method in class nl.strohalm.cyclos.webservices.model.DetailedAdCategoryVO
 
setCountSearch(int) - Method in class nl.strohalm.cyclos.webservices.model.DetailedAdCategoryVO
 
setCreatableByAdminGroups(Collection<AdminGroup>) - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordType
 
setCreatableByBrokerGroups(Collection<BrokerGroup>) - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordType
 
setCreateAdminRecordTypes(Collection<MemberRecordType>) - Method in class nl.strohalm.cyclos.entities.groups.AdminGroup
 
setCreateAdminRecordTypes(Collection<MemberRecordType>) - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
setCreateBasicData(boolean) - Method in class nl.strohalm.cyclos.setup.Setup
 
setCreateDataBase(boolean) - Method in class nl.strohalm.cyclos.setup.Setup
 
setCreatedBefore(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TicketQuery
 
setCreateInitialData(boolean) - Method in class nl.strohalm.cyclos.setup.Setup
 
setCreateMemberRecordTypes(Collection<MemberRecordType>) - Method in class nl.strohalm.cyclos.entities.groups.AdminGroup
 
setCreateMemberRecordTypes(Collection<MemberRecordType>) - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
setCreateSetupData(boolean) - Method in class nl.strohalm.cyclos.setup.Setup
 
setCreationDate(Calendar) - Method in class nl.strohalm.cyclos.entities.access.Session
 
setCreationDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.Account
 
setCreationDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.cards.Card
 
setCreationDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Ticket
 
setCreationDate(Calendar) - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
setCreationDate(Calendar) - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokeringCommissionStatus
 
setCreationDate(Calendar) - Method in class nl.strohalm.cyclos.entities.members.Element
 
setCreationDate(Calendar) - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMember
 
setCreationDate(Calendar) - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
setCreationDate(Calendar) - Method in class nl.strohalm.cyclos.webservices.model.TicketVO
 
setCreationPeriod(Period) - Method in class nl.strohalm.cyclos.entities.members.ElementQuery
 
setCreationPeriod(Period) - Method in class nl.strohalm.cyclos.entities.members.PendingMemberQuery
 
setCreationValue(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.IRateParameters
 
setCreationValue(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.RateParameters
 
setCredentials(String) - Method in class nl.strohalm.cyclos.controls.access.channels.ChangePinForm
 
setCredentials(String) - Method in class nl.strohalm.cyclos.controls.posweb.ReceivePaymentForm
 
setCredentials(String) - Method in class nl.strohalm.cyclos.controls.webshop.WebShopPaymentForm
 
setCredentials(Channel.Credentials) - Method in class nl.strohalm.cyclos.entities.access.Channel
 
setCredentials(String) - Method in class nl.strohalm.cyclos.services.access.ChangePinDTO
 
setCredentials(String) - Method in class nl.strohalm.cyclos.webservices.access.CheckCredentialsParameters
 
setCredentials(String) - Method in class nl.strohalm.cyclos.webservices.accounts.AccountHistorySearchParameters
 
setCredentials(String) - Method in class nl.strohalm.cyclos.webservices.accounts.LoadTransferParameters
 
setCredentials(String) - Method in class nl.strohalm.cyclos.webservices.members.RegisterMemberParameters
 
setCredentials(String) - Method in class nl.strohalm.cyclos.webservices.payments.ConfirmPaymentParameters
 
setCredentials(String) - Method in class nl.strohalm.cyclos.webservices.payments.PaymentParameters
 
setCredentialsRequired(boolean) - Method in class nl.strohalm.cyclos.entities.services.ServiceClient
 
setCredentialType(Channel.Credentials) - Method in class nl.strohalm.cyclos.entities.access.WrongCredentialAttempt
 
setCreditFee(GuaranteeTypeFeeVO) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType
 
setCreditFeePayer(GuaranteeType.FeePayer) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType
 
setCreditFeeSpec(MapBean) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.CalculateGuaranteeFeeAjaxForm
 
setCreditFeeSpec(GuaranteeFeeVO) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
setCreditFeeTransferType(TransferType) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType
 
setCreditLimit(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.Account
 
setCreditLimit(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.AccountLimitLog
 
setCreditLimit(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.AccountStatus
 
setCreditLimit(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.SystemAccountType
 
setCreditLimit(BigDecimal) - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMember
 
setCreditLimit(Member, CreditLimitDTO) - Method in interface nl.strohalm.cyclos.services.accounts.AccountService
Sets the new credit limit
setCreditLimit(Member, CreditLimitDTO) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
setCreditLimit(Member, CreditLimitDTO) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceSecurity
 
setCreditLimit(BigDecimal) - Method in class nl.strohalm.cyclos.services.accounts.BulkUpdateAccountDTO
 
setCreditLimit(BigDecimal) - Method in class nl.strohalm.cyclos.webservices.model.AccountStatusVO
 
setCredits(TransactionSummaryVO) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.AccountHistoryDTO
 
setCredits(TransactionSummaryVO) - Method in class nl.strohalm.cyclos.entities.members.imports.MemberImportResult
 
setCredits(boolean) - Method in class nl.strohalm.cyclos.entities.members.MembersTransactionsReportParameters
 
setCredits(Map<PaymentFilter, TransactionSummaryVO>) - Method in class nl.strohalm.cyclos.entities.members.MemberTransactionSummaryReportData
 
setCreditsAllTime(TransactionSummaryVO) - Method in class nl.strohalm.cyclos.services.elements.AccountActivitiesVO
 
setCreditsLast30Days(TransactionSummaryVO) - Method in class nl.strohalm.cyclos.services.elements.AccountActivitiesVO
 
setCsvRecordSeparator(LocalSettings.CsvRecordSeparator) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setCsvStringQuote(LocalSettings.CsvStringQuote) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setCsvUseHeader(boolean) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setCsvValueSeparator(LocalSettings.CsvValueSeparator) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setCurrencies(Collection<Currency>) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeTypeQuery
 
setCurrencies(List<Currency>) - Method in class nl.strohalm.cyclos.entities.reports.CurrentStateReportVO
 
setCurrency(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.accounts.currencies.EditCurrencyForm
 
setCurrency(String, Object) - Method in class nl.strohalm.cyclos.controls.accounts.currencies.EditCurrencyForm
 
setCurrency(String) - Method in class nl.strohalm.cyclos.controls.payments.BasePaymentForm
 
setCurrency(Currency) - Method in class nl.strohalm.cyclos.entities.accounts.AccountType
 
setCurrency(Currency) - Method in class nl.strohalm.cyclos.entities.accounts.AccountTypeQuery
 
setCurrency(Currency) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType
 
setCurrency(Currency) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligation
 
setCurrency(Currency) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligationQuery
 
setCurrency(Currency) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanQuery
 
setCurrency(Currency) - Method in class nl.strohalm.cyclos.entities.accounts.RateParameters
 
setCurrency(Currency) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceSummaryDTO
 
setCurrency(Currency) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentAwaitingFeedbackDTO
 
setCurrency(Currency) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Ticket
 
setCurrency(Currency) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
setCurrency(Currency) - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
setCurrency(Currency) - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
setCurrency(Currency) - Method in class nl.strohalm.cyclos.entities.ads.imports.AdImport
 
setCurrency(Currency) - Method in class nl.strohalm.cyclos.entities.members.adInterests.AdInterest
 
setCurrency(Currency) - Method in class nl.strohalm.cyclos.services.accounts.rates.DRatedFeeDTO
 
setCurrency(Currency) - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesDTO
 
setCurrency(Currency) - Method in class nl.strohalm.cyclos.services.transactions.DoPaymentDTO
 
setCurrency(Currency) - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
setCurrency(String) - Method in class nl.strohalm.cyclos.webservices.accounts.AccountHistorySearchParameters
 
setCurrency(String) - Method in class nl.strohalm.cyclos.webservices.accounts.TransferTypeSearchParameters
 
setCurrency(CurrencyVO) - Method in class nl.strohalm.cyclos.webservices.model.AccountTypeVO
 
setCurrency(CurrencyVO) - Method in class nl.strohalm.cyclos.webservices.model.AdVO
 
setCurrency(String) - Method in class nl.strohalm.cyclos.webservices.payments.AbstractPaymentParameters
 
setCurrency(String) - Method in class nl.strohalm.cyclos.webservices.webshop.GenerateWebShopTicketParams
 
setCurrencyDao(CurrencyDAO) - Method in class nl.strohalm.cyclos.services.accounts.CurrencyServiceImpl
 
setCurrencyDao(CurrencyDAO) - Method in class nl.strohalm.cyclos.services.stats.StatisticalServiceImpl
 
setCurrencyHelper(CurrencyHelper) - Method in class nl.strohalm.cyclos.webservices.utils.AccountHelper
 
setCurrencyHelper(CurrencyHelper) - Method in class nl.strohalm.cyclos.webservices.utils.AdHelper
 
setCurrencyHelper(CurrencyHelper) - Method in class nl.strohalm.cyclos.webservices.utils.PaymentHelper
 
setCurrencyHelper(CurrencyHelper) - Method in class nl.strohalm.cyclos.webservices.utils.TicketHelper
 
setCurrencyId(String) - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.SearchAccountTypesAjaxForm
 
setCurrencyId(long) - Method in class nl.strohalm.cyclos.controls.accounts.currencies.EditCurrencyForm
 
setCurrencyId(long) - Method in class nl.strohalm.cyclos.controls.accounts.currencies.ManageCurrencyForm
 
setCurrencyId(long) - Method in class nl.strohalm.cyclos.controls.accounts.currencies.ReinitializeRatesForm
 
setCurrencyId(long) - Method in class nl.strohalm.cyclos.controls.accounts.currencies.RemoveCurrencyForm
 
setCurrencyId(String) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
setCurrencyId(Long) - Method in class nl.strohalm.cyclos.services.accounts.rates.ReinitializeRatesDTO
 
setCurrencyService(CurrencyService) - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.EditAccountTypeAction
 
setCurrencyService(CurrencyService) - Method in class nl.strohalm.cyclos.controls.accounts.currencies.EditCurrencyAction
 
setCurrencyService(CurrencyService) - Method in class nl.strohalm.cyclos.controls.accounts.currencies.ListCurrenciesAction
 
setCurrencyService(CurrencyService) - Method in class nl.strohalm.cyclos.controls.accounts.currencies.ManageCurrencyAction
 
setCurrencyService(CurrencyService) - Method in class nl.strohalm.cyclos.controls.accounts.currencies.ReinitializeRatesAction
 
setCurrencyService(CurrencyService) - Method in class nl.strohalm.cyclos.controls.accounts.currencies.RemoveCurrencyAction
 
setCurrencyService(CurrencyService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.EditPaymentObligationAction
 
setCurrencyService(CurrencyService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.SearchPaymentObligationsAction
 
setCurrencyService(CurrencyService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.types.EditGuaranteeTypeAction
 
setCurrencyService(CurrencyService) - Method in class nl.strohalm.cyclos.controls.ads.EditAdAction
 
setCurrencyService(CurrencyService) - Method in class nl.strohalm.cyclos.controls.ads.imports.ImportAdsAction
 
setCurrencyService(CurrencyService) - Method in class nl.strohalm.cyclos.controls.ads.imports.ImportedAdsSummaryAction
 
setCurrencyService(CurrencyService) - Method in class nl.strohalm.cyclos.controls.ads.SearchAdsAction
 
setCurrencyService(CurrencyService) - Method in class nl.strohalm.cyclos.controls.invoices.SendInvoiceAction
 
setCurrencyService(CurrencyService) - Method in class nl.strohalm.cyclos.controls.members.adinterests.EditAdInterestAction
 
setCurrencyService(CurrencyService) - Method in class nl.strohalm.cyclos.controls.payments.BasePaymentAction
 
setCurrencyService(CurrencyService) - Method in class nl.strohalm.cyclos.controls.payments.request.RequestPaymentAction
 
setCurrencyService(CurrencyService) - Method in class nl.strohalm.cyclos.controls.reports.simulations.DRateConfigSimulationAction
 
setCurrencyServiceLocal(CurrencyServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.CurrencyServiceSecurity
 
setCurrencyServiceLocal(CurrencyServiceLocal) - Method in class nl.strohalm.cyclos.services.permissions.PermissionCatalogHandlerImpl
 
setCurrencyServiceLocal(CurrencyServiceLocal) - Method in class nl.strohalm.cyclos.services.reports.CurrentStateReportServiceImpl
 
setCurrencyServiceLocal(CurrencyServiceLocal) - Method in class nl.strohalm.cyclos.webservices.utils.CurrencyHelper
 
setCurrent(int) - Method in class nl.strohalm.cyclos.controls.mobile.MobileViewPaymentsForm
 
setCurrentAccount(MemberAccount) - Method in class nl.strohalm.cyclos.controls.mobile.MobileActionContext
 
setCurrentAccountType(MemberAccountType) - Method in class nl.strohalm.cyclos.controls.mobile.MobileActionContext
 
setCurrentCategory(long) - Method in class nl.strohalm.cyclos.controls.ads.categories.SetAdCategoryOrderForm
 
setCurrentPage(int) - Method in class nl.strohalm.cyclos.controls.payments.request.SearchPaymentRequestsForm
 
setCurrentPage(int) - Method in class nl.strohalm.cyclos.utils.query.PageParameters
 
setCurrentPage(int) - Method in class nl.strohalm.cyclos.webservices.model.ResultPage
 
setCurrentPage(int) - Method in class nl.strohalm.cyclos.webservices.model.SearchParameters
 
setCurrentPage(Integer) - Method in class nl.strohalm.cyclos.webservices.pos.AccountHistoryPosParameters
 
setCurrentStateReport(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.reports.CurrentStateReportForm
 
setCurrentStateReport(String, Object) - Method in class nl.strohalm.cyclos.controls.reports.CurrentStateReportForm
 
setCurrentStateReportService(CurrentStateReportService) - Method in class nl.strohalm.cyclos.controls.reports.CurrentStateReportAction
 
setCurrentStateReportServiceLocal(CurrentStateReportServiceLocal) - Method in class nl.strohalm.cyclos.services.reports.CurrentStateReportServiceSecurity
 
setCustomField(MemberCustomField) - Method in class nl.strohalm.cyclos.entities.access.ChannelPrincipal
 
setCustomFieldDao(CustomFieldDAO) - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
 
setCustomFieldDao(CustomFieldDAO) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
setCustomFieldId(long) - Method in class nl.strohalm.cyclos.controls.customization.fields.LinkPaymentCustomFieldForm
 
setCustomFieldInternalName(String) - Method in class nl.strohalm.cyclos.webservices.model.WSPrincipalTypeVO
 
SetCustomFieldOrderAction - Class in nl.strohalm.cyclos.controls.customization.fields
Action used to set the custom field order
SetCustomFieldOrderAction() - Constructor for class nl.strohalm.cyclos.controls.customization.fields.SetCustomFieldOrderAction
 
SetCustomFieldOrderForm - Class in nl.strohalm.cyclos.controls.customization.fields
Form used to set the custom field order
SetCustomFieldOrderForm() - Constructor for class nl.strohalm.cyclos.controls.customization.fields.SetCustomFieldOrderForm
 
setCustomFieldPossibleValueDao(CustomFieldPossibleValueDAO) - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
 
setCustomFieldPossibleValueDao(CustomFieldPossibleValueDAO) - Method in class nl.strohalm.cyclos.utils.hibernate.HibernateCustomFieldHandler
 
setCustomFields(Collection<PaymentCustomField>) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
setCustomFields(Collection<CustomField>) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
setCustomFieldValueDao(CustomFieldValueDAO) - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
 
setCustomizationHelper(CustomizationHelper) - Method in class nl.strohalm.cyclos.controls.customization.documents.EditDynamicDocumentAction
 
setCustomizationHelper(CustomizationHelper) - Method in class nl.strohalm.cyclos.controls.customization.documents.PreviewDynamicDocumentAction
 
setCustomizationHelper(CustomizationHelper) - Method in class nl.strohalm.cyclos.controls.customization.documents.RemoveDocumentAction
 
setCustomizationHelper(CustomizationHelper) - Method in class nl.strohalm.cyclos.controls.customization.documents.ViewDynamicDocumentAction
 
setCustomizationHelper(CustomizationHelper) - Method in class nl.strohalm.cyclos.controls.customization.files.EditCustomizedFileAction
 
setCustomizationHelper(CustomizationHelper) - Method in class nl.strohalm.cyclos.controls.customization.files.GetDirectoryContentsAjaxAction
 
setCustomizationHelper(CustomizationHelper) - Method in class nl.strohalm.cyclos.controls.customization.files.GetFileContentsAjaxAction
 
setCustomizationHelper(CustomizationHelper) - Method in class nl.strohalm.cyclos.controls.customization.files.StopCustomizingFileAction
 
setCustomizationHelper(CustomizationHelper) - Method in class nl.strohalm.cyclos.controls.general.RedirectFromMessageAction
 
setCustomizationHelper(CustomizationHelper) - Method in class nl.strohalm.cyclos.controls.groups.customizedFiles.EditGroupCustomizedFileAction
 
setCustomizationHelper(CustomizationHelper) - Method in class nl.strohalm.cyclos.controls.groups.customizedFiles.GetAvailableFilesForGroupAjaxAction
 
setCustomizationHelper(CustomizationHelper) - Method in class nl.strohalm.cyclos.controls.groups.customizedFiles.StopCustomizingGroupFileAction
 
setCustomizationHelper(CustomizationHelper) - Method in class nl.strohalm.cyclos.controls.groups.EditGroupAction
 
setCustomizationHelper(CustomizationHelper) - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.EditGroupFilterCustomizedFileAction
 
setCustomizationHelper(CustomizationHelper) - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.GetAvailableFilesForGroupFilterAjaxAction
 
setCustomizationHelper(CustomizationHelper) - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.StopCustomizingGroupFilterFileAction
 
setCustomizationHelper(CustomizationHelper) - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.EditGroupFilterAction
 
setCustomizationHelper(CustomizationHelper) - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.RemoveGroupFilterAction
 
setCustomizationHelper(CustomizationHelper) - Method in class nl.strohalm.cyclos.controls.groups.RemoveGroupAction
 
setCustomizationHelper(CustomizationHelper) - Method in class nl.strohalm.cyclos.controls.members.pending.ValidateRegistrationAction
 
setCustomizationHelper(CustomizationHelper) - Method in class nl.strohalm.cyclos.initializations.CustomizedFileInitialization
 
setCustomizationHelper(CustomizationHelper) - Method in class nl.strohalm.cyclos.initializations.DocumentInitialization
 
setCustomizationHelper(CustomizationHelper) - Method in class nl.strohalm.cyclos.servlets.ImageByIdServlet
 
setCustomizationHelper(CustomizationHelper) - Method in class nl.strohalm.cyclos.themes.ThemeHandlerImpl
 
setCustomizationHelper(CustomizationHelper) - Method in class nl.strohalm.cyclos.utils.WebImageHelper
 
setCustomizedFileDao(CustomizedFileDAO) - Method in class nl.strohalm.cyclos.services.customization.CustomizedFileServiceImpl
 
setCustomizedFileDao(CustomizedFileDAO) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
setCustomizedFileHandler(CustomizedFileHandler) - Method in class nl.strohalm.cyclos.controls.image.RemoveImageAction
 
setCustomizedFileHandler(CustomizedFileHandler) - Method in class nl.strohalm.cyclos.utils.CaptchaProducer
 
setCustomizedFileHandler(CustomizedFileHandler) - Method in class nl.strohalm.cyclos.utils.CustomizationHelper
 
setCustomizedFileHandler(CustomizedFileHandler) - Method in class nl.strohalm.cyclos.utils.WebImageHelper
 
setCustomizedFiles(Collection<CustomizedFile>) - Method in class nl.strohalm.cyclos.entities.groups.Group
 
setCustomizedFiles(Collection<CustomizedFile>) - Method in class nl.strohalm.cyclos.entities.groups.GroupFilter
 
setCustomizedFileService(CustomizedFileService) - Method in class nl.strohalm.cyclos.controls.customization.files.EditCustomizedFileAction
 
setCustomizedFileService(CustomizedFileService) - Method in class nl.strohalm.cyclos.controls.customization.files.GetFileContentsAjaxAction
 
setCustomizedFileService(CustomizedFileService) - Method in class nl.strohalm.cyclos.controls.customization.files.ListCustomizedFilesAction
 
setCustomizedFileService(CustomizedFileService) - Method in class nl.strohalm.cyclos.controls.customization.files.StopCustomizingFileAction
 
setCustomizedFileService(CustomizedFileService) - Method in class nl.strohalm.cyclos.controls.groups.customizedFiles.EditGroupCustomizedFileAction
 
setCustomizedFileService(CustomizedFileService) - Method in class nl.strohalm.cyclos.controls.groups.customizedFiles.GetAvailableFilesForGroupAjaxAction
 
setCustomizedFileService(CustomizedFileService) - Method in class nl.strohalm.cyclos.controls.groups.customizedFiles.StopCustomizingGroupFileAction
 
setCustomizedFileService(CustomizedFileService) - Method in class nl.strohalm.cyclos.controls.groups.EditGroupAction
 
setCustomizedFileService(CustomizedFileService) - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.EditGroupFilterCustomizedFileAction
 
setCustomizedFileService(CustomizedFileService) - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.GetAvailableFilesForGroupFilterAjaxAction
 
setCustomizedFileService(CustomizedFileService) - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.StopCustomizingGroupFilterFileAction
 
setCustomizedFileService(CustomizedFileService) - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.EditGroupFilterAction
 
setCustomizedFileService(CustomizedFileService) - Method in class nl.strohalm.cyclos.themes.ThemeHandlerImpl
 
setCustomizedFileServiceLocal(CustomizedFileServiceLocal) - Method in class nl.strohalm.cyclos.initializations.CustomizedFileInitialization
 
setCustomizedFileServiceLocal(CustomizedFileServiceLocal) - Method in class nl.strohalm.cyclos.services.customization.CustomizedFileServiceSecurity
 
setCustomizedFileServiceLocal(CustomizedFileServiceLocal) - Method in class nl.strohalm.cyclos.services.customization.ImageServiceImpl
 
setCustomObjectHandler(CustomObjectHandler) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferImportServiceImpl
 
setCustomObjectHandler(CustomObjectHandler) - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
 
setCustomObjectHandler(CustomObjectHandler) - Method in class nl.strohalm.cyclos.services.elements.MemberServiceImpl
 
setCustomObjectHandler(CustomObjectHandler) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
setCustomValues(MapBean) - Method in class nl.strohalm.cyclos.controls.payments.BasePaymentForm
 
setCustomValues(Collection<MemberCustomField>) - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardQuery
 
setCustomValues(Collection<PaymentCustomFieldValue>) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
setCustomValues(Collection<PaymentCustomFieldValue>) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery
 
setCustomValues(Collection<LoanGroupCustomFieldValue>) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanGroup
 
setCustomValues(Collection<? extends CustomFieldValue>) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanGroupQuery
 
setCustomValues(Collection<PaymentCustomFieldValue>) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
setCustomValues(Collection<PaymentCustomFieldValue>) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Payment
 
setCustomValues(Collection<PaymentCustomFieldValue>) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
setCustomValues(Collection<AdCustomFieldValue>) - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
setCustomValues(Collection<ImportedAdCustomFieldValue>) - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
setCustomValues(Collection<AdminCustomFieldValue>) - Method in class nl.strohalm.cyclos.entities.members.Administrator
 
setCustomValues(Collection<? extends CustomFieldValue>) - Method in class nl.strohalm.cyclos.entities.members.ElementQuery
 
setCustomValues(Collection<? extends CustomFieldValue>) - Method in class nl.strohalm.cyclos.entities.members.FullTextElementQuery
 
setCustomValues(Collection<MemberCustomFieldValue>) - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMember
 
setCustomValues(Collection<ImportedMemberRecordCustomFieldValue>) - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMemberRecord
 
setCustomValues(Collection<MemberCustomFieldValue>) - Method in class nl.strohalm.cyclos.entities.members.Member
 
setCustomValues(Collection<OperatorCustomFieldValue>) - Method in class nl.strohalm.cyclos.entities.members.Operator
 
setCustomValues(Collection<MemberCustomFieldValue>) - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
setCustomValues(Collection<MemberCustomFieldValue>) - Method in class nl.strohalm.cyclos.entities.members.PendingMemberQuery
 
setCustomValues(Collection<MemberRecordCustomFieldValue>) - Method in class nl.strohalm.cyclos.entities.members.records.AbstractMemberRecordQuery
 
setCustomValues(Collection<MemberRecordCustomFieldValue>) - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecord
 
setCustomValues(Collection<PaymentCustomFieldValue>) - Method in class nl.strohalm.cyclos.services.transactions.DoPaymentDTO
 
setCustomValues(Collection<PaymentCustomFieldValue>) - Method in class nl.strohalm.cyclos.services.transactions.GrantLoanDTO
 
setCustomValues(Collection<PaymentCustomFieldValue>) - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
setCustomValues(Collection<CFV>) - Method in interface nl.strohalm.cyclos.utils.CustomFieldsContainer
 
setCustomValues(List<FieldValueVO>) - Method in class nl.strohalm.cyclos.webservices.payments.PaymentParameters
 
setCyclosId(String) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setCyclosProperties(Properties) - Method in class nl.strohalm.cyclos.dao.settings.SettingDAOImpl
 
setCyclosProperties(Properties) - Method in class nl.strohalm.cyclos.http.PosWebFilter
 
setCyclosProperties(Properties) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
setCyclosProperties(Properties) - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
setCyclosProperties(Properties) - Method in class nl.strohalm.cyclos.spring.FactoryBeanFromProperties
 
setCyclosProperties(Properties) - Method in class nl.strohalm.cyclos.utils.lock.HazelcastLockHandlerFactory
 
setCyclosProperties(Properties) - Method in class nl.strohalm.cyclos.utils.LoginHelper
 
setCyclosVersion(String) - Method in class nl.strohalm.cyclos.services.application.ApplicationStatusVO
 
setDataBinder(DataBinder<Guarantee>) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.RegisterGuaranteeAction
 
setDataField(Number) - Method in class nl.strohalm.cyclos.services.stats.general.KeyDevelopmentsStatsPerMonthVO
 
setDataset() - Method in class nl.strohalm.cyclos.controls.reports.statistics.graphs.StatisticalDataProducer
sets the dataset for the graph.
setDate(String[]) - Method in class nl.strohalm.cyclos.controls.accounts.external.process.ProcessExternalTransfersForm
 
setDate(String) - Method in class nl.strohalm.cyclos.controls.loans.BaseLoanActionForm
 
setDate(String) - Method in class nl.strohalm.cyclos.controls.loans.CalculateLoanPaymentsAjaxForm
 
setDate(String) - Method in class nl.strohalm.cyclos.controls.payments.BasePaymentForm
 
setDate(String) - Method in class nl.strohalm.cyclos.controls.payments.CalculatePaymentsAjaxForm
 
setDate(String) - Method in class nl.strohalm.cyclos.controls.posweb.SearchTransactionsForm
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.SimpleTransferVO
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.access.LoginHistoryLog
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.access.PasswordHistoryLog
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.access.PermissionDeniedTrace
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.access.UsernameChangeLog
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.access.WrongCredentialAttempt
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.access.WrongUsernameAttempt
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.AccountLimitLog
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.AccountStatus
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.AmountReservation
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardLog
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.ClosedAccountBalance
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransfer
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferImport
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeAmount
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLog
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.MemberAccountFeeLog
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.CertificationLog
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeLog
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligationLog
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.pos.MemberPos
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.pos.PosLog
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.RateParameters
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoicePayment
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Payment
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentAwaitingFeedbackDTO
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TraceNumber
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorization
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.ads.imports.AdImport
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.alerts.Alert
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.alerts.ErrorLogEntry
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.IndexOperation
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.members.imports.MemberImport
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.members.MemberTransactionDetailsReportData
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecord
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.members.Reference
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.members.RegistrationAgreementLog
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.members.remarks.Remark
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.sms.SmsLog
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.entities.sms.SmsMailing
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.services.accounts.AccountDateDTO
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.services.accounts.external.ProcessExternalTransferDTO
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.services.accounts.GetTransactionsDTO
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.services.accounts.rates.ConversionSimulationDTO
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesDTO
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesResultDTO
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.services.transactions.DoPaymentDTO
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.services.transactions.GrantLoanDTO
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.services.transactions.LoanPaymentDTO
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.services.transactions.ProjectionDTO
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentDTO
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.services.transfertypes.BuildTransferWithFeesDTO
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.taglibs.FormatTag
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.utils.transactionimport.TransactionImportDTO
 
setDate(Calendar) - Method in class nl.strohalm.cyclos.webservices.model.AccountHistoryTransferVO
 
setDateFormat(String) - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMappingWithFields
 
setDatePattern(LocalSettings.DatePattern) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setDateTime(Calendar) - Method in class nl.strohalm.cyclos.taglibs.FormatTag
 
setDay(Calendar) - Method in class nl.strohalm.cyclos.dao.accounts.AccountDailyDifference
 
setDay(Byte) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
setDay(Byte) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeQuery
 
setDeactivationAfterMaxPasswordTries(TimePeriod) - Method in class nl.strohalm.cyclos.entities.groups.BasicGroupSettings
 
setDeactivationPeriod(Period) - Method in class nl.strohalm.cyclos.entities.members.MemberQuery
 
setDebits(TransactionSummaryVO) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.AccountHistoryDTO
 
setDebits(TransactionSummaryVO) - Method in class nl.strohalm.cyclos.entities.members.imports.MemberImportResult
 
setDebits(boolean) - Method in class nl.strohalm.cyclos.entities.members.MembersTransactionsReportParameters
 
setDebits(Map<PaymentFilter, TransactionSummaryVO>) - Method in class nl.strohalm.cyclos.entities.members.MemberTransactionSummaryReportData
 
setDebitsAllTime(TransactionSummaryVO) - Method in class nl.strohalm.cyclos.services.elements.AccountActivitiesVO
 
setDebitsLast30Days(TransactionSummaryVO) - Method in class nl.strohalm.cyclos.services.elements.AccountActivitiesVO
 
setDecimalDigits(int) - Method in class nl.strohalm.cyclos.webservices.model.PosInitializationVO
 
setDecimalInputMethod(LocalSettings.DecimalInputMethod) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setDecimalPlaces(Integer) - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMappingWithFields
 
setDecimalSeparator(Character) - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMappingWithFields
 
setDeductAmount(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
setDefault(boolean) - Method in class nl.strohalm.cyclos.entities.access.ChannelPrincipal
 
setDefault(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.MemberGroupAccountSettings
 
setDefault(Object) - Method in class nl.strohalm.cyclos.taglibs.FormatTag
 
setDefault(boolean) - Method in class nl.strohalm.cyclos.webservices.model.DetailedAccountTypeVO
 
setDefault(boolean) - Method in class nl.strohalm.cyclos.webservices.model.MemberAccountVO
 
setDefault(boolean) - Method in class nl.strohalm.cyclos.webservices.model.WSPrincipalTypeVO
 
setDefaultAcceptFreeMailing(boolean) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
setDefaultAcceptPaidMailing(boolean) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
setDefaultAdPublicationTime(TimePeriod) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
setDefaultAllowChargingSms(boolean) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
setDefaultBrokerCommission(Object) - Method in class nl.strohalm.cyclos.controls.members.brokering.DefaultBrokerCommissionsForm
 
setDefaultBrokerCommissionDao(DefaultBrokerCommissionDAO) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
setDefaultBrokerCommissionDao(DefaultBrokerCommissionDAO) - Method in class nl.strohalm.cyclos.services.preferences.PreferenceServiceImpl
 
setDefaultBrokerCommissionDao(DefaultBrokerCommissionDAO) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceImpl
 
setDefaultChannels(Collection<Channel>) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
setDefaultCreditLimit(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.MemberGroupAccountSettings
 
setDefaultExpiration(TimePeriod) - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardType
 
setDefaultFeedbackComments(String) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
setDefaultFeedbackLevel(Reference.Level) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
setDefaultMailMessages(Collection<Message.Type>) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
setDefaultPrincipalType(String) - Method in class nl.strohalm.cyclos.controls.channels.EditChannelForm
 
setDefaultSmsMessages(Collection<Message.Type>) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
setDefaultUpperCreditLimit(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.MemberGroupAccountSettings
 
setDefaultValue(boolean) - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomFieldPossibleValue
 
setDeletableByAdminGroups(Collection<AdminGroup>) - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordType
 
setDeletableByBrokerGroups(Collection<BrokerGroup>) - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordType
 
setDeleteAdminRecordTypes(Collection<MemberRecordType>) - Method in class nl.strohalm.cyclos.entities.groups.AdminGroup
 
setDeleteAdminRecordTypes(Collection<MemberRecordType>) - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
setDeleteDate(Calendar) - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
setDeleteMemberRecordTypes(Collection<MemberRecordType>) - Method in class nl.strohalm.cyclos.entities.groups.AdminGroup
 
setDeleteMemberRecordTypes(Collection<MemberRecordType>) - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
setDeleteMessagesOnTrashAfter(TimePeriod) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setDeletePendingRegistrationsAfter(TimePeriod) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setDescription(String) - Method in class nl.strohalm.cyclos.controls.mobile.MobileDoPaymentForm
 
setDescription(String) - Method in class nl.strohalm.cyclos.controls.payments.BasePaymentForm
 
setDescription(String) - Method in class nl.strohalm.cyclos.entities.accounts.AccountType
 
setDescription(String) - Method in class nl.strohalm.cyclos.entities.accounts.AccountTypeQuery
 
setDescription(String) - Method in class nl.strohalm.cyclos.entities.accounts.Currency
 
setDescription(String) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalAccount
 
setDescription(String) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransfer
 
setDescription(String) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferType
 
setDescription(String) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
setDescription(String) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
setDescription(String) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFeeQuery
 
setDescription(String) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType
 
setDescription(String) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligation
 
setDescription(String) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanGroup
 
setDescription(String) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanGroupQuery
 
setDescription(String) - Method in class nl.strohalm.cyclos.entities.accounts.pos.Pos
 
setDescription(String) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
setDescription(String) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceQuery
 
setDescription(String) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Payment
 
setDescription(String) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilter
 
setDescription(String) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilterQuery
 
setDescription(String) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Ticket
 
setDescription(String) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
setDescription(String) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
setDescription(String) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
setDescription(String) - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
setDescription(String) - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
setDescription(String, String...) - Method in class nl.strohalm.cyclos.entities.alerts.Alert
 
setDescription(String) - Method in class nl.strohalm.cyclos.entities.customization.documents.Document
 
setDescription(String) - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomField
 
setDescription(String) - Method in class nl.strohalm.cyclos.entities.groups.Group
 
setDescription(String) - Method in class nl.strohalm.cyclos.entities.groups.GroupFilter
 
setDescription(String) - Method in class nl.strohalm.cyclos.entities.groups.GroupFilterQuery
 
setDescription(String) - Method in class nl.strohalm.cyclos.entities.members.MemberTransactionDetailsReportData
 
setDescription(String) - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordType
 
setDescription(String) - Method in class nl.strohalm.cyclos.services.transactions.DoPaymentDTO
 
setDescription(String) - Method in class nl.strohalm.cyclos.services.transactions.GrantLoanDTO
 
setDescription(String) - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
setDescription(String) - Method in class nl.strohalm.cyclos.setup.Version
 
setDescription(String) - Method in class nl.strohalm.cyclos.themes.Theme
 
setDescription(String) - Method in class nl.strohalm.cyclos.utils.transactionimport.TransactionImportDTO
 
setDescription(String) - Method in class nl.strohalm.cyclos.webservices.model.AccountHistoryTransferVO
 
setDescription(String) - Method in class nl.strohalm.cyclos.webservices.model.AdVO
 
setDescription(String) - Method in class nl.strohalm.cyclos.webservices.model.TicketVO
 
setDescription(String) - Method in class nl.strohalm.cyclos.webservices.payments.AbstractPaymentParameters
 
setDescription(String) - Method in class nl.strohalm.cyclos.webservices.webshop.GenerateWebShopTicketParams
 
setDestinationAccountType(AccountType) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
setDestinationChannel(String) - Method in class nl.strohalm.cyclos.webservices.payments.RequestPaymentParameters
 
setDestType(String) - Method in class nl.strohalm.cyclos.controls.invoices.SendInvoiceForm
 
setDetails(List<ImageCaptionDTO>) - Method in class nl.strohalm.cyclos.entities.customization.images.ImageDetailsDTO
 
setDetailsLevel(MembersTransactionsReportDTO.DetailsLevel) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportDTO
 
setDirect(boolean) - Method in class nl.strohalm.cyclos.controls.members.contacts.AddContactForm
 
setDirection(boolean) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
setDirection(String) - Method in class nl.strohalm.cyclos.controls.members.references.MemberReferencesForm
 
setDirection(InvoiceQuery.Direction) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceQuery
 
setDirection(InvoiceQuery.Direction) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceSummaryDTO
 
setDirection(Message.Direction) - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
setDisableCNCheck(boolean) - Method in class nl.strohalm.cyclos.webservices.CyclosWebServicesClientFactory
 
setDisabled(boolean) - Method in class nl.strohalm.cyclos.taglibs.MultiDropDownTag
 
setDisabled(boolean) - Method in class nl.strohalm.cyclos.taglibs.RichTextAreaTag
 
setDisabledSince(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.RateParameters
 
setDisplayName(String) - Method in class nl.strohalm.cyclos.entities.access.Channel
 
setDisplayName(String) - Method in class nl.strohalm.cyclos.webservices.model.FieldVO
 
setDisplayNameByProperty(Map<String, String>) - Method in exception nl.strohalm.cyclos.utils.validation.ValidationException
 
setDoAInit(boolean) - Method in class nl.strohalm.cyclos.controls.accounts.currencies.ReinitializeRatesForm
 
setDocument(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.customization.documents.EditDynamicDocumentForm
 
setDocument(String, Object) - Method in class nl.strohalm.cyclos.controls.customization.documents.EditDynamicDocumentForm
 
setDocument(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.customization.documents.EditStaticDocumentForm
 
setDocument(String, Object) - Method in class nl.strohalm.cyclos.controls.customization.documents.EditStaticDocumentForm
 
setDocument(Document) - Method in class nl.strohalm.cyclos.entities.customization.documents.DocumentPage
 
setDocumentDao(DocumentDAO) - Method in class nl.strohalm.cyclos.services.customization.DocumentServiceImpl
 
setDocumentId(long) - Method in class nl.strohalm.cyclos.controls.customization.documents.EditDynamicDocumentForm
 
setDocumentId(long) - Method in class nl.strohalm.cyclos.controls.customization.documents.EditStaticDocumentForm
 
setDocumentId(long) - Method in class nl.strohalm.cyclos.controls.customization.documents.PreviewDocumentForm
 
setDocumentId(long) - Method in class nl.strohalm.cyclos.controls.customization.documents.RemoveDocumentForm
 
setDocumentId(long) - Method in class nl.strohalm.cyclos.controls.customization.documents.ViewDocumentForm
 
setDocumentMappers(Map<Class<? extends Indexable>, DocumentMapper>) - Method in class nl.strohalm.cyclos.utils.lucene.IndexHandler
 
setDocumentPage(DocumentPage) - Method in class nl.strohalm.cyclos.entities.customization.documents.DynamicDocument
 
setDocumentPageDao(DocumentPageDAO) - Method in class nl.strohalm.cyclos.services.customization.DocumentServiceImpl
 
setDocuments(Collection<Document>) - Method in class nl.strohalm.cyclos.entities.groups.SystemGroup
 
setDocuments(Collection<Document>) - Method in class nl.strohalm.cyclos.services.groups.SystemGroupPermissionsDTO
 
setDocumentService(DocumentService) - Method in class nl.strohalm.cyclos.controls.customization.documents.EditDynamicDocumentAction
 
setDocumentService(DocumentService) - Method in class nl.strohalm.cyclos.controls.customization.documents.EditStaticDocumentAction
 
setDocumentService(DocumentService) - Method in class nl.strohalm.cyclos.controls.customization.documents.ListDocumentsAction
 
setDocumentService(DocumentService) - Method in class nl.strohalm.cyclos.controls.customization.documents.PreviewDynamicDocumentAction
 
setDocumentService(DocumentService) - Method in class nl.strohalm.cyclos.controls.customization.documents.RemoveDocumentAction
 
setDocumentService(DocumentService) - Method in class nl.strohalm.cyclos.controls.customization.documents.ViewDocumentAction
 
setDocumentService(DocumentService) - Method in class nl.strohalm.cyclos.controls.customization.documents.ViewDynamicDocumentAction
 
setDocumentService(DocumentService) - Method in class nl.strohalm.cyclos.controls.members.documents.SelectDocumentAction
 
setDocumentService(DocumentService) - Method in class nl.strohalm.cyclos.utils.LoginHelper
 
setDocumentServiceLocal(DocumentServiceLocal) - Method in class nl.strohalm.cyclos.initializations.DocumentInitialization
 
setDocumentServiceLocal(DocumentServiceLocal) - Method in class nl.strohalm.cyclos.services.customization.DocumentServiceSecurity
 
setDocumentServiceLocal(DocumentServiceLocal) - Method in class nl.strohalm.cyclos.services.permissions.PermissionCatalogHandlerImpl
 
setDoDInit(boolean) - Method in class nl.strohalm.cyclos.controls.accounts.currencies.ReinitializeRatesForm
 
setDoIInit(boolean) - Method in class nl.strohalm.cyclos.controls.accounts.currencies.ReinitializeRatesForm
 
setDomainMarkers(Marker[]) - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
Sets domain markers for the graph.
setDoPaymentTypes(Set<TransferType>) - Method in class nl.strohalm.cyclos.entities.services.ServiceClient
 
setDownload(HttpServletResponse, String) - Method in class nl.strohalm.cyclos.utils.ResponseHelper
Set the specified response as a file download (attachment)
setDrate(BigDecimal) - Method in class nl.strohalm.cyclos.services.accounts.rates.ConversionSimulationDTO
 
setdRate(BigDecimal) - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesResultDTO
 
setdRate(boolean) - Method in class nl.strohalm.cyclos.services.accounts.rates.WhatRate
 
setDRate(BigDecimal) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeePreviewForRatesDTO
 
setdRateParameters(DRateParameters) - Method in class nl.strohalm.cyclos.entities.accounts.Currency
 
setdRateParametersDao(DRateParametersDAO) - Method in class nl.strohalm.cyclos.services.accounts.CurrencyServiceImpl
 
setDynamicAttribute(String, String, Object) - Method in class nl.strohalm.cyclos.taglibs.AbstractDynamicAttributesTag
 
setEditable(boolean) - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordType
 
setEditable(boolean) - Method in class nl.strohalm.cyclos.taglibs.CustomFieldTag
 
setEditable(boolean) - Method in class nl.strohalm.cyclos.taglibs.ImagesTag
 
setElement(Element) - Method in class nl.strohalm.cyclos.entities.access.User
 
setElement(Element) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilterQuery
 
setElement(Element) - Method in class nl.strohalm.cyclos.entities.groups.GroupHistoryLog
 
setElement(Element) - Method in class nl.strohalm.cyclos.entities.members.records.AbstractMemberRecordQuery
 
setElement(Element) - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecord
 
setElementBinder(BeanBinder<T>) - Method in class nl.strohalm.cyclos.utils.binding.BeanCollectionBinder
 
setElementDao(ElementDAO) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
setElementDao(ElementDAO) - Method in class nl.strohalm.cyclos.services.accounts.MemberAccountHandler
 
setElementDao(ElementDAO) - Method in class nl.strohalm.cyclos.services.elements.BrokeringServiceImpl
 
setElementDao(ElementDAO) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
setElementDao(ElementDAO) - Method in class nl.strohalm.cyclos.services.elements.MemberServiceImpl
 
setElementDao(ElementDAO) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
setElementDao(ElementDAO) - Method in class nl.strohalm.cyclos.services.stats.StatisticalServiceImpl
 
setElementId(long) - Method in class nl.strohalm.cyclos.controls.elements.ChangeElementGroupForm
 
setElementId(long) - Method in class nl.strohalm.cyclos.controls.elements.RemoveElementForm
 
setElementId(long) - Method in class nl.strohalm.cyclos.controls.members.records.EditMemberRecordForm
 
setElementId(long) - Method in class nl.strohalm.cyclos.controls.members.records.SearchMemberRecordsForm
 
setElements(Collection<Element>) - Method in class nl.strohalm.cyclos.entities.groups.Group
 
setElementService(ElementService) - Method in class nl.strohalm.cyclos.controls.BaseAction
 
setElementService(ElementService) - Method in class nl.strohalm.cyclos.controls.BasePublicAction
 
setElementService(ElementService) - Method in class nl.strohalm.cyclos.controls.mobile.MobileDoPaymentAction
 
setElementService(ElementService) - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportHandler
 
setElementService(ElementService) - Method in class nl.strohalm.cyclos.struts.access.ActionAccessMonitor
 
setElementService(ElementService) - Method in class nl.strohalm.cyclos.utils.LoginHelper
 
setElementService(ElementService) - Method in class nl.strohalm.cyclos.webservices.pos.PosWebServiceImpl
 
setElementServiceLocal(ElementServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.tasks.MemberGroupRegistrationExpirationScheduledTask
 
setElementServiceLocal(ElementServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.tasks.PurgeOldMailValidationsScheduledTask
 
setElementServiceLocal(ElementServiceLocal) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
setElementServiceLocal(ElementServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
setElementServiceLocal(ElementServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardServiceImpl
 
setElementServiceLocal(ElementServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferServiceImpl
 
setElementServiceLocal(ElementServiceLocal) - Method in class nl.strohalm.cyclos.services.ads.AdImportServiceImpl
 
setElementServiceLocal(ElementServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.BrokeringServiceImpl
 
setElementServiceLocal(ElementServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceSecurity
 
setElementServiceLocal(ElementServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberImportServiceImpl
 
setElementServiceLocal(ElementServiceLocal) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
setElementServiceLocal(ElementServiceLocal) - Method in class nl.strohalm.cyclos.webservices.access.AccessWebServiceImpl
 
setElementServiceLocal(ElementServiceLocal) - Method in class nl.strohalm.cyclos.webservices.members.MemberWebServiceImpl
 
setElementServiceLocal(ElementServiceLocal) - Method in class nl.strohalm.cyclos.webservices.payments.PaymentWebServiceImpl
 
setElementServiceLocal(ElementServiceLocal) - Method in class nl.strohalm.cyclos.webservices.utils.MemberHelper
 
setElementServiceLocal(ElementServiceLocal) - Method in class nl.strohalm.cyclos.webservices.utils.TicketHelper
 
setElementType(Class<T>) - Method in class nl.strohalm.cyclos.utils.binding.SimpleCollectionBinder
 
setEmail(String) - Method in class nl.strohalm.cyclos.entities.members.Element
 
setEmail(String) - Method in class nl.strohalm.cyclos.entities.members.ElementQuery
 
setEmail(String) - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMember
 
setEmail(String) - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
setEmail(boolean) - Method in class nl.strohalm.cyclos.entities.members.preferences.NotificationPreference
 
setEmail(String) - Method in class nl.strohalm.cyclos.webservices.members.MemberSearchParameters
 
setEmail(String) - Method in class nl.strohalm.cyclos.webservices.members.RegisterMemberParameters
 
setEmail(String) - Method in class nl.strohalm.cyclos.webservices.members.UpdateMemberParameters
 
setEmail(String) - Method in class nl.strohalm.cyclos.webservices.model.MemberVO
 
setEmailRequired(boolean) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setEmailsSent(int) - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
setEmailUnique(boolean) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setEmailValidation(MemberGroupSettings.EmailValidation) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
setEmbed(boolean) - Method in class nl.strohalm.cyclos.controls.access.ChangePasswordForm
 
setEmbed(boolean) - Method in class nl.strohalm.cyclos.controls.access.transactionpassword.ManageTransactionPasswordForm
 
setEmissionDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.AccountRates
 
setEmissionDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
setEmissionDate(Calendar) - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesDTO
 
setEmissionDate(Calendar) - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesResultDTO
 
setEmissionDate(Calendar) - Method in class nl.strohalm.cyclos.services.transfertypes.BuildTransferWithFeesDTO
 
setEmptyLabel(String) - Method in class nl.strohalm.cyclos.taglibs.MultiDropDownTag
 
setEmptyLabelKey(String) - Method in class nl.strohalm.cyclos.taglibs.MultiDropDownTag
 
setEnableARate(boolean) - Method in class nl.strohalm.cyclos.controls.accounts.currencies.EditCurrencyForm
 
setEnabled(boolean) - Method in class nl.strohalm.cyclos.controls.members.SearchMembersAjaxForm
 
setEnabled(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
setEnabled(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
setEnabled(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType
 
setEnabled(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeTypeQuery
 
setEnabled(boolean) - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomFieldPossibleValue
 
setEnabled(boolean) - Method in class nl.strohalm.cyclos.entities.customization.fields.PaymentCustomField
 
setEnabled(boolean) - Method in class nl.strohalm.cyclos.entities.infotexts.InfoText
 
setEnabled(Boolean) - Method in class nl.strohalm.cyclos.entities.infotexts.InfoTextQuery
 
setEnabled(Boolean) - Method in class nl.strohalm.cyclos.entities.members.ElementQuery
 
setEnabled(Boolean) - Method in class nl.strohalm.cyclos.entities.members.FullTextElementQuery
 
setEnabled(boolean) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings.TransactionNumber
 
setEnabled(boolean) - Method in class nl.strohalm.cyclos.taglibs.CustomFieldTag
 
setEnabledBefore(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeQuery
 
setEnableDRate(boolean) - Method in class nl.strohalm.cyclos.controls.accounts.currencies.EditCurrencyForm
 
setEnabledSince(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
setEnabledSince(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.IRateParameters
 
setEnabledSince(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.RateParameters
 
setEnableIRate(boolean) - Method in class nl.strohalm.cyclos.controls.accounts.currencies.EditCurrencyForm
 
setEnablePermanentAds(boolean) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
setEnableSmsOperations(boolean) - Method in class nl.strohalm.cyclos.controls.members.preferences.NotificationPreferenceForm
 
setEncodeHtml(boolean) - Method in class nl.strohalm.cyclos.taglibs.CustomFieldTag
 
setEncoding(HttpServletResponse) - Method in class nl.strohalm.cyclos.utils.ResponseHelper
Set the correct character encoding (according to the settings)
setEnd(Calendar) - Method in class nl.strohalm.cyclos.utils.Period
 
setEndDate(Calendar) - Method in class nl.strohalm.cyclos.entities.ads.AdQuery
 
setEndDate(Calendar) - Method in class nl.strohalm.cyclos.entities.members.brokerings.Brokering
 
setEndDate(Calendar) - Method in class nl.strohalm.cyclos.webservices.accounts.AccountHistorySearchParameters
 
setEndIn(Period) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.CertificationQuery
 
setEndIn(Period) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery
 
setEndIn(Period) - Method in class nl.strohalm.cyclos.entities.infotexts.InfoTextQuery
 
setEndOfDocCommand(String) - Method in class nl.strohalm.cyclos.entities.members.printsettings.ReceiptPrinterSettings
 
setEndPeriod(Period) - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContractQuery
 
setEnhancements(List<String>) - Method in class nl.strohalm.cyclos.setup.Version
 
setEntity(Entity) - Method in class nl.strohalm.cyclos.services.elements.SendMessageFromSystemDTO
 
setEntityId(Long) - Method in class nl.strohalm.cyclos.entities.IndexOperation
 
setEntityType(Class<? extends TransactionFee>) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFeeQuery
 
setEntityType(IndexOperation.EntityType) - Method in class nl.strohalm.cyclos.entities.IndexOperation
 
setEntryId(long) - Method in class nl.strohalm.cyclos.controls.alerts.ViewErrorLogEntryForm
 
setEntryIds(Long[]) - Method in class nl.strohalm.cyclos.controls.alerts.RemoveErrorLogEntriesForm
 
setEnumerated(boolean) - Method in class nl.strohalm.cyclos.webservices.model.FieldVO
 
setError(Throwable) - Method in class nl.strohalm.cyclos.utils.logging.TraceLogDTO
 
setError(Throwable) - Method in class nl.strohalm.cyclos.utils.logging.WebServiceLogDTO
 
setError(Throwable) - Static method in class nl.strohalm.cyclos.utils.transaction.CurrentTransactionData
Sets the current throwable
setErrorArgument1(String) - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
setErrorArgument1(String) - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMember
 
setErrorArgument2(String) - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
setErrorArgument2(String) - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMember
 
setErrorIndicatorPaint(Paint) - Method in class nl.strohalm.cyclos.utils.jfreeAsymmetric.AsymmetricStatisticalBarRenderer
Sets the paint used for the error indicators (if null, the item outline paint is used instead)
setErrorIndicatorPaint(Paint) - Method in class nl.strohalm.cyclos.utils.jfreeAsymmetric.AsymmetricStatisticalLineAndShapeRenderer
Sets the paint used for the error indicators (if null, the item outline paint is used instead)
setErrorLogEntryDao(ErrorLogEntryDAO) - Method in class nl.strohalm.cyclos.services.alerts.ErrorLogServiceImpl
 
setErrorLogService(ErrorLogService) - Method in class nl.strohalm.cyclos.controls.alerts.BaseErrorLogQueryAction
 
setErrorLogService(ErrorLogService) - Method in class nl.strohalm.cyclos.controls.alerts.RemoveErrorLogEntriesAction
 
setErrorLogService(ErrorLogService) - Method in class nl.strohalm.cyclos.controls.alerts.ViewErrorLogEntryAction
 
setErrorLogService(ErrorLogService) - Method in class nl.strohalm.cyclos.utils.ActionHelper
 
setErrorLogServiceLocal(ErrorLogServiceLocal) - Method in class nl.strohalm.cyclos.services.alerts.ErrorLogServiceSecurity
 
setErrorLogServiceLocal(ErrorLogServiceLocal) - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
setErrorMessage(String) - Method in class nl.strohalm.cyclos.utils.logging.WebServiceLogDTO
 
setErrors(int) - Method in class nl.strohalm.cyclos.entities.ads.imports.AdImportResult
 
setErrors(int) - Method in class nl.strohalm.cyclos.entities.members.imports.MemberImportResult
 
setErrors(int) - Method in class nl.strohalm.cyclos.services.application.ApplicationStatusVO
 
setErrorsByProperty(Map<String, Collection<ValidationError>>) - Method in exception nl.strohalm.cyclos.utils.validation.ValidationException
 
setErrorType(SmsLog.ErrorType) - Method in class nl.strohalm.cyclos.entities.sms.SmsLog
 
setException(ApplicationException) - Method in class nl.strohalm.cyclos.services.transactions.BulkChargebackResult
 
setException(ApplicationException) - Method in class nl.strohalm.cyclos.services.transactions.BulkPaymentResult
 
setExclude(Long) - Method in class nl.strohalm.cyclos.controls.members.SearchMembersAjaxForm
 
setExcludeElements(Collection<Element>) - Method in class nl.strohalm.cyclos.entities.members.ElementQuery
 
setExcludeTransferType(TransferType) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
setExistingCategory(AdCategory) - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
setExistingParent(AdCategory) - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAdCategory
 
setExpenditure(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalFinancesQuery
 
setExpenditureGraph(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalFinancesQuery
 
setExpiration(Period) - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardQuery
 
setExpiration(Period) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligationQuery
 
setExpirationDailyInterest(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanParameters
 
setExpirationDailyInterestRepaymentType(TransferType) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanParameters
 
setExpirationDate(Calendar) - Method in class nl.strohalm.cyclos.entities.access.Session
 
setExpirationDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.AccountRates
 
setExpirationDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.cards.Card
 
setExpirationDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligation
 
setExpirationDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanPayment
 
setExpirationDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
setExpirationDate(Calendar) - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesDTO
 
setExpirationDate(Calendar) - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesResultDTO
 
setExpirationDate(Calendar) - Method in class nl.strohalm.cyclos.services.transactions.LoanPaymentDetailDTO
 
setExpirationDate(Calendar) - Method in class nl.strohalm.cyclos.services.transfertypes.BuildTransferWithFeesDTO
 
setExpirationFee(Amount) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanParameters
 
setExpirationFeeRepaymentType(TransferType) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanParameters
 
setExpirationPeriod(Period) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanPaymentQuery
 
setExpirationPeriod(Period) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanQuery
 
setExpired(Boolean) - Method in class nl.strohalm.cyclos.entities.members.PaymentsAwaitingFeedbackQuery
 
setExpired(boolean) - Method in class nl.strohalm.cyclos.webservices.model.TicketVO
 
setExpiredAds(boolean) - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
setExpiredCertificationMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setExpiredCertificationSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setExpiredCertificationSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setExpiredGuaranteeMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setExpiredGuaranteeSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setExpiredGuaranteeSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setExpireMembersAfter(TimePeriod) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
setExpiryDate(Calendar) - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokeringCommissionStatus
 
setExportScriptTo(File) - Method in class nl.strohalm.cyclos.setup.Setup
 
setExternalAccount(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.accounts.external.EditExternalAccountForm
 
setExternalAccount(String, Object) - Method in class nl.strohalm.cyclos.controls.accounts.external.EditExternalAccountForm
 
setExternalAccountDao(ExternalAccountDAO) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalAccountServiceImpl
 
setExternalAccountDao(ExternalAccountDAO) - Method in class nl.strohalm.cyclos.services.accounts.external.filemapping.FileMappingServiceImpl
 
setExternalAccountId(long) - Method in class nl.strohalm.cyclos.controls.accounts.external.EditExternalAccountForm
 
setExternalAccountId(Long) - Method in class nl.strohalm.cyclos.controls.accounts.external.ExternalAccountHistoryForm
 
setExternalAccountId(long) - Method in class nl.strohalm.cyclos.controls.accounts.external.externaltransfers.ChangeExternalTransferForm
 
setExternalAccountId(long) - Method in class nl.strohalm.cyclos.controls.accounts.external.externaltransfers.EditExternalTransferForm
 
setExternalAccountId(long) - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.EditFileMappingForm
 
setExternalAccountId(long) - Method in class nl.strohalm.cyclos.controls.accounts.external.process.ProcessExternalTransfersForm
 
setExternalAccountId(long) - Method in class nl.strohalm.cyclos.controls.accounts.external.RemoveExternalAccountForm
 
setExternalAccountId(long) - Method in class nl.strohalm.cyclos.controls.accounts.external.transferimports.NewTransferImportForm
 
setExternalAccountId(long) - Method in class nl.strohalm.cyclos.controls.accounts.external.transferimports.SearchTransferImportsForm
 
setExternalAccounts(Collection<ExternalAccount>) - Method in class nl.strohalm.cyclos.entities.accounts.SystemAccountType
 
setExternalAccountService(ExternalAccountService) - Method in class nl.strohalm.cyclos.controls.accounts.external.EditExternalAccountAction
 
setExternalAccountService(ExternalAccountService) - Method in class nl.strohalm.cyclos.controls.accounts.external.EditExternalTransferTypeAction
 
setExternalAccountService(ExternalAccountService) - Method in class nl.strohalm.cyclos.controls.accounts.external.ExternalAccountHistoryAction
 
setExternalAccountService(ExternalAccountService) - Method in class nl.strohalm.cyclos.controls.accounts.external.externaltransfers.EditExternalTransferAction
 
setExternalAccountService(ExternalAccountService) - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.EditFileMappingAction
 
setExternalAccountService(ExternalAccountService) - Method in class nl.strohalm.cyclos.controls.accounts.external.ListExternalAccountsAction
 
setExternalAccountService(ExternalAccountService) - Method in class nl.strohalm.cyclos.controls.accounts.external.OverviewExternalAccountsAction
 
setExternalAccountService(ExternalAccountService) - Method in class nl.strohalm.cyclos.controls.accounts.external.process.RetrieveTransfersToProcessAction
 
setExternalAccountService(ExternalAccountService) - Method in class nl.strohalm.cyclos.controls.accounts.external.RemoveExternalAccountAction
 
setExternalAccountService(ExternalAccountService) - Method in class nl.strohalm.cyclos.controls.accounts.external.transferimports.NewTransferImportAction
 
setExternalAccountService(ExternalAccountService) - Method in class nl.strohalm.cyclos.controls.accounts.external.transferimports.SearchTransferImportsAction
 
setExternalAccountServiceLocal(ExternalAccountServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalAccountServiceSecurity
 
setExternalAdPublication(MemberGroupSettings.ExternalAdPublication) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
setExternalChannelPaymentPerformedMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setExternalChannelPaymentPerformedSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setExternalChannelPaymentPerformedSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setExternalChannelPaymentRequestExpiredPayerMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setExternalChannelPaymentRequestExpiredPayerSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setExternalChannelPaymentRequestExpiredPayerSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setExternalChannelPaymentRequestExpiredReceiverMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setExternalChannelPaymentRequestExpiredReceiverSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setExternalChannelPaymentRequestExpiredReceiverSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setExternalPaymentTTs(Collection<TransferType>) - Method in class nl.strohalm.cyclos.services.groups.OperatorGroupPermissionsDTO
 
setExternalPublication(Boolean) - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
setExternalPublication(boolean) - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
setExternalPublication(boolean) - Method in class nl.strohalm.cyclos.entities.ads.AdCategoryWithCounterQuery
 
setExternalPublication(boolean) - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
setExternalTransfer(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.accounts.external.externaltransfers.EditExternalTransferForm
 
setExternalTransfer(String, Object) - Method in class nl.strohalm.cyclos.controls.accounts.external.externaltransfers.EditExternalTransferForm
 
setExternalTransfer(String[]) - Method in class nl.strohalm.cyclos.controls.accounts.external.process.ProcessExternalTransfersForm
 
setExternalTransfer(ExternalTransfer) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanPayment
 
setExternalTransfer(ExternalTransfer) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
setExternalTransfer(ExternalTransfer) - Method in class nl.strohalm.cyclos.services.accounts.external.ProcessExternalTransferDTO
 
setExternalTransfer(ExternalTransfer) - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
setExternalTransferDao(ExternalTransferDAO) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferServiceImpl
 
setExternalTransferId(Long[]) - Method in class nl.strohalm.cyclos.controls.accounts.external.externaltransfers.ChangeExternalTransferForm
 
setExternalTransferId(long) - Method in class nl.strohalm.cyclos.controls.accounts.external.externaltransfers.EditExternalTransferForm
 
setExternalTransferImportDao(ExternalTransferImportDAO) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferImportServiceImpl
 
setExternalTransferImportService(ExternalTransferImportService) - Method in class nl.strohalm.cyclos.controls.accounts.external.ExternalAccountHistoryAction
 
setExternalTransferImportService(ExternalTransferImportService) - Method in class nl.strohalm.cyclos.controls.accounts.external.transferimports.NewTransferImportAction
 
setExternalTransferImportService(ExternalTransferImportService) - Method in class nl.strohalm.cyclos.controls.accounts.external.transferimports.RemoveTransferImportAction
 
setExternalTransferImportService(ExternalTransferImportService) - Method in class nl.strohalm.cyclos.controls.accounts.external.transferimports.SearchTransferImportsAction
 
setExternalTransferImportServiceLocal(ExternalTransferImportServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferImportServiceSecurity
 
setExternalTransferService(ExternalTransferService) - Method in class nl.strohalm.cyclos.controls.accounts.external.ExternalAccountHistoryAction
 
setExternalTransferService(ExternalTransferService) - Method in class nl.strohalm.cyclos.controls.accounts.external.externaltransfers.ChangeExternalTransferAction
 
setExternalTransferService(ExternalTransferService) - Method in class nl.strohalm.cyclos.controls.accounts.external.externaltransfers.EditExternalTransferAction
 
setExternalTransferService(ExternalTransferService) - Method in class nl.strohalm.cyclos.controls.accounts.external.process.ProcessExternalTransfersAction
 
setExternalTransferService(ExternalTransferService) - Method in class nl.strohalm.cyclos.controls.accounts.external.process.RetrieveTransfersToProcessAction
 
setExternalTransferServiceLocal(ExternalTransferServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferImportServiceImpl
 
setExternalTransferServiceLocal(ExternalTransferServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferServiceSecurity
 
setExternalTransferType(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.accounts.external.EditExternalTransferTypeForm
 
setExternalTransferType(String, Object) - Method in class nl.strohalm.cyclos.controls.accounts.external.EditExternalTransferTypeForm
 
setExternalTransferTypeDao(ExternalTransferTypeDAO) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferTypeServiceImpl
 
setExternalTransferTypeId(long) - Method in class nl.strohalm.cyclos.controls.accounts.external.EditExternalTransferTypeForm
 
setExternalTransferTypeId(long) - Method in class nl.strohalm.cyclos.controls.accounts.external.RemoveExternalTransferTypeForm
 
setExternalTransferTypeService(ExternalTransferTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.external.EditExternalTransferTypeAction
 
setExternalTransferTypeService(ExternalTransferTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.external.ListExternalTransferTypesAction
 
setExternalTransferTypeService(ExternalTransferTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.external.RemoveExternalTransferTypeAction
 
setExternalTransferTypeServiceLocal(ExternalTransferTypeServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferServiceImpl
 
setExternalTransferTypeServiceLocal(ExternalTransferTypeServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferTypeServiceSecurity
 
setF1(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.SimpleTransactionFee
 
setF1(BigDecimal) - Method in class nl.strohalm.cyclos.services.accounts.rates.ARatedFeeDTO
 
setFailedMembers(int) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLog
 
setFee(AccountFee) - Method in class nl.strohalm.cyclos.services.accountfees.ChargeFeeDTO
 
setFee(BigDecimal) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeFeeVO
 
setFee(TransactionFee) - Method in class nl.strohalm.cyclos.services.transfertypes.BuildTransferWithFeesDTO
 
setFeedbackEnabledSince(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
setFeedbackExpirationTime(TimePeriod) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
setFeedbackReplyExpirationTime(TimePeriod) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
setFeeLog(AccountFeeLog) - Method in class nl.strohalm.cyclos.services.accountfees.ChargeFeeDTO
 
setFees(Map<TransactionFee, BigDecimal>) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeePreviewDTO
 
setFeeSpec(GuaranteeFeeVO) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeFeeCalculationDTO
 
setFetch(Set<Relationship>) - Method in class nl.strohalm.cyclos.utils.query.QueryParameters
 
setFetchBroker(boolean) - Method in class nl.strohalm.cyclos.entities.members.MembersTransactionsReportParameters
 
setFetchDao(FetchDAO) - Method in class nl.strohalm.cyclos.dao.BaseDAOImpl
 
setFetchDao(FetchDAO) - Method in class nl.strohalm.cyclos.services.accounts.external.filemapping.FieldMappingServiceImpl
 
setFetchDao(FetchDAO) - Method in class nl.strohalm.cyclos.services.accounts.external.filemapping.FileMappingServiceImpl
 
setFetchDao(FetchDAO) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordTypeServiceImpl
 
setFetchDao(FetchDAO) - Method in class nl.strohalm.cyclos.services.fetch.FetchServiceImpl
 
setFetchDao(FetchDAO) - Method in class nl.strohalm.cyclos.services.transfertypes.AuthorizationLevelServiceImpl
 
setFetchDao(FetchDAO) - Method in class nl.strohalm.cyclos.utils.hibernate.HibernateCustomFieldHandler
 
setFetchDao(FetchDAO) - Method in class nl.strohalm.cyclos.utils.hibernate.HibernateQueryHandler
 
setFetchDao(FetchDAO) - Method in class nl.strohalm.cyclos.utils.lucene.AbstractDocumentMapper
 
setFetchDao(FetchDAO) - Method in class nl.strohalm.cyclos.utils.lucene.LuceneQueryHandler
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.polling.AccountActivationPollingTask
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.polling.AdInterestsNotificationPollingTask
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.polling.ChargeAccountFeePollingTask
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.access.ChannelServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.AccountTypeServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.CurrencyServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalAccountServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferImportServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.CertificationServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.MemberAccountHandler
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.pos.MemberPosServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.ads.AdCategoryServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.ads.AdImportServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.ads.AdServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.alerts.AlertServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.BaseServiceSecurity
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.customization.CustomizedFileServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.customization.ImageServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.customization.TranslationMessageServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.BrokeringServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberImportServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordTypeServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MessageCategoryServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.loangroups.LoanGroupServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.permissions.PermissionCatalogHandlerImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.preferences.PreferenceServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.reports.CurrentStateReportServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.services.ServiceClientServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.stats.StatisticalServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.BaseLoanHandler
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.TicketServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.transfertypes.AuthorizationLevelServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.services.transfertypes.TransferTypeServiceImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.utils.notifications.AdminNotificationHandlerImpl
 
setFetchServiceLocal(FetchServiceLocal) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
setField(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldForm
 
setField(String, Object) - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldForm
 
setField(FieldMapping.Field) - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.FieldMapping
 
setField(CustomField) - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomFieldPossibleValue
 
setField(CustomField) - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomFieldPossibleValueQuery
 
setField(CustomField) - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomFieldValue
 
setField(CustomField) - Method in class nl.strohalm.cyclos.taglibs.CustomFieldTag
 
setField(TimePeriod.Field) - Method in class nl.strohalm.cyclos.utils.TimePeriod
 
setField(String) - Method in class nl.strohalm.cyclos.webservices.model.FieldValueVO
 
setField(TimePeriodVO.TimePeriodVOField) - Method in class nl.strohalm.cyclos.webservices.model.TimePeriodVO
 
setFieldHelper(FieldHelper) - Method in class nl.strohalm.cyclos.webservices.fields.FieldWebServiceImpl
 
setFieldHelper(FieldHelper) - Method in class nl.strohalm.cyclos.webservices.utils.AccountHelper
 
setFieldHelper(FieldHelper) - Method in class nl.strohalm.cyclos.webservices.utils.AdHelper
 
setFieldHelper(FieldHelper) - Method in class nl.strohalm.cyclos.webservices.utils.MemberHelper
 
setFieldId(long) - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldForm
 
setFieldId(long) - Method in class nl.strohalm.cyclos.controls.customization.fields.RemoveCustomFieldForm
 
setFieldId(long) - Method in class nl.strohalm.cyclos.controls.customization.fields.RemoveCustomFieldPossibleValueForm
 
setFieldId(long) - Method in class nl.strohalm.cyclos.controls.customization.fields.SearchPossibleValuesAjaxForm
 
setFieldIds(Long[]) - Method in class nl.strohalm.cyclos.controls.customization.fields.SetCustomFieldOrderForm
 
setFieldMapping(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.EditFieldMappingForm
 
setFieldMapping(String, Object) - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.EditFieldMappingForm
 
setFieldMappingDao(FieldMappingDAO) - Method in class nl.strohalm.cyclos.services.accounts.external.filemapping.FieldMappingServiceImpl
 
setFieldMappingId(long) - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.EditFieldMappingForm
 
setFieldMappingId(long) - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.RemoveFieldMappingForm
 
setFieldMappingService(FieldMappingService) - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.EditFieldMappingAction
 
setFieldMappingService(FieldMappingService) - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.RemoveFieldMappingAction
 
setFieldMappingService(FieldMappingService) - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.SetFieldMappingsOrderAction
 
setFieldMappingServiceLocal(FieldMappingServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.external.filemapping.FieldMappingServiceSecurity
 
SetFieldMappingsOrderAction - Class in nl.strohalm.cyclos.controls.accounts.external.filemappings
Action used to set the field mappings order
SetFieldMappingsOrderAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.filemappings.SetFieldMappingsOrderAction
 
SetFieldMappingsOrderForm - Class in nl.strohalm.cyclos.controls.accounts.external.filemappings
Form used to set the field mapping order
SetFieldMappingsOrderForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.external.filemappings.SetFieldMappingsOrderForm
 
setFieldName(String) - Method in class nl.strohalm.cyclos.taglibs.CustomFieldTag
 
setFields(Collection<FieldMapping>) - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMappingWithFields
 
setFields(Collection<MemberRecordCustomField>) - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordType
 
setFields(List<FieldValueVO>) - Method in class nl.strohalm.cyclos.webservices.accounts.AccountHistorySearchParameters
 
setFields(List<FieldValueVO>) - Method in class nl.strohalm.cyclos.webservices.members.AbstractMemberSearchParameters
 
setFields(List<RegistrationFieldValueVO>) - Method in class nl.strohalm.cyclos.webservices.members.RegisterMemberParameters
 
setFields(List<RegistrationFieldValueVO>) - Method in class nl.strohalm.cyclos.webservices.members.UpdateMemberParameters
 
setFields(List<FieldValueVO>) - Method in class nl.strohalm.cyclos.webservices.model.AccountHistoryTransferVO
 
setFields(List<FieldValueVO>) - Method in class nl.strohalm.cyclos.webservices.model.AdVO
 
setFields(List<FieldValueVO>) - Method in class nl.strohalm.cyclos.webservices.model.MemberVO
 
setFieldsIds(Long[]) - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.SetFieldMappingsOrderForm
 
setFile(FormFile) - Method in class nl.strohalm.cyclos.controls.accounts.external.transferimports.NewTransferImportForm
 
setFile(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.customization.files.EditCustomizedFileForm
 
setFile(String, Object) - Method in class nl.strohalm.cyclos.controls.customization.files.EditCustomizedFileForm
 
setFile(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.groups.customizedFiles.EditGroupCustomizedFileForm
 
setFile(String, Object) - Method in class nl.strohalm.cyclos.controls.groups.customizedFiles.EditGroupCustomizedFileForm
 
setFile(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.EditGroupFilterCustomizedFileForm
 
setFile(String, Object) - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.EditGroupFilterCustomizedFileForm
 
setFileId(long) - Method in class nl.strohalm.cyclos.controls.customization.files.EditCustomizedFileForm
 
setFileId(long) - Method in class nl.strohalm.cyclos.controls.customization.files.StopCustomizingFileForm
 
setFileId(long) - Method in class nl.strohalm.cyclos.controls.groups.customizedFiles.EditGroupCustomizedFileForm
 
setFileId(long) - Method in class nl.strohalm.cyclos.controls.groups.customizedFiles.StopCustomizingGroupFileForm
 
setFileId(long) - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.EditGroupFilterCustomizedFileForm
 
setFileId(long) - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.StopCustomizingGroupFilterFileForm
 
setFileMapping(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.EditFileMappingForm
 
setFileMapping(String, Object) - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.EditFileMappingForm
 
setFileMapping(FileMapping) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalAccount
 
setFileMapping(FileMapping) - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.FieldMapping
 
setFileMappingDao(FileMappingDAO) - Method in class nl.strohalm.cyclos.services.accounts.external.filemapping.FileMappingServiceImpl
 
setFileMappingId(long) - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.EditFieldMappingForm
 
setFileMappingId(Long) - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.ResetFileMappingForm
 
setFileMappingId(long) - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.SetFieldMappingsOrderForm
 
setFileMappingService(FileMappingService) - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.EditFieldMappingAction
 
setFileMappingService(FileMappingService) - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.EditFileMappingAction
 
setFileMappingService(FileMappingService) - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.ResetFileMappingAction
 
setFileMappingService(FileMappingService) - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.SetFieldMappingsOrderAction
 
setFileMappingServiceLocal(FileMappingServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.external.filemapping.FieldMappingServiceImpl
 
setFileMappingServiceLocal(FileMappingServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.external.filemapping.FileMappingServiceSecurity
 
setFileName(String) - Method in class nl.strohalm.cyclos.controls.customization.files.GetFileContentsAjaxForm
 
setFilename(String) - Method in class nl.strohalm.cyclos.controls.customization.themes.ThemeForm
 
setFilename(String) - Method in class nl.strohalm.cyclos.themes.Theme
 
setFileUpload(FormFile) - Method in class nl.strohalm.cyclos.controls.customization.translationMessages.ImportTranslationMessagesForm
 
setFilter(PaymentFilter) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceSummaryDTO
 
setFinalAmount(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferQuery
 
setFinalAmount(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
setFinalAmount(BigDecimal) - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentDTO
 
setFinalAmount(BigDecimal) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeePreviewDTO
 
setFinalBalance(BigDecimal) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.AccountHistoryDTO
 
setFinalMonth(Month) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
setFinalMonthYear(Integer) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
setFinalPrice(BigDecimal) - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
setFinalPrice(BigDecimal) - Method in class nl.strohalm.cyclos.entities.members.adInterests.AdInterest
 
setFinalPrice(BigDecimal) - Method in class nl.strohalm.cyclos.webservices.ads.AbstractAdSearchParameters
 
setFinalQuarter(Quarter) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
setFinalQuarterYear(Integer) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
setFinalYear(Integer) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
setfInfinite(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.SimpleTransactionFee
 
setfInfinite(BigDecimal) - Method in class nl.strohalm.cyclos.services.accounts.rates.ARatedFeeDTO
 
setFinishDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLog
 
setFinished(boolean) - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
setFinished(boolean) - Method in class nl.strohalm.cyclos.entities.sms.SmsMailing
 
setFinished(Boolean) - Method in class nl.strohalm.cyclos.entities.sms.SmsMailingQuery
 
setFirst(T1) - Method in class nl.strohalm.cyclos.utils.Pair
 
setFirstExpirationDate(String) - Method in class nl.strohalm.cyclos.controls.loans.CalculateLoanPaymentsAjaxForm
 
setFirstExpirationDate(Calendar) - Method in class nl.strohalm.cyclos.services.transactions.ProjectionDTO
 
setFirstPaymentDate(String) - Method in class nl.strohalm.cyclos.controls.payments.CalculatePaymentsAjaxForm
 
setFirstPaymentDate(String) - Method in class nl.strohalm.cyclos.controls.posweb.ReceivePaymentForm
 
setFirstRepaymentDate(Calendar) - Method in class nl.strohalm.cyclos.services.transactions.GrantLoanWithInterestDTO
 
setFixedDestinationMember(Member) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
setfMinimal(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.SimpleTransactionFee
 
setfMinimal(BigDecimal) - Method in class nl.strohalm.cyclos.services.accounts.rates.ARatedFeeDTO
 
setForce(boolean) - Method in class nl.strohalm.cyclos.setup.Setup
 
setForceAccept(boolean) - Method in class nl.strohalm.cyclos.controls.groups.EditGroupForm
 
setForceChange(boolean) - Method in class nl.strohalm.cyclos.controls.access.ChangePasswordForm
 
setForceChange(boolean) - Method in class nl.strohalm.cyclos.services.access.ChangeLoginPasswordDTO
 
setForceChangePassword(boolean) - Method in class nl.strohalm.cyclos.controls.elements.CreateElementForm
 
setForceChangePassword(boolean) - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
setForced(boolean) - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
setForceShowFields(boolean) - Method in class nl.strohalm.cyclos.controls.ads.SearchAdsForm
 
setForceSignal(boolean) - Method in class nl.strohalm.cyclos.taglibs.FormatTag
 
setForm(String) - Method in class nl.strohalm.cyclos.taglibs.PaginationTag
 
setFormattedAmount(String) - Method in class nl.strohalm.cyclos.webservices.model.AccountHistoryTransferVO
 
setFormattedAmount(String) - Method in class nl.strohalm.cyclos.webservices.model.TicketVO
 
setFormattedAvailableBalance(String) - Method in class nl.strohalm.cyclos.webservices.model.AccountStatusVO
 
setFormattedBalance(String) - Method in class nl.strohalm.cyclos.webservices.model.AccountStatusVO
 
setFormattedCreationDate(String) - Method in class nl.strohalm.cyclos.webservices.model.TicketVO
 
setFormattedCreditLimit(String) - Method in class nl.strohalm.cyclos.webservices.model.AccountStatusVO
 
setFormattedDate(String) - Method in class nl.strohalm.cyclos.webservices.model.AccountHistoryTransferVO
 
setFormattedPrice(String) - Method in class nl.strohalm.cyclos.webservices.model.AdVO
 
setFormattedProcessDate(String) - Method in class nl.strohalm.cyclos.webservices.model.AccountHistoryTransferVO
 
setFormattedPublicationEnd(String) - Method in class nl.strohalm.cyclos.webservices.model.AdVO
 
setFormattedPublicationStart(String) - Method in class nl.strohalm.cyclos.webservices.model.AdVO
 
setFormattedReservedAmount(String) - Method in class nl.strohalm.cyclos.webservices.model.AccountStatusVO
 
setFormattedUpperCreditLimit(String) - Method in class nl.strohalm.cyclos.webservices.model.AccountStatusVO
 
setFormPage(DocumentPage) - Method in class nl.strohalm.cyclos.entities.customization.documents.DynamicDocument
 
setForwardTransferType(TransferType) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType
 
setFree(boolean) - Method in class nl.strohalm.cyclos.entities.sms.SmsMailing
 
setFreeBase(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
setFreeBase(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLog
 
setFreeBase(BigDecimal) - Method in class nl.strohalm.cyclos.services.accounts.TransactionVolumeDTO
 
setFreeBaseUsed(boolean) - Method in class nl.strohalm.cyclos.entities.sms.SmsLog
 
setFreeSmsExpiration(Calendar) - Method in class nl.strohalm.cyclos.entities.sms.MemberSmsStatus
 
setFreeSmsSent(int) - Method in class nl.strohalm.cyclos.entities.sms.MemberSmsStatus
 
setFrom(String) - Method in class nl.strohalm.cyclos.controls.payments.BasePaymentForm
 
setFrom(String) - Method in class nl.strohalm.cyclos.controls.payments.CalculatePaymentsAjaxForm
 
setFrom(String) - Method in class nl.strohalm.cyclos.controls.payments.ConfirmPaymentForm
 
setFrom(String) - Method in class nl.strohalm.cyclos.controls.payments.PaymentForm
 
setFrom(long) - Method in class nl.strohalm.cyclos.controls.payments.request.SearchPaymentRequestsForm
 
setFrom(String) - Method in class nl.strohalm.cyclos.controls.payments.SuccessfulPaymentForm
 
setFrom(AccountOwner) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
setFrom(Account) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Payment
 
setFrom(Member) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Ticket
 
setFrom(Member) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TicketQuery
 
setFrom(AccountType) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
setFrom(Member) - Method in class nl.strohalm.cyclos.entities.members.Reference
 
setFrom(Member) - Method in class nl.strohalm.cyclos.entities.members.ReferenceHistoryLog
 
setFrom(Member) - Method in class nl.strohalm.cyclos.entities.members.ReferenceHistoryLogQuery
 
setFrom(Member) - Method in class nl.strohalm.cyclos.entities.members.ReferenceQuery
 
setFrom(AccountOwner) - Method in class nl.strohalm.cyclos.services.transactions.DoPaymentDTO
 
setFrom(AccountOwner) - Method in class nl.strohalm.cyclos.services.transactions.ProjectionDTO
 
setFrom(Account) - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
setFrom(Account) - Method in class nl.strohalm.cyclos.services.transfertypes.BuildTransferWithFeesDTO
 
setFrom(AccountTypeVO) - Method in class nl.strohalm.cyclos.webservices.model.TransferTypeVO
 
setFromAccountOwner(AccountOwner) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
setFromAccountStatus(AccountStatusVO) - Method in class nl.strohalm.cyclos.webservices.payments.PaymentResult
 
setFromAccountType(AccountType) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
setFromAccountType(AccountType) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
setFromAccountTypeId(String[]) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
setFromAccountTypeId(Long) - Method in class nl.strohalm.cyclos.webservices.accounts.TransferTypeSearchParameters
 
setFromAccountTypes(Collection<? extends AccountType>) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
setFromAllGroups(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
setFromChannel(Channel) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentRequestTicket
 
setFromChannel(String) - Method in class nl.strohalm.cyclos.webservices.model.PaymentRequestTicketVO
 
setFromElement(String) - Method in class nl.strohalm.cyclos.controls.members.messages.SearchMessageCategoriesAjaxForm
 
setFromElement(Element) - Method in class nl.strohalm.cyclos.entities.members.messages.MessageCategoryQuery
 
setFromFixedMember(Member) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
setFromGroups(String[]) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
setFromGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
setFromGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
setFromLimitType(AccountType.LimitType) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
setFromMail(String) - Method in class nl.strohalm.cyclos.entities.settings.MailSettings
 
setFromMember(Member) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
setFromMember(Member) - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
setFromMember(String) - Method in class nl.strohalm.cyclos.webservices.accounts.TransferTypeSearchParameters
 
setFromMember(MemberVO) - Method in class nl.strohalm.cyclos.webservices.model.AccountHistoryTransferVO
 
setFromMember(MemberVO) - Method in class nl.strohalm.cyclos.webservices.model.TicketVO
 
setFromMember(String) - Method in class nl.strohalm.cyclos.webservices.payments.AbstractPaymentParameters
 
setFromMemberCredentials(String) - Method in class nl.strohalm.cyclos.webservices.pos.ReceivePaymentParameters
 
setFromMemberFieldsToReturn(List<String>) - Method in class nl.strohalm.cyclos.webservices.payments.PaymentParameters
 
setFromMemberPrincipal(String) - Method in class nl.strohalm.cyclos.webservices.pos.ReceivePaymentParameters
 
setFromMemberPrincipalType(String) - Method in class nl.strohalm.cyclos.webservices.accounts.TransferTypeSearchParameters
 
setFromMemberPrincipalType(String) - Method in class nl.strohalm.cyclos.webservices.payments.AbstractPaymentParameters
 
setFromMemberPrincipalType(String) - Method in class nl.strohalm.cyclos.webservices.pos.ReceivePaymentParameters
 
setFromMemberToMember(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceSummaryDTO
 
setFromNature(String) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
setFromNature(AccountType.Nature) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
setFromOrToAccountType(AccountType) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
setFromOrToAccountTypes(Collection<? extends AccountType>) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
setFromOrToGroups(String[]) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
setFromOrToGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
setFromOrToNature(AccountType.Nature) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
setFromOrToOwner(AccountOwner) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
setFromOwner(AccountOwner) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
setFromOwner(AccountOwner) - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
setFromOwnerId(String) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
setFromRates(RatesResultDTO) - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesToSave
 
setFromSystem(boolean) - Method in class nl.strohalm.cyclos.webservices.accounts.TransferTypeSearchParameters
 
setFromSystem(boolean) - Method in class nl.strohalm.cyclos.webservices.payments.PaymentParameters
 
setFromSystemAccountName(String) - Method in class nl.strohalm.cyclos.webservices.model.AccountHistoryTransferVO
 
setFromTransactionFees(Collection<TransactionFee>) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
setFromTransferTypes(Collection<TransferType>) - Method in class nl.strohalm.cyclos.entities.accounts.AccountType
 
setFullName(String) - Method in class nl.strohalm.cyclos.webservices.model.DetailedAdCategoryVO
 
setFullUrl(String) - Method in class nl.strohalm.cyclos.webservices.model.ImageVO
 
setGeneralErrors(Collection<ValidationError>) - Method in exception nl.strohalm.cyclos.utils.validation.ValidationException
 
setGeneralRate(BigDecimal) - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesDTO
 
setGeneralRawRate(Calendar) - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesDTO
 
setGenerateCard(MapBean) - Method in class nl.strohalm.cyclos.controls.members.bulk.MemberBulkActionsForm
 
setGeneratedByAccountFees(Collection<? extends AccountFee>) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
setGeneratedByTransactionFees(Collection<? extends TransactionFee>) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
setGeneratedTransferType(TransferType) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
setGeneratedTransferTypeFromNature(AccountType.Nature) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFeeQuery
 
setGeneratedUsernameLength(int) - Method in class nl.strohalm.cyclos.entities.settings.AccessSettings
 
setGetter(Element) - Method in class nl.strohalm.cyclos.entities.members.messages.MessageQuery
 
setgFIsZero(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.SimpleTransactionFee
 
setgFIsZero(BigDecimal) - Method in class nl.strohalm.cyclos.services.accounts.rates.ARatedFeeDTO
 
setGivenReferences(boolean) - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
setGivenReferences(Map<Reference.Level, Integer>) - Method in class nl.strohalm.cyclos.entities.reports.CurrentStateReportVO
 
setGivenReferences(Map<Reference.Level, Integer>) - Method in class nl.strohalm.cyclos.entities.reports.MembersReportVO
 
setGivenReferencesByLevel(Map<Reference.Level, Integer>) - Method in class nl.strohalm.cyclos.services.elements.ActivitiesVO
 
setGivenVeryBadRefs(int) - Method in class nl.strohalm.cyclos.entities.settings.AlertSettings
 
setGlobal(boolean) - Method in class nl.strohalm.cyclos.controls.members.records.EditMemberRecordForm
 
setGlobal(boolean) - Method in class nl.strohalm.cyclos.controls.members.records.SearchMemberRecordsForm
 
setGrantFee(Amount) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanParameters
 
setGrantFeeRepaymentType(TransferType) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanParameters
 
setGrantLoanTTs(Collection<TransferType>) - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
setGrantPeriod(Period) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanQuery
 
setGraph(boolean) - Method in class nl.strohalm.cyclos.services.accounts.rates.ConversionSimulationDTO
 
setGraph(boolean) - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesPreviewDTO
 
setGraphDimensions(StatisticalResultDTO.TableToGraph, Integer, Integer) - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
This setter sets three properties which can only be set at once (because the second and third may only be set AFTER the first is set, I created a 3-in-1-setter).
setGraphType(StatisticalResultDTO.GraphType) - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
 
setGrossProduct(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalActivityQuery
 
setGrossProduct(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalKeyDevelopmentsQuery
 
setGrossProductGraph(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalActivityQuery
 
setGrossProductGraph(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalKeyDevelopmentsQuery
 
setGrossProductTopten(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalActivityQuery
 
setGroup(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.groups.EditGroupForm
 
setGroup(String, Object) - Method in class nl.strohalm.cyclos.controls.groups.EditGroupForm
 
setGroup(MemberGroup) - Method in class nl.strohalm.cyclos.entities.accounts.MemberGroupAccountSettings
 
setGroup(Group) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
setGroup(Group) - Method in class nl.strohalm.cyclos.entities.customization.files.CustomizedFile
 
setGroup(Group) - Method in class nl.strohalm.cyclos.entities.customization.files.CustomizedFileQuery
 
setGroup(MemberGroup) - Method in class nl.strohalm.cyclos.entities.groups.GroupFilterQuery
 
setGroup(Group) - Method in class nl.strohalm.cyclos.entities.groups.GroupHistoryLog
 
setGroup(Group) - Method in class nl.strohalm.cyclos.entities.members.Element
 
setGroup(MemberGroup) - Method in class nl.strohalm.cyclos.entities.members.imports.MemberImport
 
setGroup(MemberGroup) - Method in class nl.strohalm.cyclos.entities.sms.SmsMailingQuery
 
setGroup(MemberGroup) - Method in class nl.strohalm.cyclos.services.accounts.BulkUpdateAccountDTO
 
setGroup(G) - Method in class nl.strohalm.cyclos.services.groups.GroupPermissionsDTO
 
setGroup(Group) - Method in class nl.strohalm.cyclos.taglibs.SelectCustomFieldsTag
 
setGroupAfterExpiration(MemberGroup) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
setGroupDao(GroupDAO) - Method in class nl.strohalm.cyclos.dao.members.MemberRecordTypeDAOImpl
 
setGroupDao(GroupDAO) - Method in class nl.strohalm.cyclos.services.accounts.AccountTypeServiceImpl
 
setGroupDao(GroupDAO) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordTypeServiceImpl
 
setGroupDao(GroupDAO) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
setGroupedStatus(String) - Method in class nl.strohalm.cyclos.controls.payments.request.SearchPaymentRequestsForm
 
setGroupedStatus(TicketQuery.GroupedStatus) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TicketQuery
 
setGroupFilter(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.EditGroupFilterForm
 
setGroupFilter(String, Object) - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.EditGroupFilterForm
 
setGroupFilter(GroupFilter) - Method in class nl.strohalm.cyclos.entities.customization.files.CustomizedFile
 
setGroupFilter(GroupFilter) - Method in class nl.strohalm.cyclos.entities.customization.files.CustomizedFileQuery
 
setGroupFilter(GroupFilter) - Method in class nl.strohalm.cyclos.entities.groups.GroupQuery
 
setGroupFilter(GroupFilter) - Method in class nl.strohalm.cyclos.entities.members.adInterests.AdInterest
 
setGroupFilterDao(GroupFilterDAO) - Method in class nl.strohalm.cyclos.services.groups.GroupFilterServiceImpl
 
setGroupFilterId(long) - Method in class nl.strohalm.cyclos.controls.customization.files.GetFileContentsAjaxForm
 
setGroupFilterId(long) - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.EditGroupFilterCustomizedFileForm
 
setGroupFilterId(long) - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.GetAvailableFilesForGroupFilterAjaxForm
 
setGroupFilterId(long) - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.StopCustomizingGroupFilterFileForm
 
setGroupFilterId(long) - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.EditGroupFilterForm
 
setGroupFilterId(long) - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.RemoveGroupFilterForm
 
setGroupFilterId(Long) - Method in class nl.strohalm.cyclos.taglibs.AbstractCustomizedFileTag
 
setGroupFilterIds(String[]) - Method in class nl.strohalm.cyclos.controls.groups.SearchGroupsAjaxForm
 
setGroupFilterIds(List<Long>) - Method in class nl.strohalm.cyclos.webservices.members.AbstractMemberSearchParameters
 
setGroupFilters(Collection<GroupFilter>) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
setGroupFilters(Collection<GroupFilter>) - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
setGroupFilters(Collection<GroupFilter>) - Method in class nl.strohalm.cyclos.entities.groups.Group
 
setGroupFilters(Collection<GroupFilter>) - Method in class nl.strohalm.cyclos.entities.groups.GroupQuery
 
setGroupFilters(Collection<GroupFilter>) - Method in class nl.strohalm.cyclos.entities.members.FullTextMemberQuery
 
setGroupFilters(Collection<GroupFilter>) - Method in class nl.strohalm.cyclos.entities.members.MemberQuery
 
setGroupFilterService(GroupFilterService) - Method in class nl.strohalm.cyclos.controls.accounts.details.AccountHistoryAction
 
setGroupFilterService(GroupFilterService) - Method in class nl.strohalm.cyclos.controls.ads.SearchAdsAction
 
setGroupFilterService(GroupFilterService) - Method in class nl.strohalm.cyclos.controls.general.IndexAction
 
setGroupFilterService(GroupFilterService) - Method in class nl.strohalm.cyclos.controls.general.RedirectFromMessageAction
 
setGroupFilterService(GroupFilterService) - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.EditGroupFilterCustomizedFileAction
 
setGroupFilterService(GroupFilterService) - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.EditGroupFilterAction
 
setGroupFilterService(GroupFilterService) - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.ListGroupFiltersAction
 
setGroupFilterService(GroupFilterService) - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.RemoveGroupFilterAction
 
setGroupFilterService(GroupFilterService) - Method in class nl.strohalm.cyclos.controls.groups.ListGroupsAction
 
setGroupFilterService(GroupFilterService) - Method in class nl.strohalm.cyclos.controls.members.adinterests.EditAdInterestAction
 
setGroupFilterService(GroupFilterService) - Method in class nl.strohalm.cyclos.controls.members.MemberProfileAction
 
setGroupFilterService(GroupFilterService) - Method in class nl.strohalm.cyclos.controls.members.pending.ValidateRegistrationAction
 
setGroupFilterService(GroupFilterService) - Method in class nl.strohalm.cyclos.controls.members.SearchMembersAction
 
setGroupFilterService(GroupFilterService) - Method in class nl.strohalm.cyclos.controls.mobile.MobileLoginAction
 
setGroupFilterServiceLocal(GroupFilterServiceLocal) - Method in class nl.strohalm.cyclos.services.groups.GroupFilterServiceSecurity
 
setGroupHelper(GroupHelper) - Method in class nl.strohalm.cyclos.webservices.members.MemberWebServiceImpl
 
setGroupHistoryLogDao(GroupHistoryLogDAO) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
setGroupHistoryLogs(Collection<GroupHistoryLog>) - Method in class nl.strohalm.cyclos.entities.members.Element
 
setGroupId(long) - Method in class nl.strohalm.cyclos.controls.customization.files.GetFileContentsAjaxForm
 
setGroupId(long) - Method in class nl.strohalm.cyclos.controls.elements.CreateElementForm
 
setGroupId(long) - Method in class nl.strohalm.cyclos.controls.groups.accounts.EditGroupAccountSettingsForm
 
setGroupId(long) - Method in class nl.strohalm.cyclos.controls.groups.accounts.RemoveGroupAccountForm
 
setGroupId(long) - Method in class nl.strohalm.cyclos.controls.groups.customizedFiles.EditGroupCustomizedFileForm
 
setGroupId(long) - Method in class nl.strohalm.cyclos.controls.groups.customizedFiles.GetAvailableFilesForGroupAjaxForm
 
setGroupId(long) - Method in class nl.strohalm.cyclos.controls.groups.customizedFiles.StopCustomizingGroupFileForm
 
setGroupId(long) - Method in class nl.strohalm.cyclos.controls.groups.EditGroupForm
 
setGroupId(long) - Method in class nl.strohalm.cyclos.controls.groups.permissions.EditGroupPermissionsForm
 
setGroupId(long) - Method in class nl.strohalm.cyclos.controls.groups.RemoveGroupForm
 
setGroupId(Long) - Method in class nl.strohalm.cyclos.taglibs.AbstractCustomizedFileTag
 
setGroupId(Long) - Method in class nl.strohalm.cyclos.webservices.members.RegisterMemberParameters
 
setGroupId(Long) - Method in class nl.strohalm.cyclos.webservices.model.MemberVO
 
setGroupIds(Long[]) - Method in class nl.strohalm.cyclos.controls.members.SearchMembersAjaxForm
 
setGroupIds(Long[]) - Method in class nl.strohalm.cyclos.entities.ads.AdCategoryWithCounterQuery
 
setGroupIds(List<Long>) - Method in class nl.strohalm.cyclos.webservices.members.AbstractMemberSearchParameters
 
setGroupMemberCount(Map<MemberGroup, Integer>) - Method in class nl.strohalm.cyclos.entities.reports.CurrentStateReportVO
 
setGroups(String[]) - Method in class nl.strohalm.cyclos.controls.members.messages.SearchMessageCategoriesAjaxForm
 
setGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
setGroups(Collection<? extends Group>) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticalTransferDTO
 
setGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.access.Channel
 
setGroups(Collection<Group>) - Method in class nl.strohalm.cyclos.entities.access.SessionQuery
 
setGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardQuery
 
setGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
setGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeQuery
 
setGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.MemberAccountFeeLogQuery
 
setGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.accounts.loans.BaseLoanQuery
 
setGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceQuery
 
setGroups(Collection<? extends Group>) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilter
 
setGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
setGroups(Collection<? extends Group>) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
setGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
setGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.alerts.AlertQuery
 
setGroups(Collection<SystemGroup>) - Method in class nl.strohalm.cyclos.entities.customization.documents.Document
 
setGroups(Collection<AdminGroup>) - Method in class nl.strohalm.cyclos.entities.customization.fields.AdminCustomField
 
setGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberCustomField
 
setGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.groups.GroupFilter
 
setGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.members.BrokeringQuery
 
setGroups(Collection<? extends Group>) - Method in class nl.strohalm.cyclos.entities.members.ElementQuery
 
setGroups(Collection<? extends Group>) - Method in class nl.strohalm.cyclos.entities.members.FullTextElementQuery
 
setGroups(Collection<? extends SystemGroup>) - Method in class nl.strohalm.cyclos.entities.members.messages.MessageCategory
 
setGroups(Collection<? extends Group>) - Method in class nl.strohalm.cyclos.entities.members.messages.MessageCategoryQuery
 
setGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.members.PendingMemberQuery
 
setGroups(Collection<Group>) - Method in class nl.strohalm.cyclos.entities.members.records.AbstractMemberRecordQuery
 
setGroups(Collection<Group>) - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordType
 
setGroups(Collection<Group>) - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordTypeQuery
 
setGroups(Collection<Group>) - Method in class nl.strohalm.cyclos.entities.members.ReferenceQuery
 
setGroups(Collection<? extends Group>) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalDTO
 
setGroups(Collection<Group>) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
setGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.sms.SmsMailing
 
setGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.sms.SmsMailingQuery
 
setGroupsAsMember(Collection<? extends Group>) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
setGroupService(GroupService) - Method in class nl.strohalm.cyclos.controls.BaseAction
 
setGroupService(GroupService) - Method in class nl.strohalm.cyclos.controls.BasePublicAction
 
setGroupService(GroupService) - Method in class nl.strohalm.cyclos.controls.mobile.MobileLoginAction
 
setGroupService(GroupService) - Method in class nl.strohalm.cyclos.struts.access.ActionAccessMonitor
 
setGroupService(GroupService) - Method in class nl.strohalm.cyclos.utils.CustomizationHelper
 
setGroupService(GroupService) - Method in class nl.strohalm.cyclos.utils.LoginHelper
 
setGroupServiceLocal(GroupServiceLocal) - Method in class nl.strohalm.cyclos.services.access.AccessServiceSecurity
 
setGroupServiceLocal(GroupServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
setGroupServiceLocal(GroupServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
setGroupServiceLocal(GroupServiceLocal) - Method in class nl.strohalm.cyclos.services.customization.DocumentServiceImpl
 
setGroupServiceLocal(GroupServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
setGroupServiceLocal(GroupServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
setGroupServiceLocal(GroupServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceSecurity
 
setGroupServiceLocal(GroupServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberImportServiceImpl
 
setGroupServiceLocal(GroupServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberServiceImpl
 
setGroupServiceLocal(GroupServiceLocal) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceSecurity
 
setGroupServiceLocal(GroupServiceLocal) - Method in class nl.strohalm.cyclos.services.permissions.PermissionCatalogHandlerImpl
 
setGroupServiceLocal(GroupServiceLocal) - Method in class nl.strohalm.cyclos.services.permissions.PermissionServiceImpl
 
setGroupServiceLocal(GroupServiceLocal) - Method in class nl.strohalm.cyclos.services.settings.AccessSettingsHandler
 
setGroupServiceLocal(GroupServiceLocal) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceSecurity
 
setGroupServiceLocal(GroupServiceLocal) - Method in class nl.strohalm.cyclos.services.transfertypes.TransferTypeServiceImpl
 
setGroupServiceLocal(GroupServiceLocal) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
setGroupServiceLocal(GroupServiceLocal) - Method in class nl.strohalm.cyclos.webservices.utils.MemberHelper
 
setGuarantee(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.AuthorizeGuaranteeForm
 
setGuarantee(String, Object) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.AuthorizeGuaranteeForm
 
setGuarantee(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.GuaranteeDetailsForm
 
setGuarantee(String, Object) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.GuaranteeDetailsForm
 
setGuarantee(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.RegisterGuaranteeForm
 
setGuarantee(String, Object) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.RegisterGuaranteeForm
 
setGuarantee(Guarantee) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeLog
 
setGuarantee(Guarantee) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligation
 
setGuarantee(Guarantee) - Method in class nl.strohalm.cyclos.entities.customization.fields.PaymentCustomFieldValue
 
setGuaranteeDao(GuaranteeDAO) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
setGuaranteeId(Long) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.AuthorizeGuaranteeForm
 
setGuaranteeId(Long) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.ChangeStatusGuaranteeForm
 
setGuaranteeId(Long) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.DeleteGuaranteeForm
 
setGuaranteeId(Long) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.GuaranteeDetailsForm
 
setGuaranteeId(Long) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.SearchGuaranteesForm
 
setGuaranteeId(long) - Method in class nl.strohalm.cyclos.controls.loans.LoanDetailsForm
 
setGuaranteeLogDao(GuaranteeLogDAO) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
setGuaranteeService(GuaranteeService) - Method in class nl.strohalm.cyclos.controls.accounts.details.ViewTransactionAction
 
setGuaranteeService(GuaranteeService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.EditCertificationAction
 
setGuaranteeService(GuaranteeService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.SearchCertificationsAction
 
setGuaranteeService(GuaranteeService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.AuthorizeGuaranteeAction
 
setGuaranteeService(GuaranteeService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.CalculateGuaranteeFeeAjaxAction
 
setGuaranteeService(GuaranteeService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.ChangeStatusGuaranteeAction
 
setGuaranteeService(GuaranteeService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.DeleteGuaranteeAction
 
setGuaranteeService(GuaranteeService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.GuaranteeDetailsAction
 
setGuaranteeService(GuaranteeService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.RegisterGuaranteeAction
 
setGuaranteeService(GuaranteeService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.SearchGuaranteesAction
 
setGuaranteeService(GuaranteeService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.AcceptPaymentObligationAction
 
setGuaranteeService(GuaranteeService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.AcceptPaymentObligationPackAction
 
setGuaranteeService(GuaranteeService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.EditPaymentObligationAction
 
setGuaranteeService(GuaranteeService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.SearchPaymentObligationsAction
 
setGuaranteeService(GuaranteeService) - Method in class nl.strohalm.cyclos.utils.LoginHelper
 
setGuaranteeServiceLocal(GuaranteeServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.tasks.GuaranteeLoanScheduledTask
 
setGuaranteeServiceLocal(GuaranteeServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.tasks.GuaranteeScheduledTask
 
setGuaranteeServiceLocal(GuaranteeServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.CertificationServiceImpl
 
setGuaranteeServiceLocal(GuaranteeServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.CertificationServiceSecurity
 
setGuaranteeServiceLocal(GuaranteeServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceSecurity
 
setGuaranteeServiceLocal(GuaranteeServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeTypeServiceSecurity
 
setGuaranteeServiceLocal(GuaranteeServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceImpl
 
setGuaranteeServiceLocal(GuaranteeServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceSecurity
 
setGuaranteeServiceLocal(GuaranteeServiceLocal) - Method in class nl.strohalm.cyclos.services.preferences.PreferenceServiceImpl
 
setGuaranteesPage(int) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.EditCertificationForm
 
setGuaranteeStatusChangedMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setGuaranteeStatusChangedSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setGuaranteeStatusChangedSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setGuaranteeType(String, Object) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.GuaranteeDetailsForm
 
setGuaranteeType(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.types.EditGuaranteeTypeForm
 
setGuaranteeType(String, Object) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.types.EditGuaranteeTypeForm
 
setGuaranteeType(GuaranteeType) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Certification
 
setGuaranteeType(GuaranteeType) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
setGuaranteeType(GuaranteeType) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery
 
setGuaranteeType(GuaranteeType) - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreferenceQuery
 
setGuaranteeTypeDao(GuaranteeTypeDAO) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeTypeServiceImpl
 
setGuaranteeTypeId(String) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.CalculateGuaranteeFeeAjaxForm
 
setGuaranteeTypeId(Long) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.RegisterGuaranteeForm
 
setGuaranteeTypeId(long) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.types.DeleteGuaranteeTypeForm
 
setGuaranteeTypeId(Long) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.types.EditGuaranteeTypeForm
 
setGuaranteeTypeId(Long) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeFeeCalculationDTO
 
setGuaranteeTypes(Collection<GuaranteeType>) - Method in class nl.strohalm.cyclos.entities.groups.Group
 
setGuaranteeTypes(Set<GuaranteeType>) - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreference
 
setGuaranteeTypes(Collection<GuaranteeType>) - Method in class nl.strohalm.cyclos.services.groups.GroupPermissionsDTO
 
setGuaranteeTypeService(GuaranteeTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.CalculateGuaranteeFeeAjaxAction
 
setGuaranteeTypeService(GuaranteeTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.RegisterGuaranteeAction
 
setGuaranteeTypeService(GuaranteeTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.SearchGuaranteesAction
 
setGuaranteeTypeService(GuaranteeTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.types.DeleteGuaranteeTypeAction
 
setGuaranteeTypeService(GuaranteeTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.types.EditGuaranteeTypeAction
 
setGuaranteeTypeService(GuaranteeTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.types.ListGuaranteeTypesAction
 
setGuaranteeTypeService(GuaranteeTypeService) - Method in class nl.strohalm.cyclos.controls.admins.mailPreferences.MailPreferencesAction
 
setGuaranteeTypeServiceLocal(GuaranteeTypeServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
setGuaranteeTypeServiceLocal(GuaranteeTypeServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeTypeServiceSecurity
 
setGuaranteeTypeServiceLocal(GuaranteeTypeServiceLocal) - Method in class nl.strohalm.cyclos.services.permissions.PermissionCatalogHandlerImpl
 
setGuaranteeTypeServiceLocal(GuaranteeTypeServiceLocal) - Method in class nl.strohalm.cyclos.services.preferences.PreferenceServiceImpl
 
setGuaranteeTypeServiceLocal(GuaranteeTypeServiceLocal) - Method in class nl.strohalm.cyclos.services.preferences.PreferenceServiceSecurity
 
setH(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.SimpleTransactionFee
 
setH(BigDecimal) - Method in class nl.strohalm.cyclos.services.accounts.rates.ARatedFeeDTO
 
setHasAds(boolean) - Method in class nl.strohalm.cyclos.entities.members.MemberQuery
 
setHasBody(boolean) - Method in class nl.strohalm.cyclos.controls.settings.EditMessageSettingForm
 
setHasDatabaseWrites(boolean) - Method in class nl.strohalm.cyclos.utils.logging.TraceLogDTO
 
setHasGeneral(boolean) - Method in class nl.strohalm.cyclos.controls.settings.EditMessageSettingForm
 
setHashHandler(HashHandler) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
setHashHandler(HashHandler) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardServiceImpl
 
setHashHandler(HashHandler) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
setHashHandler(HashHandler) - Method in class nl.strohalm.cyclos.services.elements.MemberImportServiceImpl
 
setHasPendingCommissionContracts(boolean) - Method in class nl.strohalm.cyclos.services.elements.MemberStatusVO
 
setHasRateInfo(boolean) - Method in class nl.strohalm.cyclos.services.elements.AccountActivitiesVO
 
setHasSms(boolean) - Method in class nl.strohalm.cyclos.controls.settings.EditMessageSettingForm
 
setHasSubject(boolean) - Method in class nl.strohalm.cyclos.controls.settings.EditMessageSettingForm
 
setHeaderLines(Integer) - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.CSVFileMapping
 
setHeaderLines(int) - Method in class nl.strohalm.cyclos.utils.csv.CSVReader
 
setHeight(int) - Method in class nl.strohalm.cyclos.utils.Dimensions
 
setHelpFile(String) - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
sets the help file.
setHibernateCustomFieldHandler(HibernateCustomFieldHandler) - Method in class nl.strohalm.cyclos.dao.accounts.guarantees.GuaranteeDAOImpl
 
setHibernateCustomFieldHandler(HibernateCustomFieldHandler) - Method in class nl.strohalm.cyclos.dao.accounts.loans.LoanDAOImpl
 
setHibernateCustomFieldHandler(HibernateCustomFieldHandler) - Method in class nl.strohalm.cyclos.dao.accounts.loans.LoanGroupDAOImpl
 
setHibernateCustomFieldHandler(HibernateCustomFieldHandler) - Method in class nl.strohalm.cyclos.dao.accounts.loans.LoanPaymentDAOImpl
 
setHibernateCustomFieldHandler(HibernateCustomFieldHandler) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.TransferDAOImpl
 
setHibernateCustomFieldHandler(HibernateCustomFieldHandler) - Method in class nl.strohalm.cyclos.dao.ads.AdDAOImpl
 
setHibernateCustomFieldHandler(HibernateCustomFieldHandler) - Method in class nl.strohalm.cyclos.dao.members.ElementDAOImpl
 
setHibernateCustomFieldHandler(HibernateCustomFieldHandler) - Method in class nl.strohalm.cyclos.dao.members.MemberRecordDAOImpl
 
setHibernateCustomFieldHandler(HibernateCustomFieldHandler) - Method in class nl.strohalm.cyclos.dao.members.PendingMemberDAOImpl
 
setHibernateQueryHandler(HibernateQueryHandler) - Method in class nl.strohalm.cyclos.dao.BaseDAOImpl
 
setHibernateQueryHandler(HibernateQueryHandler) - Method in class nl.strohalm.cyclos.dao.FetchDAOImpl
 
setHidden(boolean) - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberCustomFieldValue
 
setHidden(boolean) - Method in class nl.strohalm.cyclos.webservices.model.RegistrationFieldValueVO
 
setHideAuthorizationRelated(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanQuery
 
setHideEmail(boolean) - Method in class nl.strohalm.cyclos.entities.members.Member
 
setHideEmail(boolean) - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
setHideWhenNoCreditLimit(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.MemberGroupAccountSettings
 
setHighPrecision(LocalSettings.Precision) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setHistory(List<Version>) - Method in class nl.strohalm.cyclos.setup.VersionHistory
 
setHistoryDate(Calendar) - Method in class nl.strohalm.cyclos.entities.ads.AdQuery
 
setHostname(String) - Method in class nl.strohalm.cyclos.entities.services.ServiceClient
 
setHour(Byte) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
setHour(Byte) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeQuery
 
setHtml(boolean) - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
setHtml(boolean) - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
setHtml(boolean) - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
setHtml(boolean) - Method in class nl.strohalm.cyclos.services.elements.SendMessageDTO
 
setHtml(boolean) - Method in class nl.strohalm.cyclos.taglibs.TruncateTag
 
setHtml(boolean) - Method in class nl.strohalm.cyclos.webservices.model.AdVO
 
setId(long) - Method in class nl.strohalm.cyclos.controls.accounts.pos.EditPosForm
 
setId(long) - Method in class nl.strohalm.cyclos.controls.ads.AdForm
 
setId(long) - Method in class nl.strohalm.cyclos.controls.ads.categories.AdCategoryForm
 
setId(long) - Method in class nl.strohalm.cyclos.controls.image.RemoveImageForm
 
setId(long) - Method in class nl.strohalm.cyclos.controls.members.adinterests.EditAdInterestForm
 
setId(Long) - Method in class nl.strohalm.cyclos.controls.members.brokering.DefaultBrokerCommissionsAction.DefaultBrokerCommissionDTO
 
setId(long) - Method in class nl.strohalm.cyclos.controls.members.contacts.ContactForm
 
setId(Long) - Method in class nl.strohalm.cyclos.controls.members.printsettings.EditReceiptPrinterSettingsForm
 
setId(Long) - Method in class nl.strohalm.cyclos.controls.members.printsettings.RemoveReceiptPrinterSettingsForm
 
setId(Long) - Method in class nl.strohalm.cyclos.controls.mobile.MobileConfirmAccountForm
 
setId(Long) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalAccountDetailsVO
 
setId(Long) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentAwaitingFeedbackDTO
 
setId(Long) - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
setId(Long) - Method in class nl.strohalm.cyclos.entities.ads.AdCategoryWithCounterVO
 
setId(Long) - Method in class nl.strohalm.cyclos.entities.customization.documents.DocumentQuery
 
setId(long) - Method in class nl.strohalm.cyclos.entities.customization.images.ImageCaptionDTO
 
setId(Long) - Method in class nl.strohalm.cyclos.entities.Entity
Set the id
setId(Long) - Method in class nl.strohalm.cyclos.webservices.members.MemberRegistrationResult
 
setId(Long) - Method in class nl.strohalm.cyclos.webservices.members.UpdateMemberParameters
 
setId(Long) - Method in class nl.strohalm.cyclos.webservices.model.WebServicesEntityVO
 
setIdentifier(String) - Method in class nl.strohalm.cyclos.entities.access.Session
 
setIdleInvoiceExpiration(TimePeriod) - Method in class nl.strohalm.cyclos.entities.settings.AlertSettings
 
setIgnoreDay(boolean) - Method in class nl.strohalm.cyclos.controls.accounts.cards.SearchCardTypeForm
 
setIgnoreDayInExpirationDate(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardType
 
setIgnoreGroup(boolean) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
setIgnoreManagedBy(boolean) - Method in class nl.strohalm.cyclos.entities.groups.GroupQuery
 
setIgnoreRegistrationValidations(boolean) - Method in class nl.strohalm.cyclos.entities.services.ServiceClient
 
setImage(Blob) - Method in class nl.strohalm.cyclos.entities.customization.images.Image
 
setImageDao(ImageDAO) - Method in class nl.strohalm.cyclos.services.customization.ImageServiceImpl
 
setImageHelper(ImageHelper) - Method in class nl.strohalm.cyclos.webservices.utils.AdHelper
 
setImageHelper(ImageHelper) - Method in class nl.strohalm.cyclos.webservices.utils.MemberHelper
 
setImageId(long) - Method in class nl.strohalm.cyclos.controls.customization.images.RemoveCustomImageForm
 
setImageOnly(boolean) - Method in class nl.strohalm.cyclos.taglibs.ImagesTag
 
setImages(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.image.ImageDetailsForm
 
setImages(String, Object) - Method in class nl.strohalm.cyclos.controls.image.ImageDetailsForm
 
setImages(Collection<AdImage>) - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
setImages(Collection<MemberImage>) - Method in class nl.strohalm.cyclos.entities.members.Member
 
setImages(List<? extends OwneredImage>) - Method in class nl.strohalm.cyclos.taglibs.ImagesTag
 
setImages(List<ImageVO>) - Method in class nl.strohalm.cyclos.webservices.model.AdVO
 
setImages(List<ImageVO>) - Method in class nl.strohalm.cyclos.webservices.model.MemberVO
 
setImageService(ImageService) - Method in class nl.strohalm.cyclos.controls.ads.BaseAdAction
 
setImageService(ImageService) - Method in class nl.strohalm.cyclos.controls.customization.images.CustomImagesAction
 
setImageService(ImageService) - Method in class nl.strohalm.cyclos.controls.customization.images.RemoveCustomImageAction
 
setImageService(ImageService) - Method in class nl.strohalm.cyclos.controls.customization.images.SystemImagesAction
 
setImageService(ImageService) - Method in class nl.strohalm.cyclos.controls.image.ImageDetailsAction
 
setImageService(ImageService) - Method in class nl.strohalm.cyclos.controls.image.RemoveImageAction
 
setImageService(ImageService) - Method in class nl.strohalm.cyclos.controls.members.MemberProfileAction
 
setImageService(ImageService) - Method in class nl.strohalm.cyclos.initializations.ImageInitialization
 
setImageService(ImageService) - Method in class nl.strohalm.cyclos.servlets.ImageByIdServlet
 
setImageService(ImageService) - Method in class nl.strohalm.cyclos.themes.ThemeHandlerImpl
 
setImageServiceLocal(ImageServiceLocal) - Method in class nl.strohalm.cyclos.services.customization.ImageServiceSecurity
 
setImageSize(Integer) - Method in class nl.strohalm.cyclos.entities.customization.images.Image
 
setImport(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.ads.imports.ImportAdsForm
 
setImport(String, Object) - Method in class nl.strohalm.cyclos.controls.ads.imports.ImportAdsForm
 
setImport(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.members.imports.ImportMembersForm
 
setImport(String, Object) - Method in class nl.strohalm.cyclos.controls.members.imports.ImportMembersForm
 
setImport(AdImport) - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
setImport(MemberImport) - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMember
 
setImportedAdCategoryDao(ImportedAdCategoryDAO) - Method in class nl.strohalm.cyclos.services.ads.AdImportServiceImpl
 
setImportedAdDao(ImportedAdDAO) - Method in class nl.strohalm.cyclos.services.ads.AdImportServiceImpl
 
setImportedCategory(ImportedAdCategory) - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
setImportedMember(ImportedMember) - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberCustomFieldValue
 
setImportedMemberDao(ImportedMemberDAO) - Method in class nl.strohalm.cyclos.services.elements.MemberImportServiceImpl
 
setImportedMemberRecordDao(ImportedMemberRecordDAO) - Method in class nl.strohalm.cyclos.services.elements.MemberImportServiceImpl
 
setImportedParent(ImportedAdCategory) - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAdCategory
 
setImportId(long) - Method in class nl.strohalm.cyclos.controls.ads.imports.ImportedAdCategoriesForm
 
setImportId(long) - Method in class nl.strohalm.cyclos.controls.ads.imports.ImportedAdsDetailsForm
 
setImportId(long) - Method in class nl.strohalm.cyclos.controls.ads.imports.ImportedAdsSummaryForm
 
setImportId(long) - Method in class nl.strohalm.cyclos.controls.members.imports.ImportedMembersDetailsForm
 
setImportId(long) - Method in class nl.strohalm.cyclos.controls.members.imports.ImportedMembersSummaryForm
 
setImports(Collection<ExternalTransferImport>) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalAccount
 
setImportType(String) - Method in class nl.strohalm.cyclos.controls.customization.translationMessages.ImportTranslationMessagesForm
 
setIncludeDeleted(boolean) - Method in class nl.strohalm.cyclos.entities.ads.AdQuery
 
setIncludeNoTraders(boolean) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportDTO
 
setInclusiveBegin(boolean) - Method in class nl.strohalm.cyclos.utils.Period
 
setInclusiveEnd(boolean) - Method in class nl.strohalm.cyclos.utils.Period
 
setIncome(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalFinancesQuery
 
setIncomeGraph(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalFinancesQuery
 
setIncomingInvoices(TransactionSummaryVO) - Method in class nl.strohalm.cyclos.services.elements.AccountActivitiesVO
 
setIncomingInvoices(TransactionSummaryVO) - Method in class nl.strohalm.cyclos.services.elements.ActivitiesVO
 
setIncomingTransactions(boolean) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportDTO
 
setIndex(String) - Method in class nl.strohalm.cyclos.controls.admintasks.IndexesForm
 
setIndex(int) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanPayment
 
setIndexed(boolean) - Method in class nl.strohalm.cyclos.entities.customization.fields.AdCustomField
 
setIndexHandler(IndexHandler) - Method in class nl.strohalm.cyclos.dao.IndexedDAOImpl
 
setIndexHandler(IndexHandler) - Method in class nl.strohalm.cyclos.scheduling.SchedulingHandler
 
setIndexHandler(IndexHandler) - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
setIndexHandler(IndexHandler) - Method in class nl.strohalm.cyclos.utils.lucene.IndexOperationRunner
 
setIndexHandler(IndexHandler) - Method in class nl.strohalm.cyclos.utils.lucene.LuceneQueryHandler
 
setIndexing(MemberCustomField.Indexing) - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberCustomField
 
setIndexOperationDao(IndexOperationDAO) - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
setIndexOperationDao(IndexOperationDAO) - Method in class nl.strohalm.cyclos.utils.lucene.IndexHandler
 
setIndexOperationDao(IndexOperationDAO) - Method in class nl.strohalm.cyclos.utils.lucene.IndexOperationRunner
 
setIndexOperationRunner(IndexOperationRunner) - Method in class nl.strohalm.cyclos.services.ads.AdServiceImpl
 
setInfoText(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.members.sms.EditInfoTextForm
 
setInfoText(String, Object) - Method in class nl.strohalm.cyclos.controls.members.sms.EditInfoTextForm
 
setInfoText(boolean) - Method in class nl.strohalm.cyclos.webservices.sms.SendSmsParameters
 
setInfoTextDao(InfoTextDAO) - Method in class nl.strohalm.cyclos.services.infotexts.InfoTextServiceImpl
 
setInfoTextHelper(InfoTextHelper) - Method in class nl.strohalm.cyclos.webservices.infotexts.InfoTextWebServiceImpl
 
setInfoTextId(Long) - Method in class nl.strohalm.cyclos.controls.members.sms.EditInfoTextForm
 
setInfoTextId(long) - Method in class nl.strohalm.cyclos.controls.members.sms.RemoveInfoTextForm
 
setInfoTexts(List<InfoTextVO>) - Method in class nl.strohalm.cyclos.webservices.infotexts.InfoTextResultPage
 
setInfoTextService(InfoTextService) - Method in class nl.strohalm.cyclos.controls.members.sms.EditInfoTextAction
 
setInfoTextService(InfoTextService) - Method in class nl.strohalm.cyclos.controls.members.sms.RemoveInfoTextAction
 
setInfoTextService(InfoTextService) - Method in class nl.strohalm.cyclos.controls.members.sms.SearchInfoTextsAction
 
setInfoTextServiceLocal(InfoTextServiceLocal) - Method in class nl.strohalm.cyclos.services.infotexts.InfoTextServiceSecurity
 
setInfoTextServiceLocal(InfoTextServiceLocal) - Method in class nl.strohalm.cyclos.webservices.infotexts.InfoTextWebServiceImpl
 
setInfoTextServiceLocal(InfoTextServiceLocal) - Method in class nl.strohalm.cyclos.webservices.sms.SmsWebServiceImpl
 
setInitDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.InitializableRateParameters
 
setInitialAmount(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferQuery
 
setInitialAmount(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
setInitialBalance(BigDecimal) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.AccountHistoryDTO
 
setInitialBalance(BigDecimal) - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMember
 
setInitialCredit(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.MemberGroupAccountSettings
 
setInitialCreditTransferType(TransferType) - Method in class nl.strohalm.cyclos.entities.accounts.MemberGroupAccountSettings
 
setInitialCreditTransferType(TransferType) - Method in class nl.strohalm.cyclos.entities.members.imports.MemberImport
 
setInitialDebitTransferType(TransferType) - Method in class nl.strohalm.cyclos.entities.members.imports.MemberImport
 
setInitialGroup(boolean) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
setInitialGroupForRegisteredMembers(MemberGroup) - Method in class nl.strohalm.cyclos.entities.groups.BrokerGroupSettings
 
setInitialGroupShow(String) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
setInitialMonth(Month) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
setInitialMonthYear(Integer) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
setInitialPrice(BigDecimal) - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
setInitialPrice(BigDecimal) - Method in class nl.strohalm.cyclos.entities.members.adInterests.AdInterest
 
setInitialPrice(BigDecimal) - Method in class nl.strohalm.cyclos.webservices.ads.AbstractAdSearchParameters
 
setInitialQuarter(Quarter) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
setInitialQuarterYear(Integer) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
setInitialYear(Integer) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
setInitValue(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.InitializableRateParameters
 
setInline(HttpServletResponse) - Method in class nl.strohalm.cyclos.utils.ResponseHelper
Set the specified response to open inline (no attachment)
setInReplyTo(long) - Method in class nl.strohalm.cyclos.controls.members.messages.SendMessageForm
 
setInReplyTo(Message) - Method in class nl.strohalm.cyclos.services.elements.SendMessageDTO
 
setInstanceHandler(InstanceHandler) - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
setInstanceHandler(InstanceHandler) - Method in class nl.strohalm.cyclos.utils.lucene.IndexOperationRunner
 
setInterest(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.DRateParameters
 
setInterest(BigDecimal) - Method in class nl.strohalm.cyclos.services.accounts.rates.DRatedFeeDTO
 
setInternalName(String) - Method in class nl.strohalm.cyclos.entities.access.Channel
 
setInternalName(String) - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomField
 
setInternalName(String) - Method in class nl.strohalm.cyclos.webservices.model.FieldVO
 
setInvitationMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MailTranslation
 
setInvitationSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MailTranslation
 
setInvocations(int) - Method in class nl.strohalm.cyclos.utils.CacheCleaner
 
setInvoice(Invoice) - Method in class nl.strohalm.cyclos.controls.invoices.SearchInvoicesAction.Entry
 
setInvoice(Invoice) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.MemberAccountFeeLog
 
setInvoice(Invoice) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoicePayment
 
setInvoice(Invoice) - Method in class nl.strohalm.cyclos.entities.customization.fields.PaymentCustomFieldValue
 
setInvoiceAcceptedMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setInvoiceAcceptedSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setInvoiceAcceptedSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setInvoiceCancelledMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setInvoiceCancelledSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setInvoiceCancelledSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setInvoiceDao(InvoiceDAO) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
setInvoiceDeniedMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setInvoiceDeniedSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setInvoiceDeniedSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setInvoiceId(long) - Method in class nl.strohalm.cyclos.controls.invoices.BaseInvoiceForm
 
setInvoiceId(long) - Method in class nl.strohalm.cyclos.controls.invoices.InvoiceDetailsForm
 
setInvoiceMode(AccountFee.InvoiceMode) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
setInvoicePaymentDao(InvoicePaymentDAO) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
setInvoiceReceivedMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setInvoiceReceivedSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setInvoiceReceivedSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setInvoices(Collection<Invoice>) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLog
 
setInvoices(TransactionSummaryVO) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLogDetailsDTO
 
setInvoices(boolean) - Method in class nl.strohalm.cyclos.services.reports.CurrentStateReportParameters
 
setInvoiceService(InvoiceService) - Method in class nl.strohalm.cyclos.controls.invoices.AcceptInvoiceAction
 
setInvoiceService(InvoiceService) - Method in class nl.strohalm.cyclos.controls.invoices.CancelInvoiceAction
 
setInvoiceService(InvoiceService) - Method in class nl.strohalm.cyclos.controls.invoices.DenyInvoiceAction
 
setInvoiceService(InvoiceService) - Method in class nl.strohalm.cyclos.controls.invoices.InvoiceDetailsAction
 
setInvoiceService(InvoiceService) - Method in class nl.strohalm.cyclos.controls.invoices.SearchInvoicesAction
 
setInvoiceService(InvoiceService) - Method in class nl.strohalm.cyclos.controls.invoices.SendInvoiceAction
 
setInvoiceServiceLocal(InvoiceServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.polling.ChargeAccountFeePollingTask
 
setInvoiceServiceLocal(InvoiceServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.tasks.InvoiceAlertScheduledTask
 
setInvoiceServiceLocal(InvoiceServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.tasks.InvoiceExpirationScheduledTask
 
setInvoiceServiceLocal(InvoiceServiceLocal) - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
setInvoiceServiceLocal(InvoiceServiceLocal) - Method in class nl.strohalm.cyclos.services.customization.PaymentCustomFieldServiceImpl
 
setInvoiceServiceLocal(InvoiceServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
setInvoiceServiceLocal(InvoiceServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberServiceImpl
 
setInvoiceServiceLocal(InvoiceServiceLocal) - Method in class nl.strohalm.cyclos.services.reports.CurrentStateReportServiceImpl
 
setInvoiceServiceLocal(InvoiceServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceSecurity
 
setInvoiceServiceLocal(InvoiceServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceSecurity
 
setInvoiceServiceLocal(InvoiceServiceLocal) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceSecurity
 
setInvoiceServiceLocal(InvoiceServiceLocal) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
setInvoicesSummaries(Map<Currency, Map<InvoiceSummaryType, TransactionSummaryVO>>) - Method in class nl.strohalm.cyclos.entities.reports.CurrentStateReportVO
 
setiRate(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.AccountRates
 
setiRate(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
setiRate(BigDecimal) - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesDTO
 
setiRate(BigDecimal) - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesResultDTO
 
setiRate(boolean) - Method in class nl.strohalm.cyclos.services.accounts.rates.WhatRate
 
setiRateParameters(IRateParameters) - Method in class nl.strohalm.cyclos.entities.accounts.Currency
 
setiRateParametersDao(IRateParametersDAO) - Method in class nl.strohalm.cyclos.services.accounts.CurrencyServiceImpl
 
setIssueFee(GuaranteeTypeFeeVO) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType
 
setIssueFeePayer(GuaranteeType.FeePayer) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType
 
setIssueFeeSpec(MapBean) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.CalculateGuaranteeFeeAjaxForm
 
setIssueFeeSpec(GuaranteeFeeVO) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
setIssueFeeTransferType(TransferType) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType
 
setIssuer(Member) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Certification
 
setIssuer(Member) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.CertificationQuery
 
setIssuer(Member) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
setIssuer(Member) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery
 
setIssuer(Member) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationPackDTO
 
setIssuerId(Long) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.AcceptPaymentObligationForm
 
setIssuerId(Long) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.AcceptPaymentObligationPackForm
 
setIssuerId(Long) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.EditPaymentObligationForm
 
setItems(Object) - Method in class nl.strohalm.cyclos.taglibs.PaginationTag
 
setIterateAll() - Method in class nl.strohalm.cyclos.utils.query.QueryParameters
 
setKey(String) - Method in class nl.strohalm.cyclos.controls.members.AcceptRegistrationAgreementForm
 
setKey(String) - Method in class nl.strohalm.cyclos.controls.members.pending.ValidateRegistrationForm
 
setKey(String) - Method in class nl.strohalm.cyclos.entities.alerts.Alert
 
setKey(String) - Method in class nl.strohalm.cyclos.entities.alerts.AlertQuery
 
setKey(String) - Method in class nl.strohalm.cyclos.entities.customization.translationMessages.TranslationMessage
 
setKey(String) - Method in class nl.strohalm.cyclos.entities.customization.translationMessages.TranslationMessageQuery
 
setKey(String) - Method in class nl.strohalm.cyclos.scheduling.polling.PollingTask
 
setKey(String) - Method in class nl.strohalm.cyclos.taglibs.MenuTag
 
setKeyBinder(DataBinder<K>) - Method in class nl.strohalm.cyclos.utils.binding.MapBinder
 
setKeysByProperty(Map<String, String>) - Method in exception nl.strohalm.cyclos.utils.validation.ValidationException
 
setKeywords(String) - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
setKeywords(String) - Method in class nl.strohalm.cyclos.entities.infotexts.InfoTextQuery
 
setKeywords(String) - Method in class nl.strohalm.cyclos.entities.members.adInterests.AdInterest
 
setKeywords(String) - Method in class nl.strohalm.cyclos.entities.members.FullTextElementQuery
 
setKeywords(String) - Method in class nl.strohalm.cyclos.entities.members.messages.MessageQuery
 
setKeywords(String) - Method in class nl.strohalm.cyclos.entities.members.records.AbstractMemberRecordQuery
 
setKeywords(String) - Method in class nl.strohalm.cyclos.webservices.ads.AbstractAdSearchParameters
 
setKeywords(String) - Method in class nl.strohalm.cyclos.webservices.infotexts.InfoTextSearchParameters
 
setKeywords(String) - Method in class nl.strohalm.cyclos.webservices.members.FullTextMemberSearchParameters
 
setLabel(String) - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordType
 
setLabel(String) - Method in class nl.strohalm.cyclos.taglibs.MenuTag
 
setLabel(String) - Method in class nl.strohalm.cyclos.webservices.model.WSPrincipalTypeVO
 
setLanguage(LocalSettings.Language) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setLastAction(ActionMapping) - Method in class nl.strohalm.cyclos.utils.Navigation
 
setLastAds(boolean) - Method in class nl.strohalm.cyclos.controls.ads.SearchAdsForm
 
setLastAds(boolean) - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
setLastClosingDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.Account
 
setLastEmailDate(Calendar) - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
setLastIndexRebuidingTime(Calendar) - Method in class nl.strohalm.cyclos.entities.Application
 
setLastLogin(Calendar) - Method in class nl.strohalm.cyclos.entities.access.User
 
setLastLowUnitsSent(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.MemberAccount
 
setLastModified(Calendar) - Method in class nl.strohalm.cyclos.entities.customization.binaryfiles.BinaryFile
 
setLastModified(Calendar) - Method in class nl.strohalm.cyclos.entities.customization.files.File
 
setLastModified(Calendar) - Method in class nl.strohalm.cyclos.entities.customization.images.Image
 
setLastModified(Calendar) - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecord
 
setLastTransfer(Transfer) - Method in class nl.strohalm.cyclos.entities.accounts.AccountRates
 
setLayout(MemberRecordType.Layout) - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordType
 
setLength(int) - Method in class nl.strohalm.cyclos.taglibs.TruncateTag
 
setLengthConstraint(RangeConstraint) - Method in class nl.strohalm.cyclos.entities.customization.fields.Validation
 
setLevel(Integer) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.AuthorizationLevel
 
setLevel(AuthorizationLevel) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorization
 
setLevel(int) - Method in class nl.strohalm.cyclos.entities.ads.AdCategoryWithCounterVO
 
setLevel(Reference.Level) - Method in class nl.strohalm.cyclos.entities.members.Reference
 
setLevel(Reference.Level) - Method in class nl.strohalm.cyclos.entities.members.ReferenceHistoryLog
 
setLevel(int) - Method in class nl.strohalm.cyclos.webservices.model.DetailedAdCategoryVO
 
setLimited(Boolean) - Method in class nl.strohalm.cyclos.services.accounts.SystemAccountTypeQuery
 
setLimitPerType(Map<? extends AccountType, BigDecimal>) - Method in class nl.strohalm.cyclos.services.accounts.CreditLimitDTO
 
setLineNumber(Integer) - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
setLineNumber(Integer) - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAdQuery
 
setLineNumber(Integer) - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMember
 
setLineNumber(Integer) - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMemberQuery
 
setLines(int) - Method in class nl.strohalm.cyclos.taglibs.TruncateTag
 
setLinkedCustomFields(Collection<PaymentCustomField>) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
setLinkedTransferTypes(Collection<TransferType>) - Method in class nl.strohalm.cyclos.entities.customization.fields.PaymentCustomField
 
setLinkGenerator(LinkGenerator) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceImpl
 
setLinkGenerator(LinkGenerator) - Method in class nl.strohalm.cyclos.utils.MailHandler
 
setLinkGenerator(LinkGenerator) - Method in class nl.strohalm.cyclos.utils.notifications.AdminNotificationHandlerImpl
 
setListAccess(PaymentCustomField.Access) - Method in class nl.strohalm.cyclos.entities.customization.fields.PaymentCustomField
 
setListOnly(String) - Method in class nl.strohalm.cyclos.controls.accounts.cards.CardForm
 
setLoan(String[]) - Method in class nl.strohalm.cyclos.controls.accounts.external.process.ProcessExternalTransfersForm
 
setLoan(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.loans.GrantLoanForm
 
setLoan(String, Object) - Method in class nl.strohalm.cyclos.controls.loans.GrantLoanForm
 
setLoan(Loan) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
setLoan(Loan) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanPayment
 
setLoan(Loan) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanPaymentQuery
 
setLoan(LoanParameters) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
setLoan(Loan) - Method in class nl.strohalm.cyclos.services.accounts.external.ProcessExternalTransferDTO
 
setLoan(Loan) - Method in class nl.strohalm.cyclos.services.transactions.LoanPaymentDetailDTO
 
setLoan(Loan) - Method in class nl.strohalm.cyclos.services.transactions.LoanPaymentDTO
 
setLoanCustomValues(Collection<PaymentCustomFieldValue>) - Method in class nl.strohalm.cyclos.entities.accounts.loans.BaseLoanQuery
 
setLoanDao(LoanDAO) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceImpl
 
setLoanData(boolean) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
setLoanExpirationMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setLoanExpirationSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setLoanExpirationSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setLoanFilter(GuaranteeQuery.LoanFilter) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery
 
setLoanGrantedMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setLoanGrantedSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setLoanGrantedSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setLoanGroup(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.loangroups.EditLoanGroupForm
 
setLoanGroup(String, Object) - Method in class nl.strohalm.cyclos.controls.loangroups.EditLoanGroupForm
 
setLoanGroup(LoanGroup) - Method in class nl.strohalm.cyclos.entities.accounts.loans.BaseLoanQuery
 
setLoanGroup(LoanGroup) - Method in class nl.strohalm.cyclos.entities.accounts.loans.Loan
 
setLoanGroup(LoanGroup) - Method in class nl.strohalm.cyclos.entities.customization.fields.LoanGroupCustomFieldValue
 
setLoanGroup(LoanGroup) - Method in class nl.strohalm.cyclos.services.transactions.GrantLoanDTO
 
setLoanGroupCustomFieldService(LoanGroupCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldAction
 
setLoanGroupCustomFieldService(LoanGroupCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldPossibleValueAction
 
setLoanGroupCustomFieldService(LoanGroupCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.ListCustomFieldsAction
 
setLoanGroupCustomFieldService(LoanGroupCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.MoveCustomFieldPossibleValueAction
 
setLoanGroupCustomFieldService(LoanGroupCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.RemoveCustomFieldAction
 
setLoanGroupCustomFieldService(LoanGroupCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.RemoveCustomFieldPossibleValueAction
 
setLoanGroupCustomFieldService(LoanGroupCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.SearchPossibleValuesAjaxAction
 
setLoanGroupCustomFieldService(LoanGroupCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.SetCustomFieldOrderAction
 
setLoanGroupCustomFieldService(LoanGroupCustomFieldService) - Method in class nl.strohalm.cyclos.controls.loangroups.BaseLoanGroupAction
 
setLoanGroupCustomFieldServiceLocal(LoanGroupCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.services.customization.LoanGroupCustomFieldServiceSecurity
 
setLoanGroupCustomFieldServiceLocal(LoanGroupCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.services.loangroups.LoanGroupServiceImpl
 
setLoanGroupDao(LoanGroupDAO) - Method in class nl.strohalm.cyclos.services.loangroups.LoanGroupServiceImpl
 
setLoanGroupId(long) - Method in class nl.strohalm.cyclos.controls.loangroups.EditLoanGroupForm
 
setLoanGroupId(long) - Method in class nl.strohalm.cyclos.controls.loangroups.LoanGroupMembershipForm
 
setLoanGroupId(long) - Method in class nl.strohalm.cyclos.controls.loangroups.RemoveLoanGroupForm
 
setLoanGroupId(long) - Method in class nl.strohalm.cyclos.controls.loans.ConfirmLoanForm
 
setLoanGroupId(long) - Method in class nl.strohalm.cyclos.controls.loans.GrantLoanForm
 
setLoanGroupId(long) - Method in class nl.strohalm.cyclos.controls.loans.LoanDetailsForm
 
setLoanGroupId(long) - Method in class nl.strohalm.cyclos.controls.loans.SearchLoansForm
 
setLoanGroups(Collection<LoanGroup>) - Method in class nl.strohalm.cyclos.entities.members.Member
 
setLoanGroupService(LoanGroupService) - Method in class nl.strohalm.cyclos.controls.loangroups.BaseLoanGroupAction
 
setLoanGroupService(LoanGroupService) - Method in class nl.strohalm.cyclos.controls.loangroups.BaseLoanGroupMembershipAction
 
setLoanGroupService(LoanGroupService) - Method in class nl.strohalm.cyclos.controls.loangroups.RemoveLoanGroupAction
 
setLoanGroupService(LoanGroupService) - Method in class nl.strohalm.cyclos.controls.loangroups.SearchLoanGroupsAction
 
setLoanGroupService(LoanGroupService) - Method in class nl.strohalm.cyclos.controls.loans.ConfirmLoanAction
 
setLoanGroupService(LoanGroupService) - Method in class nl.strohalm.cyclos.controls.loans.GrantLoanAction
 
setLoanGroupService(LoanGroupService) - Method in class nl.strohalm.cyclos.controls.loans.SearchLoanPaymentsAction
 
setLoanGroupService(LoanGroupService) - Method in class nl.strohalm.cyclos.controls.loans.SearchLoansAction
 
setLoanGroupService(LoanGroupService) - Method in class nl.strohalm.cyclos.controls.members.loangroups.MemberLoanGroupsAction
 
setLoanGroupService(LoanGroupService) - Method in class nl.strohalm.cyclos.utils.LoginHelper
 
setLoanGroupServiceLocal(LoanGroupServiceLocal) - Method in class nl.strohalm.cyclos.services.customization.LoanGroupCustomFieldServiceSecurity
 
setLoanGroupServiceLocal(LoanGroupServiceLocal) - Method in class nl.strohalm.cyclos.services.loangroups.LoanGroupServiceSecurity
 
setLoanId(long) - Method in class nl.strohalm.cyclos.controls.loans.LoanDetailsForm
 
setLoanPayment(LoanPayment) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanRepaymentAmountsDTO
 
setLoanPayment(LoanPayment) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
setLoanPayment(LoanPayment) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
setLoanPayment(LoanPayment) - Method in class nl.strohalm.cyclos.services.transactions.LoanPaymentDTO
 
setLoanPayment(LoanPayment) - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
setLoanPaymentDao(LoanPaymentDAO) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceImpl
 
setLoanPaymentId(long) - Method in class nl.strohalm.cyclos.controls.loans.LoanDetailsForm
 
setLoans(Collection<Loan>) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanGroup
 
setLoans(boolean) - Method in class nl.strohalm.cyclos.services.reports.CurrentStateReportParameters
 
setLoanSearchAccess(MemberCustomField.Access) - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberCustomField
 
setLoanService(LoanService) - Method in class nl.strohalm.cyclos.controls.accounts.external.process.ExternalTransferToProcessVOIterator
 
setLoanService(LoanService) - Method in class nl.strohalm.cyclos.controls.loans.CalculateLoanPaymentsAjaxAction
 
setLoanService(LoanService) - Method in class nl.strohalm.cyclos.controls.loans.ConfirmLoanAction
 
setLoanService(LoanService) - Method in class nl.strohalm.cyclos.controls.loans.ExportLoanPaymentsToCsvAction
 
setLoanService(LoanService) - Method in class nl.strohalm.cyclos.controls.loans.ExportLoansToCsvAction
 
setLoanService(LoanService) - Method in class nl.strohalm.cyclos.controls.loans.GrantLoanAction
 
setLoanService(LoanService) - Method in class nl.strohalm.cyclos.controls.loans.LoanDetailsAction
 
setLoanService(LoanService) - Method in class nl.strohalm.cyclos.controls.loans.SearchLoanPaymentsAction
 
setLoanService(LoanService) - Method in class nl.strohalm.cyclos.controls.loans.SearchLoansAction
 
setLoanService(LoanService) - Method in class nl.strohalm.cyclos.controls.members.brokering.PrintBrokeringsAction
 
setLoanServiceLocal(LoanServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.tasks.LoanExpirationScheduledTask
 
setLoanServiceLocal(LoanServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferServiceImpl
 
setLoanServiceLocal(LoanServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
setLoanServiceLocal(LoanServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.MemberAccountHandler
 
setLoanServiceLocal(LoanServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
setLoanServiceLocal(LoanServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberServiceImpl
 
setLoanServiceLocal(LoanServiceLocal) - Method in class nl.strohalm.cyclos.services.reports.CurrentStateReportServiceImpl
 
setLoanServiceLocal(LoanServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.BaseLoanHandler
 
setLoanServiceLocal(LoanServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceSecurity
 
setLoansToDiscard(List<Loan>) - Method in class nl.strohalm.cyclos.controls.accounts.external.process.ExternalTransferToProcessVO
 
setLoanTransfer(Boolean) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
setLoanTransferType(TransferType) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType
 
setLocale(Locale) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setLocale(Locale) - Method in class nl.strohalm.cyclos.setup.Setup
 
setLocalSettingsHandler(SettingsHandler<LocalSettings, LocalSettingsChangeListener>) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
setLockHandlerFactory(LockHandlerFactory) - Method in class nl.strohalm.cyclos.services.elements.MemberServiceImpl
 
setLockHandlerFactory(LockHandlerFactory) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
setLockHandlerFactory(LockHandlerFactory) - Method in class nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceImpl
 
setLogFormatter(LogFormatter) - Method in class nl.strohalm.cyclos.utils.logging.LoggingHandlerImpl
 
setLoggedMember(Member) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery
 
setLoggedMember(Member) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligationQuery
 
setLoggedUser(User) - Method in class nl.strohalm.cyclos.entities.alerts.ErrorLogEntry
 
setLoggingHandler(LoggingHandler) - Method in class nl.strohalm.cyclos.scheduling.polling.ChargeAccountFeePollingTask
 
setLoggingHandler(LoggingHandler) - Method in class nl.strohalm.cyclos.scheduling.SchedulingHandler
 
setLoggingHandler(LoggingHandler) - Method in class nl.strohalm.cyclos.scheduling.tasks.BaseScheduledTask
 
setLoggingHandler(LoggingHandler) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
setLoggingHandler(LoggingHandler) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
setLoggingHandler(LoggingHandler) - Method in class nl.strohalm.cyclos.struts.CyclosRequestProcessor
 
setLoggingHandler(LoggingHandler) - Method in class nl.strohalm.cyclos.webservices.interceptor.TraceInterceptor
 
setLoggingHandler(LoggingHandler) - Method in class nl.strohalm.cyclos.webservices.utils.WebServiceHelper
 
setLoginBlockedMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setLoginBlockedSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setLoginBlockedSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setLoginHelper(LoginHelper) - Method in class nl.strohalm.cyclos.controls.access.ExternalLoginAction
 
setLoginHelper(LoginHelper) - Method in class nl.strohalm.cyclos.controls.access.LoginAction
 
setLoginHelper(LoginHelper) - Method in class nl.strohalm.cyclos.controls.BaseAction
 
setLoginHelper(LoginHelper) - Method in class nl.strohalm.cyclos.controls.mobile.MobileBaseAction
 
setLoginHelper(LoginHelper) - Method in class nl.strohalm.cyclos.controls.mobile.MobileLoginAction
 
setLoginHistory(Collection<LoginHistoryLog>) - Method in class nl.strohalm.cyclos.entities.access.User
 
setLoginHistoryDao(LoginHistoryDAO) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
setLoginHistoryDao(LoginHistoryDAO) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceImpl
 
setLoginPageName(String) - Method in class nl.strohalm.cyclos.entities.groups.Group
 
setLoginPageName(String) - Method in class nl.strohalm.cyclos.entities.groups.GroupFilter
 
setLoginPassword(String) - Method in class nl.strohalm.cyclos.webservices.members.RegisterMemberParameters
 
setLoginTimes(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalActivityQuery
 
setLoginTimesGraph(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalActivityQuery
 
setLoginTimesTopten(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalActivityQuery
 
setLogs(Collection<CardLog>) - Method in class nl.strohalm.cyclos.entities.accounts.cards.Card
 
setLogs(Collection<AccountFeeLog>) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
setLogs(Collection<CertificationLog>) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Certification
 
setLogs(Collection<GuaranteeLog>) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
setLogs(Collection<PaymentObligationLog>) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligation
 
setLogs(List<SmsLog>) - Method in class nl.strohalm.cyclos.entities.sms.SmsLogReportVO
 
setLogSettingsHandler(SettingsHandler<LogSettings, LogSettingsChangeListener>) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
setLowUnits(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.MemberGroupAccountSettings
 
setLowUnitsMessage(String) - Method in class nl.strohalm.cyclos.entities.accounts.MemberGroupAccountSettings
 
setLowUnitsMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setLowUnitsSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setLowUnitsSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setLuceneQueryHandler(LuceneQueryHandler) - Method in class nl.strohalm.cyclos.dao.IndexedDAOImpl
 
setMailError(MailSendingException) - Static method in class nl.strohalm.cyclos.utils.transaction.CurrentTransactionData
Sets the current mail sending error
setMailHandler(MailHandler) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
setMailHandler(MailHandler) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
setMailHandler(MailHandler) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceImpl
 
setMailHandler(MailHandler) - Method in class nl.strohalm.cyclos.utils.notifications.AdminNotificationHandlerImpl
 
setMailingTypes(Collection<SmsMailingType>) - Method in class nl.strohalm.cyclos.entities.sms.SmsLogReportQuery
 
setMailSettingsHandler(SettingsHandler<MailSettings, MailSettingsChangeListener>) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
setMailTranslationHandler(SettingsHandler<MailTranslation, MailTranslationChangeListener>) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
setMailValidationMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MailTranslation
 
setMailValidationSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MailTranslation
 
setMaintainPastSettings(boolean) - Method in class nl.strohalm.cyclos.services.accounts.rates.ReinitializeRatesDTO
 
setManagedBy(AdminGroup) - Method in class nl.strohalm.cyclos.entities.accounts.pos.PosQuery
 
setManagedBy(AdminGroup) - Method in class nl.strohalm.cyclos.entities.groups.GroupQuery
 
setManagedByGroups(Collection<AdminGroup>) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
setManagedMemberGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.CertificationQuery
 
setManagedMemberGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery
 
setManagedMemberGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligationQuery
 
setManagedMemberGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContractQuery
 
setManageGroups(Set<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.services.ServiceClient
 
setManagesGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.groups.AdminGroup
 
setManagesGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
setManualPassword(boolean) - Method in class nl.strohalm.cyclos.controls.elements.CreateElementForm
 
setMappings(Map<String, DataBinder<?>>) - Method in class nl.strohalm.cyclos.utils.binding.BeanBinder
 
setMax(Integer) - Method in class nl.strohalm.cyclos.utils.RangeConstraint
 
setMaxAdDescriptionSize(int) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
setMaxAdImagesPerMember(int) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
setMaxAdPublicationTime(TimePeriod) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
setMaxAdsPerMember(int) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
setMaxAjaxResults(int) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setMaxAmountPerDay(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
setMaxAmountPerDayByTransferType(Map<TransferType, BigDecimal>) - Method in class nl.strohalm.cyclos.entities.groups.OperatorGroup
 
setMaxChargebackTime(TimePeriod) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setMaxCount(Integer) - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokeringCommissionStatus
 
setMaxFilesPerLog(int) - Method in class nl.strohalm.cyclos.entities.settings.LogSettings
 
setMaxFixedValue(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
setMaxImageHeight(int) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setMaxImagesPerMember(int) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
setMaxImageWidth(int) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setMaximumDataPoints(int) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalService
sets the maximum number of datapoints which the user can request.
setMaximumDataPoints(int) - Method in class nl.strohalm.cyclos.services.stats.StatisticalServiceImpl
 
setMaximumDataPoints(int) - Method in class nl.strohalm.cyclos.services.stats.StatisticalServiceSecurity
 
setMaxIteratorResults(int) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setMaxLengthPerFile(int) - Method in class nl.strohalm.cyclos.entities.settings.LogSettings
 
setMaxLengthPerFileUnits(FileUnits) - Method in class nl.strohalm.cyclos.entities.settings.LogSettings
 
setMaxMember(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalTaxesQuery
 
setMaxMemberGraph(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalTaxesQuery
 
setMaxPageResults(int) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setMaxPasswordWrongTries(int) - Method in class nl.strohalm.cyclos.entities.groups.BasicGroupSettings
 
setMaxPercentageValue(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
setMaxPinWrongTries(int) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
setMaxPosSchedulingPayments(int) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
setMaxPublishDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligation
 
setMaxScheduledPayments(boolean) - Method in class nl.strohalm.cyclos.controls.members.SearchMembersAjaxForm
 
setMaxSchedulingPayments(Integer) - Method in class nl.strohalm.cyclos.entities.accounts.pos.MemberPos
 
setMaxSchedulingPayments(int) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
setMaxSchedulingPayments(int) - Method in class nl.strohalm.cyclos.webservices.model.PosInitializationVO
 
setMaxSchedulingPeriod(TimePeriod) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
setMaxSecurityCodeTries(int) - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardType
 
setMaxSmsThreads(int) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceImpl
 
setMaxThreads(int) - Method in class nl.strohalm.cyclos.utils.MailHandler
 
setMaxThreads(int) - Method in class nl.strohalm.cyclos.utils.paymentrequest.PaymentRequestHandlerImpl
 
setMaxThumbnailHeight(int) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setMaxThumbnailWidth(int) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setMaxTransactionPasswordTriesMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setMaxTransactionPasswordTriesSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setMaxTransactionPasswordTriesSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setMaxTransactionPasswordWrongTries(int) - Method in class nl.strohalm.cyclos.entities.groups.BasicGroupSettings
 
setMaxUploadSize(int) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setMaxUploadUnits(FileUnits) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setMaxWidth(Integer) - Method in class nl.strohalm.cyclos.taglibs.MultiDropDownTag
 
setMedianPerMember(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalTaxesQuery
 
setMedianPerMemberGraph(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalTaxesQuery
 
setMember(String) - Method in class nl.strohalm.cyclos.controls.access.LoginForm
 
setMember(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.members.CreateMemberForm
 
setMember(String, Object) - Method in class nl.strohalm.cyclos.controls.members.CreateMemberForm
 
setMember(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.members.MemberProfileForm
 
setMember(String, Object) - Method in class nl.strohalm.cyclos.controls.members.MemberProfileForm
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.access.SessionQuery
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardQuery
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransfer
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferQuery
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.MemberAccountFeeLog
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.MemberAccountFeeLogQuery
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.accounts.loans.BaseLoanQuery
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanGroupQuery
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.accounts.MemberAccount
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.accounts.pos.MemberPos
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.accounts.pos.PosQuery
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPaymentQuery
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorizationQuery
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransfersAwaitingAuthorizationQuery
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.alerts.AlertQuery
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.alerts.MemberAlert
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.customization.documents.DocumentQuery
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.customization.documents.MemberDocument
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberCustomFieldValue
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.customization.fields.OperatorCustomField
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.customization.images.MemberImage
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.groups.GroupQuery
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.groups.OperatorGroup
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.members.adInterests.AdInterest
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContractQuery
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.members.FullTextOperatorQuery
 
setMember(ImportedMember) - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMemberRecord
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.members.MemberTransactionSummaryReportData
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.members.Operator
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.members.OperatorQuery
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.members.PaymentsAwaitingFeedbackQuery
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.members.preferences.NotificationPreference
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.members.printsettings.ReceiptPrinterSettings
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.members.RegistrationAgreementLog
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.reports.MembersReportVO
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.services.ServiceClient
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.sms.MemberSmsStatus
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.sms.SmsLogQuery
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.sms.SmsMailing
 
setMember(Member) - Method in class nl.strohalm.cyclos.entities.sms.SmsMailingQuery
 
setMember(Member) - Method in class nl.strohalm.cyclos.services.elements.ChangeBrokerDTO
 
setMember(Member) - Method in class nl.strohalm.cyclos.services.transactions.GrantLoanDTO
 
setMember(MemberVO) - Method in class nl.strohalm.cyclos.webservices.external.sms.SendSmsSenderParameters
 
setMember(MemberVO) - Method in class nl.strohalm.cyclos.webservices.model.AccountHistoryTransferVO
 
setMemberAccountFeeLogDao(MemberAccountFeeLogDAO) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceImpl
 
setMemberAccountHandler(MemberAccountHandler) - Method in class nl.strohalm.cyclos.scheduling.polling.AccountActivationPollingTask
 
setMemberAccountHandler(MemberAccountHandler) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
setMemberAccountHandler(MemberAccountHandler) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
setMemberAccountInformation(boolean) - Method in class nl.strohalm.cyclos.services.reports.CurrentStateReportParameters
 
setMemberAccountType(MemberAccountType) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalAccount
 
setMemberAccountType(MemberAccountType) - Method in class nl.strohalm.cyclos.entities.groups.GroupQuery
 
setMemberAccountTypesBalance(Map<MemberAccountType, BigDecimal>) - Method in class nl.strohalm.cyclos.entities.reports.CurrentStateReportVO
 
setMemberAddress(String) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.WebShopTicket
 
setMemberAddress(String) - Method in class nl.strohalm.cyclos.webservices.model.WebShopTicketVO
 
setMemberAlert(MemberAlert.Alerts) - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreferenceQuery
 
setMemberAlerts(Set<MemberAlert.Alerts>) - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreference
 
setMemberAlerts(int) - Method in class nl.strohalm.cyclos.services.application.ApplicationStatusVO
 
setMemberCanHide(boolean) - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberCustomField
 
setMemberChargebackTTs(Collection<TransferType>) - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
setMemberCustomFieldService(MemberCustomFieldService) - Method in class nl.strohalm.cyclos.controls.accounts.cards.ExportCardsToCsvAction
 
setMemberCustomFieldService(MemberCustomFieldService) - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.EditFieldMappingAction
 
setMemberCustomFieldService(MemberCustomFieldService) - Method in class nl.strohalm.cyclos.controls.ads.SearchAdsAction
 
setMemberCustomFieldService(MemberCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.documents.ViewDynamicDocumentAction
 
setMemberCustomFieldService(MemberCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldAction
 
setMemberCustomFieldService(MemberCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldPossibleValueAction
 
setMemberCustomFieldService(MemberCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.ListCustomFieldsAction
 
setMemberCustomFieldService(MemberCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.MoveCustomFieldPossibleValueAction
 
setMemberCustomFieldService(MemberCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.RemoveCustomFieldAction
 
setMemberCustomFieldService(MemberCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.RemoveCustomFieldPossibleValueAction
 
setMemberCustomFieldService(MemberCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.SearchPossibleValuesAjaxAction
 
setMemberCustomFieldService(MemberCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.SetCustomFieldOrderAction
 
setMemberCustomFieldService(MemberCustomFieldService) - Method in class nl.strohalm.cyclos.controls.loans.SearchLoanPaymentsAction
 
setMemberCustomFieldService(MemberCustomFieldService) - Method in class nl.strohalm.cyclos.controls.loans.SearchLoansAction
 
setMemberCustomFieldService(MemberCustomFieldService) - Method in class nl.strohalm.cyclos.controls.members.brokering.PrintBrokeringsAction
 
setMemberCustomFieldService(MemberCustomFieldService) - Method in class nl.strohalm.cyclos.controls.members.CreateMemberAction
 
setMemberCustomFieldService(MemberCustomFieldService) - Method in class nl.strohalm.cyclos.controls.members.ExportMembersToCsvAction
 
setMemberCustomFieldService(MemberCustomFieldService) - Method in class nl.strohalm.cyclos.controls.members.MemberProfileAction
 
setMemberCustomFieldService(MemberCustomFieldService) - Method in class nl.strohalm.cyclos.controls.members.pending.ExportPendingMembersToCsvAction
 
setMemberCustomFieldService(MemberCustomFieldService) - Method in class nl.strohalm.cyclos.controls.members.pending.PendingMemberProfileAction
 
setMemberCustomFieldService(MemberCustomFieldService) - Method in class nl.strohalm.cyclos.controls.members.pending.SearchPendingMembersAction
 
setMemberCustomFieldService(MemberCustomFieldService) - Method in class nl.strohalm.cyclos.controls.members.PublicCreateMemberAction
 
setMemberCustomFieldService(MemberCustomFieldService) - Method in class nl.strohalm.cyclos.controls.members.SearchMembersAction
 
setMemberCustomFieldServiceLocal(MemberCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.services.access.ChannelServiceImpl
 
setMemberCustomFieldServiceLocal(MemberCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferServiceImpl
 
setMemberCustomFieldServiceLocal(MemberCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.services.customization.MemberCustomFieldServiceSecurity
 
setMemberCustomFieldServiceLocal(MemberCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
setMemberCustomFieldServiceLocal(MemberCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberImportServiceImpl
 
setMemberCustomFieldServiceLocal(MemberCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
setMemberCustomFieldServiceLocal(MemberCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.services.settings.LocalSettingsHandler
 
setMemberCustomFieldServiceLocal(MemberCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.webservices.fields.FieldWebServiceImpl
 
setMemberCustomFieldServiceLocal(MemberCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.webservices.members.MemberWebServiceImpl
 
setMemberCustomFieldServiceLocal(MemberCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.webservices.payments.PaymentWebServiceImpl
 
setMemberCustomFieldServiceLocal(MemberCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.webservices.utils.AdHelper
 
setMemberCustomFieldServiceLocal(MemberCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.webservices.utils.MemberHelper
 
setMemberCustomFieldServiceLocal(MemberCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.webservices.utils.TicketHelper
 
setMemberCustomValues(Collection<MemberCustomFieldValue>) - Method in class nl.strohalm.cyclos.entities.accounts.loans.BaseLoanQuery
 
setMemberField(MemberCustomField) - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.FieldMapping
 
setMemberFields(List<FieldValueVO>) - Method in class nl.strohalm.cyclos.webservices.ads.AbstractAdSearchParameters
 
setMemberFieldValue(String, String) - Method in class nl.strohalm.cyclos.utils.transactionimport.TransactionImportDTO
 
setMemberFieldValues(Map<String, String>) - Method in class nl.strohalm.cyclos.utils.transactionimport.TransactionImportDTO
 
setMemberGroup(MemberGroup) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFeeQuery
 
setMemberGroup(MemberGroup) - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
setMemberGroup(MemberGroup) - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreferenceQuery
 
setMemberGroupAccountSettingsDao(MemberGroupAccountSettingsDAO) - Method in class nl.strohalm.cyclos.services.accounts.MemberAccountHandler
 
setMemberGroupAccountSettingsDao(MemberGroupAccountSettingsDAO) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
setMemberGroupId(String[]) - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.SearchAccountTypesAjaxForm
 
setMemberGroupIds(List<Long>) - Method in class nl.strohalm.cyclos.webservices.ads.AbstractAdSearchParameters
 
setMemberGroupInformation(boolean) - Method in class nl.strohalm.cyclos.services.reports.CurrentStateReportParameters
 
setMemberGroups(String[]) - Method in class nl.strohalm.cyclos.controls.accounts.paymentfilters.SearchPaymentFiltersAjaxForm
 
setMemberGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportDTO
 
setMemberGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilterQuery
 
setMemberGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.members.MembersTransactionsReportParameters
 
setMemberGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.sms.SmsLogReportQuery
 
setMemberGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.services.reports.CurrentStateReportParameters
 
setMemberHelper(MemberHelper) - Method in class nl.strohalm.cyclos.webservices.access.AccessWebServiceImpl
 
setMemberHelper(MemberHelper) - Method in class nl.strohalm.cyclos.webservices.accounts.AccountWebServiceImpl
 
setMemberHelper(MemberHelper) - Method in class nl.strohalm.cyclos.webservices.members.MemberWebServiceImpl
 
setMemberHelper(MemberHelper) - Method in class nl.strohalm.cyclos.webservices.payments.PaymentWebServiceImpl
 
setMemberHelper(MemberHelper) - Method in class nl.strohalm.cyclos.webservices.pos.PosWebServiceImpl
 
setMemberHelper(MemberHelper) - Method in class nl.strohalm.cyclos.webservices.sms.SmsWebServiceImpl
 
setMemberHelper(MemberHelper) - Method in class nl.strohalm.cyclos.webservices.utils.AccountHelper
 
setMemberHelper(MemberHelper) - Method in class nl.strohalm.cyclos.webservices.utils.AdHelper
 
setMemberHelper(MemberHelper) - Method in class nl.strohalm.cyclos.webservices.utils.PaymentHelper
 
setMemberHelper(MemberHelper) - Method in class nl.strohalm.cyclos.webservices.utils.TicketHelper
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.access.channels.ChangePinForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.access.channels.ManageExternalAccessForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.access.channels.SelectChannelsForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.access.channels.UnblockPinForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.accounts.cards.CardForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.accounts.cards.SearchCardsForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.accounts.cards.UpdateCardForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.accounts.details.AccountHistoryForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.accounts.details.AccountOverviewForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.accounts.details.SearchScheduledPaymentsForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.accounts.details.SearchTransferAuthorizationsForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.accounts.details.ViewTransactionForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.accounts.pos.EditPosForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.ads.AdForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.ads.MemberAdsForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.customization.documents.EditMemberDocumentForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.customization.documents.ViewDocumentForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.invoices.BaseInvoiceForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.invoices.InvoiceDetailsForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.invoices.SearchInvoicesForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.loangroups.EditLoanGroupForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.loangroups.LoanGroupMembershipForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.loans.ConfirmLoanForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.loans.GrantLoanForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.loans.LoanDetailsForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.loans.SearchLoansForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.members.activities.ActivitiesForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.members.adinterests.EditAdInterestForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.members.brokering.ChangeBrokerForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.members.brokering.EditBrokerCommissionContractForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.members.brokering.ListBrokerCommissionContractsForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.members.brokering.ListBrokeringsForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.members.brokering.RemoveBrokerCommissionContractForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.members.brokering.SearchBrokerCommissionContractsForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.members.ChangeMemberGroupForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.members.contacts.AddContactForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.members.creditlimit.EditCreditLimitForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.members.documents.SelectDocumentForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.members.loangroups.MemberLoanGroupsForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.members.MemberProfileForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.members.preferences.NotificationPreferenceForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.members.records.EditMemberRecordForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.members.records.SearchMemberRecordsForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.members.references.EditReferenceForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.members.references.MemberReferencesForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.members.references.RemoveReferenceForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.members.RemoveMemberForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.members.sms.SearchSmsLogsForm
 
setMemberId(long) - Method in class nl.strohalm.cyclos.controls.payments.conversionsimulation.SimulateConversionForm
 
setMemberId(Long) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentAwaitingFeedbackDTO
 
setMemberId(Long) - Method in class nl.strohalm.cyclos.entities.members.MemberTransactionSummaryVO
 
setMemberId(Long) - Method in class nl.strohalm.cyclos.utils.transactionimport.TransactionImportDTO
 
setMemberId(Long) - Method in class nl.strohalm.cyclos.webservices.ads.AbstractAdSearchParameters
 
setMemberImport(MemberImport) - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMemberQuery
 
setMemberImportDao(MemberImportDAO) - Method in class nl.strohalm.cyclos.services.elements.MemberImportServiceImpl
 
setMemberImportService(MemberImportService) - Method in class nl.strohalm.cyclos.controls.members.imports.ImportedMembersDetailsAction
 
setMemberImportService(MemberImportService) - Method in class nl.strohalm.cyclos.controls.members.imports.ImportedMembersSummaryAction
 
setMemberImportService(MemberImportService) - Method in class nl.strohalm.cyclos.controls.members.imports.ImportMembersAction
 
setMemberImportServiceLocal(MemberImportServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.tasks.PurgeOldImportsScheduledTask
 
setMemberImportServiceLocal(MemberImportServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberImportServiceSecurity
 
setMemberName(boolean) - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
setMemberName(boolean) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportDTO
 
setMemberName(String) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentAwaitingFeedbackDTO
 
setMemberNotificationHandler(MemberNotificationHandler) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
setMemberNotificationHandler(MemberNotificationHandler) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.CertificationServiceImpl
 
setMemberNotificationHandler(MemberNotificationHandler) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
setMemberNotificationHandler(MemberNotificationHandler) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceImpl
 
setMemberNotificationHandler(MemberNotificationHandler) - Method in class nl.strohalm.cyclos.services.accounts.pos.MemberPosServiceImpl
 
setMemberNotificationHandler(MemberNotificationHandler) - Method in class nl.strohalm.cyclos.services.ads.AdServiceImpl
 
setMemberNotificationHandler(MemberNotificationHandler) - Method in class nl.strohalm.cyclos.services.elements.BrokeringServiceImpl
 
setMemberNotificationHandler(MemberNotificationHandler) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
setMemberNotificationHandler(MemberNotificationHandler) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
setMemberNotificationHandler(MemberNotificationHandler) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceImpl
 
setMemberNotificationHandler(MemberNotificationHandler) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
setMemberNotificationHandler(MemberNotificationHandler) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceImpl
 
setMemberNotificationHandler(MemberNotificationHandler) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
setMemberNotificationHandler(MemberNotificationHandler) - Method in class nl.strohalm.cyclos.services.transactions.TicketServiceImpl
 
setMemberNotificationHandler(MemberNotificationHandler) - Method in class nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceImpl
 
setMemberPayment(boolean) - Method in class nl.strohalm.cyclos.services.elements.QuickAccessVO
 
setMemberPos(MemberPos) - Method in class nl.strohalm.cyclos.entities.access.WrongCredentialAttempt
 
setMemberPos(MemberPos) - Method in class nl.strohalm.cyclos.entities.accounts.pos.Pos
 
setMemberPosDao(MemberPosDAO) - Method in class nl.strohalm.cyclos.services.accounts.pos.MemberPosServiceImpl
 
setMemberPosDao(MemberPosDAO) - Method in class nl.strohalm.cyclos.services.accounts.pos.PosServiceImpl
 
setMemberPosService(MemberPosService) - Method in class nl.strohalm.cyclos.controls.accounts.pos.EditPosAction
 
setMemberPosServiceLocal(MemberPosServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.pos.MemberPosServiceSecurity
 
setMemberPosServiceLocal(MemberPosServiceLocal) - Method in class nl.strohalm.cyclos.webservices.interceptor.PosInterceptor
 
setMemberPosServiceLocal(MemberPosServiceLocal) - Method in class nl.strohalm.cyclos.webservices.pos.PosWebServiceImpl
 
setMemberPosStatus(MemberPos.Status) - Method in class nl.strohalm.cyclos.entities.accounts.pos.PosLog
 
setMemberRecord(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.members.records.EditMemberRecordForm
 
setMemberRecord(String, Object) - Method in class nl.strohalm.cyclos.controls.members.records.EditMemberRecordForm
 
setMemberRecord(MemberRecord) - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberRecordCustomFieldValue
 
setMemberRecord(ImportedMemberRecord) - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMemberRecordCustomFieldValue
 
setMemberRecordCustomFieldService(MemberRecordCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldAction
 
setMemberRecordCustomFieldService(MemberRecordCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldPossibleValueAction
 
setMemberRecordCustomFieldService(MemberRecordCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.MoveCustomFieldPossibleValueAction
 
setMemberRecordCustomFieldService(MemberRecordCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.RemoveCustomFieldAction
 
setMemberRecordCustomFieldService(MemberRecordCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.RemoveCustomFieldPossibleValueAction
 
setMemberRecordCustomFieldService(MemberRecordCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.SearchPossibleValuesAjaxAction
 
setMemberRecordCustomFieldService(MemberRecordCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.SetCustomFieldOrderAction
 
setMemberRecordCustomFieldService(MemberRecordCustomFieldService) - Method in class nl.strohalm.cyclos.controls.members.records.EditMemberRecordAction
 
setMemberRecordCustomFieldService(MemberRecordCustomFieldService) - Method in class nl.strohalm.cyclos.controls.members.records.ExportMemberRecordsToCsvAction
 
setMemberRecordCustomFieldService(MemberRecordCustomFieldService) - Method in class nl.strohalm.cyclos.controls.members.records.SearchMemberRecordsAction
 
setMemberRecordCustomFieldServiceLocal(MemberRecordCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.services.customization.MemberRecordCustomFieldServiceSecurity
 
setMemberRecordCustomFieldServiceLocal(MemberRecordCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberImportServiceImpl
 
setMemberRecordCustomFieldServiceLocal(MemberRecordCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordServiceImpl
 
setMemberRecordDao(MemberRecordDAO) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordServiceImpl
 
setMemberRecordId(long) - Method in class nl.strohalm.cyclos.controls.members.records.EditMemberRecordForm
 
setMemberRecordId(long) - Method in class nl.strohalm.cyclos.controls.members.records.RemoveMemberRecordForm
 
setMemberRecords(Collection<MemberRecord>) - Method in class nl.strohalm.cyclos.entities.members.Element
 
setMemberRecordService(MemberRecordService) - Method in class nl.strohalm.cyclos.controls.admins.AdminProfileAction
 
setMemberRecordService(MemberRecordService) - Method in class nl.strohalm.cyclos.controls.members.MemberProfileAction
 
setMemberRecordService(MemberRecordService) - Method in class nl.strohalm.cyclos.controls.members.records.EditMemberRecordAction
 
setMemberRecordService(MemberRecordService) - Method in class nl.strohalm.cyclos.controls.members.records.ExportMemberRecordsToCsvAction
 
setMemberRecordService(MemberRecordService) - Method in class nl.strohalm.cyclos.controls.members.records.RemoveMemberRecordAction
 
setMemberRecordService(MemberRecordService) - Method in class nl.strohalm.cyclos.controls.members.records.SearchMemberRecordsAction
 
setMemberRecordServiceLocal(MemberRecordServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberImportServiceImpl
 
setMemberRecordServiceLocal(MemberRecordServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordServiceSecurity
 
setMemberRecordType(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.members.records.EditMemberRecordTypeForm
 
setMemberRecordType(String, Object) - Method in class nl.strohalm.cyclos.controls.members.records.EditMemberRecordTypeForm
 
setMemberRecordType(MemberRecordType) - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberRecordCustomField
 
setMemberRecordTypeDao(MemberRecordTypeDAO) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordTypeServiceImpl
 
setMemberRecordTypeDao(MemberRecordTypeDAO) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
setMemberRecordTypeId(long) - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldForm
 
setMemberRecordTypeId(long) - Method in class nl.strohalm.cyclos.controls.customization.fields.RemoveCustomFieldForm
 
setMemberRecordTypeId(long) - Method in class nl.strohalm.cyclos.controls.customization.fields.SetCustomFieldOrderForm
 
setMemberRecordTypeId(long) - Method in class nl.strohalm.cyclos.controls.members.records.EditMemberRecordForm
 
setMemberRecordTypeId(long) - Method in class nl.strohalm.cyclos.controls.members.records.EditMemberRecordTypeForm
 
setMemberRecordTypeId(long) - Method in class nl.strohalm.cyclos.controls.members.records.RemoveMemberRecordTypeForm
 
setMemberRecordTypes(Collection<MemberRecordType>) - Method in class nl.strohalm.cyclos.entities.groups.Group
 
setMemberRecordTypeService(MemberRecordTypeService) - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldAction
 
setMemberRecordTypeService(MemberRecordTypeService) - Method in class nl.strohalm.cyclos.controls.customization.fields.SetCustomFieldOrderAction
 
setMemberRecordTypeService(MemberRecordTypeService) - Method in class nl.strohalm.cyclos.controls.members.records.EditMemberRecordAction
 
setMemberRecordTypeService(MemberRecordTypeService) - Method in class nl.strohalm.cyclos.controls.members.records.EditMemberRecordTypeAction
 
setMemberRecordTypeService(MemberRecordTypeService) - Method in class nl.strohalm.cyclos.controls.members.records.ExportMemberRecordsToCsvAction
 
setMemberRecordTypeService(MemberRecordTypeService) - Method in class nl.strohalm.cyclos.controls.members.records.ListMemberRecordTypesAction
 
setMemberRecordTypeService(MemberRecordTypeService) - Method in class nl.strohalm.cyclos.controls.members.records.RemoveMemberRecordTypeAction
 
setMemberRecordTypeService(MemberRecordTypeService) - Method in class nl.strohalm.cyclos.controls.members.records.SearchMemberRecordsAction
 
setMemberRecordTypeService(MemberRecordTypeService) - Method in class nl.strohalm.cyclos.utils.LoginHelper
 
setMemberRecordTypeServiceLocal(MemberRecordTypeServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberImportServiceImpl
 
setMemberRecordTypeServiceLocal(MemberRecordTypeServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordServiceImpl
 
setMemberRecordTypeServiceLocal(MemberRecordTypeServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordServiceSecurity
 
setMemberRecordTypeServiceLocal(MemberRecordTypeServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordTypeServiceSecurity
 
setMemberRecordTypeServiceLocal(MemberRecordTypeServiceLocal) - Method in class nl.strohalm.cyclos.services.permissions.PermissionCatalogHandlerImpl
 
setMemberResultDisplay(LocalSettings.MemberResultDisplay) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setMembers(Collection<Member>) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanGroup
 
setMembers(Collection<ImportedMember>) - Method in class nl.strohalm.cyclos.entities.members.imports.MemberImport
 
setMembers(List<MemberVO>) - Method in class nl.strohalm.cyclos.webservices.members.MemberResultPage
 
setMemberSearchAccess(MemberCustomField.Access) - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberCustomField
 
setMemberService(MemberService) - Method in class nl.strohalm.cyclos.controls.general.HomeAction
 
setMemberService(MemberService) - Method in class nl.strohalm.cyclos.controls.members.activities.ActivitiesAction
 
setMemberService(MemberService) - Method in class nl.strohalm.cyclos.controls.members.ChangeMemberGroupAction
 
setMemberService(MemberService) - Method in class nl.strohalm.cyclos.controls.members.preferences.NotificationPreferenceAction
 
setMemberServiceLocal(MemberServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
setMemberServiceLocal(MemberServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberServiceSecurity
 
setMemberServiceLocal(MemberServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceImpl
 
setMemberServiceLocal(MemberServiceLocal) - Method in class nl.strohalm.cyclos.services.preferences.PreferenceServiceImpl
 
setMemberServiceLocal(MemberServiceLocal) - Method in class nl.strohalm.cyclos.services.reports.CurrentStateReportServiceImpl
 
setMemberServiceLocal(MemberServiceLocal) - Method in class nl.strohalm.cyclos.services.sms.SmsMailingServiceImpl
 
setMemberSettings(MemberGroupSettings) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
setMembersListReport(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportForm
 
setMembersListReport(String, Object) - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportForm
 
setMemberSmsStatusDao(MemberSmsStatusDAO) - Method in class nl.strohalm.cyclos.services.elements.MemberServiceImpl
 
setMembersNotified(Boolean) - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
setMembersNotified(boolean) - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
setMembersTransactionsReport(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportForm
 
setMembersTransactionsReport(String, Object) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportForm
 
setMemberTimeout(TimePeriod) - Method in class nl.strohalm.cyclos.entities.settings.AccessSettings
 
setMemberToMemberTTs(Collection<TransferType>) - Method in class nl.strohalm.cyclos.services.groups.MemberGroupPermissionsDTO
 
setMemberToMemberTTs(Collection<TransferType>) - Method in class nl.strohalm.cyclos.services.groups.OperatorGroupPermissionsDTO
 
setMemberToSystemTTs(Collection<TransferType>) - Method in class nl.strohalm.cyclos.services.groups.MemberGroupPermissionsDTO
 
setMemberToSystemTTs(Collection<TransferType>) - Method in class nl.strohalm.cyclos.services.groups.OperatorGroupPermissionsDTO
 
setMemberUsername(String) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentAwaitingFeedbackDTO
 
setMemberUsername(String) - Method in class nl.strohalm.cyclos.utils.transactionimport.TransactionImportDTO
 
setMemberValues(Collection<MemberCustomFieldValue>) - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
setMessage(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.customization.translationMessages.EditTranslationMessageForm
 
setMessage(String, Object) - Method in class nl.strohalm.cyclos.controls.customization.translationMessages.EditTranslationMessageForm
 
setMessage(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.members.messages.SendMessageForm
 
setMessage(String, Object) - Method in class nl.strohalm.cyclos.controls.members.messages.SendMessageForm
 
setMessage(boolean) - Method in class nl.strohalm.cyclos.entities.members.preferences.NotificationPreference
 
setMessage(String) - Method in class nl.strohalm.cyclos.utils.logging.WebServiceLogDTO
 
setMessageBox(MessageBox) - Method in class nl.strohalm.cyclos.entities.members.messages.MessageQuery
 
setMessageCategories(Collection<MessageCategory>) - Method in class nl.strohalm.cyclos.entities.groups.SystemGroup
 
setMessageCategories(Set<MessageCategory>) - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreference
 
setMessageCategories(Collection<MessageCategory>) - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
setMessageCategories(Collection<MessageCategory>) - Method in class nl.strohalm.cyclos.services.groups.SystemGroupPermissionsDTO
 
setMessageCategory(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.members.messages.EditMessageCategoryForm
 
setMessageCategory(String, Object) - Method in class nl.strohalm.cyclos.controls.members.messages.EditMessageCategoryForm
 
setMessageCategory(MessageCategory) - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreferenceQuery
 
setMessageCategoryDao(MessageCategoryDAO) - Method in class nl.strohalm.cyclos.services.elements.MessageCategoryServiceImpl
 
setMessageCategoryId(long) - Method in class nl.strohalm.cyclos.controls.members.messages.EditMessageCategoryForm
 
setMessageCategoryId(long) - Method in class nl.strohalm.cyclos.controls.members.messages.RemoveMessageCategoryForm
 
setMessageCategoryService(MessageCategoryService) - Method in class nl.strohalm.cyclos.controls.members.messages.EditMessageCategoryAction
 
setMessageCategoryService(MessageCategoryService) - Method in class nl.strohalm.cyclos.controls.members.messages.ListMessageCategoriesAction
 
setMessageCategoryService(MessageCategoryService) - Method in class nl.strohalm.cyclos.controls.members.messages.RemoveMessageCategoryAction
 
setMessageCategoryService(MessageCategoryService) - Method in class nl.strohalm.cyclos.controls.members.messages.SearchMessageCategoriesAjaxAction
 
setMessageCategoryService(MessageCategoryService) - Method in class nl.strohalm.cyclos.controls.members.messages.SendMessageAction
 
setMessageCategoryServiceLocal(MessageCategoryServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MessageCategoryServiceSecurity
 
setMessageCategoryServiceLocal(MessageCategoryServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceSecurity
 
setMessageCategoryServiceLocal(MessageCategoryServiceLocal) - Method in class nl.strohalm.cyclos.services.permissions.PermissionCatalogHandlerImpl
 
setMessageDao(MessageDAO) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceImpl
 
setMessageFormat(TextFormat) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setMessageHelper(MessageHelper) - Method in class nl.strohalm.cyclos.controls.BaseAction
 
setMessageHelper(MessageHelper) - Method in class nl.strohalm.cyclos.controls.BasePublicAction
 
setMessageHelper(MessageHelper) - Method in class nl.strohalm.cyclos.controls.mobile.MobileBaseAction
 
setMessageHelper(MessageHelper) - Method in class nl.strohalm.cyclos.controls.mobile.MobileLoginAction
 
setMessageHelper(MessageHelper) - Method in class nl.strohalm.cyclos.http.RequestProcessingFilter
 
setMessageHelper(MessageHelper) - Method in class nl.strohalm.cyclos.utils.LinkGeneratorImpl
 
setMessageHelper(MessageHelper) - Method in class nl.strohalm.cyclos.utils.MessageResolverImpl
 
setMessageHelper(MessageHelper) - Method in class nl.strohalm.cyclos.utils.ResponseHelper
 
setMessageId(long) - Method in class nl.strohalm.cyclos.controls.customization.translationMessages.EditTranslationMessageForm
 
setMessageId(Long[]) - Method in class nl.strohalm.cyclos.controls.members.messages.ChangeMessageStatusForm
 
setMessageId(long) - Method in class nl.strohalm.cyclos.controls.members.messages.ViewMessageForm
 
setMessageIds(Long[]) - Method in class nl.strohalm.cyclos.controls.customization.translationMessages.RemoveTranslationMessagesForm
 
setMessageMailSubjectPrefix(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setMessageMailSuffixHtml(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setMessageMailSuffixPlain(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setMessageResolver(MessageResolver) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardTypeServiceImpl
 
setMessageResolver(MessageResolver) - Method in class nl.strohalm.cyclos.services.accounts.external.filemapping.FieldMappingServiceImpl
 
setMessageResolver(MessageResolver) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
setMessageResolver(MessageResolver) - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
setMessageResolver(MessageResolver) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
setMessageResolver(MessageResolver) - Method in class nl.strohalm.cyclos.services.infotexts.InfoTextServiceImpl
 
setMessageResolver(MessageResolver) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
setMessageResolver(MessageResolver) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
setMessageResolver(MessageResolver) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceImpl
 
setMessageResolver(MessageResolver) - Method in class nl.strohalm.cyclos.utils.lucene.IndexOperationRunner
 
setMessageResolver(MessageResolver) - Method in class nl.strohalm.cyclos.utils.MailHandler
 
setMessageResolver(MessageResolver) - Method in class nl.strohalm.cyclos.utils.MessageHelper
 
setMessageResolver(MessageResolver) - Method in class nl.strohalm.cyclos.utils.notifications.AdminNotificationHandlerImpl
 
setMessageResolver(MessageResolver) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
setMessageResolver(MessageResolver) - Method in class nl.strohalm.cyclos.webservices.interceptor.CustomFaultInterceptor
 
setMessageResolver(MessageResolver) - Method in class nl.strohalm.cyclos.webservices.pos.PosWebServiceImpl
 
setMessageResources(CyclosMessageResources) - Method in class nl.strohalm.cyclos.initializations.StrutsInitialization
 
setMessageResources(CyclosMessageResources) - Method in class nl.strohalm.cyclos.utils.MessageHelper
 
setMessageService(MessageService) - Method in class nl.strohalm.cyclos.controls.members.messages.ChangeMessageStatusAction
 
setMessageService(MessageService) - Method in class nl.strohalm.cyclos.controls.members.messages.SearchMessagesAction
 
setMessageService(MessageService) - Method in class nl.strohalm.cyclos.controls.members.messages.SendMessageAction
 
setMessageService(MessageService) - Method in class nl.strohalm.cyclos.controls.members.messages.ViewMessageAction
 
setMessageServiceLocal(MessageServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.polling.AdInterestsNotificationPollingTask
 
setMessageServiceLocal(MessageServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.polling.BulkMessageSendingPollingTask
 
setMessageServiceLocal(MessageServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.polling.SmsMailingSendingPollingTask
 
setMessageServiceLocal(MessageServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.tasks.PurgeOldMessagesOnTrashScheduledTask
 
setMessageServiceLocal(MessageServiceLocal) - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
setMessageServiceLocal(MessageServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberServiceImpl
 
setMessageServiceLocal(MessageServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceSecurity
 
setMessageServiceLocal(MessageServiceLocal) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
setMessageServiceLocal(MessageServiceLocal) - Method in class nl.strohalm.cyclos.webservices.sms.SmsWebServiceImpl
 
setMessageSettingsHandler(SettingsHandler<MessageSettings, MessageSettingsChangeListener>) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
setMessagesSent(int) - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
setMessageType(Message.Type) - Method in class nl.strohalm.cyclos.entities.sms.SmsLog
 
setMessageType(Message.Type) - Method in class nl.strohalm.cyclos.services.elements.SendSmsDTO
 
setMessageTypes(Collection<Message.Type>) - Method in class nl.strohalm.cyclos.entities.sms.SmsLogReportQuery
 
setMethodName(String) - Method in class nl.strohalm.cyclos.utils.logging.WebServiceLogDTO
 
setMigrationsByDataBase(Map<String, List<Class<Migration>>>) - Method in class nl.strohalm.cyclos.setup.Version
 
setMin(Integer) - Method in class nl.strohalm.cyclos.utils.RangeConstraint
 
setMinimalD(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.DRateParameters
 
setMinimalD(BigDecimal) - Method in class nl.strohalm.cyclos.services.accounts.rates.DRatedFeeDTO
 
setMinWidth(Integer) - Method in class nl.strohalm.cyclos.taglibs.MultiDropDownTag
 
setModel(GuaranteeType.Model) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType
 
setModels(Collection<GuaranteeType.Model>) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeTypeQuery
 
setModifiedBy(Element) - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecord
 
setModifyAdminRecordTypes(Collection<MemberRecordType>) - Method in class nl.strohalm.cyclos.entities.groups.AdminGroup
 
setModifyAdminRecordTypes(Collection<MemberRecordType>) - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
setModifyMemberRecordTypes(Collection<MemberRecordType>) - Method in class nl.strohalm.cyclos.entities.groups.AdminGroup
 
setModifyMemberRecordTypes(Collection<MemberRecordType>) - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
setModule(Module) - Method in class nl.strohalm.cyclos.taglibs.MenuTag
 
setMonth(int) - Method in class nl.strohalm.cyclos.services.stats.general.KeyDevelopmentsStatsPerMonthVO
 
setMonthlyInterest(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanParameters
 
setMonthlyInterestRepaymentType(TransferType) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanParameters
 
setMultiPaymentHandler(LoanHandler) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceImpl
 
setMultipleValues(String) - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldPossibleValueForm
 
setMyAds(boolean) - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
setName(String) - Method in class nl.strohalm.cyclos.controls.customization.images.SystemImagesForm
 
setName(String) - Method in class nl.strohalm.cyclos.controls.members.SearchAdminsAjaxForm
 
setName(String) - Method in class nl.strohalm.cyclos.controls.members.SearchMembersAjaxForm
 
setName(String) - Method in class nl.strohalm.cyclos.entities.accounts.AccountType
 
setName(String) - Method in class nl.strohalm.cyclos.entities.accounts.AccountTypeQuery
 
setName(String) - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardType
 
setName(String) - Method in class nl.strohalm.cyclos.entities.accounts.Currency
 
setName(String) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalAccount
 
setName(String) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalAccountDetailsVO
 
setName(String) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferType
 
setName(String) - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.FieldMapping
 
setName(String) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
setName(String) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
setName(String) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFeeQuery
 
setName(String) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType
 
setName(String) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanGroup
 
setName(String) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanGroupQuery
 
setName(String) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilter
 
setName(String) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilterQuery
 
setName(String) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
setName(String) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
setName(String) - Method in class nl.strohalm.cyclos.entities.ads.AdCategory
 
setName(String) - Method in class nl.strohalm.cyclos.entities.ads.AdCategoryWithCounterVO
 
setName(String) - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAdCategory
 
setName(String) - Method in class nl.strohalm.cyclos.entities.customization.binaryfiles.BinaryFile
 
setName(String) - Method in class nl.strohalm.cyclos.entities.customization.documents.Document
 
setName(String) - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomField
 
setName(String) - Method in class nl.strohalm.cyclos.entities.customization.files.File
 
setName(String) - Method in class nl.strohalm.cyclos.entities.customization.images.Image
 
setName(String) - Method in class nl.strohalm.cyclos.entities.groups.Group
 
setName(String) - Method in class nl.strohalm.cyclos.entities.groups.GroupFilter
 
setName(String) - Method in class nl.strohalm.cyclos.entities.groups.GroupFilterQuery
 
setName(String) - Method in class nl.strohalm.cyclos.entities.members.BrokeringQuery
 
setName(String) - Method in class nl.strohalm.cyclos.entities.members.Element
 
setName(String) - Method in class nl.strohalm.cyclos.entities.members.ElementQuery
 
setName(String) - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMember
 
setName(String) - Method in class nl.strohalm.cyclos.entities.members.MemberTransactionDetailsReportData
 
setName(String) - Method in class nl.strohalm.cyclos.entities.members.messages.MessageCategory
 
setName(String) - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
setName(String) - Method in class nl.strohalm.cyclos.entities.members.PendingMemberQuery
 
setName(String) - Method in class nl.strohalm.cyclos.entities.members.printsettings.ReceiptPrinterSettings
 
setName(String) - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordType
 
setName(String) - Method in class nl.strohalm.cyclos.entities.members.RegistrationAgreement
 
setName(String) - Method in class nl.strohalm.cyclos.entities.services.ServiceClient
 
setName(String) - Method in class nl.strohalm.cyclos.entities.settings.Setting
 
setName(String) - Method in class nl.strohalm.cyclos.taglibs.AbstractCustomizedFileTag
 
setName(String) - Method in class nl.strohalm.cyclos.taglibs.CustomImageUrlTag
 
setName(String) - Method in class nl.strohalm.cyclos.taglibs.MultiDropDownTag
 
setName(String) - Method in class nl.strohalm.cyclos.taglibs.RichTextAreaTag
 
setName(String) - Method in class nl.strohalm.cyclos.utils.NamedPeriod
 
setName(String) - Method in class nl.strohalm.cyclos.webservices.members.MemberSearchParameters
 
setName(String) - Method in class nl.strohalm.cyclos.webservices.members.RegisterMemberParameters
 
setName(String) - Method in class nl.strohalm.cyclos.webservices.members.UpdateMemberParameters
 
setName(String) - Method in class nl.strohalm.cyclos.webservices.model.AccountTypeVO
 
setName(String) - Method in class nl.strohalm.cyclos.webservices.model.AdCategoryVO
 
setName(String) - Method in class nl.strohalm.cyclos.webservices.model.CurrencyVO
 
setName(String) - Method in class nl.strohalm.cyclos.webservices.model.GroupVO
 
setName(String) - Method in class nl.strohalm.cyclos.webservices.model.MemberVO
 
setName(String) - Method in class nl.strohalm.cyclos.webservices.model.TransferTypeVO
 
setNameOrUsername(String) - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMemberQuery
 
setNature(String) - Method in class nl.strohalm.cyclos.controls.access.ListConnectedUsersForm
 
setNature(String) - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.EditTransactionFeeForm
 
setNature(String) - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.ListGeneratedTypesAjaxForm
 
setNature(String) - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldForm
 
setNature(String) - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldPossibleValueForm
 
setNature(String) - Method in class nl.strohalm.cyclos.controls.customization.fields.ListCustomFieldsForm
 
setNature(String) - Method in class nl.strohalm.cyclos.controls.customization.fields.MoveCustomFieldPossibleValueForm
 
setNature(String) - Method in class nl.strohalm.cyclos.controls.customization.fields.RemoveCustomFieldForm
 
setNature(String) - Method in class nl.strohalm.cyclos.controls.customization.fields.RemoveCustomFieldPossibleValueForm
 
setNature(String) - Method in class nl.strohalm.cyclos.controls.customization.fields.SearchPossibleValuesAjaxForm
 
setNature(String) - Method in class nl.strohalm.cyclos.controls.customization.fields.SetCustomFieldOrderForm
 
setNature(String) - Method in class nl.strohalm.cyclos.controls.customization.images.CustomImagesForm
 
setNature(String) - Method in class nl.strohalm.cyclos.controls.members.references.MemberReferencesForm
 
setNature(TransactionFee.Nature) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFeeQuery
 
setNature(AccountType.Nature) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilterQuery
 
setNature(Ticket.Nature) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TicketQuery
 
setNature(Image.Nature) - Method in class nl.strohalm.cyclos.entities.customization.images.ImageDetailsDTO
 
setNature(Group.Nature) - Method in class nl.strohalm.cyclos.entities.groups.GroupQuery
 
setNature(Reference.Nature) - Method in class nl.strohalm.cyclos.entities.members.ReferenceQuery
 
setNatures(String[]) - Method in class nl.strohalm.cyclos.controls.groups.SearchGroupsAjaxForm
 
setNatures(Collection<Group.Nature>) - Method in class nl.strohalm.cyclos.entities.access.SessionQuery
 
setNatures(Collection<Document.Nature>) - Method in class nl.strohalm.cyclos.entities.customization.documents.DocumentQuery
 
setNatures(Group.Nature...) - Method in class nl.strohalm.cyclos.entities.groups.GroupQuery
 
setNaturesCollection(Collection<Group.Nature>) - Method in class nl.strohalm.cyclos.entities.groups.GroupQuery
 
setNegateAmount(boolean) - Method in class nl.strohalm.cyclos.utils.transactionimport.TransactionImportDTO
 
setNegativeAmountValue(String) - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMappingWithFields
 
setNewBroker(Member) - Method in class nl.strohalm.cyclos.entities.members.remarks.BrokerRemark
 
setNewBroker(Member) - Method in class nl.strohalm.cyclos.services.elements.ChangeBrokerDTO
 
setNewBrokerId(long) - Method in class nl.strohalm.cyclos.controls.members.brokering.ChangeBrokerForm
 
setNewCategories(int) - Method in class nl.strohalm.cyclos.entities.ads.imports.AdImportResult
 
setNewCommissionContractMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setNewCommissionContractSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setNewCommissionContractSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setNewContents(String) - Method in class nl.strohalm.cyclos.entities.customization.files.CustomizedFile
 
setNewCredentials(String) - Method in class nl.strohalm.cyclos.webservices.access.ChangeCredentialsParameters
 
setNewCreditLimits(String[]) - Method in class nl.strohalm.cyclos.controls.members.creditlimit.EditCreditLimitForm
 
setNewCssClasses(List<String>) - Method in class nl.strohalm.cyclos.setup.Version
 
setNewGroup(Group) - Method in class nl.strohalm.cyclos.entities.members.remarks.GroupRemark
 
setNewGroupId(long) - Method in class nl.strohalm.cyclos.controls.elements.ChangeElementGroupForm
 
setNewHelps(List<String>) - Method in class nl.strohalm.cyclos.setup.Version
 
setNewLibraries(List<String>) - Method in class nl.strohalm.cyclos.setup.Version
 
setNewMemberGroup(MemberGroup) - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreferenceQuery
 
setNewMembers(Set<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreference
 
setNewPassword(String) - Method in class nl.strohalm.cyclos.controls.access.ChangePasswordForm
 
setNewPassword(String) - Method in class nl.strohalm.cyclos.services.access.ChangeLoginPasswordDTO
 
setNewPasswordConfirmation(String) - Method in class nl.strohalm.cyclos.controls.access.ChangePasswordForm
 
setNewPasswordConfirmation(String) - Method in class nl.strohalm.cyclos.services.access.ChangeLoginPasswordDTO
 
setNewPayment(HttpSession, DoPaymentDTO) - Static method in class nl.strohalm.cyclos.controls.webshop.WebShopHelper
Sets the new payment DTO
setNewPayments(int) - Method in class nl.strohalm.cyclos.services.elements.MemberStatusVO
 
setNewPendingPayment(TransferType) - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreferenceQuery
 
setNewPendingPaymentByBrokerMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setNewPendingPaymentByBrokerSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setNewPendingPaymentByBrokerSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setNewPendingPaymentByPayerMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setNewPendingPaymentByPayerSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setNewPendingPaymentByPayerSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setNewPendingPaymentByReceiverMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setNewPendingPaymentByReceiverSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setNewPendingPaymentByReceiverSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setNewPendingPayments(Set<TransferType>) - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreference
 
setNewPin(String) - Method in class nl.strohalm.cyclos.controls.access.channels.ChangePinForm
 
setNewPin(String) - Method in class nl.strohalm.cyclos.services.access.ChangePinDTO
 
setNewPinConfirmation(String) - Method in class nl.strohalm.cyclos.controls.access.channels.ChangePinForm
 
setNewPinConfirmation(String) - Method in class nl.strohalm.cyclos.services.access.ChangePinDTO
 
setNewReferences(int) - Method in class nl.strohalm.cyclos.services.elements.MemberStatusVO
 
setNewSetupKeys(List<String>) - Method in class nl.strohalm.cyclos.setup.Version
 
setNewStaticFiles(List<String>) - Method in class nl.strohalm.cyclos.setup.Version
 
setNewTranslationKeys(List<String>) - Method in class nl.strohalm.cyclos.setup.Version
 
setNewUpperCreditLimits(String[]) - Method in class nl.strohalm.cyclos.controls.members.creditlimit.EditCreditLimitForm
 
setNewUsername(String) - Method in class nl.strohalm.cyclos.entities.access.UsernameChangeLog
 
setNewValueId(long) - Method in class nl.strohalm.cyclos.controls.customization.fields.MoveCustomFieldPossibleValueForm
 
setNextAuthorizationLevel(AuthorizationLevel) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
setNoCache(HttpServletResponse) - Method in class nl.strohalm.cyclos.utils.ResponseHelper
Set the response header to use no cache
setNoLoans(Boolean) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanGroupQuery
 
setNotes(String) - Method in class nl.strohalm.cyclos.entities.members.Contact
 
setNotificationPreference(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.members.preferences.NotificationPreferenceForm
 
setNotificationPreference(String, Object) - Method in class nl.strohalm.cyclos.controls.members.preferences.NotificationPreferenceForm
 
setNotificationPreferenceDao(NotificationPreferenceDAO) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
setNotificationPreferenceDao(NotificationPreferenceDAO) - Method in class nl.strohalm.cyclos.services.preferences.PreferenceServiceImpl
 
setNotificationPreferences(Collection<NotificationPreference>) - Method in class nl.strohalm.cyclos.entities.members.Member
 
setNotImportedTypes(List<Setting.Type>) - Method in exception nl.strohalm.cyclos.services.settings.exceptions.SelectedSettingTypeNotInFileException
 
setNotOfMember(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanGroupQuery
 
setNotPaidLimit(int) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalTaxesQuery
 
setNotRelatedToGroup(MemberGroup) - Method in class nl.strohalm.cyclos.services.accounts.MemberAccountTypeQuery
 
setNotRelatedToGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.services.accounts.MemberAccountTypeQuery
 
setNumber(BigInteger) - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardQuery
 
setNumber(Integer) - Method in class nl.strohalm.cyclos.services.transactions.LoanPaymentDetailDTO
 
setNumber(Object) - Method in class nl.strohalm.cyclos.taglibs.FormatTag
 
setNumber(int) - Method in class nl.strohalm.cyclos.utils.TimePeriod
 
setNumber(Integer) - Method in class nl.strohalm.cyclos.webservices.model.TimePeriodVO
 
setNumberActiveAdvertisements(Integer) - Method in class nl.strohalm.cyclos.entities.reports.AdReportVO
 
setNumberActiveMembers(Integer) - Method in class nl.strohalm.cyclos.entities.reports.CurrentStateReportVO
 
setNumberActiveMembersWithAds(Integer) - Method in class nl.strohalm.cyclos.entities.reports.AdReportVO
 
setNumberBrokeredMembers(int) - Method in class nl.strohalm.cyclos.services.elements.ActivitiesVO
 
setNumberExpiredAdvertisements(Integer) - Method in class nl.strohalm.cyclos.entities.reports.AdReportVO
 
setNumberFormat(FileMappingWithFields.NumberFormat) - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMappingWithFields
 
setNumberLocale(LocalSettings.NumberLocale) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setNumberOfAds(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalKeyDevelopmentsQuery
 
setNumberOfAdsGraph(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalKeyDevelopmentsQuery
 
setNumberOfCopies(Integer) - Method in class nl.strohalm.cyclos.entities.accounts.pos.MemberPos
 
setNumberOfCopies(int) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
setNumberOfCopies(int) - Method in class nl.strohalm.cyclos.webservices.model.PosInitializationVO
 
setNumberOfMembers(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalKeyDevelopmentsQuery
 
setNumberOfMembers(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalTaxesQuery
 
setNumberOfMembersGraph(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalKeyDevelopmentsQuery
 
setNumberOfMembersGraph(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalTaxesQuery
 
setNumberOfTransactions(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalKeyDevelopmentsQuery
 
setNumberOfTransactionsGraph(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalKeyDevelopmentsQuery
 
setNumberPermanentAdvertisements(Integer) - Method in class nl.strohalm.cyclos.entities.reports.AdReportVO
 
setNumberScheduledAdvertisements(Integer) - Method in class nl.strohalm.cyclos.entities.reports.AdReportVO
 
setNumberTransactions(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalActivityQuery
 
setNumberTransactionsGraph(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalActivityQuery
 
setNumberTransactionsTopten(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalActivityQuery
 
setNumericPassword(boolean) - Method in class nl.strohalm.cyclos.entities.settings.AccessSettings
 
setOk(boolean) - Method in class nl.strohalm.cyclos.webservices.model.TicketVO
 
setOldBroker(Member) - Method in class nl.strohalm.cyclos.entities.members.remarks.BrokerRemark
 
setOldCredentials(String) - Method in class nl.strohalm.cyclos.webservices.access.ChangeCredentialsParameters
 
setOldGroup(Group) - Method in class nl.strohalm.cyclos.entities.members.remarks.GroupRemark
 
setOldPassword(String) - Method in class nl.strohalm.cyclos.controls.access.ChangePasswordForm
 
setOldPassword(String) - Method in class nl.strohalm.cyclos.services.access.ChangeLoginPasswordDTO
 
setOldValueId(long) - Method in class nl.strohalm.cyclos.controls.customization.fields.MoveCustomFieldPossibleValueForm
 
setOnchange(String) - Method in class nl.strohalm.cyclos.taglibs.MultiDropDownTag
 
setOnClickHandler(String) - Method in class nl.strohalm.cyclos.taglibs.PaginationTag
 
setOnline(boolean) - Method in class nl.strohalm.cyclos.controls.admintasks.SetSystemOnlineForm
 
setOnline(boolean) - Method in class nl.strohalm.cyclos.entities.Application
 
setOnline(boolean) - Method in interface nl.strohalm.cyclos.services.application.ApplicationService
Sets the system offline status
setOnline(boolean) - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
setOnline(boolean) - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceSecurity
 
setOnlyActive(boolean) - Method in class nl.strohalm.cyclos.entities.groups.GroupQuery
 
setOnlyActive(boolean) - Method in class nl.strohalm.cyclos.entities.infotexts.InfoTextQuery
 
setOnlyActive(boolean) - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokeringCommissionStatusQuery
 
setOnlyWithoutBroker(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransfersAwaitingAuthorizationQuery
 
setOnlyWithValidTypes(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferQuery
 
setOpen(boolean) - Method in class nl.strohalm.cyclos.taglibs.MultiDropDownTag
 
setOpenInvoices(TransactionSummaryVO) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLogDetailsDTO
 
setOpenInvoices(int) - Method in class nl.strohalm.cyclos.services.application.ApplicationStatusVO
 
setOpenInvoices(int) - Method in class nl.strohalm.cyclos.services.elements.MemberStatusVO
 
setOpenLoans(int) - Method in class nl.strohalm.cyclos.services.elements.MemberStatusVO
 
setOpenLoansSummary(Map<Currency, TransactionSummaryVO>) - Method in class nl.strohalm.cyclos.entities.reports.CurrentStateReportVO
 
setOperation(String) - Method in class nl.strohalm.cyclos.controls.accounts.cards.CardForm
 
setOperation(String) - Method in class nl.strohalm.cyclos.controls.accounts.pos.EditPosForm
 
setOperations(Collection<Permission>) - Method in class nl.strohalm.cyclos.services.groups.GroupPermissionsDTO
 
setOperationType(IndexOperation.OperationType) - Method in class nl.strohalm.cyclos.entities.IndexOperation
 
setOperator(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.operators.CreateOperatorForm
 
setOperator(String, Object) - Method in class nl.strohalm.cyclos.controls.operators.CreateOperatorForm
 
setOperator(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.operators.OperatorProfileForm
 
setOperator(String, Object) - Method in class nl.strohalm.cyclos.controls.operators.OperatorProfileForm
 
setOperator(HttpServletRequest, HttpServletResponse, boolean) - Static method in class nl.strohalm.cyclos.controls.posweb.PosWebHelper
Sets a cookie in the response, indicating whether the posweb mode is operator or not (member)
setOperator(Operator) - Method in class nl.strohalm.cyclos.entities.customization.fields.OperatorCustomFieldValue
 
setOperatorCustomFieldService(OperatorCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldAction
 
setOperatorCustomFieldService(OperatorCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldPossibleValueAction
 
setOperatorCustomFieldService(OperatorCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.ListCustomFieldsAction
 
setOperatorCustomFieldService(OperatorCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.MoveCustomFieldPossibleValueAction
 
setOperatorCustomFieldService(OperatorCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.RemoveCustomFieldAction
 
setOperatorCustomFieldService(OperatorCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.RemoveCustomFieldPossibleValueAction
 
setOperatorCustomFieldService(OperatorCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.SearchPossibleValuesAjaxAction
 
setOperatorCustomFieldService(OperatorCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.SetCustomFieldOrderAction
 
setOperatorCustomFieldService(OperatorCustomFieldService) - Method in class nl.strohalm.cyclos.controls.operators.CreateOperatorAction
 
setOperatorCustomFieldService(OperatorCustomFieldService) - Method in class nl.strohalm.cyclos.controls.operators.OperatorProfileAction
 
setOperatorCustomFieldServiceLocal(OperatorCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.services.customization.OperatorCustomFieldServiceSecurity
 
setOperatorCustomFieldServiceLocal(OperatorCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
setOperatorCustomFieldServiceLocal(OperatorCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
setOperatorId(long) - Method in class nl.strohalm.cyclos.controls.operators.ChangeOperatorGroupForm
 
setOperatorId(long) - Method in class nl.strohalm.cyclos.controls.operators.OperatorProfileForm
 
setOperatorId(long) - Method in class nl.strohalm.cyclos.controls.operators.RemoveOperatorForm
 
setOrder(int) - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.FieldMapping
 
setOrder(Integer) - Method in class nl.strohalm.cyclos.entities.ads.AdCategory
 
setOrder(Integer) - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomField
 
setOrder(Integer) - Method in class nl.strohalm.cyclos.entities.customization.images.OwneredImage
 
setOrder(LocalSettings.MemberResultDisplay) - Method in class nl.strohalm.cyclos.entities.members.ElementQuery
 
setOrder(LocalSettings.MemberResultDisplay) - Method in class nl.strohalm.cyclos.entities.members.FullTextElementQuery
 
setOrder(int) - Method in class nl.strohalm.cyclos.entities.sms.SmsType
 
setOrder(Long[]) - Method in interface nl.strohalm.cyclos.services.accounts.external.filemapping.FieldMappingService
Set the field mappings order
setOrder(Long[]) - Method in class nl.strohalm.cyclos.services.accounts.external.filemapping.FieldMappingServiceImpl
 
setOrder(Long[]) - Method in class nl.strohalm.cyclos.services.accounts.external.filemapping.FieldMappingServiceSecurity
 
setOrder(Long[]) - Method in interface nl.strohalm.cyclos.services.ads.AdCategoryService
Set the ad category order
setOrder(Long[]) - Method in class nl.strohalm.cyclos.services.ads.AdCategoryServiceImpl
Set ad category order
setOrder(Long[]) - Method in class nl.strohalm.cyclos.services.ads.AdCategoryServiceSecurity
 
setOrder(List<Long>) - Method in class nl.strohalm.cyclos.services.customization.AdCustomFieldServiceSecurity
 
setOrder(List<Long>) - Method in class nl.strohalm.cyclos.services.customization.AdminCustomFieldServiceSecurity
 
setOrder(List<Long>) - Method in interface nl.strohalm.cyclos.services.customization.BaseCustomFieldService
Sets the order for the given fields
setOrder(List<Long>) - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
 
setOrder(List<Long>) - Method in class nl.strohalm.cyclos.services.customization.LoanGroupCustomFieldServiceSecurity
 
setOrder(List<Long>) - Method in class nl.strohalm.cyclos.services.customization.MemberCustomFieldServiceSecurity
 
setOrder(List<Long>) - Method in class nl.strohalm.cyclos.services.customization.MemberRecordCustomFieldServiceSecurity
 
setOrder(List<Long>) - Method in class nl.strohalm.cyclos.services.customization.OperatorCustomFieldServiceSecurity
 
setOrder(List<Long>) - Method in class nl.strohalm.cyclos.services.customization.PaymentCustomFieldServiceSecurity
 
setOrderAlpha(boolean) - Method in class nl.strohalm.cyclos.controls.ads.categories.SetAdCategoryOrderForm
 
setOrderAlphabetically(boolean) - Method in class nl.strohalm.cyclos.entities.ads.AdCategoryQuery
 
setOriginalContents(String) - Method in class nl.strohalm.cyclos.entities.customization.files.CustomizedFile
 
setOriginalTransfer(AccountHistoryTransferVO) - Method in class nl.strohalm.cyclos.webservices.payments.ChargebackResult
 
setOriginalTransferType(TransferType) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
setOriginalTransferType(TransferType) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanParameters
 
setOut(PrintStream) - Static method in class nl.strohalm.cyclos.setup.Setup
 
setOutgoingInvoices(TransactionSummaryVO) - Method in class nl.strohalm.cyclos.services.elements.ActivitiesVO
 
setOutgoingTransactions(boolean) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportDTO
 
setOverview(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalFinancesQuery
 
setOverviewGraph(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalFinancesQuery
 
setOwner(AccountOwner) - Method in class nl.strohalm.cyclos.entities.accounts.AccountQuery
 
setOwner(Member) - Method in class nl.strohalm.cyclos.entities.accounts.cards.Card
 
setOwner(AccountOwner) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceQuery
 
setOwner(AccountOwner) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceSummaryDTO
 
setOwner(AccountOwner) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPaymentQuery
 
setOwner(AccountOwner) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
setOwner(Member) - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
setOwner(Member) - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
setOwner(Member) - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
setOwner(Object) - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAdCustomFieldValue
 
setOwner(Object) - Method in class nl.strohalm.cyclos.entities.customization.fields.AdCustomFieldValue
 
setOwner(Object) - Method in class nl.strohalm.cyclos.entities.customization.fields.AdminCustomFieldValue
 
setOwner(Object) - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomFieldValue
 
setOwner(Object) - Method in class nl.strohalm.cyclos.entities.customization.fields.LoanGroupCustomFieldValue
 
setOwner(Object) - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberCustomFieldValue
 
setOwner(Object) - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberRecordCustomFieldValue
 
setOwner(Object) - Method in class nl.strohalm.cyclos.entities.customization.fields.OperatorCustomFieldValue
 
setOwner(Object) - Method in class nl.strohalm.cyclos.entities.customization.fields.PaymentCustomFieldValue
 
setOwner(Entity) - Method in class nl.strohalm.cyclos.entities.customization.images.AdImage
 
setOwner(Entity) - Method in class nl.strohalm.cyclos.entities.customization.images.ImageDetailsDTO
 
setOwner(Entity) - Method in class nl.strohalm.cyclos.entities.customization.images.MemberImage
 
setOwner(Entity) - Method in class nl.strohalm.cyclos.entities.customization.images.OwneredImage
 
setOwner(Member) - Method in class nl.strohalm.cyclos.entities.members.adInterests.AdInterest
 
setOwner(Member) - Method in class nl.strohalm.cyclos.entities.members.adInterests.AdInterestQuery
 
setOwner(Member) - Method in class nl.strohalm.cyclos.entities.members.Contact
 
setOwner(Object) - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMemberRecordCustomFieldValue
 
setOwner(AccountOwner) - Method in class nl.strohalm.cyclos.services.accounts.AccountDTO
 
setOwner(Member) - Method in class nl.strohalm.cyclos.services.accounts.MemberAccountTypeQuery
 
setOwner(MemberVO) - Method in class nl.strohalm.cyclos.webservices.model.AdVO
 
setOwner(MemberVO) - Method in class nl.strohalm.cyclos.webservices.model.PosInitializationVO
 
setOwnerId(String) - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.SearchAccountTypesAjaxForm
 
setOwnerName(String) - Method in class nl.strohalm.cyclos.entities.accounts.Account
 
setPadLength(int) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings.TransactionNumber
 
setPadLength(int) - Method in class nl.strohalm.cyclos.webservices.model.TransactionNumberVO
 
setPage(String) - Method in class nl.strohalm.cyclos.taglibs.HelpTag
 
setPageContext(PageContext) - Method in class nl.strohalm.cyclos.taglibs.CustomFieldTag
 
setPageContext(PageContext) - Method in class nl.strohalm.cyclos.taglibs.MenuTag
 
setPageContext(PageContext) - Method in class nl.strohalm.cyclos.taglibs.MultiDropDownTag
 
setPageForCount() - Method in class nl.strohalm.cyclos.utils.query.QueryParameters
 
setPageParameters(PageParameters) - Method in class nl.strohalm.cyclos.entities.members.MembersTransactionsReportParameters
 
setPageParameters(PageParameters) - Method in class nl.strohalm.cyclos.utils.query.QueryParameters
 
setPageSize(int) - Method in class nl.strohalm.cyclos.utils.query.PageParameters
 
setPageSize(int) - Method in class nl.strohalm.cyclos.webservices.model.SearchParameters
 
setPaidOrNot(StatisticalTaxesService.PaidOrNot) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalTaxesQuery
 
setPaidSmsExpiration(Calendar) - Method in class nl.strohalm.cyclos.entities.sms.MemberSmsStatus
 
setPaidSmsLeft(int) - Method in class nl.strohalm.cyclos.entities.sms.MemberSmsStatus
 
setParameter(Object) - Method in class nl.strohalm.cyclos.utils.logging.WebServiceLogDTO
 
setParameters(LoanParameters) - Method in class nl.strohalm.cyclos.entities.accounts.loans.Loan
 
setParameters(Map<String, String>) - Method in class nl.strohalm.cyclos.entities.alerts.ErrorLogEntry
 
setParameters(Map<String, String[]>) - Method in class nl.strohalm.cyclos.utils.logging.TraceLogDTO
 
setParameterValues(Properties) - Method in class nl.strohalm.cyclos.utils.hibernate.AbstractEnumType
 
setParent(long) - Method in class nl.strohalm.cyclos.controls.ads.categories.AdCategoryForm
 
setParent(Transfer) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
setParent(Transfer) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
setParent(AdCategory) - Method in class nl.strohalm.cyclos.entities.ads.AdCategory
 
setParent(AdCategory) - Method in class nl.strohalm.cyclos.entities.ads.AdCategoryQuery
 
setParent(AdCategoryWithCounterVO) - Method in class nl.strohalm.cyclos.entities.ads.AdCategoryWithCounterVO
 
setParent(CustomField) - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomField
 
setParent(CustomFieldPossibleValue) - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomFieldPossibleValue
 
setParent(Transfer) - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
setParentValue(CustomFieldPossibleValue) - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomFieldPossibleValueQuery
 
setParentValueId(long) - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldForm
 
setParentValueId(long) - Method in class nl.strohalm.cyclos.controls.customization.fields.SearchPossibleValuesAjaxForm
 
setPassword(String) - Method in class nl.strohalm.cyclos.controls.access.LoginForm
 
setPassword(String) - Method in class nl.strohalm.cyclos.controls.accounts.cards.CardForm
 
setPassword(String) - Method in class nl.strohalm.cyclos.controls.accounts.cards.UpdateCardForm
 
setPassword(String) - Method in class nl.strohalm.cyclos.entities.access.PasswordHistoryLog
 
setPassword(String) - Method in class nl.strohalm.cyclos.entities.access.User
 
setPassword(String) - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMember
 
setPassword(String) - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
setPassword(String) - Method in class nl.strohalm.cyclos.entities.services.ServiceClient
 
setPassword(String) - Method in class nl.strohalm.cyclos.entities.services.ServiceClientQuery
 
setPassword(String) - Method in class nl.strohalm.cyclos.webservices.CyclosWebServicesClientFactory
Sets the service client password
setPasswordBlockedUntil(Calendar) - Method in class nl.strohalm.cyclos.entities.access.User
 
setPasswordDate(Calendar) - Method in class nl.strohalm.cyclos.entities.access.User
 
setPasswordExpiresAfter(TimePeriod) - Method in class nl.strohalm.cyclos.entities.groups.BasicGroupSettings
 
setPasswordGenerated(boolean) - Method in class nl.strohalm.cyclos.entities.access.MemberUser
 
setPasswordHash(Application.PasswordHash) - Method in class nl.strohalm.cyclos.entities.Application
 
setPasswordHistoryLogDao(PasswordHistoryLogDAO) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
setPasswordLength(RangeConstraint) - Method in class nl.strohalm.cyclos.entities.groups.BasicGroupSettings
 
setPasswordPolicy(BasicGroupSettings.PasswordPolicy) - Method in class nl.strohalm.cyclos.entities.groups.BasicGroupSettings
 
setPath(String) - Method in class nl.strohalm.cyclos.controls.customization.files.GetDirectoryContentsAjaxForm
 
setPath(String) - Method in class nl.strohalm.cyclos.controls.general.RedirectFromMessageForm
 
setPath(String) - Method in class nl.strohalm.cyclos.entities.alerts.ErrorLogEntry
 
setPath(String) - Method in class nl.strohalm.cyclos.utils.binding.DataBinder
 
setPath(String) - Method in class nl.strohalm.cyclos.utils.logging.TraceLogDTO
 
setPattern(String) - Method in class nl.strohalm.cyclos.entities.accounts.Currency
 
setPattern(String) - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomField
 
setPattern(String) - Method in class nl.strohalm.cyclos.webservices.model.CurrencyVO
 
setPayer(String) - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.ListGeneratedTypesAjaxForm
 
setPayer(TransactionFee.Subject) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
setPayment(Payment) - Method in class nl.strohalm.cyclos.controls.posweb.SearchTransactionsAction.Entry
 
setPayment(Payment) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
setPayment(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType.Context
 
setPayment(Payment) - Method in class nl.strohalm.cyclos.entities.members.TransactionFeedback
 
setPayment(Payment) - Method in class nl.strohalm.cyclos.services.transactions.BulkPaymentResult
 
setPaymentAdditionalMessage(String) - Method in class nl.strohalm.cyclos.entities.members.printsettings.ReceiptPrinterSettings
 
setPaymentCount(String) - Method in class nl.strohalm.cyclos.controls.loans.CalculateLoanPaymentsAjaxForm
 
setPaymentCount(String) - Method in class nl.strohalm.cyclos.controls.payments.CalculatePaymentsAjaxForm
 
setPaymentCount(String) - Method in class nl.strohalm.cyclos.controls.posweb.ReceivePaymentForm
 
setPaymentCount(Integer) - Method in class nl.strohalm.cyclos.services.transactions.GrantLoanWithInterestDTO
 
setPaymentCount(int) - Method in class nl.strohalm.cyclos.services.transactions.ProjectionDTO
 
setPaymentCustomFieldService(PaymentCustomFieldService) - Method in class nl.strohalm.cyclos.controls.accounts.details.AccountHistoryAction
 
setPaymentCustomFieldService(PaymentCustomFieldService) - Method in class nl.strohalm.cyclos.controls.accounts.details.ExportTransactionsToCsvAction
 
setPaymentCustomFieldService(PaymentCustomFieldService) - Method in class nl.strohalm.cyclos.controls.accounts.details.ViewScheduledPaymentAction
 
setPaymentCustomFieldService(PaymentCustomFieldService) - Method in class nl.strohalm.cyclos.controls.accounts.details.ViewTransactionAction
 
setPaymentCustomFieldService(PaymentCustomFieldService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.AuthorizeGuaranteeAction
 
setPaymentCustomFieldService(PaymentCustomFieldService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.GuaranteeDetailsAction
 
setPaymentCustomFieldService(PaymentCustomFieldService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.RegisterGuaranteeAction
 
setPaymentCustomFieldService(PaymentCustomFieldService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.SearchGuaranteesAction
 
setPaymentCustomFieldService(PaymentCustomFieldService) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.EditTransferTypeAction
 
setPaymentCustomFieldService(PaymentCustomFieldService) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.PaymentCustomFieldsAjaxAction
 
setPaymentCustomFieldService(PaymentCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldAction
 
setPaymentCustomFieldService(PaymentCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldPossibleValueAction
 
setPaymentCustomFieldService(PaymentCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.LinkPaymentCustomFieldAction
 
setPaymentCustomFieldService(PaymentCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.MoveCustomFieldPossibleValueAction
 
setPaymentCustomFieldService(PaymentCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.RemoveCustomFieldAction
 
setPaymentCustomFieldService(PaymentCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.RemoveCustomFieldPossibleValueAction
 
setPaymentCustomFieldService(PaymentCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.SearchPossibleValuesAjaxAction
 
setPaymentCustomFieldService(PaymentCustomFieldService) - Method in class nl.strohalm.cyclos.controls.customization.fields.SetCustomFieldOrderAction
 
setPaymentCustomFieldService(PaymentCustomFieldService) - Method in class nl.strohalm.cyclos.controls.invoices.AcceptInvoiceAction
 
setPaymentCustomFieldService(PaymentCustomFieldService) - Method in class nl.strohalm.cyclos.controls.invoices.InvoiceDetailsAction
 
setPaymentCustomFieldService(PaymentCustomFieldService) - Method in class nl.strohalm.cyclos.controls.loans.ConfirmLoanAction
 
setPaymentCustomFieldService(PaymentCustomFieldService) - Method in class nl.strohalm.cyclos.controls.loans.ExportLoanPaymentsToCsvAction
 
setPaymentCustomFieldService(PaymentCustomFieldService) - Method in class nl.strohalm.cyclos.controls.loans.ExportLoansToCsvAction
 
setPaymentCustomFieldService(PaymentCustomFieldService) - Method in class nl.strohalm.cyclos.controls.loans.LoanDetailsAction
 
setPaymentCustomFieldService(PaymentCustomFieldService) - Method in class nl.strohalm.cyclos.controls.loans.SearchLoanPaymentsAction
 
setPaymentCustomFieldService(PaymentCustomFieldService) - Method in class nl.strohalm.cyclos.controls.loans.SearchLoansAction
 
setPaymentCustomFieldService(PaymentCustomFieldService) - Method in class nl.strohalm.cyclos.controls.payments.ConfirmPaymentAction
 
setPaymentCustomFieldService(PaymentCustomFieldService) - Method in class nl.strohalm.cyclos.controls.posweb.BasePosWebPaymentAction
 
setPaymentCustomFieldServiceLocal(PaymentCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
setPaymentCustomFieldServiceLocal(PaymentCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.services.customization.PaymentCustomFieldServiceSecurity
 
setPaymentCustomFieldServiceLocal(PaymentCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
setPaymentCustomFieldServiceLocal(PaymentCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceImpl
 
setPaymentCustomFieldServiceLocal(PaymentCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
setPaymentCustomFieldServiceLocal(PaymentCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.webservices.accounts.AccountWebServiceImpl
 
setPaymentCustomFieldServiceLocal(PaymentCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.webservices.fields.FieldWebServiceImpl
 
setPaymentCustomFieldServiceLocal(PaymentCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.webservices.utils.AccountHelper
 
setPaymentCustomFieldServiceLocal(PaymentCustomFieldServiceLocal) - Method in class nl.strohalm.cyclos.webservices.utils.PaymentHelper
 
setPaymentDirection(String) - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.EditAccountFeeForm
 
setPaymentDirection(AccountFee.PaymentDirection) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
setPaymentFilter(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.accounts.paymentfilters.EditPaymentFilterForm
 
setPaymentFilter(String, Object) - Method in class nl.strohalm.cyclos.controls.accounts.paymentfilters.EditPaymentFilterForm
 
setPaymentFilter(PaymentFilter) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticalTransferDTO
 
setPaymentFilter(PaymentFilter) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
setPaymentFilter(PaymentFilter) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransfersAwaitingAuthorizationQuery
 
setPaymentFilter(PaymentFilter) - Method in class nl.strohalm.cyclos.entities.groups.GroupQuery
 
setPaymentFilter(PaymentFilter) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalDTO
 
setPaymentFilter(PaymentFilter) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
setPaymentFilter(PaymentFilter) - Method in class nl.strohalm.cyclos.services.accounts.GetTransactionsDTO
 
setPaymentFilterDao(PaymentFilterDAO) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
setPaymentFilterDao(PaymentFilterDAO) - Method in class nl.strohalm.cyclos.services.transfertypes.PaymentFilterServiceImpl
 
setPaymentFilterId(long) - Method in class nl.strohalm.cyclos.controls.accounts.paymentfilters.EditPaymentFilterForm
 
setPaymentFilterId(long) - Method in class nl.strohalm.cyclos.controls.accounts.paymentfilters.RemovePaymentFilterForm
 
setPaymentFilterId(String) - Method in class nl.strohalm.cyclos.controls.groups.SearchGroupsAjaxForm
 
setPaymentFilters(Collection<PaymentFilter>) - Method in class nl.strohalm.cyclos.entities.accounts.AccountType
 
setPaymentFilters(Collection<PaymentFilter>) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
setPaymentFilters(Collection<PaymentFilter>) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
setPaymentFilters(Collection<PaymentFilter>) - Method in class nl.strohalm.cyclos.entities.groups.Group
 
setPaymentFilters(Collection<PaymentFilter>) - Method in class nl.strohalm.cyclos.entities.members.MembersTransactionsReportParameters
 
setPaymentFilters(Collection<PaymentFilter>) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
setPaymentFilters(Collection<PaymentFilter>) - Method in class nl.strohalm.cyclos.services.accounts.GetTransactionsDTO
 
setPaymentFiltersByAccountType(Map<AccountType, Collection<PaymentFilter>>) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportDTO
 
setPaymentFilterService(PaymentFilterService) - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.EditAccountTypeAction
 
setPaymentFilterService(PaymentFilterService) - Method in class nl.strohalm.cyclos.controls.accounts.details.AccountHistoryAction
 
setPaymentFilterService(PaymentFilterService) - Method in class nl.strohalm.cyclos.controls.accounts.paymentfilters.EditPaymentFilterAction
 
setPaymentFilterService(PaymentFilterService) - Method in class nl.strohalm.cyclos.controls.accounts.paymentfilters.RemovePaymentFilterAction
 
setPaymentFilterService(PaymentFilterService) - Method in class nl.strohalm.cyclos.controls.accounts.paymentfilters.SearchPaymentFiltersAjaxAction
 
setPaymentFilterService(PaymentFilterService) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.ExportMembersTransactionsDetailsToCsvAction
 
setPaymentFilterService(PaymentFilterService) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.ExportMembersTransactionsReportToCsvAction
 
setPaymentFilterService(PaymentFilterService) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersReportHandler
 
setPaymentFilterService(PaymentFilterService) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsAction
 
setPaymentFilterServiceLocal(PaymentFilterServiceLocal) - Method in class nl.strohalm.cyclos.services.stats.StatisticalServiceImpl
 
setPaymentFilterServiceLocal(PaymentFilterServiceLocal) - Method in class nl.strohalm.cyclos.services.transfertypes.PaymentFilterServiceSecurity
 
setPaymentHelper(PaymentHelper) - Method in class nl.strohalm.cyclos.webservices.payments.PaymentWebServiceImpl
 
setPaymentHelper(PaymentHelper) - Method in class nl.strohalm.cyclos.webservices.pos.PosWebServiceImpl
 
setPaymentId(long) - Method in class nl.strohalm.cyclos.controls.payments.scheduled.ScheduledPaymentForm
 
setPaymentObligation(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.EditPaymentObligationForm
 
setPaymentObligation(String, Object) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.EditPaymentObligationForm
 
setPaymentObligation(PaymentObligation) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligationLog
 
setPaymentObligationDao(PaymentObligationDAO) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceImpl
 
setPaymentObligationId(Long) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.ChangeStatusPaymentObligationForm
 
setPaymentObligationId(Long) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.DeletePaymentObligationForm
 
setPaymentObligationId(long) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.EditPaymentObligationForm
 
setPaymentObligationIds(Long[]) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.AcceptPaymentObligationPackForm
 
setPaymentObligationLogDao(PaymentObligationLogDAO) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceImpl
 
setPaymentObligationPeriod(TimePeriod) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType
 
setPaymentObligationRegisteredMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setPaymentObligationRegisteredSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setPaymentObligationRegisteredSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setPaymentObligationRejectedMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setPaymentObligationRejectedSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setPaymentObligationRejectedSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setPaymentObligations(Collection<PaymentObligation>) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
setPaymentObligations(Long[]) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationPackDTO
 
setPaymentObligationService(PaymentObligationService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.AcceptPaymentObligationPackAction
 
setPaymentObligationService(PaymentObligationService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.ChangeStatusPaymentObligationAction
 
setPaymentObligationService(PaymentObligationService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.DeletePaymentObligationAction
 
setPaymentObligationService(PaymentObligationService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.EditPaymentObligationAction
 
setPaymentObligationService(PaymentObligationService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.RejectPaymentObligationAction
 
setPaymentObligationService(PaymentObligationService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.SearchPaymentObligationsAction
 
setPaymentObligationServiceLocal(PaymentObligationServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.tasks.PaymentObligationScheduledTask
 
setPaymentObligationServiceLocal(PaymentObligationServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
setPaymentObligationServiceLocal(PaymentObligationServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceSecurity
 
setPaymentPeriod(Period) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanQuery
 
setPaymentPeriod(Period) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceQuery
 
setPaymentReceivedMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setPaymentReceivedSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setPaymentReceivedSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setPaymentRequestHandler(PaymentRequestHandler) - Method in class nl.strohalm.cyclos.services.access.ChannelServiceImpl
 
setPaymentRequestHandler(PaymentRequestHandler) - Method in class nl.strohalm.cyclos.services.transactions.TicketServiceImpl
 
setPaymentRequestWebServiceUrl(String) - Method in class nl.strohalm.cyclos.entities.access.Channel
 
setPayments(Object) - Method in class nl.strohalm.cyclos.controls.payments.PaymentForm
 
setPayments(List<LoanPayment>) - Method in class nl.strohalm.cyclos.entities.accounts.loans.Loan
 
setPayments(List<InvoicePayment>) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
setPayments(List<ScheduledPaymentDTO>) - Method in class nl.strohalm.cyclos.services.transactions.DoPaymentDTO
 
setPayments(List<LoanPayment>) - Method in class nl.strohalm.cyclos.services.transactions.GrantMultiPaymentLoanDTO
 
setPayments(List<ScheduledPaymentDTO>) - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
setPaymentsAwaitingFeedback(int) - Method in class nl.strohalm.cyclos.services.elements.MemberStatusVO
 
setPaymentService(PaymentService) - Method in class nl.strohalm.cyclos.controls.accounts.details.AccountHistoryAction
 
setPaymentService(PaymentService) - Method in class nl.strohalm.cyclos.controls.accounts.details.ExportTransactionsToCsvAction
 
setPaymentService(PaymentService) - Method in class nl.strohalm.cyclos.controls.accounts.details.TransactionReceiptAjaxAction
 
setPaymentService(PaymentService) - Method in class nl.strohalm.cyclos.controls.accounts.details.ViewTransactionAction
 
setPaymentService(PaymentService) - Method in class nl.strohalm.cyclos.controls.accounts.external.process.ExternalTransferToProcessVOIterator
 
setPaymentService(PaymentService) - Method in class nl.strohalm.cyclos.controls.invoices.AcceptInvoiceAction
 
setPaymentService(PaymentService) - Method in class nl.strohalm.cyclos.controls.loans.CalculateLoanPaymentsAjaxAction
 
setPaymentService(PaymentService) - Method in class nl.strohalm.cyclos.controls.loans.ConfirmLoanAction
 
setPaymentService(PaymentService) - Method in class nl.strohalm.cyclos.controls.loans.LoanDetailsAction
 
setPaymentService(PaymentService) - Method in class nl.strohalm.cyclos.controls.loans.RepayLoanAction
 
setPaymentService(PaymentService) - Method in class nl.strohalm.cyclos.controls.members.references.BaseEditReferenceAction
 
setPaymentService(PaymentService) - Method in class nl.strohalm.cyclos.controls.mobile.MobileConfirmPaymentAction
 
setPaymentService(PaymentService) - Method in class nl.strohalm.cyclos.controls.mobile.MobileDoPaymentAction
 
setPaymentService(PaymentService) - Method in class nl.strohalm.cyclos.controls.mobile.MobileViewPaymentsAction
 
setPaymentService(PaymentService) - Method in class nl.strohalm.cyclos.controls.payments.BasePaymentAction
 
setPaymentService(PaymentService) - Method in class nl.strohalm.cyclos.controls.payments.CalculatePaymentsAjaxAction
 
setPaymentService(PaymentService) - Method in class nl.strohalm.cyclos.controls.payments.ConfirmPaymentAction
 
setPaymentService(PaymentService) - Method in class nl.strohalm.cyclos.controls.payments.conversionsimulation.SimulateConversionAction
 
setPaymentService(PaymentService) - Method in class nl.strohalm.cyclos.controls.payments.scheduled.ConfirmScheduledPaymentAction
 
setPaymentService(PaymentService) - Method in class nl.strohalm.cyclos.controls.payments.SuccessfulPaymentAction
 
setPaymentService(PaymentService) - Method in class nl.strohalm.cyclos.controls.posweb.PrintTransactionsAction
 
setPaymentService(PaymentService) - Method in class nl.strohalm.cyclos.controls.posweb.SearchTransactionsAction
 
setPaymentService(PaymentService) - Method in class nl.strohalm.cyclos.controls.posweb.TransactionsReceiptAction
 
setPaymentService(PaymentService) - Method in class nl.strohalm.cyclos.controls.webshop.ConfirmWebShopPaymentAction
 
setPaymentService(PaymentService) - Method in class nl.strohalm.cyclos.webservices.pos.PosWebServiceImpl
 
setPaymentServiceLocal(PaymentServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.polling.ChargeAccountFeePollingTask
 
setPaymentServiceLocal(PaymentServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.tasks.PaymentProcessingScheduledTask
 
setPaymentServiceLocal(PaymentServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.tasks.PurgeOldTraceNumbersScheduledTask
 
setPaymentServiceLocal(PaymentServiceLocal) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceImpl
 
setPaymentServiceLocal(PaymentServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferServiceImpl
 
setPaymentServiceLocal(PaymentServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
setPaymentServiceLocal(PaymentServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.MemberAccountHandler
 
setPaymentServiceLocal(PaymentServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
setPaymentServiceLocal(PaymentServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberImportServiceImpl
 
setPaymentServiceLocal(PaymentServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberServiceImpl
 
setPaymentServiceLocal(PaymentServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceImpl
 
setPaymentServiceLocal(PaymentServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.BaseLoanHandler
 
setPaymentServiceLocal(PaymentServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
setPaymentServiceLocal(PaymentServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceImpl
 
setPaymentServiceLocal(PaymentServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceSecurity
 
setPaymentServiceLocal(PaymentServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceImpl
 
setPaymentServiceLocal(PaymentServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceSecurity
 
setPaymentServiceLocal(PaymentServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.TicketServiceImpl
 
setPaymentServiceLocal(PaymentServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceImpl
 
setPaymentServiceLocal(PaymentServiceLocal) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceSecurity
 
setPaymentServiceLocal(PaymentServiceLocal) - Method in class nl.strohalm.cyclos.services.transfertypes.TransferTypeServiceImpl
 
setPaymentServiceLocal(PaymentServiceLocal) - Method in class nl.strohalm.cyclos.webservices.accounts.AccountWebServiceImpl
 
setPaymentServiceLocal(PaymentServiceLocal) - Method in class nl.strohalm.cyclos.webservices.payments.PaymentWebServiceImpl
 
setPaymentsToAuthorize(int) - Method in class nl.strohalm.cyclos.services.elements.MemberStatusVO
 
setPending(boolean) - Method in class nl.strohalm.cyclos.webservices.model.TicketVO
 
setPendingBuyerOnlyGuaranteeIssuerMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setPendingBuyerOnlyGuaranteeIssuerSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setPendingBuyerOnlyGuaranteeIssuerSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setPendingGuaranteeExpiration(TimePeriod) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType
 
setPendingGuaranteeIssuerMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setPendingGuaranteeIssuerSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setPendingGuaranteeIssuerSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setPendingMember(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.members.pending.PendingMemberProfileForm
 
setPendingMember(String, Object) - Method in class nl.strohalm.cyclos.controls.members.pending.PendingMemberProfileForm
 
setPendingMember(PendingMember) - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberCustomFieldValue
 
setPendingMemberDao(PendingMemberDAO) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
setPendingMemberId(long) - Method in class nl.strohalm.cyclos.controls.members.pending.PendingMemberProfileForm
 
setPendingMemberId(long) - Method in class nl.strohalm.cyclos.controls.members.pending.RemovePendingMemberForm
 
setPendingMemberId(long) - Method in class nl.strohalm.cyclos.controls.members.pending.ResendEmailValidationForm
 
setPendingPaymentAuthorizedMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setPendingPaymentAuthorizedSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setPendingPaymentAuthorizedSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setPendingPaymentCanceledMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setPendingPaymentCanceledSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setPendingPaymentCanceledSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setPendingPaymentDeniedMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setPendingPaymentDeniedSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setPendingPaymentDeniedSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setPendingPaymentReceivedMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setPendingPaymentReceivedSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setPendingPaymentReceivedSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setPendingToCharge(Collection<Member>) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLog
 
setPendingToSend(List<Member>) - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
setPendingToSend(Collection<Member>) - Method in class nl.strohalm.cyclos.entities.sms.SmsMailing
 
setPercentageNoTrade(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalActivityQuery
 
setPercentageNoTradeGraph(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalActivityQuery
 
setPerformedBy(Element) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
setPerformedPayment(HttpSession, Payment) - Static method in class nl.strohalm.cyclos.controls.webshop.WebShopHelper
Sets the performed payment
setPeriod(Calendar) - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
setPeriod(Period) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportDTO
 
setPeriod(Period) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticalTransferDTO
 
setPeriod(Period) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferImportQuery
 
setPeriod(Period) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferQuery
 
setPeriod(Period) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLog
 
setPeriod(Period) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceQuery
 
setPeriod(Period) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceSummaryDTO
 
setPeriod(Period) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPaymentQuery
 
setPeriod(Period) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorizationQuery
 
setPeriod(Period) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
setPeriod(Period) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransfersAwaitingAuthorizationQuery
 
setPeriod(Period) - Method in class nl.strohalm.cyclos.entities.alerts.AlertQuery
 
setPeriod(Period) - Method in class nl.strohalm.cyclos.entities.alerts.ErrorLogEntryQuery
 
setPeriod(Period) - Method in class nl.strohalm.cyclos.entities.groups.GroupHistoryLog
 
setPeriod(Period) - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContract
 
setPeriod(Period) - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokeringCommissionStatus
 
setPeriod(Period) - Method in class nl.strohalm.cyclos.entities.members.MembersTransactionsReportParameters
 
setPeriod(Period) - Method in class nl.strohalm.cyclos.entities.members.records.AbstractMemberRecordQuery
 
setPeriod(Period) - Method in class nl.strohalm.cyclos.entities.members.ReferenceHistoryLog
 
setPeriod(Period) - Method in class nl.strohalm.cyclos.entities.members.ReferenceQuery
 
setPeriod(Period) - Method in class nl.strohalm.cyclos.entities.members.remarks.RemarkQuery
 
setPeriod(Period) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalDTO
 
setPeriod(Period) - Method in class nl.strohalm.cyclos.entities.sms.SmsLogQuery
 
setPeriod(Period) - Method in class nl.strohalm.cyclos.entities.sms.SmsMailingQuery
 
setPeriod(Period) - Method in class nl.strohalm.cyclos.services.accountfees.ChargeFeeDTO
 
setPeriod(Period) - Method in class nl.strohalm.cyclos.services.accounts.GetTransactionsDTO
 
setPeriod(Period) - Method in class nl.strohalm.cyclos.services.accounts.TransactionVolumeDTO
 
setPeriodComparedTo(NamedPeriod) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
setPeriodMain(NamedPeriod) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
setPeriods(Period[]) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
setPeriodStartAt(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLogQuery
 
setPeriodType(MembersListReportDTO.PeriodType) - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
setPermanent(boolean) - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
setPermanent(boolean) - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
setPermanent(boolean) - Method in class nl.strohalm.cyclos.webservices.model.AdVO
 
setPermanentAds(boolean) - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
setPermission(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.groups.permissions.EditGroupPermissionsForm
 
setPermission(String, Object) - Method in class nl.strohalm.cyclos.controls.groups.permissions.EditGroupPermissionsForm
 
setPermission(Permission) - Method in class nl.strohalm.cyclos.taglibs.MenuTag
 
setPermissionDeniedTraceDao(PermissionDeniedTraceDAO) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
setPermissions(Collection<Permission>) - Method in class nl.strohalm.cyclos.entities.groups.Group
 
setPermissions(Set<ServiceOperation>) - Method in class nl.strohalm.cyclos.entities.services.ServiceClient
 
setPermissions(GroupPermissionsDTO<G>) - Method in interface nl.strohalm.cyclos.services.groups.GroupService
Sets the group permissions
setPermissions(GroupPermissionsDTO<G>) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
setPermissions(GroupPermissionsDTO<G>) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceSecurity
 
setPermissionService(PermissionService) - Method in class nl.strohalm.cyclos.controls.BaseAction
 
setPermissionService(PermissionService) - Method in class nl.strohalm.cyclos.controls.posweb.LoginAction
 
setPermissionService(PermissionService) - Method in class nl.strohalm.cyclos.struts.access.ActionAccessMonitor
 
setPermissionService(PermissionService) - Method in class nl.strohalm.cyclos.themes.BaseThemeHandler
 
setPermissionService(PermissionService) - Method in class nl.strohalm.cyclos.utils.LoginHelper
 
setPermissionServiceLocal(PermissionServiceLocal) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
setPermissionServiceLocal(PermissionServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
setPermissionServiceLocal(PermissionServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.AccountTypeServiceImpl
 
setPermissionServiceLocal(PermissionServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferImportServiceImpl
 
setPermissionServiceLocal(PermissionServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.CertificationServiceImpl
 
setPermissionServiceLocal(PermissionServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
setPermissionServiceLocal(PermissionServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.pos.PosServiceImpl
 
setPermissionServiceLocal(PermissionServiceLocal) - Method in class nl.strohalm.cyclos.services.ads.AdServiceImpl
 
setPermissionServiceLocal(PermissionServiceLocal) - Method in class nl.strohalm.cyclos.services.BaseServiceSecurity
 
setPermissionServiceLocal(PermissionServiceLocal) - Method in class nl.strohalm.cyclos.services.customization.CustomizedFileServiceImpl
 
setPermissionServiceLocal(PermissionServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
setPermissionServiceLocal(PermissionServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
setPermissionServiceLocal(PermissionServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordTypeServiceImpl
 
setPermissionServiceLocal(PermissionServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberServiceImpl
 
setPermissionServiceLocal(PermissionServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceImpl
 
setPermissionServiceLocal(PermissionServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceImpl
 
setPermissionServiceLocal(PermissionServiceLocal) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
setPermissionServiceLocal(PermissionServiceLocal) - Method in class nl.strohalm.cyclos.services.permissions.PermissionCatalogHandlerImpl
 
setPermissionServiceLocal(PermissionServiceLocal) - Method in class nl.strohalm.cyclos.services.preferences.PreferenceServiceImpl
 
setPermissionServiceLocal(PermissionServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
setPermissionServiceLocal(PermissionServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceImpl
 
setPermissionServiceLocal(PermissionServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
setPermissionServiceLocal(PermissionServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceImpl
 
setPermissionServiceLocal(PermissionServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.TicketServiceImpl
 
setPermissionServiceLocal(PermissionServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceImpl
 
setPermissionServiceLocal(PermissionServiceLocal) - Method in class nl.strohalm.cyclos.services.transfertypes.TransferTypeServiceImpl
 
setPermissionServiceLocal(PermissionServiceLocal) - Method in class nl.strohalm.cyclos.utils.notifications.AdminNotificationHandlerImpl
 
setPermissionServiceLocal(PermissionServiceLocal) - Method in class nl.strohalm.cyclos.webservices.utils.MemberHelper
 
setPicture(FormFile) - Method in class nl.strohalm.cyclos.controls.ads.AdForm
 
setPicture(FormFile) - Method in class nl.strohalm.cyclos.controls.members.MemberProfileForm
 
setPictureCaption(String) - Method in class nl.strohalm.cyclos.controls.ads.AdForm
 
setPictureCaption(String) - Method in class nl.strohalm.cyclos.controls.members.MemberProfileForm
 
setPin(String) - Method in class nl.strohalm.cyclos.controls.accounts.pos.EditPosForm
 
setPin(String) - Method in class nl.strohalm.cyclos.entities.access.MemberUser
 
setPin(String) - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
setPin(String) - Method in class nl.strohalm.cyclos.webservices.members.RegisterMemberParameters
 
setPinBlockedMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setPinBlockedSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setPinBlockedSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setPinBlockedUntil(Calendar) - Method in class nl.strohalm.cyclos.entities.access.MemberUser
 
setPinBlockTimeAfterMaxTries(TimePeriod) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
setPinLength(RangeConstraint) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
setPollingTasks(List<PollingTask>) - Method in class nl.strohalm.cyclos.scheduling.PollingTasksHandler
 
setPollingTasksHandler(PollingTasksHandler) - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
setPos(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.accounts.pos.EditPosForm
 
setPos(String, Object) - Method in class nl.strohalm.cyclos.controls.accounts.pos.EditPosForm
 
setPos(Pos) - Method in class nl.strohalm.cyclos.entities.accounts.pos.MemberPos
 
setPos(Pos) - Method in class nl.strohalm.cyclos.entities.accounts.pos.PosLog
 
setPos(Pos) - Method in class nl.strohalm.cyclos.utils.logging.WebServiceLogDTO
 
setPosDao(PosDAO) - Method in class nl.strohalm.cyclos.services.accounts.pos.PosServiceImpl
 
setPosDevices(Collection<MemberPos>) - Method in class nl.strohalm.cyclos.entities.members.Member
 
setPosId(String) - Method in class nl.strohalm.cyclos.controls.accounts.pos.EditPosForm
 
setPosId(String) - Method in class nl.strohalm.cyclos.entities.accounts.pos.Pos
 
setPosId(String) - Method in class nl.strohalm.cyclos.entities.accounts.pos.PosQuery
 
setPosId(String) - Method in class nl.strohalm.cyclos.webservices.pos.BasePosParameters
 
setPositiveVolume(boolean) - Method in class nl.strohalm.cyclos.services.accounts.TransactionVolumeDTO
 
setPosLog(Collection<PosLog>) - Method in class nl.strohalm.cyclos.entities.accounts.pos.Pos
 
setPosLogDao(PosLogDAO) - Method in class nl.strohalm.cyclos.services.accounts.pos.PosServiceImpl
 
setPosName(String) - Method in class nl.strohalm.cyclos.entities.accounts.pos.MemberPos
 
setPosPin(String) - Method in class nl.strohalm.cyclos.entities.accounts.pos.MemberPos
 
setPosPin(String) - Method in class nl.strohalm.cyclos.webservices.pos.MakePaymentParameters
 
setPosPin(String) - Method in class nl.strohalm.cyclos.webservices.pos.PosPinParameters
 
setPosPinBlockedMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setPosPinBlockedSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setPosPinBlockedSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setPosService(PosService) - Method in class nl.strohalm.cyclos.controls.accounts.pos.AssignPosAction
 
setPosService(PosService) - Method in class nl.strohalm.cyclos.controls.accounts.pos.EditPosAction
 
setPosService(PosService) - Method in class nl.strohalm.cyclos.controls.accounts.pos.RemovePosAction
 
setPosService(PosService) - Method in class nl.strohalm.cyclos.controls.accounts.pos.SearchPosAction
 
setPosService(PosService) - Method in class nl.strohalm.cyclos.struts.access.ActionAccessMonitor
 
setPosServiceLocal(PosServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.pos.MemberPosServiceImpl
 
setPosServiceLocal(PosServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.pos.PosServiceSecurity
 
setPosServiceLocal(PosServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
setPosServiceLocal(PosServiceLocal) - Method in class nl.strohalm.cyclos.webservices.interceptor.PosInterceptor
 
setPossibleGroups(Collection<Group>) - Method in class nl.strohalm.cyclos.entities.groups.GroupQuery
 
setPossibleInitialGroupOf(Collection<BrokerGroup>) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
setPossibleInitialGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.groups.BrokerGroup
 
setPossibleTransferTypes(Collection<TransferType>) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
setPossibleValue(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldPossibleValueForm
 
setPossibleValue(String, Object) - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldPossibleValueForm
 
setPossibleValue(CustomFieldPossibleValue) - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomFieldValue
 
setPossibleValueId(long) - Method in class nl.strohalm.cyclos.controls.customization.fields.RemoveCustomFieldPossibleValueForm
 
setPossibleValues(Collection<CustomFieldPossibleValue>) - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomField
 
setPosStatus(Pos.Status) - Method in class nl.strohalm.cyclos.entities.accounts.pos.PosLog
 
setPostAction(String) - Method in class nl.strohalm.cyclos.controls.elements.CreateElementForm
 
setPosWeb(boolean) - Method in class nl.strohalm.cyclos.entities.access.Session
 
setPoswebTimeout(TimePeriod) - Method in class nl.strohalm.cyclos.entities.settings.AccessSettings
 
setPrecision(byte) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalNumber
sets the precision
setPrecision(LocalSettings.Precision) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setPrecision(Integer) - Method in class nl.strohalm.cyclos.taglibs.FormatTag
 
setPrecision(int) - Method in class nl.strohalm.cyclos.utils.conversion.FixedLengthNumberConverter
 
setPreferenceService(PreferenceService) - Method in class nl.strohalm.cyclos.controls.admins.mailPreferences.MailPreferencesAction
 
setPreferenceService(PreferenceService) - Method in class nl.strohalm.cyclos.controls.members.messages.SendMessageAction
 
setPreferenceService(PreferenceService) - Method in class nl.strohalm.cyclos.controls.members.preferences.NotificationPreferenceAction
 
setPreferenceServiceLocal(PreferenceServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
setPreferenceServiceLocal(PreferenceServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberServiceImpl
 
setPreferenceServiceLocal(PreferenceServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceImpl
 
setPreferenceServiceLocal(PreferenceServiceLocal) - Method in class nl.strohalm.cyclos.services.preferences.PreferenceServiceSecurity
 
setPreferenceServiceLocal(PreferenceServiceLocal) - Method in class nl.strohalm.cyclos.utils.notifications.AdminNotificationHandlerImpl
 
setPreferenceServiceLocal(PreferenceServiceLocal) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
setPrefix(String) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings.TransactionNumber
 
setPrefix(String) - Method in class nl.strohalm.cyclos.webservices.model.TransactionNumberVO
 
setPreviousUsername(String) - Method in class nl.strohalm.cyclos.entities.access.UsernameChangeLog
 
setPrice(BigDecimal) - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
setPrice(BigDecimal) - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
setPrice(BigDecimal) - Method in class nl.strohalm.cyclos.webservices.model.AdVO
 
setPrincipal(String) - Method in class nl.strohalm.cyclos.controls.access.LoginForm
 
setPrincipal(String) - Method in class nl.strohalm.cyclos.controls.members.LoadMemberAjaxForm
 
setPrincipal(String) - Method in class nl.strohalm.cyclos.controls.webshop.WebShopPaymentForm
 
setPrincipal(Channel.Principal) - Method in class nl.strohalm.cyclos.entities.access.ChannelPrincipal
 
setPrincipal(String) - Method in class nl.strohalm.cyclos.webservices.accounts.AccountHistorySearchParameters
 
setPrincipal(String) - Method in class nl.strohalm.cyclos.webservices.members.UpdateMemberParameters
 
setPrincipal(WSPrincipalTypeVO.WSPrincipal) - Method in class nl.strohalm.cyclos.webservices.model.WSPrincipalTypeVO
 
setPrincipal(String) - Method in class nl.strohalm.cyclos.webservices.PrincipalParameters
 
setPrincipals(Collection<ChannelPrincipal>) - Method in class nl.strohalm.cyclos.entities.access.Channel
 
setPrincipalType(String) - Method in class nl.strohalm.cyclos.controls.access.LoginForm
 
setPrincipalType(String) - Method in class nl.strohalm.cyclos.controls.members.LoadMemberAjaxForm
 
setPrincipalType(String) - Method in class nl.strohalm.cyclos.controls.posweb.ReceivePaymentForm
 
setPrincipalType(String) - Method in class nl.strohalm.cyclos.controls.webshop.WebShopPaymentForm
 
setPrincipalType(String) - Method in class nl.strohalm.cyclos.webservices.accounts.AccountHistorySearchParameters
 
setPrincipalType(String) - Method in class nl.strohalm.cyclos.webservices.members.UpdateMemberParameters
 
setPrincipalType(String) - Method in class nl.strohalm.cyclos.webservices.PrincipalParameters
 
setPrincipalTypes(String[]) - Method in class nl.strohalm.cyclos.controls.channels.EditChannelForm
 
setPrincipalTypes(Set<PrincipalType>, PrincipalType) - Method in class nl.strohalm.cyclos.entities.access.Channel
 
setPrincipalTypes(List<WSPrincipalTypeVO>) - Method in class nl.strohalm.cyclos.webservices.model.PosInitializationVO
 
setPrinterName(String) - Method in class nl.strohalm.cyclos.entities.members.printsettings.ReceiptPrinterSettings
 
setPriority(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
setPriority(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
setPriority(boolean) - Method in class nl.strohalm.cyclos.services.accounts.MemberAccountTypeQuery
 
setProcessDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Payment
 
setProcessDate(Calendar) - Method in class nl.strohalm.cyclos.webservices.model.AccountHistoryTransferVO
 
setProperty(Object, String, Object) - Method in class nl.strohalm.cyclos.utils.binding.CustomBeanUtilsBean
 
setPropertyDisplayName(String, String) - Method in exception nl.strohalm.cyclos.utils.validation.ValidationException
Set the display name for the given property
setPropertyKey(String, String) - Method in exception nl.strohalm.cyclos.utils.validation.ValidationException
Set the ApplicationResources key for the given property
setPropertyValue(Object, int, Object) - Method in class nl.strohalm.cyclos.utils.hibernate.BasePeriodType
 
setPropertyValue(Object, int, Object) - Method in class nl.strohalm.cyclos.utils.hibernate.TimePeriodType
 
setPublicationEnd(Calendar) - Method in class nl.strohalm.cyclos.webservices.model.AdVO
 
setPublicationPeriod(Period) - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
setPublicationPeriod(Period) - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
setPublicationStart(Calendar) - Method in class nl.strohalm.cyclos.webservices.model.AdVO
 
setPublishAd(boolean) - Method in class nl.strohalm.cyclos.services.elements.QuickAccessVO
 
setQuery(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.BaseQueryForm
 
setQuery(String, Object) - Method in class nl.strohalm.cyclos.controls.BaseQueryForm
 
setQueryAlreadyExecuted(boolean) - Method in class nl.strohalm.cyclos.controls.loans.SearchLoanPaymentsForm
 
setQueryAlreadyExecuted(boolean) - Method in class nl.strohalm.cyclos.controls.loans.SearchLoansForm
 
setQueryElementId(long) - Method in class nl.strohalm.cyclos.controls.members.records.SearchMemberRecordsForm
 
setQueryHelper(QueryHelper) - Method in class nl.strohalm.cyclos.webservices.utils.AccountHelper
 
setQueryHelper(QueryHelper) - Method in class nl.strohalm.cyclos.webservices.utils.AdHelper
 
setQueryHelper(QueryHelper) - Method in class nl.strohalm.cyclos.webservices.utils.InfoTextHelper
 
setQueryHelper(QueryHelper) - Method in class nl.strohalm.cyclos.webservices.utils.MemberHelper
 
setQueryParameters(Query, Object) - Method in class nl.strohalm.cyclos.utils.hibernate.HibernateQueryHandler
Sets the query bind named parameters
setQueryStatus(LoanQuery.QueryStatus) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanQuery
 
setRandomOrder(boolean) - Method in class nl.strohalm.cyclos.entities.ads.AdQuery
 
setRandomOrder(boolean) - Method in class nl.strohalm.cyclos.entities.members.ElementQuery
 
setRandomOrder(boolean) - Method in class nl.strohalm.cyclos.webservices.ads.AdSearchParameters
 
setRandomOrder(boolean) - Method in class nl.strohalm.cyclos.webservices.members.MemberSearchParameters
 
setRangeEnd(Integer) - Method in class nl.strohalm.cyclos.services.accounts.rates.RatedFeeDTO
 
setRangeStart(Integer) - Method in class nl.strohalm.cyclos.services.accounts.rates.RatedFeeDTO
 
setRateBalanceCorrection(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.AccountRates
 
setRateBalanceCorrection(BigDecimal) - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesDTO
 
setRateBalanceCorrection(BigDecimal) - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesResultDTO
 
setRates(RatesResultDTO) - Method in class nl.strohalm.cyclos.entities.accounts.AccountStatus
 
setRates(Rated) - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesResultDTO
 
setRates(Rated) - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
setRateService(RateService) - Method in class nl.strohalm.cyclos.controls.accounts.currencies.EditCurrencyAction
 
setRateService(RateService) - Method in class nl.strohalm.cyclos.controls.accounts.currencies.ManageCurrencyAction
 
setRateService(RateService) - Method in class nl.strohalm.cyclos.controls.accounts.currencies.ReinitializeRatesAction
 
setRateService(RateService) - Method in class nl.strohalm.cyclos.controls.accounts.details.ViewTransactionAction
 
setRateService(RateService) - Method in class nl.strohalm.cyclos.controls.reports.simulations.ARateConfigSimulationAction
 
setRateService(RateService) - Method in class nl.strohalm.cyclos.controls.reports.simulations.DRateConfigSimulationAction
 
setRateServiceLocal(RateServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
setRateServiceLocal(RateServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.CurrencyServiceImpl
 
setRateServiceLocal(RateServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.rates.RateServiceSecurityMock
 
setRateServiceLocal(RateServiceLocal) - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
setRateServiceLocal(RateServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberServiceImpl
 
setRateServiceLocal(RateServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceImpl
 
setRateServiceLocal(RateServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
setRateServiceLocal(RateServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceImpl
 
setRateServiceLocal(RateServiceLocal) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceImpl
 
setRawDate(Calendar) - Method in class nl.strohalm.cyclos.taglibs.FormatTag
 
setRead(boolean) - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
setRead(Boolean) - Method in class nl.strohalm.cyclos.entities.members.messages.MessageQuery
 
setReadOnly(boolean) - Method in class nl.strohalm.cyclos.controls.ads.MemberAdsForm
 
setReadonly(boolean) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeTypeFeeVO
 
setReadTimeout(long) - Method in class nl.strohalm.cyclos.webservices.CyclosWebServicesClientFactory
 
setReceiptPrinterSettings(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.members.printsettings.EditReceiptPrinterSettingsForm
 
setReceiptPrinterSettings(String, Object) - Method in class nl.strohalm.cyclos.controls.members.printsettings.EditReceiptPrinterSettingsForm
 
setReceiptPrinterSettingsDao(ReceiptPrinterSettingsDAO) - Method in class nl.strohalm.cyclos.services.preferences.ReceiptPrinterSettingsServiceImpl
 
setReceiptPrinterSettingsService(ReceiptPrinterSettingsService) - Method in class nl.strohalm.cyclos.controls.BaseReceiptPrintAjaxAction
 
setReceiptPrinterSettingsService(ReceiptPrinterSettingsService) - Method in class nl.strohalm.cyclos.controls.members.printsettings.EditReceiptPrinterSettingsAction
 
setReceiptPrinterSettingsService(ReceiptPrinterSettingsService) - Method in class nl.strohalm.cyclos.controls.members.printsettings.ListReceiptPrinterSettingsAction
 
setReceiptPrinterSettingsService(ReceiptPrinterSettingsService) - Method in class nl.strohalm.cyclos.controls.members.printsettings.RemoveReceiptPrinterSettingsAction
 
setReceiptPrinterSettingsService(ReceiptPrinterSettingsService) - Method in class nl.strohalm.cyclos.controls.posweb.LoginAction
 
setReceiptPrinterSettingsService(ReceiptPrinterSettingsService) - Method in class nl.strohalm.cyclos.controls.posweb.PrintSettingsAction
 
setReceiptPrinterSettingsService(ReceiptPrinterSettingsService) - Method in class nl.strohalm.cyclos.utils.LoginHelper
 
setReceiptPrinterSettingsServiceLocal(ReceiptPrinterSettingsServiceLocal) - Method in class nl.strohalm.cyclos.services.preferences.ReceiptPrinterSettingsServiceSecurity
 
setReceivedInvoiceExpiredMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setReceivedInvoiceExpiredSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setReceivedInvoiceExpiredSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setReceivedReferences(boolean) - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
setReceivedReferences(Map<Reference.Level, Integer>) - Method in class nl.strohalm.cyclos.entities.reports.MembersReportVO
 
setReceivedReferencesByLevel(Map<Reference.Level, Integer>) - Method in class nl.strohalm.cyclos.services.elements.ActivitiesVO
 
setReceivedVeryBadRefs(int) - Method in class nl.strohalm.cyclos.entities.settings.AlertSettings
 
setReceivePaymentTypes(Set<TransferType>) - Method in class nl.strohalm.cyclos.entities.services.ServiceClient
 
setReceiver(String) - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.ListGeneratedTypesAjaxForm
 
setReceiver(TransactionFee.Subject) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.SimpleTransactionFee
 
setReceiver(Element) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
setReceiver(Element) - Method in class nl.strohalm.cyclos.services.transactions.DoPaymentDTO
 
setReceiver(Element) - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
setRechargeAttempt(int) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLog
 
setRechargeAttempt(int) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.MemberAccountFeeLog
 
setRechargingFailed(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLog
 
setRecipient(SmsMailingQuery.Recipient) - Method in class nl.strohalm.cyclos.entities.sms.SmsMailingQuery
 
setRecords(Collection<ImportedMemberRecord>) - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMember
 
setRecurrence(Object) - Method in class nl.strohalm.cyclos.controls.payments.CalculatePaymentsAjaxForm
 
setRecurrence(TimePeriod) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
setRecurrence(TimePeriod.Field) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeQuery
setting this will make the query search for fees matching the given recurrence
setRecurrence(TimePeriod) - Method in class nl.strohalm.cyclos.services.transactions.ProjectionDTO
 
setReference(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.members.references.EditReferenceForm
 
setReference(String, Object) - Method in class nl.strohalm.cyclos.controls.members.references.EditReferenceForm
 
setReferenceDao(ReferenceDAO) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceImpl
 
setReferenceHistoryDao(ReferenceHistoryDAO) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceImpl
 
setReferenceId(long) - Method in class nl.strohalm.cyclos.controls.members.references.EditReferenceForm
 
setReferenceId(long) - Method in class nl.strohalm.cyclos.controls.members.references.RemoveReferenceForm
 
setReferenceLevels(int) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setReferenceReceivedMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setReferenceReceivedSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setReferenceReceivedSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setReferences(boolean) - Method in class nl.strohalm.cyclos.services.reports.CurrentStateReportParameters
 
setReferenceService(ReferenceService) - Method in class nl.strohalm.cyclos.controls.groups.permissions.EditOperatorGroupPermissionsAction
 
setReferenceService(ReferenceService) - Method in class nl.strohalm.cyclos.controls.members.MemberProfileAction
 
setReferenceService(ReferenceService) - Method in class nl.strohalm.cyclos.controls.members.references.BaseEditReferenceAction
 
setReferenceService(ReferenceService) - Method in class nl.strohalm.cyclos.controls.members.references.MemberReferencesAction
 
setReferenceService(ReferenceService) - Method in class nl.strohalm.cyclos.controls.members.references.RemoveReferenceAction
 
setReferenceService(ReferenceService) - Method in class nl.strohalm.cyclos.controls.members.references.SearchPaymentsAwaitingFeedbackAction
 
setReferenceService(ReferenceService) - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportVOIterator
 
setReferenceService(ReferenceService) - Method in class nl.strohalm.cyclos.utils.LoginHelper
 
setReferenceServiceLocal(ReferenceServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.tasks.TransactionFeedackExpirationScheduledTask
 
setReferenceServiceLocal(ReferenceServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberServiceImpl
 
setReferenceServiceLocal(ReferenceServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceSecurity
 
setReferenceServiceLocal(ReferenceServiceLocal) - Method in class nl.strohalm.cyclos.services.preferences.PreferenceServiceImpl
 
setReferenceServiceLocal(ReferenceServiceLocal) - Method in class nl.strohalm.cyclos.services.reports.CurrentStateReportServiceImpl
 
setRegisteredIn(Period) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery
 
setRegistrationAgreement(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.members.agreements.EditRegistrationAgreementForm
 
setRegistrationAgreement(String, Object) - Method in class nl.strohalm.cyclos.controls.members.agreements.EditRegistrationAgreementForm
 
setRegistrationAgreement(RegistrationAgreement) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
setRegistrationAgreement(RegistrationAgreement) - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
setRegistrationAgreement(RegistrationAgreement) - Method in class nl.strohalm.cyclos.entities.members.RegistrationAgreementLog
 
setRegistrationAgreementAgreed(PendingMember) - Method in interface nl.strohalm.cyclos.services.elements.ElementService
Updates the PendingMember, setting the given agreement as agreed
setRegistrationAgreementAgreed(PendingMember) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
setRegistrationAgreementAgreed(PendingMember) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceSecurity
 
setRegistrationAgreementDao(RegistrationAgreementDAO) - Method in class nl.strohalm.cyclos.services.elements.RegistrationAgreementServiceImpl
 
setRegistrationAgreementDate(Calendar) - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
setRegistrationAgreementId(long) - Method in class nl.strohalm.cyclos.controls.members.agreements.EditRegistrationAgreementForm
 
setRegistrationAgreementId(long) - Method in class nl.strohalm.cyclos.controls.members.agreements.RemoveRegistrationAgreementForm
 
setRegistrationAgreementLogDao(RegistrationAgreementLogDAO) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
setRegistrationAgreementLogs(Collection<RegistrationAgreementLog>) - Method in class nl.strohalm.cyclos.entities.members.Member
 
setRegistrationAgreementService(RegistrationAgreementService) - Method in class nl.strohalm.cyclos.controls.groups.EditGroupAction
 
setRegistrationAgreementService(RegistrationAgreementService) - Method in class nl.strohalm.cyclos.controls.members.agreements.EditRegistrationAgreementAction
 
setRegistrationAgreementService(RegistrationAgreementService) - Method in class nl.strohalm.cyclos.controls.members.agreements.ListRegistrationAgreementsAction
 
setRegistrationAgreementService(RegistrationAgreementService) - Method in class nl.strohalm.cyclos.controls.members.agreements.RemoveRegistrationAgreementAction
 
setRegistrationAgreementServiceLocal(RegistrationAgreementServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.RegistrationAgreementServiceSecurity
 
setRegistrationDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
setRegistrationDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligation
 
setReinitDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.RateParameters
 
setReinitializeRatesDto(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.accounts.currencies.ReinitializeRatesForm
 
setReinitializeRatesDto(String, Object) - Method in class nl.strohalm.cyclos.controls.accounts.currencies.ReinitializeRatesForm
 
setReinitSince(Calendar) - Method in class nl.strohalm.cyclos.services.accounts.rates.ReinitializeRatesDTO
 
setRelatedAccount(Account) - Method in class nl.strohalm.cyclos.controls.posweb.SearchTransactionsAction.Entry
 
setRelatedMember(Member) - Method in class nl.strohalm.cyclos.controls.invoices.SearchInvoicesAction.Entry
 
setRelatedMember(Member) - Method in class nl.strohalm.cyclos.entities.members.messages.MessageQuery
 
setRelatedMember(String) - Method in class nl.strohalm.cyclos.webservices.accounts.AccountHistorySearchParameters
 
setRelatedMemberPrincipalType(String) - Method in class nl.strohalm.cyclos.webservices.accounts.AccountHistorySearchParameters
 
setRelatedName(String) - Method in class nl.strohalm.cyclos.controls.invoices.SearchInvoicesAction.Entry
 
setRelatedName(String) - Method in class nl.strohalm.cyclos.entities.members.MemberTransactionDetailsReportData
 
setRelatedOwner(AccountOwner) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceQuery
 
setRelatedOwner(AccountOwner) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceSummaryDTO
 
setRelatedToGroup(MemberGroup) - Method in class nl.strohalm.cyclos.services.accounts.MemberAccountTypeQuery
 
setRelatedToGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.services.accounts.MemberAccountTypeQuery
 
setRelatedToMember(Member) - Method in class nl.strohalm.cyclos.services.accounts.GetTransactionsDTO
 
setRelatedUsername(String) - Method in class nl.strohalm.cyclos.entities.members.MemberTransactionDetailsReportData
 
setRelativeToGrossProduct(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalTaxesQuery
 
setRelativeToGrossProductGraph(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalTaxesQuery
 
setReloadData(boolean) - Method in class nl.strohalm.cyclos.controls.payments.conversionsimulation.SimulateConversionForm
 
setReloadData(boolean) - Method in class nl.strohalm.cyclos.controls.reports.simulations.RateConfigSimulationForm
 
setRemainingAmountAtDate(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanRepaymentAmountsDTO
 
setRemainingAmountAtExpirationDate(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanRepaymentAmountsDTO
 
setRemainingLoans(TransactionSummaryVO) - Method in class nl.strohalm.cyclos.services.elements.AccountActivitiesVO
 
setRemarkDao(RemarkDAO) - Method in class nl.strohalm.cyclos.services.elements.BrokeringServiceImpl
 
setRemarkDao(RemarkDAO) - Method in class nl.strohalm.cyclos.services.elements.RemarkServiceImpl
 
setRemarks(Collection<Remark>) - Method in class nl.strohalm.cyclos.entities.members.Element
 
setRemarkService(RemarkService) - Method in class nl.strohalm.cyclos.controls.elements.ChangeElementGroupAction
 
setRemarkService(RemarkService) - Method in class nl.strohalm.cyclos.controls.members.brokering.ChangeBrokerAction
 
setRemarkServiceLocal(RemarkServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
setRemarkServiceLocal(RemarkServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.RemarkServiceSecurity
 
setRemoteAddress(String) - Method in class nl.strohalm.cyclos.entities.access.LoginHistoryLog
 
setRemoteAddress(String) - Method in class nl.strohalm.cyclos.entities.access.Session
 
setRemoteAddress(String) - Method in class nl.strohalm.cyclos.entities.access.WrongUsernameAttempt
 
setRemoteAddress(String) - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
setRemoteAddress(String) - Method in class nl.strohalm.cyclos.entities.members.RegistrationAgreementLog
 
setRemoteAddress(String) - Method in class nl.strohalm.cyclos.utils.logging.TraceLogDTO
 
setRemoteAddress(String) - Method in class nl.strohalm.cyclos.utils.logging.WebServiceLogDTO
 
setRemoved(boolean) - Method in class nl.strohalm.cyclos.entities.alerts.Alert
 
setRemoved(boolean) - Method in class nl.strohalm.cyclos.entities.alerts.ErrorLogEntry
 
setRemovedAt(Calendar) - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
setRemovedCssClasses(List<String>) - Method in class nl.strohalm.cyclos.setup.Version
 
setRemovedFromBrokerGroupMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setRemovedFromBrokerGroupSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setRemovedFromBrokerGroupSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setRemovedHelps(List<String>) - Method in class nl.strohalm.cyclos.setup.Version
 
setRemovedLibraries(List<String>) - Method in class nl.strohalm.cyclos.setup.Version
 
setRemovedSetupKeys(List<String>) - Method in class nl.strohalm.cyclos.setup.Version
 
setRemovedStaticFiles(List<String>) - Method in class nl.strohalm.cyclos.setup.Version
 
setRemovedTranslationKeys(List<String>) - Method in class nl.strohalm.cyclos.setup.Version
 
setRepaidAmount(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanPayment
 
setRepaidFees(BigDecimal) - Method in class nl.strohalm.cyclos.services.transactions.LoanPaymentDetailDTO
 
setRepaidUnits(BigDecimal) - Method in class nl.strohalm.cyclos.services.transactions.LoanPaymentDetailDTO
 
setRepaidValue(BigDecimal) - Method in class nl.strohalm.cyclos.services.transactions.LoanPaymentDetailDTO
 
setRepayLoanByGroup(boolean) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
setRepaymentDate(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanPayment
 
setRepaymentDate(Calendar) - Method in class nl.strohalm.cyclos.services.transactions.GrantSinglePaymentLoanDTO
 
setRepaymentDate(Calendar) - Method in class nl.strohalm.cyclos.services.transactions.LoanPaymentDetailDTO
 
setRepaymentDays(Integer) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanParameters
 
setRepaymentPeriod(Period) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanPaymentQuery
 
setRepaymentType(TransferType) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanParameters
 
setReplied(boolean) - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
setReplyComments(String) - Method in class nl.strohalm.cyclos.entities.members.TransactionFeedback
 
setReplyCommentsDate(Calendar) - Method in class nl.strohalm.cyclos.entities.members.TransactionFeedback
 
setRequestMethod(String) - Method in class nl.strohalm.cyclos.utils.logging.TraceLogDTO
 
setRequestPaymentByChannels(Collection<Channel>) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
setRequestPaymentByChannels(Collection<Channel>) - Method in class nl.strohalm.cyclos.services.groups.MemberGroupPermissionsDTO
 
setRequired(boolean) - Method in class nl.strohalm.cyclos.entities.customization.fields.Validation
 
setRequiresAuthorization(Boolean) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
setRequiresAuthorization(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
setRequiresFeedback(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
setReserveAmount(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPayment
 
setReserved(BigDecimal) - Method in class nl.strohalm.cyclos.dao.accounts.AccountDailyDifference
 
setReserved(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.ClosedAccountBalance
 
setReservedAmount(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.AccountStatus
 
setReservedAmount(BigDecimal) - Method in class nl.strohalm.cyclos.webservices.model.AccountStatusVO
 
setReserveTotalAmountOnScheduling(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
setResetPasswordMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MailTranslation
 
setResetPasswordSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MailTranslation
 
setResolveConflicts(boolean) - Method in class nl.strohalm.cyclos.controls.customization.files.EditCustomizedFileForm
 
setResponseHelper(ResponseHelper) - Method in class nl.strohalm.cyclos.controls.ads.categories.ExportAdCategoriesAction
 
setResponseHelper(ResponseHelper) - Method in class nl.strohalm.cyclos.controls.BaseAjaxAction
 
setResponseHelper(ResponseHelper) - Method in class nl.strohalm.cyclos.controls.BaseFormAction
 
setResponseHelper(ResponseHelper) - Method in class nl.strohalm.cyclos.controls.BasePublicFormAction
 
setResponseHelper(ResponseHelper) - Method in class nl.strohalm.cyclos.controls.BaseQueryAction
 
setResponseHelper(ResponseHelper) - Method in class nl.strohalm.cyclos.controls.customization.documents.ViewDocumentAction
 
setResponseHelper(ResponseHelper) - Method in class nl.strohalm.cyclos.controls.customization.fields.SearchPossibleValuesAjaxAction
 
setResponseHelper(ResponseHelper) - Method in class nl.strohalm.cyclos.controls.customization.translationMessages.ExportTranslationMessagesAction
 
setResponseHelper(ResponseHelper) - Method in class nl.strohalm.cyclos.controls.members.contacts.AddContactAction
 
setResponseHelper(ResponseHelper) - Method in class nl.strohalm.cyclos.controls.settings.ExportSettingsAction
 
setResultPageSize(Integer) - Method in class nl.strohalm.cyclos.entities.accounts.pos.MemberPos
 
setResultPageSize(int) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
setResultPageSize(int) - Method in class nl.strohalm.cyclos.webservices.model.PosInitializationVO
 
setResultType(QueryParameters.ResultType) - Method in class nl.strohalm.cyclos.utils.query.QueryParameters
 
setReturnDisabled(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeQuery
sets the query to search for enabled/disabled fees
setReturnDisabled(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFeeQuery
 
setReturnDisabled(boolean) - Method in class nl.strohalm.cyclos.entities.ads.AdCategoryQuery
 
setReturnFinished(boolean) - Method in class nl.strohalm.cyclos.entities.members.BrokeringQuery
 
setReturnStatus(boolean) - Method in class nl.strohalm.cyclos.webservices.payments.PaymentParameters
 
setReturnTotals(boolean) - Method in class nl.strohalm.cyclos.entities.sms.SmsLogReportQuery
 
setReturnUrl(String) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.WebShopTicket
 
setReturnUrl(String) - Method in class nl.strohalm.cyclos.webservices.model.WebShopTicketVO
 
setReturnUrl(String) - Method in class nl.strohalm.cyclos.webservices.webshop.GenerateWebShopTicketParams
 
setReverseOrder(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
setReverseOrder(boolean) - Method in class nl.strohalm.cyclos.webservices.accounts.AccountHistorySearchParameters
 
setRootOnly(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
setRootOnly(boolean) - Method in class nl.strohalm.cyclos.services.accounts.GetTransactionsDTO
 
setRootType(Message.RootType) - Method in class nl.strohalm.cyclos.entities.members.messages.MessageQuery
 
setRowHeader(String, int) - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
a setter to set one specific indexed rowheader.
setRowKeys(StatisticalResultDTO.ResourceKey[]) - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
A setter for the categories or table row headers.
setRowKeys(String[]) - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
a Simple setter for the categories or table row headers.
setRowSeparator(String) - Method in class nl.strohalm.cyclos.utils.csv.CSVWriter
 
setRunMode(AccountFee.RunMode) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
setSalt(String) - Method in class nl.strohalm.cyclos.entities.access.User
 
setSalt(String) - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMember
 
setSalt(String) - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
setScale(int) - Method in class nl.strohalm.cyclos.utils.conversion.FixedLengthNumberConverter
 
setSchedulable(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
setScheduled(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentAwaitingFeedbackDTO
 
setScheduledAds(boolean) - Method in class nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO
 
setScheduledFor(String) - Method in class nl.strohalm.cyclos.controls.posweb.ReceivePaymentForm
 
setScheduledPayment(ScheduledPayment) - Method in class nl.strohalm.cyclos.entities.accounts.ScheduledPaymentAmountReservation
 
setScheduledPayment(ScheduledPayment) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
setScheduledPayment(ScheduledPayment) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
setScheduledPayment(ScheduledPayment) - Method in class nl.strohalm.cyclos.entities.customization.fields.PaymentCustomFieldValue
 
setScheduledPayment(ScheduledPayment) - Method in class nl.strohalm.cyclos.entities.members.ReferenceQuery
 
setScheduledPayment(ScheduledPayment) - Method in class nl.strohalm.cyclos.entities.members.TransactionFeedback
 
setScheduledPayment(ScheduledPayment) - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
setScheduledPaymentDao(ScheduledPaymentDAO) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
setScheduledPaymentDao(ScheduledPaymentDAO) - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceImpl
 
setScheduledPaymentFailedToPayeeMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setScheduledPaymentFailedToPayeeSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setScheduledPaymentFailedToPayeeSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setScheduledPaymentFailedToPayerMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setScheduledPaymentFailedToPayerSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setScheduledPaymentFailedToPayerSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setScheduledPaymentId(long) - Method in class nl.strohalm.cyclos.controls.members.references.EditReferenceForm
 
setScheduledPaymentProcessedMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setScheduledPaymentProcessedSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setScheduledPaymentProcessedSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setScheduledPaymentService(ScheduledPaymentService) - Method in class nl.strohalm.cyclos.controls.accounts.details.ScheduledPaymentReceiptAjaxAction
 
setScheduledPaymentService(ScheduledPaymentService) - Method in class nl.strohalm.cyclos.controls.accounts.details.SearchScheduledPaymentsAction
 
setScheduledPaymentService(ScheduledPaymentService) - Method in class nl.strohalm.cyclos.controls.accounts.details.ViewScheduledPaymentAction
 
setScheduledPaymentService(ScheduledPaymentService) - Method in class nl.strohalm.cyclos.controls.accounts.details.ViewTransactionAction
 
setScheduledPaymentService(ScheduledPaymentService) - Method in class nl.strohalm.cyclos.controls.members.references.BaseEditReferenceAction
 
setScheduledPaymentService(ScheduledPaymentService) - Method in class nl.strohalm.cyclos.controls.payments.scheduled.ConfirmScheduledPaymentAction
 
setScheduledPaymentService(ScheduledPaymentService) - Method in class nl.strohalm.cyclos.controls.posweb.BasePosWebPaymentAction
 
setScheduledPaymentService(ScheduledPaymentService) - Method in class nl.strohalm.cyclos.controls.posweb.PrintTransactionsAction
 
setScheduledPaymentService(ScheduledPaymentService) - Method in class nl.strohalm.cyclos.controls.posweb.SearchTransactionsAction
 
setScheduledPaymentService(ScheduledPaymentService) - Method in class nl.strohalm.cyclos.controls.posweb.TransactionsReceiptAction
 
setScheduledPaymentServiceLocal(ScheduledPaymentServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
setScheduledPaymentServiceLocal(ScheduledPaymentServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceSecurity
 
setScheduledPaymentServiceLocal(ScheduledPaymentServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceImpl
 
setScheduledTaskFile(String) - Method in class nl.strohalm.cyclos.entities.settings.LogSettings
 
setScheduledTaskLevel(LogSettings.ScheduledTaskLevel) - Method in class nl.strohalm.cyclos.entities.settings.LogSettings
 
setScheduling(boolean) - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.SearchAccountTypesAjaxForm
 
setScheduling(boolean) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
setSchedulingHandler(SchedulingHandler) - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
setSchedulingHandler(SchedulingHandler) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
setSchedulingHour(int) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setSchedulingMinute(int) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setSchedulingType(String) - Method in class nl.strohalm.cyclos.controls.posweb.ReceivePaymentForm
 
setScope(String) - Method in class nl.strohalm.cyclos.taglibs.AbstractEscapeTag
 
setScope(String) - Method in class nl.strohalm.cyclos.taglibs.CustomizedFilePathTag
 
setScope(String) - Method in class nl.strohalm.cyclos.taglibs.SelectCustomFieldsTag
 
setSearch(boolean) - Method in class nl.strohalm.cyclos.taglibs.CustomFieldTag
 
setSearchAccess(PaymentCustomField.Access) - Method in class nl.strohalm.cyclos.entities.customization.fields.PaymentCustomField
 
setSearchAds(boolean) - Method in class nl.strohalm.cyclos.services.elements.QuickAccessVO
 
setSearching(boolean) - Method in class nl.strohalm.cyclos.webservices.model.AdVO
 
setSearchType(ScheduledPaymentQuery.SearchType) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPaymentQuery
 
setSecond(T2) - Method in class nl.strohalm.cyclos.utils.Pair
 
setSecurityCode(String) - Method in class nl.strohalm.cyclos.controls.accounts.cards.CardForm
 
setSecurityCodeBlockTime(TimePeriod) - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardType
 
setSecurityCodeConfirmation(String) - Method in class nl.strohalm.cyclos.controls.accounts.cards.CardForm
 
setSelected(Object) - Method in class nl.strohalm.cyclos.taglibs.MultiDropDownTag
 
setSelected(Boolean) - Method in class nl.strohalm.cyclos.taglibs.OptionTag
 
setSelectedValues(List<String>) - Method in class nl.strohalm.cyclos.taglibs.MultiDropDownTag
 
setSelectMember(String) - Method in class nl.strohalm.cyclos.controls.payments.ConfirmPaymentForm
 
setSelectMember(boolean) - Method in class nl.strohalm.cyclos.controls.payments.PaymentForm
 
setSelectMember(String) - Method in class nl.strohalm.cyclos.controls.payments.SuccessfulPaymentForm
 
setSelfPayment(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType.Context
 
setSelfPaymentTTs(Collection<TransferType>) - Method in class nl.strohalm.cyclos.services.groups.MemberGroupPermissionsDTO
 
setSelfPaymentTTs(Collection<TransferType>) - Method in class nl.strohalm.cyclos.services.groups.OperatorGroupPermissionsDTO
 
setSeller(Member) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
setSeller(Member) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery
 
setSeller(Member) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligation
 
setSeller(Member) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligationQuery
 
setSendActivationMail(boolean) - Method in class nl.strohalm.cyclos.controls.members.imports.ImportedMembersSummaryForm
 
setSendPasswordByEmail(boolean) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
setSendSmsWebServiceUrl(String) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setSendTo(String) - Method in class nl.strohalm.cyclos.controls.members.messages.SendMessageForm
 
setSentBy(Element) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
setSentInvoiceExpiredMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setSentInvoiceExpiredSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setSentInvoiceExpiredSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setSentSms(int) - Method in class nl.strohalm.cyclos.entities.sms.SmsMailing
 
setServerRootUrl(String) - Method in class nl.strohalm.cyclos.webservices.CyclosWebServicesClientFactory
Sets the server root url
setServiceClient(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.services.EditServiceClientForm
 
setServiceClient(String, Object) - Method in class nl.strohalm.cyclos.controls.services.EditServiceClientForm
 
setServiceClient(ServiceClient) - Method in class nl.strohalm.cyclos.utils.logging.WebServiceLogDTO
 
setServiceClientDao(ServiceClientDAO) - Method in class nl.strohalm.cyclos.services.services.ServiceClientServiceImpl
 
setServiceClientService(ServiceClientService) - Method in class nl.strohalm.cyclos.controls.services.EditServiceClientAction
 
setServiceClientService(ServiceClientService) - Method in class nl.strohalm.cyclos.controls.services.RemoveServiceClientAction
 
setServiceClientService(ServiceClientService) - Method in class nl.strohalm.cyclos.controls.services.SearchServiceClientsAction
 
setServiceClientServiceLocal(ServiceClientServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.polling.ServiceClientIpResolvingPollingTask
 
setServiceClientServiceLocal(ServiceClientServiceLocal) - Method in class nl.strohalm.cyclos.services.services.ServiceClientServiceSecurity
 
setServiceClientServiceLocal(ServiceClientServiceLocal) - Method in class nl.strohalm.cyclos.webservices.fields.FieldWebServiceImpl
 
setServiceClientServiceLocal(ServiceClientServiceLocal) - Method in class nl.strohalm.cyclos.webservices.interceptor.AuthInterceptor
 
setServiceClientServiceLocal(ServiceClientServiceLocal) - Method in class nl.strohalm.cyclos.webservices.payments.PaymentWebServiceImpl
 
setServiceClientServiceLocal(ServiceClientServiceLocal) - Method in class nl.strohalm.cyclos.webservices.utils.MemberHelper
 
setServiceClientServiceLocal(ServiceClientServiceLocal) - Method in class nl.strohalm.cyclos.webservices.utils.PaymentHelper
 
setServiceName(String) - Method in class nl.strohalm.cyclos.utils.logging.WebServiceLogDTO
 
setServletContext(ServletContext) - Method in class nl.strohalm.cyclos.initializations.CustomizedFileInitialization
 
setServletContext(ServletContext) - Method in class nl.strohalm.cyclos.services.customization.ImageServiceImpl
 
setServletContext(ServletContext) - Method in class nl.strohalm.cyclos.struts.CyclosMessageResources
 
setServletContext(ServletContext) - Method in class nl.strohalm.cyclos.themes.ThemeHandlerImpl
 
setServletContext(ServletContext) - Method in class nl.strohalm.cyclos.utils.CaptchaProducer
 
setServletContext(ServletContext) - Method in class nl.strohalm.cyclos.utils.CustomizationHelper
 
setServletContext(ServletContext) - Method in class nl.strohalm.cyclos.utils.customizedfile.BaseCustomizedFileHandler
 
setServletContext(ServletContext) - Method in class nl.strohalm.cyclos.utils.ServletContextHelper
 
setServletContext(ServletContext) - Method in class nl.strohalm.cyclos.utils.SettingsHelper
 
setServletContext(ServletContext) - Method in class nl.strohalm.cyclos.utils.WebImageHelper
 
setSessionDao(SessionDAO) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
setSessionFactory(SessionFactory) - Method in class nl.strohalm.cyclos.services.BaseServiceSecurity
 
setSessionFactory(SessionFactory) - Method in class nl.strohalm.cyclos.setup.Setup
 
setSessionFactory(SessionFactoryImplementor) - Method in class nl.strohalm.cyclos.struts.CyclosRequestProcessor
 
setSessionFactory(SessionFactoryImplementor) - Method in class nl.strohalm.cyclos.utils.cache.EhCacheCacheManager
 
setSessionFactory(SessionFactory) - Method in class nl.strohalm.cyclos.utils.hibernate.HibernateQueryHandler
 
setSessionFactory(SessionFactory) - Method in class nl.strohalm.cyclos.utils.lock.DirectLockHandlerFactory
 
setSessionFactory(SessionFactory) - Method in class nl.strohalm.cyclos.utils.lucene.AbstractDocumentMapper
 
setSessionFactory(SessionFactory) - Method in class nl.strohalm.cyclos.utils.lucene.IndexOperationRunner
 
setSessionFactory(SessionFactory) - Method in class nl.strohalm.cyclos.utils.TransactionHelperImpl
 
setSessionId(long) - Method in class nl.strohalm.cyclos.controls.access.DisconnectUserSessionForm
 
setSessionId(String) - Method in class nl.strohalm.cyclos.utils.logging.TraceLogDTO
 
setSetByBroker(boolean) - Method in class nl.strohalm.cyclos.entities.members.brokerings.DefaultBrokerCommission
 
setSetByBroker(boolean) - Method in class nl.strohalm.cyclos.entities.members.brokerings.DefaultBrokerCommissionQuery
 
setSetting(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.groups.accounts.EditGroupAccountSettingsForm
 
setSetting(String, Object) - Method in class nl.strohalm.cyclos.controls.groups.accounts.EditGroupAccountSettingsForm
 
setSetting(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.settings.BaseSettingsForm
 
setSetting(String, Object) - Method in class nl.strohalm.cyclos.controls.settings.BaseSettingsForm
 
setSetting(String) - Method in class nl.strohalm.cyclos.controls.settings.EditMessageSettingForm
 
setSettingDao(SettingDAO) - Method in class nl.strohalm.cyclos.services.settings.BaseSettingsHandler
 
setSettingDao(SettingDAO) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
setSettings(LocalSettings) - Method in class nl.strohalm.cyclos.controls.reports.statistics.graphs.StatisticalDataProducer
 
setSettings(Collection<MemberGroupAccountSettings>) - Method in class nl.strohalm.cyclos.entities.accounts.MemberAccountType
 
setSettingsService(SettingsService) - Method in class nl.strohalm.cyclos.controls.access.LogoutAction
 
setSettingsService(SettingsService) - Method in class nl.strohalm.cyclos.controls.BaseAction
 
setSettingsService(SettingsService) - Method in class nl.strohalm.cyclos.controls.BasePublicAction
 
setSettingsService(SettingsService) - Method in class nl.strohalm.cyclos.controls.mobile.MobileBaseAction
 
setSettingsService(SettingsService) - Method in class nl.strohalm.cyclos.http.LifecycleListener
 
setSettingsService(SettingsService) - Method in class nl.strohalm.cyclos.http.RequestProcessingFilter
 
setSettingsService(SettingsService) - Method in class nl.strohalm.cyclos.struts.CyclosRequestProcessor
 
setSettingsService(SettingsService) - Method in class nl.strohalm.cyclos.themes.ThemeHandlerImpl
 
setSettingsService(SettingsService) - Method in class nl.strohalm.cyclos.utils.CustomizationHelper
 
setSettingsService(SettingsService) - Method in class nl.strohalm.cyclos.utils.LoginHelper
 
setSettingsService(SettingsService) - Method in class nl.strohalm.cyclos.utils.ResponseHelper
 
setSettingsService(SettingsService) - Method in class nl.strohalm.cyclos.utils.SettingsHelper
 
setSettingsService(SettingsService) - Method in class nl.strohalm.cyclos.webservices.pos.PosWebServiceImpl
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.initializations.CustomizedFileInitialization
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.polling.AdInterestsNotificationPollingTask
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.polling.ChargeAccountFeePollingTask
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.SchedulingHandler
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.services.access.ChannelServiceImpl
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceImpl
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.CurrencyServiceImpl
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.services.ads.AdCategoryServiceImpl
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.services.ads.AdImportServiceImpl
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.services.ads.AdServiceImpl
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.services.alerts.AlertServiceImpl
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.services.customization.ImageServiceImpl
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.services.customization.TranslationMessageServiceImpl
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.BrokeringServiceImpl
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberImportServiceImpl
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordServiceImpl
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceImpl
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceImpl
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceSecurity
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.services.sms.SmsMailingServiceImpl
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.services.stats.StatisticalServiceImpl
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.BaseLoanHandler
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceImpl
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceImpl
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceImpl
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.utils.logging.LogFormatter
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.utils.logging.LoggingHandlerImpl
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.utils.lucene.IndexOperationRunner
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.utils.MailHandler
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.utils.notifications.AdminNotificationHandlerImpl
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.webservices.access.AccessWebServiceImpl
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.webservices.accounts.AccountWebServiceImpl
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.webservices.utils.AccountHelper
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.webservices.utils.AdHelper
 
setSettingsServiceLocal(SettingsServiceLocal) - Method in class nl.strohalm.cyclos.webservices.utils.TicketHelper
 
setShouldRollback(boolean) - Method in exception nl.strohalm.cyclos.exceptions.ApplicationException
 
setShowAccountInfo(boolean) - Method in class nl.strohalm.cyclos.services.elements.AccountActivitiesVO
 
setShowAccountInformation(boolean) - Method in class nl.strohalm.cyclos.services.elements.ActivitiesVO
 
setShowActions(boolean) - Method in class nl.strohalm.cyclos.controls.accounts.details.ViewTransactionForm
 
setShowActions(boolean) - Method in class nl.strohalm.cyclos.controls.payments.scheduled.ScheduledPaymentForm
 
setShowAdFields(boolean) - Method in class nl.strohalm.cyclos.webservices.ads.AbstractAdSearchParameters
 
setShowAdsInformation(boolean) - Method in class nl.strohalm.cyclos.services.elements.ActivitiesVO
 
setShowCardSecurityCode(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardType
 
setShowCountersInAdCategories(boolean) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setShowCurrency(boolean) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
setShowCustomFields(boolean) - Method in class nl.strohalm.cyclos.webservices.members.AbstractMemberSearchParameters
 
setShowDetailMessage(boolean) - Method in exception nl.strohalm.cyclos.utils.validation.ValidationException
 
setShowImages(boolean) - Method in class nl.strohalm.cyclos.webservices.members.AbstractMemberSearchParameters
 
setShowInAccountHistory(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilter
 
setShowInList(boolean) - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberRecordCustomField
 
setShowInPrint(boolean) - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberCustomField
 
setShowInProfile(boolean) - Method in class nl.strohalm.cyclos.entities.groups.GroupFilter
 
setShowInReports(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilter
 
setShowInSearch(boolean) - Method in class nl.strohalm.cyclos.entities.customization.fields.AdCustomField
 
setShowInSearch(boolean) - Method in class nl.strohalm.cyclos.entities.customization.fields.LoanGroupCustomField
 
setShowInSearch(boolean) - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberRecordCustomField
 
setShowInvoicesInformation(boolean) - Method in class nl.strohalm.cyclos.services.elements.ActivitiesVO
 
setShowMemberFields(boolean) - Method in class nl.strohalm.cyclos.webservices.ads.AbstractAdSearchParameters
 
setShowMenuItem(boolean) - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordType
 
setShowMenuItem(boolean) - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordTypeQuery
 
setShowNonActiveAdsInformation(boolean) - Method in class nl.strohalm.cyclos.services.elements.ActivitiesVO
 
setShowOnlyEmpty(boolean) - Method in class nl.strohalm.cyclos.entities.customization.translationMessages.TranslationMessageQuery
 
setShowPosWebPaymentDescription(boolean) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
setShowReferencesInformation(boolean) - Method in class nl.strohalm.cyclos.services.elements.ActivitiesVO
 
setShowRemoved(boolean) - Method in class nl.strohalm.cyclos.entities.alerts.AlertQuery
 
setShowRemoved(boolean) - Method in class nl.strohalm.cyclos.entities.alerts.ErrorLogEntryQuery
 
setShowScheduledPaymentsToDestination(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
setShowScheduledToReceiver(boolean) - Method in class nl.strohalm.cyclos.services.transactions.DoPaymentDTO
 
setShowScheduledToReceiver(boolean) - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
setShowTable(boolean) - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
makes that the table is not shown.
setShowToMember(boolean) - Method in class nl.strohalm.cyclos.controls.payments.authorization.TransferAuthorizationForm
 
setShowToMember(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorization
 
setShowToMember(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorizationDTO
 
setShowToReceiver(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPayment
 
setShowZeroFees(boolean) - Method in class nl.strohalm.cyclos.services.transfertypes.BuildTransferWithFeesDTO
 
setSimulation(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.payments.conversionsimulation.SimulateConversionForm
 
setSimulation(String, Object) - Method in class nl.strohalm.cyclos.controls.payments.conversionsimulation.SimulateConversionForm
 
setSimulation(String, Object) - Method in class nl.strohalm.cyclos.controls.reports.simulations.RateConfigSimulationForm
 
setSimulation(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.reports.simulations.RateConfigSimulationForm
 
setSimulation(boolean) - Method in class nl.strohalm.cyclos.services.transfertypes.BuildTransferWithFeesDTO
 
setSince(TimePeriod) - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
setSinceActive(Calendar) - Method in class nl.strohalm.cyclos.services.elements.ActivitiesVO
 
setSingleAccount(boolean) - Method in class nl.strohalm.cyclos.controls.accounts.details.AccountHistoryForm
 
setSingleField(boolean) - Method in class nl.strohalm.cyclos.taglibs.MultiDropDownTag
 
setSingleMember(boolean) - Method in class nl.strohalm.cyclos.controls.members.sms.SendSmsMailingForm
 
setSinglePaymentHandler(LoanHandler) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceImpl
 
setSize(Integer) - Method in class nl.strohalm.cyclos.entities.customization.binaryfiles.BinaryFile
 
setSize(CustomField.Size) - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomField
 
setSize(String) - Method in class nl.strohalm.cyclos.taglibs.CustomFieldTag
 
setSize(Integer) - Method in class nl.strohalm.cyclos.taglibs.MultiDropDownTag
 
setSkipOrder(boolean) - Method in class nl.strohalm.cyclos.entities.ads.AdQuery
 
setSkippedMembers(int) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLogDetailsDTO
 
setSleepSeconds(int) - Method in class nl.strohalm.cyclos.scheduling.polling.PollingTask
 
setSms(String) - Method in class nl.strohalm.cyclos.controls.settings.EditMessageSettingForm
 
setSms(boolean) - Method in class nl.strohalm.cyclos.entities.members.preferences.NotificationPreference
 
setSms(String) - Method in class nl.strohalm.cyclos.services.elements.SendMessageFromSystemDTO
 
setSmsAdditionalCharged(int) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
setSmsAdditionalChargedPeriod(TimePeriod) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
setSmsChannelName(String) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setSmsChargeAmount(BigDecimal) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
setSmsChargeTransferType(TransferType) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
setSmsContextClassName(String) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
setSmsCustomFieldId(Long) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setSmsEnabled(boolean) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setSmsFree(int) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
setSmsId(Long) - Method in class nl.strohalm.cyclos.webservices.sms.SendSmsResult
 
setSmsLogDao(SmsLogDAO) - Method in class nl.strohalm.cyclos.services.sms.SmsLogServiceImpl
 
setSmsLogService(SmsLogService) - Method in class nl.strohalm.cyclos.controls.members.sms.SearchSmsLogsAction
 
setSmsLogService(SmsLogService) - Method in class nl.strohalm.cyclos.controls.reports.members.sms.SmsLogsReportAction
 
setSmsLogService(SmsLogService) - Method in class nl.strohalm.cyclos.controls.reports.members.sms.SmsLogsReportCsvAction
 
setSmsLogServiceLocal(SmsLogServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceImpl
 
setSmsLogServiceLocal(SmsLogServiceLocal) - Method in class nl.strohalm.cyclos.services.sms.SmsLogServiceSecurity
 
setSmsLogServiceLocal(SmsLogServiceLocal) - Method in class nl.strohalm.cyclos.webservices.sms.SmsWebServiceImpl
 
setSmsMailing(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.members.sms.SendSmsMailingForm
 
setSmsMailing(String, Object) - Method in class nl.strohalm.cyclos.controls.members.sms.SendSmsMailingForm
 
setSmsMailing(SmsMailing) - Method in class nl.strohalm.cyclos.entities.sms.SmsLog
 
setSmsMailing(SmsMailing) - Method in class nl.strohalm.cyclos.services.elements.SendSmsDTO
 
setSmsMailingDao(SmsMailingDAO) - Method in class nl.strohalm.cyclos.services.sms.SmsMailingServiceImpl
 
setSmsMailingService(SmsMailingService) - Method in class nl.strohalm.cyclos.controls.members.sms.SearchSmsMailingsAction
 
setSmsMailingService(SmsMailingService) - Method in class nl.strohalm.cyclos.controls.members.sms.SendSmsMailingAction
 
setSmsMailingServiceLocal(SmsMailingServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.polling.SmsMailingSendingPollingTask
 
setSmsMailingServiceLocal(SmsMailingServiceLocal) - Method in class nl.strohalm.cyclos.services.sms.SmsMailingServiceSecurity
 
setSmsMessagePrefix(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setSmsMessages(Collection<Message.Type>) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
setSmsSender(SmsSender) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceImpl
 
setSmsShowFreeThreshold(int) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
setSmsTraceData(String) - Method in class nl.strohalm.cyclos.services.elements.SendMessageFromSystemDTO
 
setSmsType(SmsType) - Method in class nl.strohalm.cyclos.entities.sms.SmsLog
 
setSmsType(SmsType) - Method in class nl.strohalm.cyclos.services.elements.SendSmsDTO
 
setSmsTypeArgs(String[]) - Method in class nl.strohalm.cyclos.entities.sms.SmsLog
 
setSmsTypeArgs(String[]) - Method in class nl.strohalm.cyclos.services.elements.SendSmsDTO
 
setSmsTypeArgs(String[]) - Method in class nl.strohalm.cyclos.webservices.sms.SendSmsParameters
 
setSmsTypeCode(String) - Method in class nl.strohalm.cyclos.webservices.sms.SendSmsParameters
 
setSmsTypeDao(SmsTypeDAO) - Method in class nl.strohalm.cyclos.services.sms.SmsLogServiceImpl
 
setSmsTypes(Collection<SmsType>) - Method in class nl.strohalm.cyclos.entities.sms.SmsLogReportQuery
 
setSmtpPassword(String) - Method in class nl.strohalm.cyclos.entities.settings.MailSettings
 
setSmtpPort(int) - Method in class nl.strohalm.cyclos.entities.settings.MailSettings
 
setSmtpServer(String) - Method in class nl.strohalm.cyclos.entities.settings.MailSettings
 
setSmtpUsername(String) - Method in class nl.strohalm.cyclos.entities.settings.MailSettings
 
setSmtpUseTLS(boolean) - Method in class nl.strohalm.cyclos.entities.settings.MailSettings
 
setSortByNature(boolean) - Method in class nl.strohalm.cyclos.entities.groups.GroupQuery
 
setSrc(String) - Method in class nl.strohalm.cyclos.taglibs.ScriptTag
 
setStackTrace(String) - Method in class nl.strohalm.cyclos.entities.alerts.ErrorLogEntry
 
setStartDate(Calendar) - Method in class nl.strohalm.cyclos.entities.members.brokerings.Brokering
 
setStartExpirationDate(Calendar) - Method in class nl.strohalm.cyclos.entities.members.BrokeringQuery
 
setStartIn(Period) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.CertificationQuery
 
setStartIn(Period) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery
 
setStartIn(Period) - Method in class nl.strohalm.cyclos.entities.infotexts.InfoTextQuery
 
setStartPeriod(Period) - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContractQuery
 
setStatementsByDataBase(Map<String, List<String>>) - Method in class nl.strohalm.cyclos.setup.Version
 
setStatisticalActivityService(StatisticalActivityService) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsActivityAction
 
setStatisticalActivityServiceLocal(StatisticalActivityServiceLocal) - Method in class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceSecurity
 
setStatisticalFinancesService(StatisticalFinancesService) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsFinancesAction
 
setStatisticalFinancesServiceLocal(StatisticalFinancesServiceLocal) - Method in class nl.strohalm.cyclos.services.stats.StatisticalFinancesServiceSecurity
 
setStatisticalKeyDevelopmentsService(StatisticalKeyDevelopmentsService) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsKeyDevelopmentsAction
 
setStatisticalKeyDevelopmentsServiceLocal(StatisticalKeyDevelopmentsServiceLocal) - Method in class nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsServiceSecurity
 
setStatisticalService(StatisticalService) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsAction
basic setter for the statistical Services, to be called by child classes with the inject annotation.
setStatisticalServiceLocal(StatisticalServiceLocal) - Method in class nl.strohalm.cyclos.services.stats.StatisticalServiceSecurity
 
setStatisticalTaxesService(StatisticalTaxesService) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsTaxesAction
 
setStatisticalTaxesServiceLocal(StatisticalTaxesServiceLocal) - Method in class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceSecurity
 
setStatus(String) - Method in class nl.strohalm.cyclos.controls.ads.imports.ImportedAdCategoriesForm
 
setStatus(String) - Method in class nl.strohalm.cyclos.controls.ads.imports.ImportedAdsDetailsForm
 
setStatus(String[]) - Method in class nl.strohalm.cyclos.controls.groups.SearchGroupsAjaxForm
 
setStatus(String) - Method in class nl.strohalm.cyclos.controls.loans.ManageExpiredStatusForm
 
setStatus(String) - Method in class nl.strohalm.cyclos.controls.members.imports.ImportedMembersDetailsForm
 
setStatus(Card.Status) - Method in class nl.strohalm.cyclos.entities.accounts.cards.Card
 
setStatus(Card.Status) - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardLog
 
setStatus(Collection<Card.Status>) - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardQuery
 
setStatus(ExternalTransfer.Status) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransfer
 
setStatus(ExternalTransfer.Status) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferQuery
 
setStatus(MemberAccountFeeLogQuery.Status) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.MemberAccountFeeLogQuery
 
setStatus(Certification.Status) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Certification
 
setStatus(Certification.Status) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.CertificationLog
 
setStatus(Guarantee.Status) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
setStatus(Guarantee.Status) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeLog
 
setStatus(PaymentObligation.Status) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligation
 
setStatus(PaymentObligation.Status) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligationLog
 
setStatus(LoanPayment.Status) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanPayment
 
setStatus(LoanPayment.Status) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanPaymentQuery
 
setStatus(Loan.Status) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanQuery
 
setStatus(MemberAccount.Status) - Method in class nl.strohalm.cyclos.entities.accounts.MemberAccount
 
setStatus(MemberPos.Status) - Method in class nl.strohalm.cyclos.entities.accounts.pos.MemberPos
 
setStatus(Pos.Status) - Method in class nl.strohalm.cyclos.entities.accounts.pos.Pos
 
setStatus(Invoice.Status) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
setStatus(Invoice.Status) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceQuery
 
setStatus(Invoice.Status) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceSummaryDTO
 
setStatus(Payment.Status) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Payment
 
setStatus(Payment.Status) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPaymentQuery
 
setStatus(Ticket.Status) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Ticket
 
setStatus(Ticket.Status) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TicketQuery
 
setStatus(Payment.Status) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
setStatus(Ad.Status) - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
setStatus(ImportedAd.Status) - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
setStatus(ImportedAdQuery.Status) - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAdQuery
 
setStatus(Group.Status) - Method in class nl.strohalm.cyclos.entities.groups.Group
 
setStatus(Group.Status...) - Method in class nl.strohalm.cyclos.entities.groups.GroupQuery
 
setStatus(BrokeringQuery.Status) - Method in class nl.strohalm.cyclos.entities.members.BrokeringQuery
 
setStatus(BrokerCommissionContract.Status) - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContract
 
setStatus(BrokerCommissionContract.Status) - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContractQuery
 
setStatus(ImportedMember.Status) - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMember
 
setStatus(ImportedMemberQuery.Status) - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMemberQuery
 
setStatus(SmsLogStatus) - Method in class nl.strohalm.cyclos.entities.sms.SmsLogQuery
 
setStatus(Loan.Status) - Method in class nl.strohalm.cyclos.services.transactions.LoanPaymentDetailDTO
 
setStatus(ChargebackStatus) - Method in class nl.strohalm.cyclos.webservices.payments.ChargebackResult
 
setStatus(PaymentStatus) - Method in class nl.strohalm.cyclos.webservices.payments.PaymentResult
 
setStatus(PaymentRequestStatus) - Method in class nl.strohalm.cyclos.webservices.payments.RequestPaymentResult
 
setStatus(SendSmsStatus) - Method in class nl.strohalm.cyclos.webservices.sms.SendSmsResult
 
setStatusBeforeSuspension(BrokerCommissionContract.Status) - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContract
 
setStatusCollection(Collection<Guarantee.Status>) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeLogQuery
 
setStatusCollection(Collection<Group.Status>) - Method in class nl.strohalm.cyclos.entities.groups.GroupQuery
 
setStatuses(Collection<PosQuery.QueryStatus>) - Method in class nl.strohalm.cyclos.entities.accounts.pos.PosQuery
 
setStatuses(Collection<BrokeringCommissionStatus>) - Method in class nl.strohalm.cyclos.entities.members.brokerings.Brokering
 
setStatusGroup(ScheduledPaymentQuery.StatusGroup) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPaymentQuery
 
setStatusList(List<Certification.Status>) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.CertificationQuery
 
setStatusList(List<Guarantee.Status>) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery
 
setStatusList(List<PaymentObligation.Status>) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligationQuery
 
setStatusList(List<LoanPayment.Status>) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanPaymentQuery
 
setStatusList(Collection<Payment.Status>) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPaymentQuery
 
setStatusList(Collection<BrokerCommissionContract.Status>) - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContractQuery
 
setStringQuote(Character) - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.CSVFileMapping
 
setStringQuote(char) - Method in class nl.strohalm.cyclos.utils.csv.BaseCSVHandler
 
setStringValue(String) - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomFieldValue
 
setStyle(String) - Method in class nl.strohalm.cyclos.taglibs.ImagesTag
 
setStyleClass(String) - Method in class nl.strohalm.cyclos.taglibs.RichTextAreaTag
 
setStyleId(String) - Method in class nl.strohalm.cyclos.taglibs.CustomFieldTag
 
setStyleId(String) - Method in class nl.strohalm.cyclos.taglibs.RichTextAreaTag
 
setStyles(Collection<Theme.Style>) - Method in class nl.strohalm.cyclos.themes.Theme
 
setSubject(String) - Method in class nl.strohalm.cyclos.controls.settings.EditMessageSettingForm
 
setSubject(String) - Method in class nl.strohalm.cyclos.entities.infotexts.InfoText
 
setSubject(String) - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
setSubject(Element) - Method in class nl.strohalm.cyclos.entities.members.remarks.Remark
 
setSubject(Element) - Method in class nl.strohalm.cyclos.entities.members.remarks.RemarkQuery
 
setSubject(String) - Method in class nl.strohalm.cyclos.services.elements.SendMessageDTO
 
setSubject(String) - Method in class nl.strohalm.cyclos.webservices.model.InfoTextVO
 
setSubTitle(String) - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
 
setSuccess(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.MemberAccountFeeLog
 
setSuffix(String) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings.TransactionNumber
 
setSuffix(String) - Method in class nl.strohalm.cyclos.webservices.model.TransactionNumberVO
 
setSuspendCommission(boolean) - Method in class nl.strohalm.cyclos.controls.members.brokering.ChangeBrokerForm
 
setSuspendCommission(boolean) - Method in class nl.strohalm.cyclos.entities.members.remarks.BrokerRemark
 
setSuspendCommission(boolean) - Method in class nl.strohalm.cyclos.services.elements.ChangeBrokerDTO
 
setSuspended(boolean) - Method in class nl.strohalm.cyclos.entities.members.brokerings.DefaultBrokerCommission
 
setSymbol(String) - Method in class nl.strohalm.cyclos.entities.accounts.Currency
 
setSymbol(String) - Method in class nl.strohalm.cyclos.webservices.model.CurrencyVO
 
setSystemAccountFilter(SystemAccountType) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
setSystemAccountInformation(boolean) - Method in class nl.strohalm.cyclos.services.reports.CurrentStateReportParameters
 
setSystemAccountName(String) - Method in class nl.strohalm.cyclos.webservices.model.AccountHistoryTransferVO
 
setSystemAccountType(SystemAccountType) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalAccount
 
setSystemAccountTypes(Collection<SystemAccountType>) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalAccountQuery
 
setSystemAccountTypesBalance(Map<SystemAccountType, BigDecimal>) - Method in class nl.strohalm.cyclos.entities.reports.CurrentStateReportVO
 
setSystemAlert(SystemAlert.Alerts) - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreferenceQuery
 
setSystemAlerts(Set<SystemAlert.Alerts>) - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreference
 
setSystemAlerts(int) - Method in class nl.strohalm.cyclos.services.application.ApplicationStatusVO
 
setSystemChargebackTTs(Collection<TransferType>) - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
setSystemInvoices(boolean) - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreference
 
setSystemInvoices(boolean) - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreferenceQuery
 
SetSystemOnlineAction - Class in nl.strohalm.cyclos.controls.admintasks
Action used to set the system online / offline
SetSystemOnlineAction() - Constructor for class nl.strohalm.cyclos.controls.admintasks.SetSystemOnlineAction
 
SetSystemOnlineForm - Class in nl.strohalm.cyclos.controls.admintasks
Form used to set the system online / offline
SetSystemOnlineForm() - Constructor for class nl.strohalm.cyclos.controls.admintasks.SetSystemOnlineForm
 
setSystemToMemberTTs(Collection<TransferType>) - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
setSystemToSystemTTs(Collection<TransferType>) - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
setTargetMember(Member) - Method in class nl.strohalm.cyclos.entities.sms.SmsLog
 
setTargetMember(Member) - Method in class nl.strohalm.cyclos.services.elements.SendSmsDTO
 
setTargetPrincipal(String) - Method in class nl.strohalm.cyclos.webservices.sms.SendSmsParameters
 
setTargetPrincipalType(String) - Method in class nl.strohalm.cyclos.webservices.sms.SendSmsParameters
 
setTaskRunner(TaskRunner) - Method in class nl.strohalm.cyclos.scheduling.polling.PollingTask
 
setTaskRunner(TaskRunner) - Method in class nl.strohalm.cyclos.scheduling.SchedulingHandler
 
setTaskRunner(TaskRunner) - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
setTaskRunner(TaskRunner) - Method in class nl.strohalm.cyclos.spring.CustomSessionFactoryBean
 
setTasks(List<ScheduledTask>) - Method in class nl.strohalm.cyclos.scheduling.SchedulingHandler
 
setTd(boolean) - Method in class nl.strohalm.cyclos.taglibs.HelpTag
 
setText(String) - Method in class nl.strohalm.cyclos.entities.sms.SmsMailing
 
setText(String) - Method in class nl.strohalm.cyclos.services.elements.SendSmsDTO
 
setText(String) - Method in class nl.strohalm.cyclos.taglibs.OptionTag
 
setText(String) - Method in class nl.strohalm.cyclos.webservices.external.sms.SendSmsSenderParameters
 
setText(String) - Method in class nl.strohalm.cyclos.webservices.sms.SendSmsParameters
 
setTextNoCache(HttpServletResponse) - Method in class nl.strohalm.cyclos.utils.ResponseHelper
Set the response as text/plain, with the correct character encoding (according to the settings) and no cache
setTextOnly(boolean) - Method in class nl.strohalm.cyclos.taglibs.CustomFieldTag
 
setTheme(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.customization.themes.ExportThemeForm
 
setTheme(String, Object) - Method in class nl.strohalm.cyclos.controls.customization.themes.ExportThemeForm
 
setTheme(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.customization.themes.ThemeForm
 
setTheme(String, Object) - Method in class nl.strohalm.cyclos.controls.customization.themes.ThemeForm
 
setThemeHandler(ThemeHandler) - Method in class nl.strohalm.cyclos.controls.customization.themes.ExportThemeAction
 
setThemeHandler(ThemeHandler) - Method in class nl.strohalm.cyclos.controls.customization.themes.ImportThemeAction
 
setThemeHandler(ThemeHandler) - Method in class nl.strohalm.cyclos.controls.customization.themes.RemoveThemeAction
 
setThemeHandler(ThemeHandler) - Method in class nl.strohalm.cyclos.controls.customization.themes.SelectThemeAction
 
setThroughTimeRange(ThroughTimeRange) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
setThruTimeGraph(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalKeyDevelopmentsQuery
 
setThumbnail(Blob) - Method in class nl.strohalm.cyclos.entities.customization.images.Image
 
setThumbnail(boolean) - Method in class nl.strohalm.cyclos.taglibs.CustomImageUrlTag
 
setThumbnailSize(Integer) - Method in class nl.strohalm.cyclos.entities.customization.images.Image
 
setThumbnailUrl(String) - Method in class nl.strohalm.cyclos.webservices.model.ImageVO
 
setTicket(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.payments.request.RequestPaymentForm
 
setTicket(String, Object) - Method in class nl.strohalm.cyclos.controls.payments.request.RequestPaymentForm
 
setTicket(String) - Method in class nl.strohalm.cyclos.controls.webshop.NewWebShopPaymentForm
 
setTicket(String) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Ticket
 
setTicket(Ticket) - Method in class nl.strohalm.cyclos.services.transactions.DoPaymentDTO
 
setTicket(Ticket) - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
setTicket(String) - Method in class nl.strohalm.cyclos.webservices.model.TicketVO
 
setTicket(String) - Method in class nl.strohalm.cyclos.webservices.payments.ConfirmPaymentParameters
 
setTicket(String) - Method in class nl.strohalm.cyclos.webservices.payments.RequestPaymentResult
 
setTicketDao(TicketDAO) - Method in class nl.strohalm.cyclos.services.transactions.TicketServiceImpl
 
setTicketHelper(TicketHelper) - Method in class nl.strohalm.cyclos.webservices.webshop.WebShopWebServiceImpl
 
setTicketService(TicketService) - Method in class nl.strohalm.cyclos.controls.payments.request.RequestPaymentAction
 
setTicketService(TicketService) - Method in class nl.strohalm.cyclos.controls.payments.request.SearchPaymentRequestsAction
 
setTicketService(TicketService) - Method in class nl.strohalm.cyclos.controls.webshop.CancelWebShopPaymentAction
 
setTicketService(TicketService) - Method in class nl.strohalm.cyclos.controls.webshop.ConfirmWebShopPaymentAction
 
setTicketService(TicketService) - Method in class nl.strohalm.cyclos.controls.webshop.NewWebShopPaymentAction
 
setTicketService(TicketService) - Method in class nl.strohalm.cyclos.controls.webshop.WebShopPaymentAction
 
setTicketServiceLocal(TicketServiceLocal) - Method in class nl.strohalm.cyclos.scheduling.tasks.TicketExpirationScheduledTask
 
setTicketServiceLocal(TicketServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
setTicketServiceLocal(TicketServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.TicketServiceSecurity
 
setTicketServiceLocal(TicketServiceLocal) - Method in class nl.strohalm.cyclos.webservices.payments.PaymentWebServiceImpl
 
setTicketServiceLocal(TicketServiceLocal) - Method in class nl.strohalm.cyclos.webservices.webshop.WebShopWebServiceImpl
 
setTime(Calendar) - Method in class nl.strohalm.cyclos.taglibs.FormatTag
 
setTimePattern(LocalSettings.TimePattern) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setTimePoint(Calendar) - Method in class nl.strohalm.cyclos.services.reports.CurrentStateReportParameters
 
setTimePointType(CurrentStateReportParameters.TimePointType) - Method in class nl.strohalm.cyclos.services.reports.CurrentStateReportParameters
 
setTimeZone(TimeZone) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
Setting - Class in nl.strohalm.cyclos.entities.settings
Contains the value of a single setting
Setting() - Constructor for class nl.strohalm.cyclos.entities.settings.Setting
 
Setting.Type - Enum in nl.strohalm.cyclos.entities.settings
 
SettingDAO - Interface in nl.strohalm.cyclos.dao.settings
Interface for setting DAO
SettingDAOImpl - Class in nl.strohalm.cyclos.dao.settings
Implementation class for settings DAO
SettingDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.settings.SettingDAOImpl
 
settingName() - Method in enum nl.strohalm.cyclos.entities.settings.MessageSettings.MessageSettingsEnum
 
SettingsChangeListener - Interface in nl.strohalm.cyclos.entities.settings.events
Marker interface for settings change listeners
SettingsHandler<T,L extends SettingsChangeListener> - Interface in nl.strohalm.cyclos.services.settings
Handles details for an specific settings type
SettingsHelper - Class in nl.strohalm.cyclos.utils
Helper class for storing and retrieving settings from the web context
SettingsHelper() - Constructor for class nl.strohalm.cyclos.utils.SettingsHelper
 
settingsService - Variable in class nl.strohalm.cyclos.controls.BaseAction
 
settingsService - Variable in class nl.strohalm.cyclos.controls.BasePublicAction
 
settingsService - Variable in class nl.strohalm.cyclos.controls.mobile.MobileBaseAction
 
settingsService - Variable in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
 
SettingsService - Interface in nl.strohalm.cyclos.services.settings
Service interface for application settings handling
settingsService - Variable in class nl.strohalm.cyclos.services.transactions.BaseLoanHandler
 
SettingsServiceImpl - Class in nl.strohalm.cyclos.services.settings
Implementation class for settings service
SettingsServiceImpl() - Constructor for class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
SettingsServiceLocal - Interface in nl.strohalm.cyclos.services.settings
Local interface.
SettingsServiceSecurity - Class in nl.strohalm.cyclos.services.settings
Security implementation for SettingsService
SettingsServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.settings.SettingsServiceSecurity
 
setTitle(String) - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
setTitle(String) - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
setTitle(String) - Method in class nl.strohalm.cyclos.entities.members.adInterests.AdInterest
 
setTitle(String) - Method in class nl.strohalm.cyclos.themes.Theme
 
setTitle(String) - Method in class nl.strohalm.cyclos.webservices.model.AdVO
 
setTo(String) - Method in class nl.strohalm.cyclos.controls.general.InviteForm
 
setTo(String) - Method in class nl.strohalm.cyclos.controls.payments.PaymentForm
 
setTo(AccountOwner) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
setTo(Account) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Payment
 
setTo(Member) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Ticket
 
setTo(Member) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TicketQuery
 
setTo(AccountType) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
setTo(Member) - Method in class nl.strohalm.cyclos.entities.members.Reference
 
setTo(Member) - Method in class nl.strohalm.cyclos.entities.members.ReferenceHistoryLog
 
setTo(Member) - Method in class nl.strohalm.cyclos.entities.members.ReferenceHistoryLogQuery
 
setTo(Member) - Method in class nl.strohalm.cyclos.entities.members.ReferenceQuery
 
setTo(AccountOwner) - Method in class nl.strohalm.cyclos.services.transactions.DoPaymentDTO
 
setTo(Account) - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
setTo(Account) - Method in class nl.strohalm.cyclos.services.transfertypes.BuildTransferWithFeesDTO
 
setTo(AccountTypeVO) - Method in class nl.strohalm.cyclos.webservices.model.TransferTypeVO
 
setToAccountOwner(AccountOwner) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
setToAccountStatus(AccountStatusVO) - Method in class nl.strohalm.cyclos.webservices.payments.PaymentResult
 
setToAccountType(AccountType) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
setToAccountType(AccountType) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
setToAccountTypeId(String[]) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
setToAccountTypeId(Long) - Method in class nl.strohalm.cyclos.webservices.accounts.TransferTypeSearchParameters
 
setToAccountTypes(Collection<? extends AccountType>) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
setToAllGroups(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
setToBrokeredMembers(boolean) - Method in class nl.strohalm.cyclos.controls.members.messages.SendMessageForm
 
setToChannel(Channel) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentRequestTicket
 
setToChannel(String) - Method in class nl.strohalm.cyclos.webservices.model.PaymentRequestTicketVO
 
setToChargePrincipal(String) - Method in class nl.strohalm.cyclos.webservices.sms.SendSmsParameters
 
setToChargePrincipalType(String) - Method in class nl.strohalm.cyclos.webservices.sms.SendSmsParameters
 
setToElement(String) - Method in class nl.strohalm.cyclos.controls.members.messages.SearchMessageCategoriesAjaxForm
 
setToElement(Element) - Method in class nl.strohalm.cyclos.entities.members.messages.MessageCategoryQuery
 
setToFixedMember(Member) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.SimpleTransactionFee
 
setToGroups(String[]) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
setToGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
setToGroups(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
setToGroups(List<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
setToGroups(List<MemberGroup>) - Method in class nl.strohalm.cyclos.services.elements.SendMessageToGroupDTO
 
setTolerance(TimePeriod) - Method in class nl.strohalm.cyclos.services.accounts.TransactionVolumeDTO
 
setToLimitType(AccountType.LimitType) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
setToMember(Member) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
setToMember(Member) - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
setToMember(Member) - Method in class nl.strohalm.cyclos.services.elements.SendMessageToMemberDTO
 
setToMember(String) - Method in class nl.strohalm.cyclos.webservices.accounts.TransferTypeSearchParameters
 
setToMember(MemberVO) - Method in class nl.strohalm.cyclos.webservices.model.TicketVO
 
setToMember(String) - Method in class nl.strohalm.cyclos.webservices.payments.AbstractPaymentParameters
 
setToMemberFieldsToReturn(List<String>) - Method in class nl.strohalm.cyclos.webservices.payments.PaymentParameters
 
setToMemberId(long) - Method in class nl.strohalm.cyclos.controls.members.messages.SendMessageForm
 
setToMemberPrincipal(String) - Method in class nl.strohalm.cyclos.webservices.pos.MakePaymentParameters
 
setToMemberPrincipalType(String) - Method in class nl.strohalm.cyclos.webservices.accounts.TransferTypeSearchParameters
 
setToMemberPrincipalType(String) - Method in class nl.strohalm.cyclos.webservices.payments.AbstractPaymentParameters
 
setToMemberPrincipalType(String) - Method in class nl.strohalm.cyclos.webservices.pos.MakePaymentParameters
 
setToMembers(Collection<Member>) - Method in class nl.strohalm.cyclos.entities.accounts.loans.Loan
 
setToNature(String) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
setToNature(AccountType.Nature) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
setToOwner(AccountOwner) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
setToOwner(AccountOwner) - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
setToOwnerId(String) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
setToRates(RatesResultDTO) - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesToSave
 
setToSystem(boolean) - Method in class nl.strohalm.cyclos.controls.payments.PaymentForm
 
setToSystem(boolean) - Method in class nl.strohalm.cyclos.webservices.accounts.TransferTypeSearchParameters
 
setToSystem(boolean) - Method in class nl.strohalm.cyclos.webservices.payments.PaymentParameters
 
setTotal(int) - Method in class nl.strohalm.cyclos.entities.ads.imports.AdImportResult
 
setTotal(TransactionSummaryVO) - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokeringCommissionStatus
 
setTotal(int) - Method in class nl.strohalm.cyclos.entities.members.imports.MemberImportResult
 
setTotal(BigDecimal) - Method in class nl.strohalm.cyclos.services.transactions.LoanPaymentDetailDTO
 
setTotalAmount(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.loans.Loan
 
setTotalCount(int) - Method in class nl.strohalm.cyclos.webservices.model.ResultPage
 
setTotalFeePercentage(BigDecimal) - Method in class nl.strohalm.cyclos.services.elements.AccountActivitiesVO
 
setTotalMembers(Integer) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLog
 
setTotals(SmsLogType, SmsLogStatus, int) - Method in class nl.strohalm.cyclos.entities.sms.SmsLogReportVO
 
setToTransactionFees(Collection<TransactionFee>) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroup
 
setToTransferTypes(Collection<TransferType>) - Method in class nl.strohalm.cyclos.entities.accounts.AccountType
 
setToUsername(String) - Method in class nl.strohalm.cyclos.webservices.webshop.GenerateWebShopTicketParams
 
setTraceData(String) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentRequestTicket
 
setTraceData(String) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
setTraceData(String) - Method in class nl.strohalm.cyclos.services.elements.SendSmsDTO
This identifier will be copied to the outgoing sms.
setTraceData(String) - Method in class nl.strohalm.cyclos.services.transactions.DoPaymentDTO
 
setTraceData(String) - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
setTraceData(String) - Method in class nl.strohalm.cyclos.webservices.external.sms.SendSmsSenderParameters
 
setTraceData(String) - Method in class nl.strohalm.cyclos.webservices.model.PaymentRequestTicketVO
 
setTraceData(String) - Method in class nl.strohalm.cyclos.webservices.payments.AbstractPaymentParameters
 
setTraceData(String) - Method in class nl.strohalm.cyclos.webservices.sms.SendSmsParameters
 
setTraceFile(String) - Method in class nl.strohalm.cyclos.entities.settings.LogSettings
 
setTraceLevel(LogSettings.TraceLevel) - Method in class nl.strohalm.cyclos.entities.settings.LogSettings
 
setTraceNumber(String) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TraceNumber
 
setTraceNumber(String) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
setTraceNumber(String) - Method in class nl.strohalm.cyclos.services.transactions.DoPaymentDTO
 
setTraceNumber(String) - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
setTraceNumber(String) - Method in class nl.strohalm.cyclos.webservices.model.AccountHistoryTransferVO
 
setTraceNumber(String) - Method in class nl.strohalm.cyclos.webservices.payments.AbstractPaymentParameters
 
setTraceNumberDao(TraceNumberDAO) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
setTraceWritesOnly(boolean) - Method in class nl.strohalm.cyclos.entities.settings.LogSettings
 
setTradeType(Ad.TradeType) - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
setTradeType(Ad.TradeType) - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
setTradeType(Ad.TradeType) - Method in class nl.strohalm.cyclos.entities.ads.AdCategoryWithCounterQuery
 
setTradeType(Ad.TradeType) - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
setTransactionAmount(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalKeyDevelopmentsQuery
 
setTransactionAmountGraph(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalKeyDevelopmentsQuery
 
setTransactionFee(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.EditTransactionFeeForm
 
setTransactionFee(String, Object) - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.EditTransactionFeeForm
 
setTransactionFee(TransactionFee) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
setTransactionFee(TransactionFee) - Method in class nl.strohalm.cyclos.services.accounts.rates.ARatedFeeDTO
 
setTransactionFeeDao(TransactionFeeDAO) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
setTransactionFeeDao(TransactionFeeDAO) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceImpl
 
setTransactionFeedbackAdminCommentsMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setTransactionFeedbackAdminCommentsSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setTransactionFeedbackAdminCommentsSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setTransactionFeedbackDeadline(Calendar) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Payment
 
setTransactionFeedbackReceivedMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setTransactionFeedbackReceivedSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setTransactionFeedbackReceivedSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setTransactionFeedbackReplyMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setTransactionFeedbackReplySms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setTransactionFeedbackReplySubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setTransactionFeedbackRequestMessage(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setTransactionFeedbackRequestSms(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setTransactionFeedbackRequestSubject(String) - Method in class nl.strohalm.cyclos.entities.settings.MessageSettings
 
setTransactionFeeId(long) - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.EditTransactionFeeForm
 
setTransactionFeeId(long) - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.RemoveTransactionFeeForm
 
setTransactionFees(Collection<? extends TransactionFee>) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
setTransactionFees(Collection<TransactionFee>) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalTaxesQuery
 
setTransactionFeeService(TransactionFeeService) - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.EditTransactionFeeAction
 
setTransactionFeeService(TransactionFeeService) - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.ListGeneratedTypesAjaxAction
 
setTransactionFeeService(TransactionFeeService) - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.RemoveTransactionFeeAction
 
setTransactionFeeService(TransactionFeeService) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.EditTransferTypeAction
 
setTransactionFeeService(TransactionFeeService) - Method in class nl.strohalm.cyclos.controls.invoices.AcceptInvoiceAction
 
setTransactionFeeService(TransactionFeeService) - Method in class nl.strohalm.cyclos.controls.loans.ConfirmLoanAction
 
setTransactionFeeService(TransactionFeeService) - Method in class nl.strohalm.cyclos.controls.members.brokering.DefaultBrokerCommissionsAction
 
setTransactionFeeService(TransactionFeeService) - Method in class nl.strohalm.cyclos.controls.members.brokering.EditBrokerCommissionContractAction
 
setTransactionFeeService(TransactionFeeService) - Method in class nl.strohalm.cyclos.controls.members.brokering.ListBrokerCommissionContractsAction
 
setTransactionFeeService(TransactionFeeService) - Method in class nl.strohalm.cyclos.controls.members.brokering.ManageBrokerCommissionsAction
 
setTransactionFeeService(TransactionFeeService) - Method in class nl.strohalm.cyclos.controls.members.brokering.SearchBrokerCommissionContractsAction
 
setTransactionFeeService(TransactionFeeService) - Method in class nl.strohalm.cyclos.controls.mobile.MobileConfirmPaymentAction
 
setTransactionFeeService(TransactionFeeService) - Method in class nl.strohalm.cyclos.controls.payments.ConfirmPaymentAction
 
setTransactionFeeService(TransactionFeeService) - Method in class nl.strohalm.cyclos.controls.payments.scheduled.ConfirmScheduledPaymentAction
 
setTransactionFeeService(TransactionFeeService) - Method in class nl.strohalm.cyclos.controls.reports.simulations.ARateConfigSimulationAction
 
setTransactionFeeService(TransactionFeeService) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsTaxesAction
 
setTransactionFeeService(TransactionFeeService) - Method in class nl.strohalm.cyclos.controls.webshop.ConfirmWebShopPaymentAction
 
setTransactionFeeServiceLocal(TransactionFeeServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.BrokeringServiceImpl
 
setTransactionFeeServiceLocal(TransactionFeeServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
setTransactionFeeServiceLocal(TransactionFeeServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
setTransactionFeeServiceLocal(TransactionFeeServiceLocal) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceSecurity
 
setTransactionFile(String) - Method in class nl.strohalm.cyclos.entities.settings.LogSettings
 
setTransactionHelper(TransactionHelper) - Method in class nl.strohalm.cyclos.http.LifecycleListener
 
setTransactionHelper(TransactionHelper) - Method in class nl.strohalm.cyclos.http.LoggedUserFilter
 
setTransactionHelper(TransactionHelper) - Method in class nl.strohalm.cyclos.http.WebServicesTransactionFilter
 
setTransactionHelper(TransactionHelper) - Method in class nl.strohalm.cyclos.scheduling.polling.AdInterestsNotificationPollingTask
 
setTransactionHelper(TransactionHelper) - Method in class nl.strohalm.cyclos.scheduling.polling.BulkMessageSendingPollingTask
 
setTransactionHelper(TransactionHelper) - Method in class nl.strohalm.cyclos.scheduling.polling.ChargeAccountFeePollingTask
 
setTransactionHelper(TransactionHelper) - Method in class nl.strohalm.cyclos.scheduling.polling.SmsMailingSendingPollingTask
 
setTransactionHelper(TransactionHelper) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
setTransactionHelper(TransactionHelper) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
setTransactionHelper(TransactionHelper) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
setTransactionHelper(TransactionHelper) - Method in class nl.strohalm.cyclos.services.accounts.MemberAccountHandler
 
setTransactionHelper(TransactionHelper) - Method in class nl.strohalm.cyclos.services.alerts.AlertServiceImpl
 
setTransactionHelper(TransactionHelper) - Method in class nl.strohalm.cyclos.services.alerts.ErrorLogServiceImpl
 
setTransactionHelper(TransactionHelper) - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
setTransactionHelper(TransactionHelper) - Method in class nl.strohalm.cyclos.services.elements.MemberServiceImpl
 
setTransactionHelper(TransactionHelper) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceImpl
 
setTransactionHelper(TransactionHelper) - Method in class nl.strohalm.cyclos.services.preferences.PreferenceServiceImpl
 
setTransactionHelper(TransactionHelper) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
setTransactionHelper(TransactionHelper) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceImpl
 
setTransactionHelper(TransactionHelper) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
setTransactionHelper(TransactionHelper) - Method in class nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceImpl
 
setTransactionHelper(TransactionHelper) - Method in class nl.strohalm.cyclos.servlets.ImageByIdServlet
 
setTransactionHelper(TransactionHelper) - Method in class nl.strohalm.cyclos.utils.lucene.IndexOperationRunner
 
setTransactionLevel(LogSettings.TransactionLevel) - Method in class nl.strohalm.cyclos.entities.settings.LogSettings
 
setTransactionManager(PlatformTransactionManager) - Method in class nl.strohalm.cyclos.http.JspTransactionFilter
 
setTransactionManager(PlatformTransactionManager) - Method in class nl.strohalm.cyclos.utils.lucene.IndexOperationRunner
 
setTransactionNumber(String) - Method in class nl.strohalm.cyclos.entities.accounts.loans.BaseLoanQuery
 
setTransactionNumber(String) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceQuery
 
setTransactionNumber(String) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
setTransactionNumber(String) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
setTransactionNumber(String) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransfersAwaitingAuthorizationQuery
 
setTransactionNumber(String) - Method in class nl.strohalm.cyclos.entities.members.MemberTransactionDetailsReportData
 
setTransactionNumber(LocalSettings.TransactionNumber) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setTransactionNumber(String) - Method in class nl.strohalm.cyclos.webservices.model.AccountHistoryTransferVO
 
setTransactionNumber(TransactionNumberVO) - Method in class nl.strohalm.cyclos.webservices.model.PosInitializationVO
 
setTransactionPassword(String) - Method in class nl.strohalm.cyclos.controls.access.transactionpassword.TransactionPasswordForm
 
setTransactionPassword(String) - Method in class nl.strohalm.cyclos.controls.accounts.details.ViewTransactionForm
 
setTransactionPassword(String) - Method in class nl.strohalm.cyclos.controls.invoices.AcceptInvoiceForm
 
setTransactionPassword(String) - Method in class nl.strohalm.cyclos.controls.loans.BaseLoanActionForm
 
setTransactionPassword(String) - Method in class nl.strohalm.cyclos.controls.loans.ConfirmLoanForm
 
setTransactionPassword(String) - Method in class nl.strohalm.cyclos.controls.mobile.MobileConfirmPaymentForm
 
setTransactionPassword(String) - Method in class nl.strohalm.cyclos.controls.payments.ConfirmPaymentForm
 
setTransactionPassword(String) - Method in class nl.strohalm.cyclos.controls.payments.scheduled.ScheduledPaymentForm
 
setTransactionPassword(String) - Method in class nl.strohalm.cyclos.controls.posweb.MakePaymentForm
 
setTransactionPassword(String) - Method in class nl.strohalm.cyclos.controls.webshop.ConfirmWebShopPaymentForm
 
setTransactionPassword(String) - Method in class nl.strohalm.cyclos.entities.access.User
 
setTransactionPassword(TransactionPassword) - Method in class nl.strohalm.cyclos.entities.groups.BasicGroupSettings
 
setTransactionPasswordChars(String) - Method in class nl.strohalm.cyclos.entities.settings.AccessSettings
 
setTransactionPasswordLength(int) - Method in class nl.strohalm.cyclos.entities.groups.BasicGroupSettings
 
setTransactionPasswordRequired(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.MemberGroupAccountSettings
 
setTransactionPasswordStatus(User.TransactionPasswordStatus) - Method in class nl.strohalm.cyclos.entities.access.User
 
setTransactionsColSpan(Map<PaymentFilter, Integer>) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportDTO
 
setTransactionsPaymentFilters(Collection<PaymentFilter>) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportDTO
 
setTransactionTemplate(TransactionTemplate) - Method in class nl.strohalm.cyclos.scheduling.SchedulingHandler
 
setTransactionTemplate(TransactionTemplate) - Method in class nl.strohalm.cyclos.utils.lock.DirectLockHandlerFactory
 
setTransactionTemplate(TransactionTemplate) - Method in class nl.strohalm.cyclos.utils.TransactionHelperImpl
 
setTransfer(ExternalTransfer) - Method in class nl.strohalm.cyclos.controls.accounts.external.process.ExternalTransferToProcessVO
 
setTransfer(String[]) - Method in class nl.strohalm.cyclos.controls.accounts.external.process.ProcessExternalTransfersForm
 
setTransfer(Transfer) - Method in class nl.strohalm.cyclos.entities.accounts.BaseTransferAmountReservation
 
setTransfer(Transfer) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.MemberAccountFeeLog
 
setTransfer(Transfer) - Method in class nl.strohalm.cyclos.entities.accounts.loans.Loan
 
setTransfer(Transfer) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
setTransfer(Transfer) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoicePayment
 
setTransfer(Transfer) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Ticket
 
setTransfer(Transfer) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorization
 
setTransfer(Transfer) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorizationDTO
 
setTransfer(Transfer) - Method in class nl.strohalm.cyclos.entities.customization.fields.PaymentCustomFieldValue
 
setTransfer(Transfer) - Method in class nl.strohalm.cyclos.entities.members.ReferenceQuery
 
setTransfer(Transfer) - Method in class nl.strohalm.cyclos.entities.members.TransactionFeedback
 
setTransfer(Transfer) - Method in class nl.strohalm.cyclos.services.accounts.external.ProcessExternalTransferDTO
 
setTransfer(Transfer) - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesToSave
 
setTransfer(Transfer) - Method in class nl.strohalm.cyclos.services.transactions.BulkChargebackResult
 
setTransfer(AccountHistoryTransferVO) - Method in class nl.strohalm.cyclos.webservices.payments.PaymentResult
 
setTransferAmount(BigDecimal) - Method in class nl.strohalm.cyclos.services.transfertypes.BuildTransferWithFeesDTO
 
setTransferAuthorization(TransferAuthorization) - Method in class nl.strohalm.cyclos.entities.accounts.TransferAuthorizationAmountReservation
 
setTransferAuthorizationDao(TransferAuthorizationDAO) - Method in class nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceImpl
 
setTransferAuthorizationService(TransferAuthorizationService) - Method in class nl.strohalm.cyclos.controls.accounts.details.BaseTransferAuthorizationSearchAction
 
setTransferAuthorizationService(TransferAuthorizationService) - Method in class nl.strohalm.cyclos.controls.accounts.details.ViewTransactionAction
 
setTransferAuthorizationService(TransferAuthorizationService) - Method in class nl.strohalm.cyclos.webservices.pos.PosWebServiceImpl
 
setTransferAuthorizationServiceLocal(TransferAuthorizationServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberServiceImpl
 
setTransferAuthorizationServiceLocal(TransferAuthorizationServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceImpl
 
setTransferAuthorizationServiceLocal(TransferAuthorizationServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
setTransferAuthorizationServiceLocal(TransferAuthorizationServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceImpl
 
setTransferAuthorizationServiceLocal(TransferAuthorizationServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceSecurity
 
setTransferAuthorizationServiceLocal(TransferAuthorizationServiceLocal) - Method in class nl.strohalm.cyclos.webservices.payments.PaymentWebServiceImpl
 
setTransferDao(TransferDAO) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
setTransferDao(TransferDAO) - Method in class nl.strohalm.cyclos.services.accounts.MemberAccountHandler
 
setTransferDao(TransferDAO) - Method in class nl.strohalm.cyclos.services.stats.StatisticalServiceImpl
 
setTransferDao(TransferDAO) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
setTransferDao(TransferDAO) - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceImpl
 
setTransferDao(TransferDAO) - Method in class nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceImpl
 
setTransferId(long) - Method in class nl.strohalm.cyclos.controls.accounts.details.ViewTransactionForm
 
setTransferId(long) - Method in class nl.strohalm.cyclos.controls.members.references.EditReferenceForm
 
setTransferId(long) - Method in class nl.strohalm.cyclos.controls.payments.scheduled.ScheduledPaymentForm
 
setTransferId(long) - Method in class nl.strohalm.cyclos.controls.payments.SuccessfulPaymentForm
 
setTransferId(Long) - Method in class nl.strohalm.cyclos.webservices.accounts.LoadTransferParameters
 
setTransferId(Long) - Method in class nl.strohalm.cyclos.webservices.pos.ChargebackParameters
 
setTransferImport(ExternalTransferImport) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransfer
 
setTransferImport(ExternalTransferImport) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferQuery
 
setTransferImportId(Long) - Method in class nl.strohalm.cyclos.controls.accounts.external.ExternalAccountHistoryForm
 
setTransferImportId(long) - Method in class nl.strohalm.cyclos.controls.accounts.external.externaltransfers.ChangeExternalTransferForm
 
setTransferImportId(long) - Method in class nl.strohalm.cyclos.controls.accounts.external.externaltransfers.EditExternalTransferForm
 
setTransferImportId(long) - Method in class nl.strohalm.cyclos.controls.accounts.external.transferimports.RemoveTransferImportForm
 
setTransferListenerClass(String) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
setTransferListenerClass(String) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
setTransfers(List<AccountHistoryAction.Entry>) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.AccountHistoryDTO
 
setTransfers(Collection<ExternalTransfer>) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalAccount
 
setTransfers(Collection<ExternalTransfer>) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferImport
 
setTransfers(Collection<ExternalTransfer>) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferType
 
setTransfers(Collection<Transfer>) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLog
 
setTransfers(TransactionSummaryVO) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLogDetailsDTO
 
setTransfers(Collection<Transfer>) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
setTransfers(Collection<Transfer>) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanPayment
 
setTransfers(List<Transfer>) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPayment
 
setTransfers(Collection<Transfer>) - Method in class nl.strohalm.cyclos.services.transactions.LoanPaymentDetailDTO
 
setTransfers(List<AccountHistoryTransferVO>) - Method in class nl.strohalm.cyclos.webservices.accounts.AccountHistoryResultPage
 
setTransferStatus(Payment.Status) - Method in class nl.strohalm.cyclos.entities.accounts.loans.BaseLoanQuery
 
setTransfersToConciliate(List<Transfer>) - Method in class nl.strohalm.cyclos.controls.accounts.external.process.ExternalTransferToProcessVO
 
setTransferType(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.EditTransferTypeForm
 
setTransferType(String, Object) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.EditTransferTypeForm
 
setTransferType(long) - Method in class nl.strohalm.cyclos.controls.loans.CalculateLoanPaymentsAjaxForm
 
setTransferType(TransferType) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferType
 
setTransferType(TransferType) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
setTransferType(TransferType) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFeeQuery
 
setTransferType(TransferType) - Method in class nl.strohalm.cyclos.entities.accounts.loans.BaseLoanQuery
 
setTransferType(TransferType) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.AuthorizationLevel
 
setTransferType(TransferType) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
setTransferType(TransferType) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceQuery
 
setTransferType(TransferType) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Ticket
 
setTransferType(TransferType) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorizationQuery
 
setTransferType(TransferType) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
setTransferType(TransferType) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransfersAwaitingAuthorizationQuery
 
setTransferType(TransferType) - Method in class nl.strohalm.cyclos.entities.customization.fields.PaymentCustomField
 
setTransferType(TransferType) - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreferenceQuery
 
setTransferType(TransferType) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalDTO
 
setTransferType(TransferType) - Method in class nl.strohalm.cyclos.services.accounts.rates.ARatedFeeDTO
 
setTransferType(TransferType) - Method in class nl.strohalm.cyclos.services.accounts.rates.ConversionSimulationDTO
 
setTransferType(TransferType) - Method in class nl.strohalm.cyclos.services.transactions.DoPaymentDTO
 
setTransferType(TransferType) - Method in class nl.strohalm.cyclos.services.transactions.GrantLoanDTO
 
setTransferType(TransferType) - Method in class nl.strohalm.cyclos.services.transactions.ProjectionDTO
 
setTransferType(TransferType) - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
setTransferType(TransferTypeVO) - Method in class nl.strohalm.cyclos.webservices.model.AccountHistoryTransferVO
 
setTransferTypeDao(TransferTypeDAO) - Method in class nl.strohalm.cyclos.dao.accounts.AccountTypeDAOImpl
 
setTransferTypeDao(TransferTypeDAO) - Method in class nl.strohalm.cyclos.services.transfertypes.AuthorizationLevelServiceImpl
 
setTransferTypeDao(TransferTypeDAO) - Method in class nl.strohalm.cyclos.services.transfertypes.TransferTypeServiceImpl
 
setTransferTypeId(String) - Method in class nl.strohalm.cyclos.controls.access.transactionpassword.IsUsedTransactionPasswordAjaxForm
 
setTransferTypeId(long) - Method in class nl.strohalm.cyclos.controls.accounts.authorizationlevels.RemoveAuthorizationLevelForm
 
setTransferTypeId(long) - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.EditTransactionFeeForm
 
setTransferTypeId(long) - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.ListGeneratedTypesAjaxForm
 
setTransferTypeId(long) - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.RemoveTransactionFeeForm
 
setTransferTypeId(long) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.EditTransferTypeForm
 
setTransferTypeId(long) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.RemoveTransferTypeForm
 
setTransferTypeId(long) - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldForm
 
setTransferTypeId(long) - Method in class nl.strohalm.cyclos.controls.customization.fields.LinkPaymentCustomFieldForm
 
setTransferTypeId(long) - Method in class nl.strohalm.cyclos.controls.customization.fields.RemoveCustomFieldForm
 
setTransferTypeId(long) - Method in class nl.strohalm.cyclos.controls.customization.fields.SetCustomFieldOrderForm
 
setTransferTypeId(long) - Method in class nl.strohalm.cyclos.controls.invoices.AcceptInvoiceForm
 
setTransferTypeId(long) - Method in class nl.strohalm.cyclos.controls.invoices.InvoiceDetailsForm
 
setTransferTypeId(long) - Method in class nl.strohalm.cyclos.controls.webshop.WebShopPaymentForm
 
setTransferTypeId(Long) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentAwaitingFeedbackDTO
 
setTransferTypeId(Long) - Method in class nl.strohalm.cyclos.webservices.payments.PaymentParameters
 
setTransferTypeId(Long) - Method in class nl.strohalm.cyclos.webservices.pos.BasePaymentParameters
 
setTransferTypeName(String) - Method in class nl.strohalm.cyclos.entities.members.MemberTransactionDetailsReportData
 
setTransferTypes(Collection<TransferType>) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilter
 
setTransferTypes(Collection<TransferType>) - Method in class nl.strohalm.cyclos.entities.groups.Group
 
setTransferTypes(Set<TransferType>) - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreference
 
setTransferTypes(List<TransferTypeVO>) - Method in class nl.strohalm.cyclos.webservices.model.DetailedAccountTypeVO
 
setTransferTypesAsMember(Collection<TransferType>) - Method in class nl.strohalm.cyclos.entities.groups.AdminGroup
 
setTransferTypesAsMember(Collection<TransferType>) - Method in class nl.strohalm.cyclos.entities.groups.BrokerGroup
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.access.transactionpassword.IsUsedTransactionPasswordAjaxAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.EditAccountFeeAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.EditAccountTypeAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.SearchAccountTypesAjaxAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.authorizationlevels.EditAuthorizationLevelAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.details.BaseTransferAuthorizationSearchAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.external.EditExternalTransferTypeAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.types.EditGuaranteeTypeAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.paymentfilters.EditPaymentFilterAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.EditTransactionFeeAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.EditTransferTypeAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.PaymentCustomFieldsAjaxAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.RemoveTransferTypeAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.admins.mailPreferences.MailPreferencesAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.customization.fields.ListPaymentFieldsAjaxAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.customization.fields.RemoveCustomFieldAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.customization.fields.SetCustomFieldOrderAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.groups.accounts.EditGroupAccountSettingsAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.groups.EditGroupAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.invoices.AcceptInvoiceAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.invoices.InvoiceDetailsAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.invoices.SearchInvoicesAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.invoices.SendInvoiceAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.loans.CalculateLoanPaymentsAjaxAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.loans.ConfirmLoanAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.loans.GrantLoanAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.loans.SearchLoanPaymentsAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.loans.SearchLoansAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.mobile.MobileConfirmPaymentAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.mobile.MobileDoPaymentAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.payments.BasePaymentAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.payments.ConfirmPaymentAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.payments.conversionsimulation.SimulateConversionAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.payments.scheduled.ConfirmScheduledPaymentAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.reports.simulations.ARateConfigSimulationAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.webshop.ConfirmWebShopPaymentAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.controls.webshop.WebShopPaymentAction
 
setTransferTypeService(TransferTypeService) - Method in class nl.strohalm.cyclos.webservices.pos.PosWebServiceImpl
 
setTransferTypeServiceLocal(TransferTypeServiceLocal) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceSecurity
 
setTransferTypeServiceLocal(TransferTypeServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.AccountTypeServiceImpl
 
setTransferTypeServiceLocal(TransferTypeServiceLocal) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeTypeServiceSecurity
 
setTransferTypeServiceLocal(TransferTypeServiceLocal) - Method in class nl.strohalm.cyclos.services.elements.MemberServiceImpl
 
setTransferTypeServiceLocal(TransferTypeServiceLocal) - Method in class nl.strohalm.cyclos.services.permissions.PermissionCatalogHandlerImpl
 
setTransferTypeServiceLocal(TransferTypeServiceLocal) - Method in class nl.strohalm.cyclos.services.preferences.PreferenceServiceSecurity
 
setTransferTypeServiceLocal(TransferTypeServiceLocal) - Method in class nl.strohalm.cyclos.services.services.ServiceClientServiceImpl
 
setTransferTypeServiceLocal(TransferTypeServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
setTransferTypeServiceLocal(TransferTypeServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
setTransferTypeServiceLocal(TransferTypeServiceLocal) - Method in class nl.strohalm.cyclos.services.transactions.TicketServiceImpl
 
setTransferTypeServiceLocal(TransferTypeServiceLocal) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceImpl
 
setTransferTypeServiceLocal(TransferTypeServiceLocal) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceSecurity
 
setTransferTypeServiceLocal(TransferTypeServiceLocal) - Method in class nl.strohalm.cyclos.services.transfertypes.TransferTypeServiceSecurity
 
setTransferTypeServiceLocal(TransferTypeServiceLocal) - Method in class nl.strohalm.cyclos.webservices.accounts.AccountWebServiceImpl
 
setTransferTypeServiceLocal(TransferTypeServiceLocal) - Method in class nl.strohalm.cyclos.webservices.utils.AccountHelper
 
setTransferTypeServiceLocal(TransferTypeServiceLocal) - Method in class nl.strohalm.cyclos.webservices.utils.PaymentHelper
 
setTranslationMessageDao(TranslationMessageDAO) - Method in class nl.strohalm.cyclos.services.customization.TranslationMessageServiceImpl
 
setTranslationMessageService(TranslationMessageService) - Method in class nl.strohalm.cyclos.controls.customization.translationMessages.EditTranslationMessageAction
 
setTranslationMessageService(TranslationMessageService) - Method in class nl.strohalm.cyclos.controls.customization.translationMessages.ExportTranslationMessagesAction
 
setTranslationMessageService(TranslationMessageService) - Method in class nl.strohalm.cyclos.controls.customization.translationMessages.ImportTranslationMessagesAction
 
setTranslationMessageService(TranslationMessageService) - Method in class nl.strohalm.cyclos.controls.customization.translationMessages.RemoveTranslationMessagesAction
 
setTranslationMessageService(TranslationMessageService) - Method in class nl.strohalm.cyclos.controls.customization.translationMessages.SearchTranslationMessagesAction
 
setTranslationMessageService(TranslationMessageService) - Method in class nl.strohalm.cyclos.controls.settings.EditLocalSettingsAction
 
setTranslationMessageService(TranslationMessageService) - Method in class nl.strohalm.cyclos.struts.CyclosMessageResources
 
setTranslationMessageServiceLocal(TranslationMessageServiceLocal) - Method in class nl.strohalm.cyclos.services.customization.TranslationMessageServiceSecurity
 
setTrustAllCerts(boolean) - Method in class nl.strohalm.cyclos.webservices.CyclosWebServicesClientFactory
 
setType(String) - Method in class nl.strohalm.cyclos.controls.customization.files.EditCustomizedFileForm
 
setType(String) - Method in class nl.strohalm.cyclos.controls.customization.files.GetFileContentsAjaxForm
 
setType(String) - Method in class nl.strohalm.cyclos.controls.customization.files.ListCustomizedFilesForm
 
setType(String) - Method in class nl.strohalm.cyclos.controls.groups.customizedFiles.GetAvailableFilesForGroupAjaxForm
 
setType(String) - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.GetAvailableFilesForGroupFilterAjaxForm
 
setType(Amount.Type) - Method in class nl.strohalm.cyclos.controls.members.brokering.DefaultBrokerCommissionsAction.DefaultBrokerCommissionDTO
 
setType(String) - Method in class nl.strohalm.cyclos.controls.payments.BasePaymentForm
 
setType(String[]) - Method in class nl.strohalm.cyclos.controls.settings.ManageSettingsForm
 
setType(PasswordHistoryLog.PasswordType) - Method in class nl.strohalm.cyclos.entities.access.PasswordHistoryLog
 
setType(AccountType) - Method in class nl.strohalm.cyclos.entities.accounts.Account
 
setType(AccountType) - Method in class nl.strohalm.cyclos.entities.accounts.AccountQuery
 
setType(ExternalTransferType) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransfer
 
setType(ExternalTransferType) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferQuery
 
setType(AccountFee.RunMode) - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeQuery
 
setType(Loan.Type) - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanParameters
 
setType(AccountType) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceSummaryDTO
 
setType(TransferType) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Payment
 
setType(AccountType) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
setType(Alert.Type) - Method in class nl.strohalm.cyclos.entities.alerts.AlertQuery
 
setType(CustomField.Type) - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomField
 
setType(CustomizedFile.Type) - Method in class nl.strohalm.cyclos.entities.customization.files.CustomizedFile
 
setType(CustomizedFile.Type) - Method in class nl.strohalm.cyclos.entities.customization.files.CustomizedFileQuery
 
setType(Ad.TradeType) - Method in class nl.strohalm.cyclos.entities.members.adInterests.AdInterest
 
setType(MemberRecordType) - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMemberRecord
 
setType(Message.Type) - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
setType(Message.Type) - Method in class nl.strohalm.cyclos.entities.members.preferences.NotificationPreference
 
setType(MemberRecordType) - Method in class nl.strohalm.cyclos.entities.members.records.AbstractMemberRecordQuery
 
setType(MemberRecordType) - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecord
 
setType(Setting.Type) - Method in class nl.strohalm.cyclos.entities.settings.Setting
 
setType(SmsLogType) - Method in class nl.strohalm.cyclos.entities.sms.SmsLogQuery
 
setType(AccountType) - Method in class nl.strohalm.cyclos.services.accounts.AccountDTO
 
setType(MemberAccountType) - Method in class nl.strohalm.cyclos.services.accounts.BulkUpdateAccountDTO
 
setType(GuaranteeType.FeeType) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeFeeVO
 
setType(Message.Type) - Method in class nl.strohalm.cyclos.services.elements.SendMessageFromSystemDTO
 
setType(String) - Method in class nl.strohalm.cyclos.taglibs.AbstractCustomizedFileTag
 
setType(String) - Method in class nl.strohalm.cyclos.taglibs.CustomImageUrlTag
 
setType(Amount.Type) - Method in class nl.strohalm.cyclos.utils.Amount
 
setType(Class<T>) - Method in class nl.strohalm.cyclos.utils.binding.DataBinder
 
setType(String, Class<?>) - Method in class nl.strohalm.cyclos.utils.binding.MapBean
 
setType(FieldVO.FieldVOType) - Method in class nl.strohalm.cyclos.webservices.model.FieldVO
 
setType(AccountTypeVO) - Method in class nl.strohalm.cyclos.webservices.model.MemberAccountVO
 
setTypeCode(String) - Method in class nl.strohalm.cyclos.utils.transactionimport.TransactionImportDTO
 
setTypeId(long) - Method in class nl.strohalm.cyclos.controls.accounts.details.AccountHistoryForm
 
setTypeId(long) - Method in class nl.strohalm.cyclos.controls.accounts.details.ViewTransactionForm
 
setTypeId(long) - Method in class nl.strohalm.cyclos.controls.members.records.EditMemberRecordForm
 
setTypeId(long) - Method in class nl.strohalm.cyclos.controls.members.records.SearchMemberRecordsForm
 
setTypes(Collection<ExternalTransferType>) - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalAccount
 
setTypes(Collection<AccountType>) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoiceSummaryDTO
 
setUnchanged(int) - Method in class nl.strohalm.cyclos.services.elements.BulkMemberActionResultVO
 
setUnique(boolean) - Method in class nl.strohalm.cyclos.entities.customization.fields.Validation
 
setUniqueResult() - Method in class nl.strohalm.cyclos.utils.query.QueryParameters
 
setUnitsPattern(String) - Method in class nl.strohalm.cyclos.taglibs.FormatTag
 
setUnordered(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
setUnreadMessages(int) - Method in class nl.strohalm.cyclos.services.application.ApplicationStatusVO
 
setUnreadMessages(int) - Method in class nl.strohalm.cyclos.services.elements.MemberStatusVO
 
Setup - Class in nl.strohalm.cyclos.setup
Generate cyclos default data
Setup() - Constructor for class nl.strohalm.cyclos.setup.Setup
 
Setup(Configuration, SessionFactory) - Constructor for class nl.strohalm.cyclos.setup.Setup
 
setUpdatableByAdminGroups(Collection<AdminGroup>) - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordType
 
setUpdatableByBrokerGroups(Collection<BrokerGroup>) - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordType
 
setUpdateAccess(MemberCustomField.Access) - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberCustomField
 
setUpdateAccountLimits(boolean) - Method in class nl.strohalm.cyclos.controls.groups.accounts.EditGroupAccountSettingsForm
 
setUpdatedPayment(HttpSession, DoPaymentDTO) - Static method in class nl.strohalm.cyclos.controls.webshop.WebShopHelper
Sets the payment DTO, updated with context data
setUpdateProfile(boolean) - Method in class nl.strohalm.cyclos.services.elements.QuickAccessVO
 
setUpload(FormFile) - Method in class nl.strohalm.cyclos.controls.ads.categories.ImportAdCategoriesForm
 
setUpload(FormFile) - Method in class nl.strohalm.cyclos.controls.ads.imports.ImportAdsForm
 
setUpload(FormFile) - Method in class nl.strohalm.cyclos.controls.customization.documents.EditStaticDocumentForm
 
setUpload(FormFile) - Method in class nl.strohalm.cyclos.controls.customization.images.CustomImagesForm
 
setUpload(FormFile) - Method in class nl.strohalm.cyclos.controls.customization.images.SystemImagesForm
 
setUpload(FormFile) - Method in class nl.strohalm.cyclos.controls.customization.themes.ImportThemeForm
 
setUpload(FormFile) - Method in class nl.strohalm.cyclos.controls.members.imports.ImportMembersForm
 
setUpload(FormFile) - Method in class nl.strohalm.cyclos.controls.settings.ManageSettingsForm
 
setUpperCreditLimit(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.Account
 
setUpperCreditLimit(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.AccountLimitLog
 
setUpperCreditLimit(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.AccountStatus
 
setUpperCreditLimit(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.SystemAccountType
 
setUpperCreditLimit(BigDecimal) - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMember
 
setUpperCreditLimit(BigDecimal) - Method in class nl.strohalm.cyclos.services.accounts.BulkUpdateAccountDTO
 
setUpperCreditLimit(BigDecimal) - Method in class nl.strohalm.cyclos.webservices.model.AccountStatusVO
 
setUpperLimitPerType(Map<? extends AccountType, BigDecimal>) - Method in class nl.strohalm.cyclos.services.accounts.CreditLimitDTO
 
setUptimeDays(int) - Method in class nl.strohalm.cyclos.services.application.ApplicationStatusVO
 
setUptimeHours(int) - Method in class nl.strohalm.cyclos.services.application.ApplicationStatusVO
 
setUrl(String) - Method in class nl.strohalm.cyclos.taglibs.MenuTag
 
setUseActualRates(boolean) - Method in class nl.strohalm.cyclos.services.accounts.rates.ConversionSimulationDTO
 
setUseBy(boolean) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
setUseCustomSMSContextClass(boolean) - Method in class nl.strohalm.cyclos.controls.groups.EditGroupForm
 
setUseFromGroup(boolean) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxForm
 
setUseHeader(boolean) - Method in class nl.strohalm.cyclos.utils.csv.CSVWriter
 
setUsePriority(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
setUser(User) - Method in class nl.strohalm.cyclos.entities.access.LoginHistoryLog
 
setUser(User) - Method in class nl.strohalm.cyclos.entities.access.PasswordHistoryLog
 
setUser(User) - Method in class nl.strohalm.cyclos.entities.access.PermissionDeniedTrace
 
setUser(User) - Method in class nl.strohalm.cyclos.entities.access.Session
 
setUser(User) - Method in class nl.strohalm.cyclos.entities.access.UsernameChangeLog
 
setUser(User) - Method in class nl.strohalm.cyclos.entities.access.WrongCredentialAttempt
 
setUser(User) - Method in class nl.strohalm.cyclos.entities.members.Element
 
setUser(User) - Method in class nl.strohalm.cyclos.services.access.ChangeLoginPasswordDTO
 
setUser(MemberUser) - Method in class nl.strohalm.cyclos.services.access.ChangePinDTO
 
setUser(User) - Method in class nl.strohalm.cyclos.services.elements.ResetTransactionPasswordDTO
 
setUser(User) - Method in class nl.strohalm.cyclos.utils.logging.TraceLogDTO
 
setUserDao(UserDAO) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
setUserDao(UserDAO) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
setUserId(long) - Method in class nl.strohalm.cyclos.controls.access.AllowUserLoginForm
 
setUserId(long) - Method in class nl.strohalm.cyclos.controls.access.ChangePasswordForm
 
setUserId(long) - Method in class nl.strohalm.cyclos.controls.access.DisconnectUserForm
 
setUserId(long) - Method in class nl.strohalm.cyclos.controls.access.ManagePasswordsForm
 
setUserId(long) - Method in class nl.strohalm.cyclos.controls.access.ResetAndSendPasswordForm
 
setUserId(long) - Method in class nl.strohalm.cyclos.controls.access.transactionpassword.ManageTransactionPasswordForm
 
setUserId(long) - Method in class nl.strohalm.cyclos.controls.general.RedirectFromMessageForm
 
setUsername(String) - Method in class nl.strohalm.cyclos.controls.members.SearchAdminsAjaxForm
 
setUsername(String) - Method in class nl.strohalm.cyclos.controls.members.SearchMembersAjaxForm
 
setUsername(String) - Method in class nl.strohalm.cyclos.controls.mobile.MobileDoPaymentForm
 
setUsername(String) - Method in class nl.strohalm.cyclos.entities.access.User
 
setUsername(String) - Method in class nl.strohalm.cyclos.entities.members.BrokeringQuery
 
setUsername(String) - Method in class nl.strohalm.cyclos.entities.members.ElementQuery
 
setUsername(String) - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMember
 
setUsername(String) - Method in class nl.strohalm.cyclos.entities.members.MemberTransactionDetailsReportData
 
setUsername(String) - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
setUsername(String) - Method in class nl.strohalm.cyclos.entities.services.ServiceClient
 
setUsername(String) - Method in class nl.strohalm.cyclos.entities.services.ServiceClientQuery
 
setUsername(String) - Method in class nl.strohalm.cyclos.webservices.CyclosWebServicesClientFactory
Sets the service client username
setUsername(String) - Method in class nl.strohalm.cyclos.webservices.members.MemberRegistrationResult
 
setUsername(String) - Method in class nl.strohalm.cyclos.webservices.members.MemberSearchParameters
 
setUsername(String) - Method in class nl.strohalm.cyclos.webservices.members.RegisterMemberParameters
 
setUsername(String) - Method in class nl.strohalm.cyclos.webservices.model.MemberVO
 
setUsernameChangeLogDao(UsernameChangeLogDAO) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
setUsernameGeneration(AccessSettings.UsernameGeneration) - Method in class nl.strohalm.cyclos.entities.settings.AccessSettings
 
setUsernameLength(RangeConstraint) - Method in class nl.strohalm.cyclos.entities.settings.AccessSettings
 
setUsernameRegex(String) - Method in class nl.strohalm.cyclos.entities.settings.AccessSettings
 
setUseSecurityCode(boolean) - Method in class nl.strohalm.cyclos.controls.accounts.cards.SearchCardTypeForm
 
setUseTime(boolean) - Method in class nl.strohalm.cyclos.utils.Period
 
setValidation(Validation) - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomField
 
setValidationKey(String) - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
setValidatorClass(String) - Method in class nl.strohalm.cyclos.entities.customization.fields.Validation
 
setValidFrom(Calendar) - Method in class nl.strohalm.cyclos.webservices.model.InfoTextVO
 
setValidity(MapBean) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.CalculateGuaranteeFeeAjaxForm
 
setValidity(Period) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Certification
 
setValidity(Period) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
setValidity(Period) - Method in class nl.strohalm.cyclos.entities.infotexts.InfoText
 
setValidity(Period) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeFeeCalculationDTO
 
setValidTo(Calendar) - Method in class nl.strohalm.cyclos.webservices.model.InfoTextVO
 
setValue(BigDecimal) - Method in class nl.strohalm.cyclos.controls.members.brokering.DefaultBrokerCommissionsAction.DefaultBrokerCommissionDTO
 
setValue(String) - Method in class nl.strohalm.cyclos.controls.settings.EditMessageSettingForm
 
setValue(BigDecimal) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
setValue(String) - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomFieldPossibleValue
 
setValue(String) - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomFieldValue
 
setValue(String) - Method in class nl.strohalm.cyclos.entities.customization.translationMessages.TranslationMessage
 
setValue(String) - Method in class nl.strohalm.cyclos.entities.customization.translationMessages.TranslationMessageQuery
 
setValue(String) - Method in class nl.strohalm.cyclos.entities.settings.Setting
 
setValue(BigDecimal) - Method in class nl.strohalm.cyclos.services.transactions.LoanPaymentDetailDTO
 
setValue(Object) - Method in class nl.strohalm.cyclos.taglibs.AbstractEscapeTag
 
setValue(Object) - Method in class nl.strohalm.cyclos.taglibs.CustomFieldTag
 
setValue(String) - Method in class nl.strohalm.cyclos.taglibs.OptionTag
 
setValue(String) - Method in class nl.strohalm.cyclos.taglibs.RichTextAreaTag
 
setValue(Object) - Method in class nl.strohalm.cyclos.taglibs.TruncateTag
 
setValue(BigDecimal) - Method in class nl.strohalm.cyclos.utils.Amount
 
setValue(Object) - Method in class nl.strohalm.cyclos.utils.EntityWithCustomFieldsWrapper.EntryImpl
 
setValue(String) - Method in class nl.strohalm.cyclos.webservices.model.FieldValueVO
 
setValue(String) - Method in class nl.strohalm.cyclos.webservices.model.PossibleValueVO
 
setValueBinder(DataBinder<V>) - Method in class nl.strohalm.cyclos.utils.binding.MapBinder
 
setValueName(String) - Method in class nl.strohalm.cyclos.taglibs.CustomFieldTag
 
setValues(Map<String, Object>) - Method in class nl.strohalm.cyclos.controls.BaseBindingForm
 
setValueSeparator(char) - Method in class nl.strohalm.cyclos.utils.csv.BaseCSVHandler
 
setVar(String) - Method in class nl.strohalm.cyclos.taglibs.AbstractEscapeTag
 
setVar(String) - Method in class nl.strohalm.cyclos.taglibs.CustomizedFilePathTag
 
setVar(String) - Method in class nl.strohalm.cyclos.taglibs.SelectCustomFieldsTag
 
setVarName(String) - Method in class nl.strohalm.cyclos.taglibs.ImagesTag
 
setVarName(String) - Method in class nl.strohalm.cyclos.taglibs.MultiDropDownTag
 
setVersion(String) - Method in class nl.strohalm.cyclos.entities.Application
 
setVersion(String) - Method in class nl.strohalm.cyclos.themes.Theme
 
setViewableBy(Collection<MemberGroup>) - Method in class nl.strohalm.cyclos.entities.groups.GroupFilter
 
setViewableBy(MemberGroup) - Method in class nl.strohalm.cyclos.entities.groups.GroupFilterQuery
 
setViewableByAdminGroup(AdminGroup) - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordTypeQuery
 
setViewableByAdminGroups(Collection<AdminGroup>) - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordType
 
setViewableByBrokerGroup(BrokerGroup) - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordTypeQuery
 
setViewableByBrokerGroups(Collection<BrokerGroup>) - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordType
 
setViewableGroup(Long) - Method in class nl.strohalm.cyclos.controls.members.SearchMembersAjaxForm
 
setViewableGroup(Long) - Method in class nl.strohalm.cyclos.entities.members.ElementQuery
 
setViewAdminRecordTypes(Collection<MemberRecordType>) - Method in class nl.strohalm.cyclos.entities.groups.AdminGroup
 
setViewAdminRecordTypes(Collection<MemberRecordType>) - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
setViewConnectedAdminsOf(Collection<AdminGroup>) - Method in class nl.strohalm.cyclos.entities.groups.AdminGroup
 
setViewConnectedAdminsOf(Collection<AdminGroup>) - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
setViewContacts(boolean) - Method in class nl.strohalm.cyclos.services.elements.QuickAccessVO
 
setViewedByGroups(Collection<AdminGroup>) - Method in class nl.strohalm.cyclos.entities.accounts.SystemAccountType
 
setViewer(Member) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.CertificationQuery
 
setViewer(Element) - Method in class nl.strohalm.cyclos.entities.customization.documents.DocumentQuery
 
setViewInformationOf(Collection<SystemAccountType>) - Method in class nl.strohalm.cyclos.entities.groups.AdminGroup
 
setViewInformationOf(Collection<SystemAccountType>) - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
setViewLoansByGroup(boolean) - Method in class nl.strohalm.cyclos.entities.groups.MemberGroupSettings
 
setViewMemberRecordTypes(Collection<MemberRecordType>) - Method in class nl.strohalm.cyclos.entities.groups.AdminGroup
 
setViewMemberRecordTypes(Collection<MemberRecordType>) - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
setViewMessages(boolean) - Method in class nl.strohalm.cyclos.services.elements.QuickAccessVO
 
setVirtualKeyboard(boolean) - Method in class nl.strohalm.cyclos.entities.settings.AccessSettings
 
setVirtualKeyboardTransactionPassword(boolean) - Method in class nl.strohalm.cyclos.entities.settings.AccessSettings
 
setVirtualRatedBalance(BigDecimal) - Method in class nl.strohalm.cyclos.services.accounts.rates.RatesResultDTO
 
setVisibility(MemberDocument.Visibility) - Method in class nl.strohalm.cyclos.entities.customization.documents.MemberDocument
 
setVisibility(AdCustomField.Visibility) - Method in class nl.strohalm.cyclos.entities.customization.fields.AdCustomField
 
setVisibility(OperatorCustomField.Visibility) - Method in class nl.strohalm.cyclos.entities.customization.fields.OperatorCustomField
 
setVisibilityAccess(MemberCustomField.Access) - Method in class nl.strohalm.cyclos.entities.customization.fields.MemberCustomField
 
setVisibleGroups(Collection<Group>) - Method in class nl.strohalm.cyclos.entities.customization.documents.DocumentQuery
 
setVolume(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalTaxesQuery
 
setVolumeGraph(boolean) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalTaxesQuery
 
setWebImageHelper(WebImageHelper) - Method in class nl.strohalm.cyclos.controls.customization.images.CustomImagesAction
 
setWebImageHelper(WebImageHelper) - Method in class nl.strohalm.cyclos.controls.customization.images.RemoveCustomImageAction
 
setWebImageHelper(WebImageHelper) - Method in class nl.strohalm.cyclos.controls.customization.images.SystemImagesAction
 
setWebImageHelper(WebImageHelper) - Method in class nl.strohalm.cyclos.initializations.ImageInitialization
 
setWebImageHelper(WebImageHelper) - Method in class nl.strohalm.cyclos.themes.ThemeHandlerImpl
 
setWebServiceFile(String) - Method in class nl.strohalm.cyclos.entities.settings.LogSettings
 
setWebServiceHelper(WebServiceHelper) - Method in class nl.strohalm.cyclos.webservices.access.AccessWebServiceImpl
 
setWebServiceHelper(WebServiceHelper) - Method in class nl.strohalm.cyclos.webservices.accounts.AccountWebServiceImpl
 
setWebServiceHelper(WebServiceHelper) - Method in class nl.strohalm.cyclos.webservices.interceptor.CustomFaultInterceptor
 
setWebServiceHelper(WebServiceHelper) - Method in class nl.strohalm.cyclos.webservices.payments.PaymentWebServiceImpl
 
setWebServiceHelper(WebServiceHelper) - Method in class nl.strohalm.cyclos.webservices.pos.PosWebServiceImpl
 
setWebServiceHelper(WebServiceHelper) - Method in class nl.strohalm.cyclos.webservices.sms.SmsWebServiceImpl
 
setWebServiceHelper(WebServiceHelper) - Method in class nl.strohalm.cyclos.webservices.webshop.WebShopWebServiceImpl
 
setWebServiceLevel(LogSettings.WebServiceLevel) - Method in class nl.strohalm.cyclos.entities.settings.LogSettings
 
setWhatRate(WhatRate) - Method in class nl.strohalm.cyclos.services.accounts.rates.ReinitializeRatesDTO
 
setWhatToShow(StatisticsWhatToShow) - Method in class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
setWhen(BrokerCommission.When) - Method in class nl.strohalm.cyclos.controls.members.brokering.DefaultBrokerCommissionsAction.DefaultBrokerCommissionDTO
 
setWhen(BrokerCommission.When) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.BrokerCommission
 
setWhen(BrokerCommission.When) - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokeringCommissionStatus
 
setWhen(BrokerCommission.When) - Method in class nl.strohalm.cyclos.entities.members.brokerings.DefaultBrokerCommission
 
setWhichBroker(String) - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.ListGeneratedTypesAjaxForm
 
setWhichBroker(BrokerCommission.WhichBroker) - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.BrokerCommission
 
setWidth(String) - Method in class nl.strohalm.cyclos.taglibs.HelpTag
 
setWidth(int) - Method in class nl.strohalm.cyclos.utils.Dimensions
 
setWithBodyOnly(boolean) - Method in class nl.strohalm.cyclos.entities.infotexts.InfoTextQuery
 
setWithBodyOnly(boolean) - Method in class nl.strohalm.cyclos.webservices.infotexts.InfoTextSearchParameters
 
setWithBuyerOnly(boolean) - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery
 
setWithImagesOnly(boolean) - Method in class nl.strohalm.cyclos.entities.ads.AbstractAdQuery
 
setWithImagesOnly(boolean) - Method in class nl.strohalm.cyclos.entities.members.FullTextMemberQuery
 
setWithImagesOnly(boolean) - Method in class nl.strohalm.cyclos.entities.members.MemberQuery
 
setWithImagesOnly(boolean) - Method in class nl.strohalm.cyclos.webservices.ads.AbstractAdSearchParameters
 
setWithImagesOnly(boolean) - Method in class nl.strohalm.cyclos.webservices.members.AbstractMemberSearchParameters
 
setWithInterestHandler(LoanHandler) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceImpl
 
setWrite() - Static method in class nl.strohalm.cyclos.utils.transaction.CurrentTransactionData
Mark the current transaction as having database writes
setWriter(Element) - Method in class nl.strohalm.cyclos.entities.members.remarks.Remark
 
setWriter(Element) - Method in class nl.strohalm.cyclos.entities.members.remarks.RemarkQuery
 
setWrongCredentialAttemptsDao(WrongCredentialAttemptsDAO) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
setWrongCredentialAttemptsDao(WrongCredentialAttemptsDAO) - Method in class nl.strohalm.cyclos.services.accounts.pos.MemberPosServiceImpl
 
setWrongUsernameAttemptsDao(WrongUsernameAttemptsDAO) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
setXAxisUnits(String) - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
if any x-axis unit is to be displayed with the x-axis label, you can pass it via this method.
setXmlNoCache(HttpServletResponse) - Method in class nl.strohalm.cyclos.utils.ResponseHelper
Set the response as text/xml, with the correct character encoding (according to the settings) and no cache
setYAxisUnits(String) - Method in class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
if any y-axis unit is to be displayed with the y-axis label, you can pass it via this method.
setYear(int) - Method in class nl.strohalm.cyclos.services.stats.general.KeyDevelopmentsStatsPerMonthVO
 
sha2(String) - Static method in class nl.strohalm.cyclos.utils.HashHandler
Apply a SHA-256 hash
SHA_256 - Static variable in class nl.strohalm.cyclos.utils.HashHandler
 
shallAcceptAgreement(Member) - Method in interface nl.strohalm.cyclos.services.elements.ElementService
Returns if there is a pending agreement to be accepted
shallAcceptAgreement(Member) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
shallAcceptAgreement(Member) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceSecurity
 
shouldLimit() - Method in class nl.strohalm.cyclos.controls.accounts.cards.PrintCardsAction
 
shouldLimit() - Method in class nl.strohalm.cyclos.controls.accounts.details.ExportTransactionsToCsvAction
 
shouldLimit() - Method in class nl.strohalm.cyclos.controls.BaseCsvAction
Returns whether the CSV should have the number of rows limited by LocalSettings.getMaxIteratorResults().
shouldLimit() - Method in class nl.strohalm.cyclos.controls.BaseQueryAction
 
shouldMask(String) - Static method in class nl.strohalm.cyclos.utils.FormatObject
Returns whether the given name is in the FormatObject.DEFAULT_EXCLUDES array
shouldPreviewFee(AccountOwner, AccountOwner, BigDecimal, TransactionFee) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceImpl
Checks whether the given fee will be shown on the preview
shouldRequestOldPassword(ActionContext, User) - Method in class nl.strohalm.cyclos.controls.access.ChangeExpiredPasswordAction
 
shouldRequestOldPassword(ActionContext, User) - Method in class nl.strohalm.cyclos.controls.access.ChangePasswordAction
Determines if the old password should be requested
shouldRunInTransaction() - Method in class nl.strohalm.cyclos.scheduling.tasks.BaseScheduledTask
 
shouldRunInTransaction() - Method in interface nl.strohalm.cyclos.scheduling.tasks.ScheduledTask
Returns whether this scheduled task should be executed within a transaction
shouldUseQueryCache() - Method in class nl.strohalm.cyclos.dao.BaseDAOImpl
May be overridden in order to determine whether the query cache will be used
shouldValidateTransactionPassword(ActionContext, ScheduledPayment) - Method in class nl.strohalm.cyclos.controls.accounts.details.ViewScheduledPaymentAction
 
shouldValidateTransactionPassword(ActionContext, Transfer) - Method in class nl.strohalm.cyclos.controls.accounts.details.ViewTransactionAction
 
shouldValidateTransactionPassword(ActionContext, Loan) - Method in class nl.strohalm.cyclos.controls.loans.LoanDetailsAction
 
showFreeSms(MemberSmsStatus) - Method in interface nl.strohalm.cyclos.services.sms.ISmsContext
 
showFreeSms(MemberSmsStatus) - Method in class nl.strohalm.cyclos.services.sms.MemberGroupSmsContextImpl
 
ShowImageAction - Class in nl.strohalm.cyclos.controls.image
Action used to show an image
ShowImageAction() - Constructor for class nl.strohalm.cyclos.controls.image.ShowImageAction
 
shutdown() - Method in interface nl.strohalm.cyclos.services.application.ApplicationService
Notifies the application shutdown
shutdown() - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceImpl
 
shutdown() - Method in class nl.strohalm.cyclos.services.application.ApplicationServiceSecurity
 
shutdown() - Method in interface nl.strohalm.cyclos.utils.cache.Cache
Shuts down the given cache, making it invalid to invoke any other method after this invocation
shutdown() - Method in class nl.strohalm.cyclos.utils.cache.EhCacheCache
 
shutdownDBIfNeeded() - Method in interface nl.strohalm.cyclos.dao.ApplicationDAO
Shuts down the database, if needed
shutdownDBIfNeeded() - Method in class nl.strohalm.cyclos.dao.ApplicationDAOImpl
 
SimpleCollectionBinder<T> - Class in nl.strohalm.cyclos.utils.binding
A binder for collections of a single type
SimpleCollectionBinder() - Constructor for class nl.strohalm.cyclos.utils.binding.SimpleCollectionBinder
 
simpleElementBinder() - Static method in class nl.strohalm.cyclos.utils.binding.DataBinderHelper
Returns a data binder for a Map to allow reading members as a Map with the properties: username, name
simpleElementBinder(String) - Static method in class nl.strohalm.cyclos.utils.binding.DataBinderHelper
Returns a data binder for a Map to allow reading members as a Map with the properties: username, name
simpleIterator(String, Object, PageParameters) - Method in class nl.strohalm.cyclos.utils.hibernate.HibernateQueryHandler
Iterate the query with hibernate
simpleList(String, String, Object, PageParameters, Relationship...) - Method in class nl.strohalm.cyclos.utils.hibernate.HibernateQueryHandler
List the query with hibernate
simpleLn(BigDecimal, int) - Static method in class nl.strohalm.cyclos.utils.BigDecimalHelper
Deprecated. 
SimpleTransactionFee - Class in nl.strohalm.cyclos.entities.accounts.fees.transaction
A simple fee is applied over the source or destination of a transfer
SimpleTransactionFee() - Constructor for class nl.strohalm.cyclos.entities.accounts.fees.transaction.SimpleTransactionFee
 
SimpleTransactionFee.ARateRelation - Enum in nl.strohalm.cyclos.entities.accounts.fees.transaction
Defines the possible value for the relation between A-Rate and the fee
SimpleTransactionFee.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.fees.transaction
 
SimpleTransferVO - Class in nl.strohalm.cyclos.dao.accounts.transactions
A simple transfer vo, containg basic data only
SimpleTransferVO() - Constructor for class nl.strohalm.cyclos.dao.accounts.transactions.SimpleTransferVO
 
SimpleTransferVO(Calendar, BigDecimal) - Constructor for class nl.strohalm.cyclos.dao.accounts.transactions.SimpleTransferVO
 
simulateConversion(ConversionSimulationDTO) - Method in interface nl.strohalm.cyclos.services.transactions.PaymentService
Simulates the conversion fees
simulateConversion(ConversionSimulationDTO) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
simulateConversion(ConversionSimulationDTO) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceSecurity
 
SimulateConversionAction - Class in nl.strohalm.cyclos.controls.payments.conversionsimulation
Action used to simulate a conversion
SimulateConversionAction() - Constructor for class nl.strohalm.cyclos.controls.payments.conversionsimulation.SimulateConversionAction
 
SimulateConversionForm - Class in nl.strohalm.cyclos.controls.payments.conversionsimulation
Form used to simulate a conversion
SimulateConversionForm() - Constructor for class nl.strohalm.cyclos.controls.payments.conversionsimulation.SimulateConversionForm
 
simulatePayment(DoPaymentDTO) - Method in interface nl.strohalm.cyclos.services.transactions.PaymentService
Simulates a payment, without actually performing it.
simulatePayment(DoPaymentDTO) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
simulatePayment(DoPaymentDTO) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceSecurity
 
simulatePayment(PaymentParameters) - Method in interface nl.strohalm.cyclos.webservices.payments.PaymentWebService
Check whether a payment would be executed, returning the status, without actually performing it
simulatePayment(PaymentParameters) - Method in class nl.strohalm.cyclos.webservices.payments.PaymentWebServiceImpl
 
SimulationsSelectAction - Class in nl.strohalm.cyclos.controls.reports.simulations
Action for choosing a Simulation in the buttoned form
SimulationsSelectAction() - Constructor for class nl.strohalm.cyclos.controls.reports.simulations.SimulationsSelectAction
 
SinglePaymentLoanHandler - Class in nl.strohalm.cyclos.services.transactions
Handler for single payment loans
SinglePaymentLoanHandler() - Constructor for class nl.strohalm.cyclos.services.transactions.SinglePaymentLoanHandler
 
size() - Method in class nl.strohalm.cyclos.utils.IteratorListImpl
 
size() - Method in class nl.strohalm.cyclos.utils.Navigation
 
SKIP - Static variable in class nl.strohalm.cyclos.setup.DataBaseConfiguration
 
SmsContextInitializationException - Exception in nl.strohalm.cyclos.services.sms.exceptions
 
SmsContextInitializationException(MemberGroup, String, String) - Constructor for exception nl.strohalm.cyclos.services.sms.exceptions.SmsContextInitializationException
 
SmsContextInitializationException(MemberGroup, String, String, Throwable) - Constructor for exception nl.strohalm.cyclos.services.sms.exceptions.SmsContextInitializationException
 
SmsLog - Class in nl.strohalm.cyclos.entities.sms
A log of a sent SMS message
SmsLog() - Constructor for class nl.strohalm.cyclos.entities.sms.SmsLog
 
SmsLog.ErrorType - Enum in nl.strohalm.cyclos.entities.sms
Possible error on sending an sms
SmsLog.Relationships - Enum in nl.strohalm.cyclos.entities.sms
 
SmsLogDAO - Interface in nl.strohalm.cyclos.dao.sms
DAO interface for SMS logs
SmsLogDAOImpl - Class in nl.strohalm.cyclos.dao.sms
Implementation class for SMS log DAO
SmsLogDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.sms.SmsLogDAOImpl
 
SmsLogQuery - Class in nl.strohalm.cyclos.entities.sms
 
SmsLogQuery() - Constructor for class nl.strohalm.cyclos.entities.sms.SmsLogQuery
 
SmsLogReportQuery - Class in nl.strohalm.cyclos.entities.sms
 
SmsLogReportQuery() - Constructor for class nl.strohalm.cyclos.entities.sms.SmsLogReportQuery
 
SmsLogReportTotal - Class in nl.strohalm.cyclos.dao.sms
Contains data for the sms log report
SmsLogReportTotal(SmsLogType, SmsLogStatus, int) - Constructor for class nl.strohalm.cyclos.dao.sms.SmsLogReportTotal
 
SmsLogReportTotal(String, String, int) - Constructor for class nl.strohalm.cyclos.dao.sms.SmsLogReportTotal
 
SmsLogReportVO - Class in nl.strohalm.cyclos.entities.sms
Contains data for the sms log report
SmsLogReportVO() - Constructor for class nl.strohalm.cyclos.entities.sms.SmsLogReportVO
 
SmsLogService - Interface in nl.strohalm.cyclos.services.sms
Service interface for SMS logs
SmsLogServiceImpl - Class in nl.strohalm.cyclos.services.sms
Implementation for SMS log service
SmsLogServiceImpl() - Constructor for class nl.strohalm.cyclos.services.sms.SmsLogServiceImpl
 
SmsLogServiceLocal - Interface in nl.strohalm.cyclos.services.sms
Local interface.
SmsLogServiceSecurity - Class in nl.strohalm.cyclos.services.sms
Security implementation for SmsLogService
SmsLogServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.sms.SmsLogServiceSecurity
 
SmsLogsReportAction - Class in nl.strohalm.cyclos.controls.reports.members.sms
 
SmsLogsReportAction() - Constructor for class nl.strohalm.cyclos.controls.reports.members.sms.SmsLogsReportAction
 
SmsLogsReportCsvAction - Class in nl.strohalm.cyclos.controls.reports.members.sms
Action used to export the sent SMS messages report result as CSV
SmsLogsReportCsvAction() - Constructor for class nl.strohalm.cyclos.controls.reports.members.sms.SmsLogsReportCsvAction
 
SmsLogsReportForm - Class in nl.strohalm.cyclos.controls.reports.members.sms
Form used to search SMS logs
SmsLogsReportForm() - Constructor for class nl.strohalm.cyclos.controls.reports.members.sms.SmsLogsReportForm
 
SmsLogsReportPrintAction - Class in nl.strohalm.cyclos.controls.reports.members.sms
Action used to print sent SMS messages report
SmsLogsReportPrintAction() - Constructor for class nl.strohalm.cyclos.controls.reports.members.sms.SmsLogsReportPrintAction
 
SmsLogStatus - Enum in nl.strohalm.cyclos.entities.sms
 
SmsLogType - Enum in nl.strohalm.cyclos.entities.sms
 
SmsMailing - Class in nl.strohalm.cyclos.entities.sms
An SMS mailing is a brodcast SMS sent to a group of members
SmsMailing() - Constructor for class nl.strohalm.cyclos.entities.sms.SmsMailing
 
SmsMailing.Relationships - Enum in nl.strohalm.cyclos.entities.sms
 
SmsMailingDAO - Interface in nl.strohalm.cyclos.dao.sms
DAO interface for SMS mailings
SmsMailingDAOImpl - Class in nl.strohalm.cyclos.dao.sms
DAO implementation for SMS mailings
SmsMailingDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.sms.SmsMailingDAOImpl
 
SmsMailingQuery - Class in nl.strohalm.cyclos.entities.sms
Query parameter for sms mailings searches
SmsMailingQuery() - Constructor for class nl.strohalm.cyclos.entities.sms.SmsMailingQuery
 
SmsMailingQuery.Recipient - Enum in nl.strohalm.cyclos.entities.sms
 
SmsMailingSendingPollingTask - Class in nl.strohalm.cyclos.scheduling.polling
A PollingTask that sends pending SMS mailing messages
SmsMailingSendingPollingTask() - Constructor for class nl.strohalm.cyclos.scheduling.polling.SmsMailingSendingPollingTask
 
SmsMailingService - Interface in nl.strohalm.cyclos.services.sms
Service interface for SMS mailings
SmsMailingServiceImpl - Class in nl.strohalm.cyclos.services.sms
Service implementation for sms mailings
SmsMailingServiceImpl() - Constructor for class nl.strohalm.cyclos.services.sms.SmsMailingServiceImpl
 
SmsMailingServiceLocal - Interface in nl.strohalm.cyclos.services.sms
Local interface.
SmsMailingServiceSecurity - Class in nl.strohalm.cyclos.services.sms
Security implementation for SmsMailingService
SmsMailingServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.sms.SmsMailingServiceSecurity
 
SmsMailingType - Enum in nl.strohalm.cyclos.entities.sms
 
SmsSender - Interface in nl.strohalm.cyclos.utils.sms
Interface used to send SMS messages
SmsSenderImpl - Class in nl.strohalm.cyclos.utils.sms
Send SMS using a Web Service, whose URL is set in the local settings
SmsSenderImpl() - Constructor for class nl.strohalm.cyclos.utils.sms.SmsSenderImpl
 
SmsSenderWebService - Interface in nl.strohalm.cyclos.webservices.external.sms
Web Service interface that should be implemented externally in order to send SMS messages
smsSettingKey() - Method in enum nl.strohalm.cyclos.entities.settings.MessageSettings.MessageSettingsEnum
 
smsSettingName() - Method in enum nl.strohalm.cyclos.entities.settings.MessageSettings.MessageSettingsEnum
 
SmsType - Class in nl.strohalm.cyclos.entities.sms
 
SmsType() - Constructor for class nl.strohalm.cyclos.entities.sms.SmsType
 
SmsTypeCode - Enum in nl.strohalm.cyclos.webservices.sms
Sms type codes used by built-in sms commands sent by Controller
SmsTypeDAO - Interface in nl.strohalm.cyclos.dao.sms
 
SmsTypeDAOImpl - Class in nl.strohalm.cyclos.dao.sms
 
SmsTypeDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.sms.SmsTypeDAOImpl
 
SmsWebService - Interface in nl.strohalm.cyclos.webservices.sms
WebService interface for sending SMS messages
SmsWebServiceImpl - Class in nl.strohalm.cyclos.webservices.sms
Implementation for SmsWebService
SmsWebServiceImpl() - Constructor for class nl.strohalm.cyclos.webservices.sms.SmsWebServiceImpl
 
SortedProperties - Class in nl.strohalm.cyclos.utils
Extended properties used to sort the output of the store method
SortedProperties() - Constructor for class nl.strohalm.cyclos.utils.SortedProperties
 
SPRING_CONFIG_FILES - Static variable in class nl.strohalm.cyclos.setup.Setup
 
SpringHelper - Class in nl.strohalm.cyclos.utils
Contains helper method for spring framework
SpringHelper() - Constructor for class nl.strohalm.cyclos.utils.SpringHelper
 
sqlTypes() - Method in class nl.strohalm.cyclos.utils.hibernate.AmountType
 
sqlTypes() - Method in class nl.strohalm.cyclos.utils.hibernate.IntValuedEnumType
 
sqlTypes() - Method in class nl.strohalm.cyclos.utils.hibernate.PermissionType
 
sqlTypes() - Method in class nl.strohalm.cyclos.utils.hibernate.RangeConstraintType
 
sqlTypes() - Method in class nl.strohalm.cyclos.utils.hibernate.StringValuedEnumType
 
sqrt(BigDecimal, int) - Static method in class nl.strohalm.cyclos.utils.BigDecimalHelper
Compute the square root of x to a given scale, x >= 0.
start() - Method in class nl.strohalm.cyclos.scheduling.PollingTasksHandler
 
start() - Method in class nl.strohalm.cyclos.scheduling.SchedulingHandler
Starts running scheduled jobs
STATIC_FILES_PATH - Static variable in class nl.strohalm.cyclos.utils.CustomizationHelper
 
StaticDocument - Class in nl.strohalm.cyclos.entities.customization.documents
 
StaticDocument() - Constructor for class nl.strohalm.cyclos.entities.customization.documents.StaticDocument
 
StaticDocument.Relationships - Enum in nl.strohalm.cyclos.entities.customization.documents
 
staticFile(StaticDocument) - Method in class nl.strohalm.cyclos.utils.CustomizationHelper
Returns the real file for a given static document
StatisticalActivityQuery - Class in nl.strohalm.cyclos.entities.reports
Parameters for Statistical queries.
StatisticalActivityQuery() - Constructor for class nl.strohalm.cyclos.entities.reports.StatisticalActivityQuery
 
StatisticalActivityService - Interface in nl.strohalm.cyclos.services.stats
Service interface for Activity Statistics.
StatisticalActivityServiceImpl - Class in nl.strohalm.cyclos.services.stats
An implementation of the StatisticalActivityService interface; subclasses StatisticalService.
StatisticalActivityServiceImpl() - Constructor for class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceImpl
 
StatisticalActivityServiceLocal - Interface in nl.strohalm.cyclos.services.stats
Local interface.
StatisticalActivityServiceSecurity - Class in nl.strohalm.cyclos.services.stats
Security implementation for StatisticalActivityService
StatisticalActivityServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.stats.StatisticalActivityServiceSecurity
 
StatisticalDataProducer - Class in nl.strohalm.cyclos.controls.reports.statistics.graphs
A wrapper class around the data value object called StatisticalResultDTO, adding functionality for rendering graphs with CeWolf.
StatisticalDataProducer(StatisticalResultDTO, ActionContext) - Constructor for class nl.strohalm.cyclos.controls.reports.statistics.graphs.StatisticalDataProducer
This constructor wraps a dataProducer around the raw DTO object
StatisticalDTO - Class in nl.strohalm.cyclos.entities.reports
 
StatisticalDTO() - Constructor for class nl.strohalm.cyclos.entities.reports.StatisticalDTO
 
StatisticalDTO(Period, PaymentFilter, Collection<? extends Group>) - Constructor for class nl.strohalm.cyclos.entities.reports.StatisticalDTO
 
StatisticalFinancesQuery - Class in nl.strohalm.cyclos.entities.reports
Parameters for Statistical queries.
StatisticalFinancesQuery() - Constructor for class nl.strohalm.cyclos.entities.reports.StatisticalFinancesQuery
 
StatisticalFinancesService - Interface in nl.strohalm.cyclos.services.stats
Service interface for Finances Statistics.
StatisticalFinancesServiceImpl - Class in nl.strohalm.cyclos.services.stats
implementation of the StatisticalFinancesService.
StatisticalFinancesServiceImpl() - Constructor for class nl.strohalm.cyclos.services.stats.StatisticalFinancesServiceImpl
 
StatisticalFinancesServiceLocal - Interface in nl.strohalm.cyclos.services.stats
Local interface.
StatisticalFinancesServiceSecurity - Class in nl.strohalm.cyclos.services.stats
Security implementation for StatisticalFinancesService
StatisticalFinancesServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.stats.StatisticalFinancesServiceSecurity
 
StatisticalKeyDevelopmentsQuery - Class in nl.strohalm.cyclos.entities.reports
parameters for Statistical queries.
StatisticalKeyDevelopmentsQuery() - Constructor for class nl.strohalm.cyclos.entities.reports.StatisticalKeyDevelopmentsQuery
 
StatisticalKeyDevelopmentsService - Interface in nl.strohalm.cyclos.services.stats
Service interface for Key Developments Statistics.
StatisticalKeyDevelopmentsServiceImpl - Class in nl.strohalm.cyclos.services.stats
An implementation of the StatisticalKeyDevelopmentsService interface; subclasses StatisticalService.
StatisticalKeyDevelopmentsServiceImpl() - Constructor for class nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsServiceImpl
 
StatisticalKeyDevelopmentsServiceLocal - Interface in nl.strohalm.cyclos.services.stats
Local interface.
StatisticalKeyDevelopmentsServiceSecurity - Class in nl.strohalm.cyclos.services.stats
 
StatisticalKeyDevelopmentsServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.stats.StatisticalKeyDevelopmentsServiceSecurity
 
StatisticalNumber - Class in nl.strohalm.cyclos.entities.reports
A convenient way to store the numerical results of the statistics.
StatisticalNumber() - Constructor for class nl.strohalm.cyclos.entities.reports.StatisticalNumber
null constructor, creates a null value
StatisticalNumber(double) - Constructor for class nl.strohalm.cyclos.entities.reports.StatisticalNumber
Most simple constructor, creating numbers presented as integers.
StatisticalNumber(double, byte) - Constructor for class nl.strohalm.cyclos.entities.reports.StatisticalNumber
Constructor for simple decimal numbers like "6.234".
StatisticalNumber(double, Double, byte) - Constructor for class nl.strohalm.cyclos.entities.reports.StatisticalNumber
Constructor for a StatisticalNumber with a value and an error indication.
StatisticalNumber(double, Double, Double, byte) - Constructor for class nl.strohalm.cyclos.entities.reports.StatisticalNumber
Constructor for a StatisticalNumber with a value and error indication, specifically designed for a-symmetrical error bars.
StatisticalNumber(Double) - Constructor for class nl.strohalm.cyclos.entities.reports.StatisticalNumber
special null allowing constructor
StatisticalNumber(Integer) - Constructor for class nl.strohalm.cyclos.entities.reports.StatisticalNumber
special null allowing constructor
StatisticalQuery - Class in nl.strohalm.cyclos.entities.reports
parameters for Statistical queries.
StatisticalQuery() - Constructor for class nl.strohalm.cyclos.entities.reports.StatisticalQuery
 
StatisticalResultDTO - Class in nl.strohalm.cyclos.services.stats
this class is the base value object containing the statistical data to be shown in the jsp.
StatisticalResultDTO(Number[][]) - Constructor for class nl.strohalm.cyclos.services.stats.StatisticalResultDTO
This constructor only sets the data without column and row names.
StatisticalResultDTO.GraphType - Enum in nl.strohalm.cyclos.services.stats
enum indicating the graph type.
StatisticalResultDTO.MultiGraph - Enum in nl.strohalm.cyclos.services.stats
an enum indicating how one table should be split up into multiple graphs.
StatisticalResultDTO.ResourceKey - Class in nl.strohalm.cyclos.services.stats
static innner class defining the Key Object for a language resouce bundle.
StatisticalResultDTO.ResourceKey(String, Object...) - Constructor for class nl.strohalm.cyclos.services.stats.StatisticalResultDTO.ResourceKey
 
StatisticalResultDTO.TableToGraph - Enum in nl.strohalm.cyclos.services.stats
This enum determines which orientation is used when the table is converted to a graph.
StatisticalService - Interface in nl.strohalm.cyclos.services.stats
Service interface for common Statistics.
StatisticalService.TableType - Enum in nl.strohalm.cyclos.services.stats
TableType, always comparing two periods in two different columns.
StatisticalServiceImpl - Class in nl.strohalm.cyclos.services.stats
general implementation of StatisticalService; contains general methods for all child classes.
StatisticalServiceImpl() - Constructor for class nl.strohalm.cyclos.services.stats.StatisticalServiceImpl
 
StatisticalServiceLocal - Interface in nl.strohalm.cyclos.services.stats
Local interface.
StatisticalServiceSecurity - Class in nl.strohalm.cyclos.services.stats
Security implementation for StatisticalService
StatisticalServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.stats.StatisticalServiceSecurity
 
StatisticalTaxesQuery - Class in nl.strohalm.cyclos.entities.reports
Parameters for Statistical queries.
StatisticalTaxesQuery() - Constructor for class nl.strohalm.cyclos.entities.reports.StatisticalTaxesQuery
 
StatisticalTaxesService - Interface in nl.strohalm.cyclos.services.stats
Service interface for Taxes Statistics.
StatisticalTaxesService.PaidOrNot - Enum in nl.strohalm.cyclos.services.stats
Allows the user to choose between statistics about taxes paid, taxes not paid, or both.
StatisticalTaxesServiceImpl - Class in nl.strohalm.cyclos.services.stats
implementation of the StatisticalTaxesService.
StatisticalTaxesServiceImpl() - Constructor for class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceImpl
 
StatisticalTaxesServiceLocal - Interface in nl.strohalm.cyclos.services.stats
Local interface.
StatisticalTaxesServiceSecurity - Class in nl.strohalm.cyclos.services.stats
Security implementation for StatisticalTaxesService
StatisticalTaxesServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.stats.StatisticalTaxesServiceSecurity
 
StatisticalTransferDTO - Class in nl.strohalm.cyclos.controls.reports.statistics
 
StatisticalTransferDTO() - Constructor for class nl.strohalm.cyclos.controls.reports.statistics.StatisticalTransferDTO
 
StatisticsAction - Class in nl.strohalm.cyclos.controls.reports.statistics
The common ancestor for all statistics actions.
StatisticsAction() - Constructor for class nl.strohalm.cyclos.controls.reports.statistics.StatisticsAction
 
StatisticsAction.StatisticsType - Enum in nl.strohalm.cyclos.controls.reports.statistics
Enumeration to indicate what type of statistics will be shown
StatisticsActivityAction - Class in nl.strohalm.cyclos.controls.reports.statistics
Shows a list of statistics to select
StatisticsActivityAction() - Constructor for class nl.strohalm.cyclos.controls.reports.statistics.StatisticsActivityAction
 
StatisticsActivityForm - Class in nl.strohalm.cyclos.controls.reports.statistics
form used for showing statistics
StatisticsActivityForm() - Constructor for class nl.strohalm.cyclos.controls.reports.statistics.StatisticsActivityForm
 
StatisticsFinancesAction - Class in nl.strohalm.cyclos.controls.reports.statistics
Shows a list with statistics to select.
StatisticsFinancesAction() - Constructor for class nl.strohalm.cyclos.controls.reports.statistics.StatisticsFinancesAction
 
StatisticsFinancesForm - Class in nl.strohalm.cyclos.controls.reports.statistics
form used for showing statistics
StatisticsFinancesForm() - Constructor for class nl.strohalm.cyclos.controls.reports.statistics.StatisticsFinancesForm
 
StatisticsForm - Class in nl.strohalm.cyclos.controls.reports.statistics
common ancestor form for all statistics
StatisticsForm() - Constructor for class nl.strohalm.cyclos.controls.reports.statistics.StatisticsForm
 
StatisticsKeyDevelopmentsAction - Class in nl.strohalm.cyclos.controls.reports.statistics
Shows a list with statistics to select, and calls the service to create the stats after clicking submit.
StatisticsKeyDevelopmentsAction() - Constructor for class nl.strohalm.cyclos.controls.reports.statistics.StatisticsKeyDevelopmentsAction
 
StatisticsKeyDevelopmentsForm - Class in nl.strohalm.cyclos.controls.reports.statistics
form used for showing statistics
StatisticsKeyDevelopmentsForm() - Constructor for class nl.strohalm.cyclos.controls.reports.statistics.StatisticsKeyDevelopmentsForm
 
StatisticsSelectAction - Class in nl.strohalm.cyclos.controls.reports.statistics
Action for displaying the statistic report
StatisticsSelectAction() - Constructor for class nl.strohalm.cyclos.controls.reports.statistics.StatisticsSelectAction
 
StatisticsTaxesAction - Class in nl.strohalm.cyclos.controls.reports.statistics
Shows a list with statistics to select.
StatisticsTaxesAction() - Constructor for class nl.strohalm.cyclos.controls.reports.statistics.StatisticsTaxesAction
 
StatisticsTaxesForm - Class in nl.strohalm.cyclos.controls.reports.statistics
form used for showing statistics
StatisticsTaxesForm() - Constructor for class nl.strohalm.cyclos.controls.reports.statistics.StatisticsTaxesForm
 
StatisticsWhatToShow - Enum in nl.strohalm.cyclos.entities.reports
The possible statistical categories which can be shown in any statistical form.
StopBrokerCommissionAction - Class in nl.strohalm.cyclos.controls.members.brokering
Action used to stop a broker commission
StopBrokerCommissionAction() - Constructor for class nl.strohalm.cyclos.controls.members.brokering.StopBrokerCommissionAction
 
StopBrokerCommissionForm - Class in nl.strohalm.cyclos.controls.members.brokering
Form used to suspend a broker commission
StopBrokerCommissionForm() - Constructor for class nl.strohalm.cyclos.controls.members.brokering.StopBrokerCommissionForm
 
stopCommissions(BrokerCommission, Member, boolean) - Method in interface nl.strohalm.cyclos.services.elements.CommissionService
Sets the default broker commission to 0, close the broker commission contracts and close the brokering commission statuses of the broker
stopCommissions(BrokerCommission, BrokerGroup) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
stopCommissions(BrokerCommission, Member, boolean) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
stopCommissions(BrokerCommission, Member, boolean) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceSecurity
 
stopCustomizing(CustomizedFile) - Method in interface nl.strohalm.cyclos.services.customization.CustomizedFileService
Stops customizing the file, leaving the file as it is on the file system.
stopCustomizing(CustomizedFile) - Method in class nl.strohalm.cyclos.services.customization.CustomizedFileServiceImpl
 
stopCustomizing(CustomizedFile) - Method in class nl.strohalm.cyclos.services.customization.CustomizedFileServiceSecurity
 
StopCustomizingFileAction - Class in nl.strohalm.cyclos.controls.customization.files
Action used to stop customizing a file
StopCustomizingFileAction() - Constructor for class nl.strohalm.cyclos.controls.customization.files.StopCustomizingFileAction
 
StopCustomizingFileForm - Class in nl.strohalm.cyclos.controls.customization.files
Form used to stop customizing a file
StopCustomizingFileForm() - Constructor for class nl.strohalm.cyclos.controls.customization.files.StopCustomizingFileForm
 
StopCustomizingGroupFileAction - Class in nl.strohalm.cyclos.controls.groups.customizedFiles
Action used to stop customizing a file for a given group
StopCustomizingGroupFileAction() - Constructor for class nl.strohalm.cyclos.controls.groups.customizedFiles.StopCustomizingGroupFileAction
 
StopCustomizingGroupFileForm - Class in nl.strohalm.cyclos.controls.groups.customizedFiles
Form used to stop customizing a file for a given group
StopCustomizingGroupFileForm() - Constructor for class nl.strohalm.cyclos.controls.groups.customizedFiles.StopCustomizingGroupFileForm
 
StopCustomizingGroupFilterFileAction - Class in nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles
Action used to stop customizing a file for a given group filter
StopCustomizingGroupFilterFileAction() - Constructor for class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.StopCustomizingGroupFilterFileAction
 
StopCustomizingGroupFilterFileForm - Class in nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles
Form used to stop customizing a file for a given group filter
StopCustomizingGroupFilterFileForm() - Constructor for class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.StopCustomizingGroupFilterFileForm
 
store(ActionContext) - Method in class nl.strohalm.cyclos.utils.Navigation
Store the current mapping
storeBookmark(MobileActionContext) - Method in class nl.strohalm.cyclos.controls.mobile.MobileBaseAction
When an error occours, if this method was called, return to it on the 'Back' link
storeEnum(HttpServletRequest, Class<E>) - Static method in class nl.strohalm.cyclos.utils.RequestHelper
Store the enum as an array, under the unqualified class name as key (with the first letter lowercased: ex: nl.strohalm...MyEnum = myEnum)
storeEnum(HttpServletRequest, Class<E>, String) - Static method in class nl.strohalm.cyclos.utils.RequestHelper
Store the enum as an array under the specified key
storeEnumMap(HttpServletRequest, Class<E>, String) - Static method in class nl.strohalm.cyclos.utils.RequestHelper
Store the enum as a Map under the specified key
storeEnumMap(Class<E>, String) - Method in class nl.strohalm.cyclos.utils.ServletContextHelper
 
storePath(ActionMapping, HttpServletRequest) - Method in class nl.strohalm.cyclos.controls.BaseAction
Should be overriden by subclasses to return false on actions that are not stored on navigation path.
storePath(ActionMapping, HttpServletRequest) - Method in class nl.strohalm.cyclos.controls.BaseAjaxAction
Ajax actions are never stored on navigation path
storePath(ActionMapping, HttpServletRequest) - Method in class nl.strohalm.cyclos.controls.image.ShowImageAction
 
StringHelper - Class in nl.strohalm.cyclos.utils
Helper class for handling strings
StringHelper() - Constructor for class nl.strohalm.cyclos.utils.StringHelper
 
stringQuote - Variable in class nl.strohalm.cyclos.utils.csv.BaseCSVHandler
 
StringTrimmerConverter - Class in nl.strohalm.cyclos.utils.conversion
A converter that trims strings and remove all html/xml markup tags
StringTrimmerConverter() - Constructor for class nl.strohalm.cyclos.utils.conversion.StringTrimmerConverter
 
StringTrimmerConverter(String) - Constructor for class nl.strohalm.cyclos.utils.conversion.StringTrimmerConverter
 
StringTrimmerConverter(String, String, String) - Constructor for class nl.strohalm.cyclos.utils.conversion.StringTrimmerConverter
 
StringValuedEnum - Interface in nl.strohalm.cyclos.utils
Enums with an associated string value
StringValuedEnumType<EnumType> - Class in nl.strohalm.cyclos.utils.hibernate
A Hibernate custom type to store enums with a string value
StringValuedEnumType() - Constructor for class nl.strohalm.cyclos.utils.hibernate.StringValuedEnumType
 
StrutsInitialization - Class in nl.strohalm.cyclos.initializations
Initializes struts related objects
StrutsInitialization() - Constructor for class nl.strohalm.cyclos.initializations.StrutsInitialization
 
STYLE_IMAGES_PATH - Static variable in class nl.strohalm.cyclos.utils.WebImageHelper
 
STYLE_PATH - Static variable in class nl.strohalm.cyclos.utils.CustomizationHelper
 
STYLE_THUMBNAILS_PATH - Static variable in class nl.strohalm.cyclos.utils.WebImageHelper
 
StyleImage - Class in nl.strohalm.cyclos.entities.customization.images
An image to be used in style
StyleImage() - Constructor for class nl.strohalm.cyclos.entities.customization.images.StyleImage
 
subjectSettingKey() - Method in enum nl.strohalm.cyclos.entities.settings.MessageSettings.MessageSettingsEnum
 
subjectSettingName() - Method in enum nl.strohalm.cyclos.entities.settings.MessageSettings.MessageSettingsEnum
 
subList(int, int) - Method in class nl.strohalm.cyclos.utils.IteratorListImpl
 
subtract(BigDecimal) - Method in class nl.strohalm.cyclos.services.transactions.TransactionSummaryVO
Returns a new transaction summary, subtracting one transaction with the given amount
subtract(int, BigDecimal) - Method in class nl.strohalm.cyclos.services.transactions.TransactionSummaryVO
Returns a new transaction summary, subtracting the given parameters to this one
subtract(TransactionSummaryVO) - Method in class nl.strohalm.cyclos.services.transactions.TransactionSummaryVO
Returns a new transaction summary, subtracting the given parameters to this one
SuccessfulPaymentAction - Class in nl.strohalm.cyclos.controls.payments
Action that shows the details of a successful payment
SuccessfulPaymentAction() - Constructor for class nl.strohalm.cyclos.controls.payments.SuccessfulPaymentAction
 
SuccessfulPaymentForm - Class in nl.strohalm.cyclos.controls.payments
Form used to show the details of a successful payment
SuccessfulPaymentForm() - Constructor for class nl.strohalm.cyclos.controls.payments.SuccessfulPaymentForm
 
sumOfTransfersForTraders - Variable in class nl.strohalm.cyclos.services.stats.taxes.TransferVolumePerMemberStats
 
SuspendBrokerCommissionAction - Class in nl.strohalm.cyclos.controls.members.brokering
Action used to suspend a broker commission
SuspendBrokerCommissionAction() - Constructor for class nl.strohalm.cyclos.controls.members.brokering.SuspendBrokerCommissionAction
 
SuspendBrokerCommissionForm - Class in nl.strohalm.cyclos.controls.members.brokering
Form used to suspend a broker commission
SuspendBrokerCommissionForm() - Constructor for class nl.strohalm.cyclos.controls.members.brokering.SuspendBrokerCommissionForm
 
suspendCommissions(BrokerCommission, Member) - Method in interface nl.strohalm.cyclos.services.elements.CommissionService
Suspend the default broker commission and suspend broker commission contracts
suspendCommissions(BrokerCommission, Member) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
suspendCommissions(BrokerCommission, Member) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceSecurity
 
SysOutTransferListener - Class in nl.strohalm.cyclos.entities.accounts.transactions
Test transfer listener which just outputs Payment.toString() to STDOUT.
SysOutTransferListener() - Constructor for class nl.strohalm.cyclos.entities.accounts.transactions.SysOutTransferListener
 
SYSTEM_IMAGES_MAP_KEY - Static variable in class nl.strohalm.cyclos.utils.WebImageHelper
 
SYSTEM_IMAGES_PATH - Static variable in class nl.strohalm.cyclos.utils.WebImageHelper
 
SYSTEM_THUMBNAILS_PATH - Static variable in class nl.strohalm.cyclos.utils.WebImageHelper
 
SystemAccount - Class in nl.strohalm.cyclos.entities.accounts
A system account.
SystemAccount() - Constructor for class nl.strohalm.cyclos.entities.accounts.SystemAccount
 
SystemAccountOwner - Class in nl.strohalm.cyclos.entities.accounts
This class represents the owner for system accounts
SystemAccountType - Class in nl.strohalm.cyclos.entities.accounts
Type for system accounts
SystemAccountType() - Constructor for class nl.strohalm.cyclos.entities.accounts.SystemAccountType
 
SystemAccountType.Relationships - Enum in nl.strohalm.cyclos.entities.accounts
 
SystemAccountTypeQuery - Class in nl.strohalm.cyclos.services.accounts
Query for system accounts
SystemAccountTypeQuery() - Constructor for class nl.strohalm.cyclos.services.accounts.SystemAccountTypeQuery
 
SystemAlert - Class in nl.strohalm.cyclos.entities.alerts
An alert sent to system
SystemAlert() - Constructor for class nl.strohalm.cyclos.entities.alerts.SystemAlert
 
SystemAlert.Alerts - Enum in nl.strohalm.cyclos.entities.alerts
Contains the possible system alerts
SystemGroup - Class in nl.strohalm.cyclos.entities.groups
Base class for all system-wide groups, that is, the groups that are managed by a system administrator.
SystemGroup() - Constructor for class nl.strohalm.cyclos.entities.groups.SystemGroup
 
SystemGroup.Relationships - Enum in nl.strohalm.cyclos.entities.groups
 
SystemGroupPermissionsDTO<G extends SystemGroup> - Class in nl.strohalm.cyclos.services.groups
 
SystemGroupPermissionsDTO() - Constructor for class nl.strohalm.cyclos.services.groups.SystemGroupPermissionsDTO
 
SystemImage - Class in nl.strohalm.cyclos.entities.customization.images
A system image, such as the logo
SystemImage() - Constructor for class nl.strohalm.cyclos.entities.customization.images.SystemImage
 
SystemImagesAction - Class in nl.strohalm.cyclos.controls.customization.images
Action for displaying and updating system images
SystemImagesAction() - Constructor for class nl.strohalm.cyclos.controls.customization.images.SystemImagesAction
 
SystemImagesAction.SystemImageVO - Class in nl.strohalm.cyclos.controls.customization.images
Holds data for displaying a system image, together with it's message label
SystemImagesAction.SystemImageVO(String, SystemImage) - Constructor for class nl.strohalm.cyclos.controls.customization.images.SystemImagesAction.SystemImageVO
 
SystemImagesForm - Class in nl.strohalm.cyclos.controls.customization.images
Form used to update system images
SystemImagesForm() - Constructor for class nl.strohalm.cyclos.controls.customization.images.SystemImagesForm
 
SystemOfflineException - Exception in nl.strohalm.cyclos.services.access.exceptions
Exception thrown when the system is offline and someone without manage online state permission tries to login
SystemOfflineException() - Constructor for exception nl.strohalm.cyclos.services.access.exceptions.SystemOfflineException
 
SystemOnlineException - Exception in nl.strohalm.cyclos.services.access.exceptions
Exception thrown when the system is online, while it shouldn't be in case of initializing heavy system tasks.
SystemOnlineException() - Constructor for exception nl.strohalm.cyclos.services.access.exceptions.SystemOnlineException
 

T

tableCells - Variable in class nl.strohalm.cyclos.services.stats.finances.FinanceStats
the cached result
TaskRunner - Interface in nl.strohalm.cyclos.utils.tasks
Runs system tasks
TaskRunnerImpl - Class in nl.strohalm.cyclos.utils.tasks
Base implementation for task runners
TaskRunnerImpl() - Constructor for class nl.strohalm.cyclos.utils.tasks.TaskRunnerImpl
 
TaxesPerMemberStats - Class in nl.strohalm.cyclos.services.stats.taxes
Class with common helper functions on retrieving statistics about the (sum of) payments per member, for taxes stats.
TaxesPerMemberStats(StatisticalTaxesQuery, Period, TransferDAO) - Constructor for class nl.strohalm.cyclos.services.stats.taxes.TaxesPerMemberStats
 
terms(String, Collection<?>) - Static method in class nl.strohalm.cyclos.utils.lucene.Filters
Returns a filter that forces a given field to be one of the given values
terms(String, Object...) - Static method in class nl.strohalm.cyclos.utils.lucene.Filters
Returns a filter that forces a given field to be one of the given values
test - Variable in class nl.strohalm.cyclos.utils.validation.AbstractPositiveValidation
 
TextFormat - Enum in nl.strohalm.cyclos.utils
Possible values for a text format
Theme - Class in nl.strohalm.cyclos.themes
Represents a theme
Theme() - Constructor for class nl.strohalm.cyclos.themes.Theme
 
Theme.Style - Enum in nl.strohalm.cyclos.themes
Defines which styles compose a theme
ThemeException - Exception in nl.strohalm.cyclos.themes.exceptions
Exception when handling themes
ThemeException() - Constructor for exception nl.strohalm.cyclos.themes.exceptions.ThemeException
 
ThemeException(String) - Constructor for exception nl.strohalm.cyclos.themes.exceptions.ThemeException
 
ThemeException(String, Throwable) - Constructor for exception nl.strohalm.cyclos.themes.exceptions.ThemeException
 
ThemeException(Throwable) - Constructor for exception nl.strohalm.cyclos.themes.exceptions.ThemeException
 
ThemeForm - Class in nl.strohalm.cyclos.controls.customization.themes
 
ThemeForm() - Constructor for class nl.strohalm.cyclos.controls.customization.themes.ThemeForm
 
ThemeHandler - Interface in nl.strohalm.cyclos.themes
Defines methods for managing themes
ThemeHandlerImpl - Class in nl.strohalm.cyclos.themes
Theme handler implementation
ThemeHandlerImpl() - Constructor for class nl.strohalm.cyclos.themes.ThemeHandlerImpl
 
ThemeHelper - Class in nl.strohalm.cyclos.themes
Helper class for theme handling
ThemeHelper() - Constructor for class nl.strohalm.cyclos.themes.ThemeHelper
 
ThemeNotFoundException - Exception in nl.strohalm.cyclos.themes.exceptions
Exception thrown when an expected theme is not found
ThemeNotFoundException(String) - Constructor for exception nl.strohalm.cyclos.themes.exceptions.ThemeNotFoundException
 
ThroughTimeRange - Enum in nl.strohalm.cyclos.entities.reports
The time range options for through time statistics.
throwException(Throwable) - Static method in class nl.strohalm.cyclos.utils.ActionHelper
Throws an exception compatible to Servlet's exceptions
throwIfHasErrors() - Method in exception nl.strohalm.cyclos.utils.validation.ValidationException
Throw this exception if there are any validation errors
thumbnailPath(Image.Nature) - Method in class nl.strohalm.cyclos.utils.WebImageHelper
Return the real path for thumbnails of a given image nature
THUMBNAILS_CACHE_PATH - Static variable in class nl.strohalm.cyclos.servlets.ImageByIdServlet
 
Ticket - Class in nl.strohalm.cyclos.entities.accounts.transactions
A ticket is used to validate external payments from clients not on whitelist.
Ticket() - Constructor for class nl.strohalm.cyclos.entities.accounts.transactions.Ticket
 
Ticket.Nature - Enum in nl.strohalm.cyclos.entities.accounts.transactions
 
Ticket.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.transactions
 
Ticket.Status - Enum in nl.strohalm.cyclos.entities.accounts.transactions
 
TicketDAO - Interface in nl.strohalm.cyclos.dao.accounts.transactions
Data access object interface for transfers
TicketDAOImpl - Class in nl.strohalm.cyclos.dao.accounts.transactions
Implementation class for ticket DAO
TicketDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.transactions.TicketDAOImpl
 
TicketExpirationScheduledTask - Class in nl.strohalm.cyclos.scheduling.tasks
Scheduled task that expires tickets
TicketExpirationScheduledTask() - Constructor for class nl.strohalm.cyclos.scheduling.tasks.TicketExpirationScheduledTask
 
TicketHelper - Class in nl.strohalm.cyclos.webservices.utils
Utility class for tickets
TicketHelper() - Constructor for class nl.strohalm.cyclos.webservices.utils.TicketHelper
 
TicketQuery - Class in nl.strohalm.cyclos.entities.accounts.transactions
Query parameters for searching tickets
TicketQuery() - Constructor for class nl.strohalm.cyclos.entities.accounts.transactions.TicketQuery
 
TicketQuery.GroupedStatus - Enum in nl.strohalm.cyclos.entities.accounts.transactions
 
TicketService - Interface in nl.strohalm.cyclos.services.transactions
Service interface for tickets used in case of external (web-shop) payment.
TicketServiceImpl - Class in nl.strohalm.cyclos.services.transactions
Implementation for ticket service
TicketServiceImpl() - Constructor for class nl.strohalm.cyclos.services.transactions.TicketServiceImpl
 
TicketServiceLocal - Interface in nl.strohalm.cyclos.services.transactions
Local interface.
TicketServiceSecurity - Class in nl.strohalm.cyclos.services.transactions
Security implementation for TicketService
TicketServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.transactions.TicketServiceSecurity
 
TicketVO - Class in nl.strohalm.cyclos.webservices.model
Ticket for web services
TicketVO() - Constructor for class nl.strohalm.cyclos.webservices.model.TicketVO
 
TIMEOUT_SECONDS - Static variable in class nl.strohalm.cyclos.utils.lock.HazelcastLockHandlerFactory
 
TimePeriod - Class in nl.strohalm.cyclos.utils
Defines a time period, with a number and a field.
TimePeriod() - Constructor for class nl.strohalm.cyclos.utils.TimePeriod
 
TimePeriod(int, TimePeriod.Field) - Constructor for class nl.strohalm.cyclos.utils.TimePeriod
 
TimePeriod.Field - Enum in nl.strohalm.cyclos.utils
A given time field
timePeriodBinder(String) - Static method in class nl.strohalm.cyclos.utils.binding.DataBinderHelper
Returns a data binder for a TimePeriod
TimePeriodType - Class in nl.strohalm.cyclos.utils.hibernate
Hibernate user type to persist time periods
TimePeriodType() - Constructor for class nl.strohalm.cyclos.utils.hibernate.TimePeriodType
 
TimePeriodVO - Class in nl.strohalm.cyclos.webservices.model
A time period representation to web services
TimePeriodVO() - Constructor for class nl.strohalm.cyclos.webservices.model.TimePeriodVO
 
TimePeriodVO.TimePeriodVOField - Enum in nl.strohalm.cyclos.webservices.model
 
TimeZoneConverter - Class in nl.strohalm.cyclos.utils.conversion
Converter for TimeZones.
to(int) - Static method in class nl.strohalm.cyclos.utils.RangeConstraint
Returns a range from to max with no min
toAmountType() - Method in enum nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee.ChargeType
 
toArray() - Method in class nl.strohalm.cyclos.utils.IteratorListImpl
 
toArray(T[]) - Method in class nl.strohalm.cyclos.utils.IteratorListImpl
 
TodayValidation - Class in nl.strohalm.cyclos.utils.validation
Abstract Property validation
TodayValidation(boolean, boolean, boolean) - Constructor for class nl.strohalm.cyclos.utils.validation.TodayValidation
 
toDetailedTypeVO(String, MemberAccount) - Method in class nl.strohalm.cyclos.webservices.utils.AccountHelper
Transforms a MemberAccount into a DetailedAccountTypeVO
toDetailedVO(AdCategory) - Method in class nl.strohalm.cyclos.webservices.utils.AdHelper
 
toEntity(IndexReader, int, Class<E>, Relationship...) - Method in class nl.strohalm.cyclos.utils.lucene.LuceneQueryHandler
 
toEntityVO(Collection<? extends Entity>) - Static method in class nl.strohalm.cyclos.utils.EntityHelper
 
toExternalPaymentDTO(AbstractPaymentParameters, AccountOwner, AccountOwner) - Method in class nl.strohalm.cyclos.webservices.utils.PaymentHelper
Transform a payment parameters into a DoExternalPaymentDTO
toFullTextQuery(FullTextAdSearchParameters) - Method in class nl.strohalm.cyclos.webservices.utils.AdHelper
 
toFullTextQuery(FullTextMemberSearchParameters) - Method in class nl.strohalm.cyclos.webservices.utils.MemberHelper
 
toIds(Collection<? extends Entity>) - Static method in class nl.strohalm.cyclos.utils.EntityHelper
Converts entities into an array of identifiers
toIds(Entity...) - Static method in class nl.strohalm.cyclos.utils.EntityHelper
Converts entities into an array of identifiers
toIds(String...) - Static method in class nl.strohalm.cyclos.utils.EntityHelper
 
toIdsAsList(Collection<? extends Entity>) - Static method in class nl.strohalm.cyclos.utils.EntityHelper
converts a Collection of Entities into an ArrayList of their id's.
toIdsAsString(Collection<? extends Entity>) - Static method in class nl.strohalm.cyclos.utils.EntityHelper
Converts entities into a JSON representation of ids
toIdsAsString(Entity...) - Static method in class nl.strohalm.cyclos.utils.EntityHelper
Converts entities into a JSON representation of ids
toList(Collection<? extends CustomField>, Collection<? extends CustomField>, Collection<? extends CustomFieldValue>) - Method in class nl.strohalm.cyclos.webservices.utils.FieldHelper
 
toMap(Collection<? extends CustomField>, Collection<? extends CustomField>, Collection<? extends CustomFieldValue>) - Method in class nl.strohalm.cyclos.webservices.utils.FieldHelper
Builds a map with field values
toMember(RegisterMemberParameters) - Method in class nl.strohalm.cyclos.webservices.utils.MemberHelper
 
toMemberRecordQuery() - Method in class nl.strohalm.cyclos.entities.members.records.FullTextMemberRecordQuery
 
toPaymentDTO() - Method in class nl.strohalm.cyclos.services.transactions.TransferDTO
 
toQuery(AccountHistorySearchParameters, Member) - Method in class nl.strohalm.cyclos.webservices.utils.AccountHelper
 
toQuery(TransferTypeSearchParameters) - Method in class nl.strohalm.cyclos.webservices.utils.AccountHelper
 
toQuery(AdSearchParameters) - Method in class nl.strohalm.cyclos.webservices.utils.AdHelper
 
toQuery(InfoTextSearchParameters) - Method in class nl.strohalm.cyclos.webservices.utils.InfoTextHelper
 
toQuery(MemberSearchParameters) - Method in class nl.strohalm.cyclos.webservices.utils.MemberHelper
 
toResultPage(AccountOwner, List<Transfer>) - Method in class nl.strohalm.cyclos.webservices.utils.AccountHelper
Transform a list of transfers into an account history result page
toResultPage(AbstractAdSearchParameters, List<Ad>) - Method in class nl.strohalm.cyclos.webservices.utils.AdHelper
Converts a list or page of ads into an AdResultPage
toResultPage(List<InfoText>) - Method in class nl.strohalm.cyclos.webservices.utils.InfoTextHelper
 
toResultPage(AbstractMemberSearchParameters, List<Member>) - Method in class nl.strohalm.cyclos.webservices.utils.MemberHelper
 
toStatus(Throwable) - Method in class nl.strohalm.cyclos.webservices.utils.PaymentHelper
Returns the payment status that corresponds to the given error
toStatus(Transfer) - Method in class nl.strohalm.cyclos.webservices.utils.PaymentHelper
Return the payment status for the given transfer
toString() - Method in class nl.strohalm.cyclos.dao.accounts.transactions.SimpleTransferVO
 
toString() - Method in class nl.strohalm.cyclos.entities.access.Channel
 
toString() - Method in class nl.strohalm.cyclos.entities.access.ChannelPrincipal
 
toString() - Method in class nl.strohalm.cyclos.entities.access.LoginHistoryLog
 
toString() - Method in class nl.strohalm.cyclos.entities.access.PasswordHistoryLog
 
toString() - Method in class nl.strohalm.cyclos.entities.access.PermissionDeniedTrace
 
toString() - Method in class nl.strohalm.cyclos.entities.access.PrincipalType
 
toString() - Method in class nl.strohalm.cyclos.entities.access.Session
 
toString() - Method in class nl.strohalm.cyclos.entities.access.User
 
toString() - Method in class nl.strohalm.cyclos.entities.access.UsernameChangeLog
 
toString() - Method in class nl.strohalm.cyclos.entities.access.WrongCredentialAttempt
 
toString() - Method in class nl.strohalm.cyclos.entities.access.WrongUsernameAttempt
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.AccountLimitLog
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.AccountLock
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.AccountRates
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.AccountType
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.AmountReservation
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.ARateParameters
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.cards.Card
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardLog
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.cards.CardType
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.ClosedAccountBalance
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.Currency
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.DRateParameters
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalAccount
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransfer
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferImport
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.external.ExternalTransferType
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.FieldMapping
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMapping
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeAmount
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLog
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.fees.account.MemberAccountFeeLog
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Certification
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.CertificationLog
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeLog
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligation
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligationLog
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.IRateParameters
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.loans.Loan
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanGroup
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.loans.LoanPayment
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.MemberAccount
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.MemberGroupAccountSettings
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.pos.MemberPos
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.pos.Pos
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.pos.PosLog
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.SystemAccount
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.SystemAccountOwner
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.AuthorizationLevel
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Invoice
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.InvoicePayment
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Payment
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilter
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.Ticket
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TraceNumber
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorization
 
toString() - Method in class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
toString() - Method in class nl.strohalm.cyclos.entities.ads.Ad
 
toString() - Method in class nl.strohalm.cyclos.entities.ads.AdCategory
 
toString() - Method in class nl.strohalm.cyclos.entities.ads.imports.AdImport
 
toString() - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAd
 
toString() - Method in class nl.strohalm.cyclos.entities.ads.imports.ImportedAdCategory
 
toString() - Method in class nl.strohalm.cyclos.entities.alerts.Alert
 
toString() - Method in class nl.strohalm.cyclos.entities.alerts.ErrorLogEntry
 
toString() - Method in class nl.strohalm.cyclos.entities.Application
 
toString() - Method in class nl.strohalm.cyclos.entities.customization.binaryfiles.BinaryFile
 
toString() - Method in class nl.strohalm.cyclos.entities.customization.documents.Document
 
toString() - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomField
 
toString() - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomFieldPossibleValue
 
toString() - Method in class nl.strohalm.cyclos.entities.customization.fields.CustomFieldValue
 
toString() - Method in class nl.strohalm.cyclos.entities.customization.files.CustomizedFile
 
toString() - Method in class nl.strohalm.cyclos.entities.customization.files.File
 
toString() - Method in class nl.strohalm.cyclos.entities.customization.images.Image
 
toString() - Method in class nl.strohalm.cyclos.entities.customization.translationMessages.TranslationMessage
 
toString() - Method in class nl.strohalm.cyclos.entities.Entity
 
toString() - Method in class nl.strohalm.cyclos.entities.EntityReference.Resolver
 
toString() - Method in class nl.strohalm.cyclos.entities.groups.Group
 
toString() - Method in class nl.strohalm.cyclos.entities.groups.GroupFilter
 
toString() - Method in class nl.strohalm.cyclos.entities.groups.GroupHistoryLog
 
toString() - Method in class nl.strohalm.cyclos.entities.IndexOperation
 
toString() - Method in class nl.strohalm.cyclos.entities.infotexts.InfoText
 
toString() - Method in class nl.strohalm.cyclos.entities.members.adInterests.AdInterest
 
toString() - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContract
 
toString() - Method in class nl.strohalm.cyclos.entities.members.brokerings.Brokering
 
toString() - Method in class nl.strohalm.cyclos.entities.members.brokerings.BrokeringCommissionStatus
 
toString() - Method in class nl.strohalm.cyclos.entities.members.brokerings.DefaultBrokerCommission
 
toString() - Method in class nl.strohalm.cyclos.entities.members.Contact
 
toString() - Method in class nl.strohalm.cyclos.entities.members.Element
 
toString() - Method in class nl.strohalm.cyclos.entities.members.ElementQuery
 
toString() - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMember
 
toString() - Method in class nl.strohalm.cyclos.entities.members.imports.ImportedMemberRecord
 
toString() - Method in class nl.strohalm.cyclos.entities.members.imports.MemberImport
 
toString() - Method in class nl.strohalm.cyclos.entities.members.messages.Message
 
toString() - Method in class nl.strohalm.cyclos.entities.members.messages.MessageCategory
 
toString() - Method in class nl.strohalm.cyclos.entities.members.PendingMember
 
toString() - Method in class nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreference
 
toString() - Method in class nl.strohalm.cyclos.entities.members.preferences.NotificationPreference
 
toString() - Method in class nl.strohalm.cyclos.entities.members.printsettings.ReceiptPrinterSettings
 
toString() - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecord
 
toString() - Method in class nl.strohalm.cyclos.entities.members.records.MemberRecordType
 
toString() - Method in class nl.strohalm.cyclos.entities.members.Reference
 
toString() - Method in class nl.strohalm.cyclos.entities.members.ReferenceHistoryLog
 
toString() - Method in class nl.strohalm.cyclos.entities.members.RegistrationAgreement
 
toString() - Method in class nl.strohalm.cyclos.entities.members.RegistrationAgreementLog
 
toString() - Method in class nl.strohalm.cyclos.entities.members.remarks.BrokerRemark
 
toString() - Method in class nl.strohalm.cyclos.entities.members.remarks.GroupRemark
 
toString() - Method in class nl.strohalm.cyclos.entities.members.remarks.Remark
 
toString() - Method in class nl.strohalm.cyclos.entities.members.TransactionFeedback
 
toString() - Method in class nl.strohalm.cyclos.entities.members.TransactionFeedbackRequest
 
toString() - Method in class nl.strohalm.cyclos.entities.services.ServiceClient
 
toString() - Method in class nl.strohalm.cyclos.entities.settings.Setting
 
toString() - Method in class nl.strohalm.cyclos.entities.sms.MemberSmsStatus
 
toString() - Method in class nl.strohalm.cyclos.entities.sms.MemberSmsStatusLock
 
toString() - Method in class nl.strohalm.cyclos.entities.sms.SmsLog
 
toString() - Method in class nl.strohalm.cyclos.entities.sms.SmsMailing
 
toString() - Method in class nl.strohalm.cyclos.entities.sms.SmsType
 
toString() - Method in class nl.strohalm.cyclos.services.transactions.LoanPaymentDetailDTO
 
toString() - Method in class nl.strohalm.cyclos.setup.Version
 
toString() - Method in class nl.strohalm.cyclos.setup.VersionHistory
 
toString() - Method in class nl.strohalm.cyclos.utils.Amount
 
toString() - Method in class nl.strohalm.cyclos.utils.binding.DataBinder
 
toString() - Method in class nl.strohalm.cyclos.utils.cache.ehcache.CacheEvictionEvent
 
toString(AccountOwner) - Method in class nl.strohalm.cyclos.utils.conversion.AccountOwnerConverter
 
toString(Amount) - Method in class nl.strohalm.cyclos.utils.conversion.AmountConverter
 
toString(Boolean) - Method in class nl.strohalm.cyclos.utils.conversion.BooleanConverter
 
toString(Calendar) - Method in class nl.strohalm.cyclos.utils.conversion.CalendarConverter
 
toString(BigInteger) - Method in class nl.strohalm.cyclos.utils.conversion.CardNumberConverter
 
toString(T) - Method in class nl.strohalm.cyclos.utils.conversion.CoercionConverter
 
toString(Collection<?>) - Method in class nl.strohalm.cyclos.utils.conversion.CollectionCountConverter
 
toString(T) - Method in interface nl.strohalm.cyclos.utils.conversion.Converter
Formats the given object, returning the resulting String
toString(Collection<? extends CustomFieldValue>) - Method in class nl.strohalm.cyclos.utils.conversion.CustomFieldConverter
 
toString(T) - Method in class nl.strohalm.cyclos.utils.conversion.FixedLengthNumberConverter
 
toString(String) - Method in class nl.strohalm.cyclos.utils.conversion.HtmlConverter
 
toString(Long) - Method in class nl.strohalm.cyclos.utils.conversion.IdConverter
 
toString(String) - Method in class nl.strohalm.cyclos.utils.conversion.KeyToHelpNameConverter
 
toString(Locale) - Method in class nl.strohalm.cyclos.utils.conversion.LocaleConverter
 
toString(Object) - Method in class nl.strohalm.cyclos.utils.conversion.MessageConverter
 
toString(T) - Method in class nl.strohalm.cyclos.utils.conversion.NumberConverter
 
toString(Permission) - Method in class nl.strohalm.cyclos.utils.conversion.PermissionConverter
 
toString(T) - Method in class nl.strohalm.cyclos.utils.conversion.ReferenceConverter
 
toString(T) - Method in class nl.strohalm.cyclos.utils.conversion.SetConverter
 
toString(String) - Method in class nl.strohalm.cyclos.utils.conversion.StringTrimmerConverter
 
toString(TimeZone) - Method in class nl.strohalm.cyclos.utils.conversion.TimeZoneConverter
 
toString(BigDecimal) - Method in class nl.strohalm.cyclos.utils.conversion.UnitsConverter
 
toString() - Method in class nl.strohalm.cyclos.utils.CustomFieldHelper.Entry
 
toString() - Method in class nl.strohalm.cyclos.utils.customizedfile.CustomizedFileOperation
 
toString() - Method in class nl.strohalm.cyclos.utils.DataObject
 
toString() - Method in class nl.strohalm.cyclos.utils.Dimensions
 
toString() - Method in class nl.strohalm.cyclos.utils.EntityWithCustomFieldsWrapper.EntryImpl
 
toString() - Method in class nl.strohalm.cyclos.utils.JSONBuilder
Returns the JSON string
toString() - Method in class nl.strohalm.cyclos.utils.lock.HazelcastLockHandlerFactory.LockKey
 
toString() - Method in class nl.strohalm.cyclos.utils.NamedPeriod
 
toString() - Method in class nl.strohalm.cyclos.utils.Period
 
toString() - Method in class nl.strohalm.cyclos.utils.query.PageParameters
 
toString() - Method in class nl.strohalm.cyclos.utils.query.QueryParameters
 
toString() - Method in class nl.strohalm.cyclos.utils.RangeConstraint
 
toString() - Method in enum nl.strohalm.cyclos.utils.ResponseHelper.Status
 
toString() - Method in class nl.strohalm.cyclos.utils.tasks.HazelcastTaskRunner.LockKey
 
toString() - Method in class nl.strohalm.cyclos.utils.TimePeriod
 
toString() - Method in class nl.strohalm.cyclos.utils.validation.ValidationError
 
toString(Node) - Static method in class nl.strohalm.cyclos.utils.XmlHelper
Returns the content of the given node as string
toString() - Method in class nl.strohalm.cyclos.webservices.accounts.AccountHistoryResultPage
 
toString() - Method in class nl.strohalm.cyclos.webservices.accounts.AccountHistorySearchParameters
 
toString() - Method in class nl.strohalm.cyclos.webservices.accounts.LoadTransferParameters
 
toString() - Method in class nl.strohalm.cyclos.webservices.accounts.TransferTypeSearchParameters
 
toString() - Method in class nl.strohalm.cyclos.webservices.ads.AbstractAdSearchParameters
 
toString() - Method in class nl.strohalm.cyclos.webservices.ads.AdResultPage
 
toString() - Method in class nl.strohalm.cyclos.webservices.ads.AdSearchParameters
 
toString() - Method in class nl.strohalm.cyclos.webservices.infotexts.InfoTextResultPage
 
toString() - Method in class nl.strohalm.cyclos.webservices.infotexts.InfoTextSearchParameters
 
toString() - Method in class nl.strohalm.cyclos.webservices.members.AbstractMemberSearchParameters
 
toString() - Method in class nl.strohalm.cyclos.webservices.members.FullTextMemberSearchParameters
 
toString() - Method in class nl.strohalm.cyclos.webservices.members.MemberResultPage
 
toString() - Method in class nl.strohalm.cyclos.webservices.members.MemberSearchParameters
 
toString() - Method in class nl.strohalm.cyclos.webservices.members.RegisterMemberParameters
 
toString() - Method in class nl.strohalm.cyclos.webservices.members.UpdateMemberParameters
 
toString() - Method in class nl.strohalm.cyclos.webservices.model.AccountHistoryTransferVO
 
toString() - Method in class nl.strohalm.cyclos.webservices.model.AccountStatusVO
 
toString() - Method in class nl.strohalm.cyclos.webservices.model.AccountTypeVO
 
toString() - Method in class nl.strohalm.cyclos.webservices.model.AdCategoryVO
 
toString() - Method in class nl.strohalm.cyclos.webservices.model.AdVO
 
toString() - Method in class nl.strohalm.cyclos.webservices.model.CurrencyVO
 
toString() - Method in class nl.strohalm.cyclos.webservices.model.DetailedAccountTypeVO
 
toString() - Method in class nl.strohalm.cyclos.webservices.model.DetailedAdCategoryVO
 
toString() - Method in class nl.strohalm.cyclos.webservices.model.FieldValueVO
 
toString() - Method in class nl.strohalm.cyclos.webservices.model.FieldVO
 
toString() - Method in class nl.strohalm.cyclos.webservices.model.GroupVO
 
toString() - Method in class nl.strohalm.cyclos.webservices.model.ImageVO
 
toString() - Method in class nl.strohalm.cyclos.webservices.model.InfoTextVO
 
toString() - Method in class nl.strohalm.cyclos.webservices.model.MemberAccountVO
 
toString() - Method in class nl.strohalm.cyclos.webservices.model.MemberVO
 
toString() - Method in class nl.strohalm.cyclos.webservices.model.PaymentRequestTicketVO
 
toString() - Method in class nl.strohalm.cyclos.webservices.model.PossibleValueVO
 
toString() - Method in class nl.strohalm.cyclos.webservices.model.RegistrationFieldValueVO
 
toString() - Method in class nl.strohalm.cyclos.webservices.model.SearchParameters
 
toString() - Method in class nl.strohalm.cyclos.webservices.model.TicketVO
 
toString() - Method in class nl.strohalm.cyclos.webservices.model.TimePeriodVO
 
toString() - Method in class nl.strohalm.cyclos.webservices.model.TransferTypeVO
 
toString() - Method in class nl.strohalm.cyclos.webservices.model.WebServicesEntityVO
 
toString() - Method in class nl.strohalm.cyclos.webservices.model.WebShopTicketVO
 
toString() - Method in class nl.strohalm.cyclos.webservices.model.WSPrincipalTypeVO
 
toString() - Method in class nl.strohalm.cyclos.webservices.payments.AbstractPaymentParameters
 
toString() - Method in class nl.strohalm.cyclos.webservices.payments.ConfirmPaymentParameters
 
toString() - Method in class nl.strohalm.cyclos.webservices.payments.PaymentParameters
 
toString() - Method in class nl.strohalm.cyclos.webservices.payments.RequestPaymentParameters
 
toString() - Method in class nl.strohalm.cyclos.webservices.pos.AccountHistoryPosParameters
 
toString() - Method in class nl.strohalm.cyclos.webservices.pos.AccountStatusPosParameters
 
toString() - Method in class nl.strohalm.cyclos.webservices.pos.BasePaymentParameters
 
toString() - Method in class nl.strohalm.cyclos.webservices.pos.BasePosParameters
 
toString() - Method in class nl.strohalm.cyclos.webservices.pos.ChargebackParameters
 
toString() - Method in class nl.strohalm.cyclos.webservices.pos.MakePaymentParameters
 
toString() - Method in class nl.strohalm.cyclos.webservices.pos.PosPinParameters
 
toString() - Method in class nl.strohalm.cyclos.webservices.pos.ReceivePaymentParameters
 
toString() - Method in class nl.strohalm.cyclos.webservices.PrincipalParameters
 
toString() - Method in class nl.strohalm.cyclos.webservices.sms.SendSmsParameters
 
toString() - Method in class nl.strohalm.cyclos.webservices.webshop.GenerateWebShopTicketParams
 
toStringRepresentation() - Method in enum nl.strohalm.cyclos.utils.Quarter
 
totalAmoutForPeriod(MemberAccount, AccountFeeLog) - Method in interface nl.strohalm.cyclos.dao.accounts.fee.account.AccountFeeAmountDAO
Returns the total charged amount for a given account, account fee and period
totalAmoutForPeriod(MemberAccount, AccountFeeLog) - Method in class nl.strohalm.cyclos.dao.accounts.fee.account.AccountFeeAmountDAOImpl
 
toTicket(RequestPaymentParameters, TransferType) - Method in class nl.strohalm.cyclos.webservices.utils.PaymentHelper
Transform a request payment parameters into a payment request ticket
toTicket(GenerateWebShopTicketParams) - Method in class nl.strohalm.cyclos.webservices.utils.TicketHelper
Convert a params object into a ticket
toValueCollection(Collection<? extends CustomField>, List<? extends FieldValueVO>) - Method in class nl.strohalm.cyclos.webservices.utils.FieldHelper
Convert an array of FieldValue instances to a collection of CustomFieldValue
toVO(AccountOwner, Transfer, Collection<PaymentCustomField>) - Method in class nl.strohalm.cyclos.webservices.utils.AccountHelper
 
toVO(AccountOwner, Transfer, Collection<PaymentCustomField>, Collection<MemberCustomField>, Collection<MemberCustomField>) - Method in class nl.strohalm.cyclos.webservices.utils.AccountHelper
Transforms the given transfer to a VO, according to the member viewing it
toVO(AccountStatus) - Method in class nl.strohalm.cyclos.webservices.utils.AccountHelper
Transforms the given account status to a VO
toVO(AccountType) - Method in class nl.strohalm.cyclos.webservices.utils.AccountHelper
Transforms the given account type to a VO
toVO(Currency) - Method in class nl.strohalm.cyclos.webservices.utils.AccountHelper
Transforms the given currency to a VO
toVO(MemberAccount) - Method in class nl.strohalm.cyclos.webservices.utils.AccountHelper
Transforms the given account status to a VO
toVO(TransferType) - Method in class nl.strohalm.cyclos.webservices.utils.AccountHelper
Transforms the given transfer type to a VO
toVO(Ad) - Method in class nl.strohalm.cyclos.webservices.utils.AdHelper
Convert an advertisement to VO
toVO(Ad, List<AdCustomField>) - Method in class nl.strohalm.cyclos.webservices.utils.AdHelper
Convert an advertisement to VO, filling the given ad custom fields
toVO(Ad, List<AdCustomField>, List<MemberCustomField>) - Method in class nl.strohalm.cyclos.webservices.utils.AdHelper
Convert an advertisement to VO, filling the given ad and owner custom fields
toVO(AdCategory) - Method in class nl.strohalm.cyclos.webservices.utils.AdHelper
Convert a category to VO
toVO(Currency) - Method in class nl.strohalm.cyclos.webservices.utils.CurrencyHelper
 
toVO(CustomField) - Method in class nl.strohalm.cyclos.webservices.utils.FieldHelper
Convert a field to VO
toVO(CustomFieldPossibleValue) - Method in class nl.strohalm.cyclos.webservices.utils.FieldHelper
Convert a possible value to VO
toVO(MemberGroup) - Method in class nl.strohalm.cyclos.webservices.utils.GroupHelper
Transforms the given group into a VO
toVO(OwneredImage) - Method in class nl.strohalm.cyclos.webservices.utils.ImageHelper
Converts an image to vo
toVO(OwneredImage, String) - Method in class nl.strohalm.cyclos.webservices.utils.ImageHelper
Converts an image to vo, with path data
toVO(InfoText) - Method in class nl.strohalm.cyclos.webservices.utils.InfoTextHelper
 
toVO(Member) - Method in class nl.strohalm.cyclos.webservices.utils.MemberHelper
Converts a member to VO, with minimum details
toVO(Member, Collection<MemberCustomField>, Collection<MemberCustomField>, boolean) - Method in class nl.strohalm.cyclos.webservices.utils.MemberHelper
 
toVO(Member, List<MemberCustomField>, boolean) - Method in class nl.strohalm.cyclos.webservices.utils.MemberHelper
Converts a member to VO
toVO(PaymentRequestTicket, Collection<MemberCustomField>) - Method in class nl.strohalm.cyclos.webservices.utils.TicketHelper
 
toVO(WebShopTicket, Collection<MemberCustomField>) - Method in class nl.strohalm.cyclos.webservices.utils.TicketHelper
 
toVOs(Collection<? extends CustomField>) - Method in class nl.strohalm.cyclos.webservices.utils.FieldHelper
Converts a collection of custom fields into VOs
toVOs(Collection<? extends OwneredImage>) - Method in class nl.strohalm.cyclos.webservices.utils.ImageHelper
Converts a collection of images into a collection of ImageVO
trace(TraceLogDTO) - Method in interface nl.strohalm.cyclos.utils.logging.LoggingHandler
Logs an action trace
trace(TraceLogDTO) - Method in class nl.strohalm.cyclos.utils.logging.LoggingHandlerImpl
 
trace(String) - Method in class nl.strohalm.cyclos.webservices.utils.WebServiceHelper
Generates a log message
TraceableMigration - Interface in nl.strohalm.cyclos.setup
Classes implementing this interface may be declared on the changelog.xml file to have access to the database connection before the hibernate persistence system is loaded.
TraceInterceptor - Class in nl.strohalm.cyclos.webservices.interceptor
Interceptor used to generate a trace log for a web service invocation
TraceInterceptor() - Constructor for class nl.strohalm.cyclos.webservices.interceptor.TraceInterceptor
 
TraceLogDTO - Class in nl.strohalm.cyclos.utils.logging
Contains parameters used on the trace log
TraceLogDTO() - Constructor for class nl.strohalm.cyclos.utils.logging.TraceLogDTO
 
traceLogin(TraceLogDTO) - Method in interface nl.strohalm.cyclos.utils.logging.LoggingHandler
Logs an user login
traceLogin(TraceLogDTO) - Method in class nl.strohalm.cyclos.utils.logging.LoggingHandlerImpl
Logs an user login
traceLogout(TraceLogDTO) - Method in interface nl.strohalm.cyclos.utils.logging.LoggingHandler
Logs an user logout
traceLogout(TraceLogDTO) - Method in class nl.strohalm.cyclos.utils.logging.LoggingHandlerImpl
Logs an user logout
TraceNumber - Class in nl.strohalm.cyclos.entities.accounts.transactions
A trace number identifies a transfer made by a service client (client id)
It's used to support the reverse transfer functionality.
TraceNumber() - Constructor for class nl.strohalm.cyclos.entities.accounts.transactions.TraceNumber
 
TraceNumberDAO - Interface in nl.strohalm.cyclos.dao.accounts.transactions
 
TraceNumberDAOImpl - Class in nl.strohalm.cyclos.dao.accounts.transactions
 
TraceNumberDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.transactions.TraceNumberDAOImpl
 
traceWebService(WebServiceLogDTO) - Method in interface nl.strohalm.cyclos.utils.logging.LoggingHandler
Logs a web service trace
traceWebService(WebServiceLogDTO) - Method in class nl.strohalm.cyclos.utils.logging.LoggingHandlerImpl
 
Transactional<T> - Interface in nl.strohalm.cyclos.utils
Callback interface for transactional code.
TransactionCommitListener - Interface in nl.strohalm.cyclos.utils.transaction
Listener notified when a transaction is committed
TransactionContext - Enum in nl.strohalm.cyclos.services.transactions
Possible contexts for a transaction to happen
TransactionCountPerMemberStats - Class in nl.strohalm.cyclos.services.stats.activity
Class with common helper functions on retrieving statistics about transactions per member, for activity statistics.
TransactionCountPerMemberStats(StatisticalActivityQuery, Period, TransferDAO, ElementDAO) - Constructor for class nl.strohalm.cyclos.services.stats.activity.TransactionCountPerMemberStats
 
TransactionEndListener - Class in nl.strohalm.cyclos.utils.transaction
A listener for both transaction commit and rollback
TransactionEndListener() - Constructor for class nl.strohalm.cyclos.utils.transaction.TransactionEndListener
 
TransactionFee - Class in nl.strohalm.cyclos.entities.accounts.fees.transaction
A fee is applied on transfers
TransactionFee() - Constructor for class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee
 
TransactionFee.ChargeType - Enum in nl.strohalm.cyclos.entities.accounts.fees.transaction
 
TransactionFee.Nature - Enum in nl.strohalm.cyclos.entities.accounts.fees.transaction
 
TransactionFee.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.fees.transaction
 
TransactionFee.Subject - Enum in nl.strohalm.cyclos.entities.accounts.fees.transaction
 
TransactionFeedackExpirationScheduledTask - Class in nl.strohalm.cyclos.scheduling.tasks
Scheduled task that generates default transaction feedbacks after the expiration
TransactionFeedackExpirationScheduledTask() - Constructor for class nl.strohalm.cyclos.scheduling.tasks.TransactionFeedackExpirationScheduledTask
 
TransactionFeeDAO - Interface in nl.strohalm.cyclos.dao.accounts.fee.transaction
Data access object interface for transaction fees
TransactionFeeDAOImpl - Class in nl.strohalm.cyclos.dao.accounts.fee.transaction
Implementation DAO for transaction fees
TransactionFeeDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.fee.transaction.TransactionFeeDAOImpl
 
TransactionFeedback - Class in nl.strohalm.cyclos.entities.members
A transaction reference represents the option about a buyer to seller or a seller to buyer on a specific transaction
TransactionFeedback() - Constructor for class nl.strohalm.cyclos.entities.members.TransactionFeedback
 
TransactionFeedback.Relationships - Enum in nl.strohalm.cyclos.entities.members
 
TransactionFeedbackAction - Enum in nl.strohalm.cyclos.services.elements
 
transactionFeedBackAdminCommentsNotification(TransactionFeedback) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
transactionFeedBackAdminCommentsNotification(TransactionFeedback) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
transactionFeedBackReceivedNotification(TransactionFeedback) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
transactionFeedBackReceivedNotification(TransactionFeedback) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
transactionFeedBackReplyNotification(TransactionFeedback) - Method in interface nl.strohalm.cyclos.utils.notifications.MemberNotificationHandler
 
transactionFeedBackReplyNotification(TransactionFeedback) - Method in class nl.strohalm.cyclos.utils.notifications.MemberNotificationHandlerImpl
 
TransactionFeedbackRequest - Class in nl.strohalm.cyclos.entities.members
A "transient entity" representing a transaction feedback request
TransactionFeedbackRequest(Payment) - Constructor for class nl.strohalm.cyclos.entities.members.TransactionFeedbackRequest
 
TransactionFeePreviewDTO - Class in nl.strohalm.cyclos.services.transfertypes
Shows the preview of transaction fees that will be applied on a payment, as well as the payment final amount (fees can deduct from the original amount)
TransactionFeePreviewDTO() - Constructor for class nl.strohalm.cyclos.services.transfertypes.TransactionFeePreviewDTO
 
TransactionFeePreviewForRatesDTO - Class in nl.strohalm.cyclos.services.transfertypes
Extension of TransactionFeePreviewDTO, also allowing to set rates explicitly on the dto.
TransactionFeePreviewForRatesDTO() - Constructor for class nl.strohalm.cyclos.services.transfertypes.TransactionFeePreviewForRatesDTO
 
TransactionFeeQuery - Class in nl.strohalm.cyclos.entities.accounts.fees.transaction
Query parameters for transaction fees
TransactionFeeQuery() - Constructor for class nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFeeQuery
 
TransactionFeeService - Interface in nl.strohalm.cyclos.services.transfertypes
Service interface for transaction fees
TransactionFeeServiceImpl - Class in nl.strohalm.cyclos.services.transfertypes
Implementation class for transaction fee service
TransactionFeeServiceImpl() - Constructor for class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceImpl
 
TransactionFeeServiceImpl.CountValidation - Class in nl.strohalm.cyclos.services.transfertypes
Count is required when "When" property is COUNT or DAYS
TransactionFeeServiceImpl.CountValidation() - Constructor for class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceImpl.CountValidation
 
TransactionFeeServiceImpl.GeneratedTransferTypeValidation - Class in nl.strohalm.cyclos.services.transfertypes
Validates the generated transfer type
TransactionFeeServiceImpl.GeneratedTransferTypeValidation() - Constructor for class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceImpl.GeneratedTransferTypeValidation
 
TransactionFeeServiceLocal - Interface in nl.strohalm.cyclos.services.transfertypes
Local interface.
TransactionFeeServiceSecurity - Class in nl.strohalm.cyclos.services.transfertypes
Security implementation for TransactionFeeService
TransactionFeeServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceSecurity
 
TransactionFeesMigration - Class in nl.strohalm.cyclos.setup.migrations.version3_5
Migrate the transaction fees
TransactionFeesMigration() - Constructor for class nl.strohalm.cyclos.setup.migrations.version3_5.TransactionFeesMigration
 
TransactionFileImport - Interface in nl.strohalm.cyclos.utils.transactionimport
Imports transactions from a file, transforming them in external transaction
TransactionHelper - Interface in nl.strohalm.cyclos.utils
Helper for transaction manipulation
TransactionHelperImpl - Class in nl.strohalm.cyclos.utils
Utility class used to run code in a new transaction, taking care of running CurrentTransactionData#runCurrentTransactionCommitListeners() in case of commits, and always running CurrentTransactionData.cleanup() at the end
TransactionHelperImpl() - Constructor for class nl.strohalm.cyclos.utils.TransactionHelperImpl
 
TransactionImportDTO - Class in nl.strohalm.cyclos.utils.transactionimport
Contains data for each transaction
TransactionImportDTO() - Constructor for class nl.strohalm.cyclos.utils.transactionimport.TransactionImportDTO
 
TransactionListeners - Class in nl.strohalm.cyclos.utils.transaction
Maintains a list of transaction commit and rollback listeners
TransactionListeners() - Constructor for class nl.strohalm.cyclos.utils.transaction.TransactionListeners
 
TransactionNumberVO - Class in nl.strohalm.cyclos.webservices.model
The parameters for transaction number generation
TransactionNumberVO() - Constructor for class nl.strohalm.cyclos.webservices.model.TransactionNumberVO
 
TransactionNumberVO(String, int, String) - Constructor for class nl.strohalm.cyclos.webservices.model.TransactionNumberVO
 
TransactionPassword - Enum in nl.strohalm.cyclos.entities.access
The possible values for the transaction password setting
TransactionPasswordAction - Class in nl.strohalm.cyclos.controls.access.transactionpassword
Action used to request the logged element's transaction password
TransactionPasswordAction() - Constructor for class nl.strohalm.cyclos.controls.access.transactionpassword.TransactionPasswordAction
 
TransactionPasswordForm - Class in nl.strohalm.cyclos.controls.access.transactionpassword
Form used to request the logged member's transaction password
TransactionPasswordForm() - Constructor for class nl.strohalm.cyclos.controls.access.transactionpassword.TransactionPasswordForm
 
TransactionReceiptAjaxAction - Class in nl.strohalm.cyclos.controls.accounts.details
Action used to get details for printing a transaction in a local receipt printer
TransactionReceiptAjaxAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.details.TransactionReceiptAjaxAction
 
TransactionRollbackListener - Interface in nl.strohalm.cyclos.utils.transaction
Listener notified when a transaction is rolled-back
TransactionsReceiptAction - Class in nl.strohalm.cyclos.controls.posweb
Action used to print on a receipt printer a list of transfers and scheduled payments
TransactionsReceiptAction() - Constructor for class nl.strohalm.cyclos.controls.posweb.TransactionsReceiptAction
 
TransactionSummaryVO - Class in nl.strohalm.cyclos.services.transactions
Contais report data of invoice or transaction amounts.
TransactionSummaryVO() - Constructor for class nl.strohalm.cyclos.services.transactions.TransactionSummaryVO
 
TransactionSummaryVO(int, BigDecimal) - Constructor for class nl.strohalm.cyclos.services.transactions.TransactionSummaryVO
 
TransactionVolumeDTO - Class in nl.strohalm.cyclos.services.accounts
Contain parameters for a transaction volume calculation
TransactionVolumeDTO() - Constructor for class nl.strohalm.cyclos.services.accounts.TransactionVolumeDTO
 
Transfer - Class in nl.strohalm.cyclos.entities.accounts.transactions
A unit transfer between two accounts.
Transfer() - Constructor for class nl.strohalm.cyclos.entities.accounts.transactions.Transfer
 
Transfer.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.transactions
 
TransferAuthorization - Class in nl.strohalm.cyclos.entities.accounts.transactions
An authorization given to a pending authorized transfer
TransferAuthorization() - Constructor for class nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorization
 
TransferAuthorization.Action - Enum in nl.strohalm.cyclos.entities.accounts.transactions
 
TransferAuthorization.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.transactions
 
TransferAuthorizationAmountReservation - Class in nl.strohalm.cyclos.entities.accounts
A returned amount reservation by a transfer authorization
TransferAuthorizationAmountReservation() - Constructor for class nl.strohalm.cyclos.entities.accounts.TransferAuthorizationAmountReservation
 
TransferAuthorizationDAO - Interface in nl.strohalm.cyclos.dao.accounts.transactions
Data access interface for transfer authorizations
TransferAuthorizationDAOImpl - Class in nl.strohalm.cyclos.dao.accounts.transactions
Implementation for TransferAuthorizationDAO
TransferAuthorizationDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.transactions.TransferAuthorizationDAOImpl
 
TransferAuthorizationDTO - Class in nl.strohalm.cyclos.entities.accounts.transactions
 
TransferAuthorizationDTO() - Constructor for class nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorizationDTO
 
TransferAuthorizationForm - Class in nl.strohalm.cyclos.controls.payments.authorization
 
TransferAuthorizationForm() - Constructor for class nl.strohalm.cyclos.controls.payments.authorization.TransferAuthorizationForm
 
TransferAuthorizationQuery - Class in nl.strohalm.cyclos.entities.accounts.transactions
Query parameters for searching form transfer authorizations
TransferAuthorizationQuery() - Constructor for class nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorizationQuery
 
transferAuthorizationService - Variable in class nl.strohalm.cyclos.controls.accounts.details.BaseTransferAuthorizationSearchAction
 
transferAuthorizationService - Variable in class nl.strohalm.cyclos.controls.accounts.details.ViewTransactionAction
 
TransferAuthorizationService - Interface in nl.strohalm.cyclos.services.transactions
Service used to handle autorized payments
TransferAuthorizationServiceImpl - Class in nl.strohalm.cyclos.services.transactions
 
TransferAuthorizationServiceImpl() - Constructor for class nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceImpl
 
TransferAuthorizationServiceLocal - Interface in nl.strohalm.cyclos.services.transactions
Local interface.
TransferAuthorizationServiceSecurity - Class in nl.strohalm.cyclos.services.transactions
Security layer for TransferAuthorizationService
TransferAuthorizationServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.transactions.TransferAuthorizationServiceSecurity
 
TransferDAO - Interface in nl.strohalm.cyclos.dao.accounts.transactions
Data access object interface for transfers
TransferDAOImpl - Class in nl.strohalm.cyclos.dao.accounts.transactions
Implementation class for transfer DAO
TransferDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.transactions.TransferDAOImpl
 
TransferDTO - Class in nl.strohalm.cyclos.services.transactions
Parameters for a loan repayment
TransferDTO() - Constructor for class nl.strohalm.cyclos.services.transactions.TransferDTO
 
TransferListener - Interface in nl.strohalm.cyclos.entities.accounts.transactions
Listener interface notified when a transfer is created.
TransferListenerAdapter - Class in nl.strohalm.cyclos.entities.accounts.transactions
Abstract implementation of all methods (with empty bodies) in the TransferListener interface
TransferListenerAdapter() - Constructor for class nl.strohalm.cyclos.entities.accounts.transactions.TransferListenerAdapter
 
TransferMinimumPaymentException - Exception in nl.strohalm.cyclos.services.transactions.exceptions
Exception thrown when the maximum amount per day has been exceeded on a given account
TransferMinimumPaymentException(String, Account, BigDecimal) - Constructor for exception nl.strohalm.cyclos.services.transactions.exceptions.TransferMinimumPaymentException
 
TransferQuery - Class in nl.strohalm.cyclos.entities.accounts.transactions
Contains data for searching the account history
TransferQuery() - Constructor for class nl.strohalm.cyclos.entities.accounts.transactions.TransferQuery
 
transferQueryDataBinder(LocalSettings) - Static method in class nl.strohalm.cyclos.controls.accounts.details.AccountHistoryAction
Returns a databinder for a transferquery
TransfersAwaitingAuthorizationAction - Class in nl.strohalm.cyclos.controls.accounts.details
Action used to search for transfers the logged user can authorize
TransfersAwaitingAuthorizationAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.details.TransfersAwaitingAuthorizationAction
 
TransfersAwaitingAuthorizationForm - Class in nl.strohalm.cyclos.controls.accounts.details
Form used to search for transfers the logged user can authorize
TransfersAwaitingAuthorizationForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.details.TransfersAwaitingAuthorizationForm
 
TransfersAwaitingAuthorizationQuery - Class in nl.strohalm.cyclos.entities.accounts.transactions
Query parameters for searching payments that an element needs to authorize
TransfersAwaitingAuthorizationQuery() - Constructor for class nl.strohalm.cyclos.entities.accounts.transactions.TransfersAwaitingAuthorizationQuery
 
TransferType - Class in nl.strohalm.cyclos.entities.accounts.transactions
Every transfer has a type, which may contain fees and other relevant data
TransferType() - Constructor for class nl.strohalm.cyclos.entities.accounts.transactions.TransferType
 
TransferType.Context - Class in nl.strohalm.cyclos.entities.accounts.transactions
A transfer type context represents where it can be performed
TransferType.Context() - Constructor for class nl.strohalm.cyclos.entities.accounts.transactions.TransferType.Context
 
TransferType.Direction - Enum in nl.strohalm.cyclos.entities.accounts.transactions
 
TransferType.Relationships - Enum in nl.strohalm.cyclos.entities.accounts.transactions
 
transferTypeBinder() - Static method in class nl.strohalm.cyclos.utils.binding.DataBinderHelper
Returns a data binder for a Map to allow reading transfer types as a Map with the properties: id and name
TransferTypeDAO - Interface in nl.strohalm.cyclos.dao.accounts.transactions
Data access object interface for transfer types
TransferTypeDAOImpl - Class in nl.strohalm.cyclos.dao.accounts.transactions
Implementation class for transfer type DAO
TransferTypeDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.accounts.transactions.TransferTypeDAOImpl
 
TransferTypeQuery - Class in nl.strohalm.cyclos.entities.accounts.transactions
Parameters for transfer type searches
TransferTypeQuery() - Constructor for class nl.strohalm.cyclos.entities.accounts.transactions.TransferTypeQuery
 
TransferTypeSearchParameters - Class in nl.strohalm.cyclos.webservices.accounts
Parameters for searching transfer types via web services
TransferTypeSearchParameters() - Constructor for class nl.strohalm.cyclos.webservices.accounts.TransferTypeSearchParameters
 
transferTypeService - Variable in class nl.strohalm.cyclos.controls.accounts.details.BaseTransferAuthorizationSearchAction
 
transferTypeService - Variable in class nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxAction
 
transferTypeService - Variable in class nl.strohalm.cyclos.controls.loans.SearchLoanPaymentsAction
 
transferTypeService - Variable in class nl.strohalm.cyclos.controls.payments.BasePaymentAction
 
transferTypeService - Variable in class nl.strohalm.cyclos.controls.webshop.ConfirmWebShopPaymentAction.ShouldValidateTPParameter
 
TransferTypeService - Interface in nl.strohalm.cyclos.services.transfertypes
Service interface for transfer types
TransferTypeServiceImpl - Class in nl.strohalm.cyclos.services.transfertypes
Implementation class for transfer types
TransferTypeServiceImpl() - Constructor for class nl.strohalm.cyclos.services.transfertypes.TransferTypeServiceImpl
 
TransferTypeServiceLocal - Interface in nl.strohalm.cyclos.services.transfertypes
Local interface.
TransferTypeServiceSecurity - Class in nl.strohalm.cyclos.services.transfertypes
Security implementation for TransferTypeService
TransferTypeServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.transfertypes.TransferTypeServiceSecurity
 
TransferTypeVO - Class in nl.strohalm.cyclos.webservices.model
Represents a transfer type
TransferTypeVO() - Constructor for class nl.strohalm.cyclos.webservices.model.TransferTypeVO
 
TransferVolumePerMemberStats - Class in nl.strohalm.cyclos.services.stats.taxes
This class defines common helper methods for retrieving stats on transfer volume per member.
TransferVolumePerMemberStats() - Constructor for class nl.strohalm.cyclos.services.stats.taxes.TransferVolumePerMemberStats
 
transform(Invoice) - Method in class nl.strohalm.cyclos.controls.invoices.SearchInvoicesAction.TransformInvoiceInEntry
 
transform(Input) - Method in interface nl.strohalm.cyclos.utils.conversion.Transformer
Transforms the input in the output object
TransformedIteratorList<Input,Output> - Class in nl.strohalm.cyclos.utils
An iterator list that transforms elements before returning them
TransformedIteratorList(Transformer<Input, Output>, Collection<Input>) - Constructor for class nl.strohalm.cyclos.utils.TransformedIteratorList
 
TransformedIteratorList(Transformer<Input, Output>, Iterator<Input>) - Constructor for class nl.strohalm.cyclos.utils.TransformedIteratorList
 
Transformer<Input,Output> - Interface in nl.strohalm.cyclos.utils.conversion
Utility class used to transform an object into another
TranslationChangeListener - Interface in nl.strohalm.cyclos.services.customization
Listener for events when something changes on the application translation
TranslationMessage - Class in nl.strohalm.cyclos.entities.customization.translationMessages
A resource bundle key
TranslationMessage() - Constructor for class nl.strohalm.cyclos.entities.customization.translationMessages.TranslationMessage
 
TranslationMessageDAO - Interface in nl.strohalm.cyclos.dao.customizations
Interface for message DAO
TranslationMessageDAOImpl - Class in nl.strohalm.cyclos.dao.customizations
Implementation class for message DAO
TranslationMessageDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.customizations.TranslationMessageDAOImpl
 
TranslationMessageQuery - Class in nl.strohalm.cyclos.entities.customization.translationMessages
Query parameters used to search form translation messages
TranslationMessageQuery() - Constructor for class nl.strohalm.cyclos.entities.customization.translationMessages.TranslationMessageQuery
 
TranslationMessageService - Interface in nl.strohalm.cyclos.services.customization
Service interface for message resources customization (translation file)
TranslationMessageServiceImpl - Class in nl.strohalm.cyclos.services.customization
Implementation for message service
TranslationMessageServiceImpl() - Constructor for class nl.strohalm.cyclos.services.customization.TranslationMessageServiceImpl
 
TranslationMessageServiceLocal - Interface in nl.strohalm.cyclos.services.customization
Local interface.
TranslationMessageServiceSecurity - Class in nl.strohalm.cyclos.services.customization
Security implementation for TranslationMessageService
TranslationMessageServiceSecurity() - Constructor for class nl.strohalm.cyclos.services.customization.TranslationMessageServiceSecurity
 
transposeMatrix(T[][]) - Static method in class nl.strohalm.cyclos.utils.statistics.ListOperations
switches x and y of a matrix (= a 2 dimensional array), so that matrix[2][3] will become matrix[3][2].
truncate(BigDecimal) - Method in class nl.strohalm.cyclos.entities.settings.LocalSettings
 
truncate(Object, int) - Static method in class nl.strohalm.cyclos.taglibs.TruncateTag
 
truncate(Object, int, int) - Static method in class nl.strohalm.cyclos.taglibs.TruncateTag
 
truncate(Object, int, int, boolean) - Static method in class nl.strohalm.cyclos.taglibs.TruncateTag
 
truncate(Calendar) - Static method in class nl.strohalm.cyclos.utils.DateHelper
Truncates a date, handling null.
truncateNextDay(Calendar) - Static method in class nl.strohalm.cyclos.utils.DateHelper
Truncates a date and adds 1 day, handling null.
truncatePreviosDay(Calendar) - Static method in class nl.strohalm.cyclos.utils.DateHelper
Truncates a date and subtracts 1 day, handling null.
TruncateTag - Class in nl.strohalm.cyclos.taglibs
Truncates a string.
TruncateTag() - Constructor for class nl.strohalm.cyclos.taglibs.TruncateTag
 

U

unassignAllMemberPos(Member) - Method in class nl.strohalm.cyclos.services.accounts.pos.PosServiceImpl
 
unassignAllMemberPos(Member) - Method in interface nl.strohalm.cyclos.services.accounts.pos.PosServiceLocal
Unassigns all POS from a member
unassignPos(Long) - Method in interface nl.strohalm.cyclos.services.accounts.pos.PosService
Unassigns the POS from the member it was assigned
unassignPos(Long) - Method in class nl.strohalm.cyclos.services.accounts.pos.PosServiceImpl
 
unassignPos(Long) - Method in class nl.strohalm.cyclos.services.accounts.pos.PosServiceSecurity
 
unblock(ScheduledPayment) - Method in interface nl.strohalm.cyclos.services.transactions.ScheduledPaymentService
Unblocks a scheduled payment
unblock(ScheduledPayment) - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceImpl
 
unblock(ScheduledPayment) - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceSecurity
 
unblockCard(Card) - Method in interface nl.strohalm.cyclos.services.accounts.cards.CardService
Unblock given card
unblockCard(Card) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardServiceImpl
 
unblockCard(Card) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardServiceSecurity
 
unblockCardSecurityCode(BigInteger) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
unblockCardSecurityCode(BigInteger) - Method in interface nl.strohalm.cyclos.services.access.AccessServiceLocal
Unblocks the security code of given card
unblockMemberPos(MemberPos) - Method in interface nl.strohalm.cyclos.services.accounts.pos.MemberPosService
Unblock given MemberPos
unblockMemberPos(MemberPos) - Method in class nl.strohalm.cyclos.services.accounts.pos.MemberPosServiceImpl
 
unblockMemberPos(MemberPos) - Method in class nl.strohalm.cyclos.services.accounts.pos.MemberPosServiceSecurity
 
unblockPin(MemberUser) - Method in interface nl.strohalm.cyclos.services.access.AccessService
Unblocks the given member's pin
unblockPin(MemberUser) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
unblockPin(MemberUser) - Method in class nl.strohalm.cyclos.services.access.AccessServiceSecurity
 
UnblockPinAction - Class in nl.strohalm.cyclos.controls.access.channels
Action used to unblock a member pin
UnblockPinAction() - Constructor for class nl.strohalm.cyclos.controls.access.channels.UnblockPinAction
 
UnblockPinForm - Class in nl.strohalm.cyclos.controls.access.channels
Form used to unblock a member pin
UnblockPinForm() - Constructor for class nl.strohalm.cyclos.controls.access.channels.UnblockPinForm
 
unblockPosPin(MemberPos) - Method in interface nl.strohalm.cyclos.services.accounts.pos.MemberPosService
Unblock the MemberPos pin
unblockPosPin(MemberPos) - Method in class nl.strohalm.cyclos.services.accounts.pos.MemberPosServiceImpl
 
unblockPosPin(MemberPos) - Method in class nl.strohalm.cyclos.services.accounts.pos.MemberPosServiceSecurity
 
UnblockScheduledPaymentAction - Class in nl.strohalm.cyclos.controls.payments.scheduled
 
UnblockScheduledPaymentAction() - Constructor for class nl.strohalm.cyclos.controls.payments.scheduled.UnblockScheduledPaymentAction
 
unblockSecurityCode(Card) - Method in interface nl.strohalm.cyclos.services.accounts.cards.CardService
Unblock card security code
unblockSecurityCode(Card) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardServiceImpl
 
unblockSecurityCode(Card) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardServiceSecurity
 
UnexpectedEntityException - Exception in nl.strohalm.cyclos.entities.exceptions
Exception thrown when an entity was expected, but another one was informed (for example, on removeMember, if the id is not of a member)
UnexpectedEntityException() - Constructor for exception nl.strohalm.cyclos.entities.exceptions.UnexpectedEntityException
 
UnexpectedEntityException(String) - Constructor for exception nl.strohalm.cyclos.entities.exceptions.UnexpectedEntityException
 
unique() - Static method in class nl.strohalm.cyclos.utils.query.PageParameters
Returns an instance that can return a single result (currentPage = 0 and pageSize = 1)
UniqueError - Class in nl.strohalm.cyclos.utils.validation
Unique data validation error
UniqueError(String) - Constructor for class nl.strohalm.cyclos.utils.validation.UniqueError
 
uniqueResult(String, Object) - Method in class nl.strohalm.cyclos.dao.BaseDAOImpl
Execute a simple unique result, binding parameters to the query
UnitsConverter - Class in nl.strohalm.cyclos.utils.conversion
Converter for units
UnitsConverter(String, DecimalFormat) - Constructor for class nl.strohalm.cyclos.utils.conversion.UnitsConverter
 
UnknownColumnException - Exception in nl.strohalm.cyclos.utils.csv
Exception thrown when there's an unknown column in an imported CSV file
UnknownColumnException(String) - Constructor for exception nl.strohalm.cyclos.utils.csv.UnknownColumnException
 
UnlockCertificationAction - Class in nl.strohalm.cyclos.controls.accounts.guarantees.certifications
 
UnlockCertificationAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.UnlockCertificationAction
 
unregisterPeer(String) - Method in class nl.strohalm.cyclos.utils.cache.ehcache.HazelcastCacheManagerPeerProvider
 
UnsortedLoanPaymentsException - Exception in nl.strohalm.cyclos.services.transactions.exceptions
Exception thrown when the payments of a loan are unsorted
UnsortedLoanPaymentsException() - Constructor for exception nl.strohalm.cyclos.services.transactions.exceptions.UnsortedLoanPaymentsException
 
UnsuspendBrokerCommissionAction - Class in nl.strohalm.cyclos.controls.members.brokering
Action used to unsuspend a broker commission
UnsuspendBrokerCommissionAction() - Constructor for class nl.strohalm.cyclos.controls.members.brokering.UnsuspendBrokerCommissionAction
 
UnsuspendBrokerCommissionForm - Class in nl.strohalm.cyclos.controls.members.brokering
Form used to unsuspend a broker commission
UnsuspendBrokerCommissionForm() - Constructor for class nl.strohalm.cyclos.controls.members.brokering.UnsuspendBrokerCommissionForm
 
unsuspendCommissions(BrokerCommission, Member) - Method in interface nl.strohalm.cyclos.services.elements.CommissionService
Unsuspend the default broker commission and unsuspend broker commission contracts
unsuspendCommissions(BrokerCommission, Member) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
unsuspendCommissions(BrokerCommission, Member) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceSecurity
 
UntraceableMigration - Interface in nl.strohalm.cyclos.setup
Deprecated. New classes should implement TraceableMigration to report the number of updated rows
UpdatableDAO<E extends Entity> - Interface in nl.strohalm.cyclos.dao
DAO interface for DAO's that can perform updates on their entities
updatableQuery(String, Object...) - Method in class nl.strohalm.cyclos.utils.JDBCWrapper
Execute a sql query, returning an updatable, open result set
update(T) - Method in class nl.strohalm.cyclos.dao.BaseDAOImpl
 
update(T, boolean) - Method in class nl.strohalm.cyclos.dao.BaseDAOImpl
 
update(T) - Method in interface nl.strohalm.cyclos.dao.UpdatableDAO
Persists entity in the persistence layer, flushing the changes to the database.
update(T, boolean) - Method in interface nl.strohalm.cyclos.dao.UpdatableDAO
Persists entity in the persistence layer, optionally flushing the changes to the database.
update(PendingMember) - Method in interface nl.strohalm.cyclos.services.elements.ElementService
Updates the pending member
update(PendingMember) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
update(PendingMember) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceSecurity
 
update(MemberRecord) - Method in interface nl.strohalm.cyclos.services.elements.MemberRecordService
Updates the given member record
update(MemberRecord) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordServiceImpl
 
update(MemberRecord) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordServiceSecurity
 
update(G) - Method in class nl.strohalm.cyclos.services.groups.GroupPermissionsDTO
 
update(Permission, Collection<? extends Entity>) - Method in class nl.strohalm.cyclos.services.groups.GroupPermissionsDTO
Updates the operations collection adding or removing the permission according to the permissionCollection
update(G, boolean) - Method in interface nl.strohalm.cyclos.services.groups.GroupService
Saves the specified group.
update(G, boolean) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
update(G, boolean) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceSecurity
 
update(T) - Method in class nl.strohalm.cyclos.services.settings.BaseSettingsHandler
Updates the settings bean
update(T) - Method in interface nl.strohalm.cyclos.services.settings.SettingsHandler
Updates the settings bean
update(Image) - Method in class nl.strohalm.cyclos.utils.WebImageHelper
Update an image
updateAccountSettings(MemberGroupAccountSettings, boolean) - Method in interface nl.strohalm.cyclos.services.groups.GroupService
Updates an instance of group settings
updateAccountSettings(MemberGroupAccountSettings, boolean) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
updateAccountSettings(MemberGroupAccountSettings, boolean) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceSecurity
 
updateAuthorizationData(Long, Payment.Status, AuthorizationLevel, Calendar, Rated) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.TransferDAO
Updates the transfer with authorization data
updateAuthorizationData(Long, Payment.Status, AuthorizationLevel, Calendar, Rated) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.TransferDAOImpl
 
updateBinaryFile(File, BinaryFile) - Method in class nl.strohalm.cyclos.utils.CustomizationHelper
Update a binary file
updateBrokerCommissions(Member, MemberGroup, MemberGroup) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
updateBrokerCommissions(Member, MemberGroup, MemberGroup) - Method in interface nl.strohalm.cyclos.services.elements.CommissionServiceLocal
Create default broker commissions or brokering commission status applicable to the new group and suspend commissions that are not applicable to new group
updateBrokeringCommissionStatus(BrokerCommission, BrokerCommission) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
updateBrokeringCommissionStatus(BrokeringCommissionStatus) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
updateBrokeringCommissionStatus(BrokerCommission, BrokerCommission) - Method in interface nl.strohalm.cyclos.services.elements.CommissionServiceLocal
Create brokering commission status for groups added to the commission and suspend commissions for groups removed from the commission
updateBrokeringCommissionStatus(BrokeringCommissionStatus) - Method in interface nl.strohalm.cyclos.services.elements.CommissionServiceLocal
Saves the brokering commission status
UpdateCardAction - Class in nl.strohalm.cyclos.controls.accounts.cards
 
UpdateCardAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.cards.UpdateCardAction
 
UpdateCardForm - Class in nl.strohalm.cyclos.controls.accounts.cards
 
UpdateCardForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.cards.UpdateCardForm
 
updateChargeBack(Transfer, Transfer) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.TransferDAO
Updates the transfer with the chargeback
updateChargeBack(Transfer, Transfer) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.TransferDAOImpl
 
updateCollections(AdminGroup) - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
updateCollections(BrokerGroup) - Method in class nl.strohalm.cyclos.services.groups.BrokerGroupPermissionsDTO
 
updateCollections(G) - Method in class nl.strohalm.cyclos.services.groups.GroupPermissionsDTO
 
updateCollections(MG) - Method in class nl.strohalm.cyclos.services.groups.MemberGroupPermissionsDTO
 
updateCollections(OperatorGroup) - Method in class nl.strohalm.cyclos.services.groups.OperatorGroupPermissionsDTO
 
updateCollections(G) - Method in class nl.strohalm.cyclos.services.groups.SystemGroupPermissionsDTO
 
updateDefaultBrokerCommissions(BrokerCommission, BrokerCommission) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
updateDefaultBrokerCommissions(BrokerCommission, BrokerCommission) - Method in interface nl.strohalm.cyclos.services.elements.CommissionServiceLocal
Create default broker commissions for groups added to the commission and suspend commissions for groups removed from the commission
updateExpiration(Long, Calendar) - Method in interface nl.strohalm.cyclos.dao.access.SessionDAO
Updates the expiration for the session with the given id
updateExpiration(Long, Calendar) - Method in class nl.strohalm.cyclos.dao.access.SessionDAOImpl
 
updateExternalTransfer(Long, ExternalTransfer) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.TransferDAO
Updates the transfer with the external transfer
updateExternalTransfer(Long, ExternalTransfer) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.TransferDAOImpl
 
updateFile(File, long, byte[]) - Method in class nl.strohalm.cyclos.utils.CustomizationHelper
Update a customized file with binary contents
updateFile(File, long, String) - Method in class nl.strohalm.cyclos.utils.CustomizationHelper
Update a customized file with text contents
updateFile(File, File) - Method in class nl.strohalm.cyclos.utils.CustomizationHelper
Update a customized file
updateMember(UpdateMemberParameters) - Method in interface nl.strohalm.cyclos.webservices.members.MemberWebService
Updates a member profile.
updateMember(UpdateMemberParameters) - Method in class nl.strohalm.cyclos.webservices.members.MemberWebServiceImpl
 
UpdateMemberParameters - Class in nl.strohalm.cyclos.webservices.members
Parameters used to update members
UpdateMemberParameters() - Constructor for class nl.strohalm.cyclos.webservices.members.UpdateMemberParameters
 
updateNature(Image.Nature) - Method in class nl.strohalm.cyclos.utils.WebImageHelper
Determine if the given image nature will be updated on the file system
updateOperations() - Method in class nl.strohalm.cyclos.services.groups.AdminGroupPermissionsDTO
 
updateOperations() - Method in class nl.strohalm.cyclos.services.groups.BrokerGroupPermissionsDTO
 
updateOperations() - Method in class nl.strohalm.cyclos.services.groups.GroupPermissionsDTO
Updates the dto before saving permissions.
updateOperations() - Method in class nl.strohalm.cyclos.services.groups.MemberGroupPermissionsDTO
 
updateOperations() - Method in class nl.strohalm.cyclos.services.groups.OperatorGroupPermissionsDTO
 
updateScheduledPaymentStatus(ScheduledPayment) - Method in class nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceImpl
 
updateScheduledPaymentStatus(ScheduledPayment) - Method in interface nl.strohalm.cyclos.services.transactions.ScheduledPaymentServiceLocal
Updates the scheduled payment status based on its first open transfer status
updateSmsStatus(MemberSmsStatus) - Method in class nl.strohalm.cyclos.services.elements.MemberServiceImpl
 
updateSmsStatus(MemberSmsStatus) - Method in interface nl.strohalm.cyclos.services.elements.MemberServiceLocal
Updates the given MemberSmsStatus
updateStatus(Long, Payment.Status) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.TransferDAO
Updates the transfer with the status
updateStatus(Long, Payment.Status) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.TransferDAOImpl
 
updateTime() - Method in class nl.strohalm.cyclos.scheduling.SchedulingHandler
Should be called when the time the tasks run should be modified
updateTransactionNumber(Long, String) - Method in interface nl.strohalm.cyclos.dao.accounts.transactions.TransferDAO
Updates the transfer with the generated transaction number
updateTransactionNumber(Long, String) - Method in class nl.strohalm.cyclos.dao.accounts.transactions.TransferDAOImpl
 
upgrade(String) - Method in class nl.strohalm.cyclos.setup.VersionHistory
 
UpperCreditLimitReachedException - Exception in nl.strohalm.cyclos.services.transactions.exceptions
Exception thrown when a transaction cannot be performed because it would make an account go beyond it's upper credit limit.
UpperCreditLimitReachedException(String, Account, BigDecimal) - Constructor for exception nl.strohalm.cyclos.services.transactions.exceptions.UpperCreditLimitReachedException
 
url() - Method in class nl.strohalm.cyclos.utils.validation.Validator.Property
 
URLValidation - Class in nl.strohalm.cyclos.utils.validation
A validation for urls
User - Class in nl.strohalm.cyclos.entities.access
An user is the entity that contains login / password / transaction
User() - Constructor for class nl.strohalm.cyclos.entities.access.User
 
user() - Static method in class nl.strohalm.cyclos.utils.access.LoggedUser
Returns the logged user
User.Relationships - Enum in nl.strohalm.cyclos.entities.access
 
User.TransactionPasswordStatus - Enum in nl.strohalm.cyclos.entities.access
 
UserDAO - Interface in nl.strohalm.cyclos.dao.access
Data Access Object inteface for User.
UserDAOImpl - Class in nl.strohalm.cyclos.dao.access
Default implementation for UserDAO.
UserDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.access.UserDAOImpl
 
UsernameAlreadyInUseException - Exception in nl.strohalm.cyclos.services.elements.exceptions
Exception thrown when trying to register a member with an username that is already in use
UsernameAlreadyInUseException(String) - Constructor for exception nl.strohalm.cyclos.services.elements.exceptions.UsernameAlreadyInUseException
 
UsernameChangeLog - Class in nl.strohalm.cyclos.entities.access
Logs an username changing
UsernameChangeLog() - Constructor for class nl.strohalm.cyclos.entities.access.UsernameChangeLog
 
UsernameChangeLog.Relationships - Enum in nl.strohalm.cyclos.entities.access
 
UsernameChangeLogDAO - Interface in nl.strohalm.cyclos.dao.access
DAO interface for username change log
UsernameChangeLogDAOImpl - Class in nl.strohalm.cyclos.dao.access
DAO implementation for username change log
UsernameChangeLogDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.access.UsernameChangeLogDAOImpl
 
UsernameGenerator - Interface in nl.strohalm.cyclos.entities.access
Generates a username
UserNotFoundException - Exception in nl.strohalm.cyclos.services.access.exceptions
 
UserNotFoundException(String) - Constructor for exception nl.strohalm.cyclos.services.access.exceptions.UserNotFoundException
 
UserQuery - Class in nl.strohalm.cyclos.dao.access
 
UserQuery() - Constructor for class nl.strohalm.cyclos.dao.access.UserQuery
 
usesPin(MemberGroup) - Method in interface nl.strohalm.cyclos.services.groups.GroupService
Check if the member group have access to a channel that uses pin
usesPin(MemberGroup) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
usesPin(MemberGroup) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceSecurity
 
useTime() - Method in class nl.strohalm.cyclos.utils.Period
 

V

validate(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class nl.strohalm.cyclos.controls.BaseAction
Validate the user access, returning the logged user
validate(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class nl.strohalm.cyclos.controls.BaseAjaxAction
 
validate(Channel) - Method in interface nl.strohalm.cyclos.services.access.ChannelService
Validates the given channel
validate(Channel) - Method in class nl.strohalm.cyclos.services.access.ChannelServiceImpl
 
validate(Channel) - Method in class nl.strohalm.cyclos.services.access.ChannelServiceSecurity
 
validate(AccountFee) - Method in interface nl.strohalm.cyclos.services.accountfees.AccountFeeService
Validate the specified account fee.
validate(AccountFee) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceImpl
 
validate(AccountFee) - Method in class nl.strohalm.cyclos.services.accountfees.AccountFeeServiceSecurity
 
validate(Member, CreditLimitDTO) - Method in interface nl.strohalm.cyclos.services.accounts.AccountService
Validates a credit limit DTO
validate(Member, CreditLimitDTO) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceImpl
 
validate(Member, CreditLimitDTO) - Method in class nl.strohalm.cyclos.services.accounts.AccountServiceSecurity
 
validate(AccountType) - Method in interface nl.strohalm.cyclos.services.accounts.AccountTypeService
Validate the specified account type
validate(AccountType) - Method in class nl.strohalm.cyclos.services.accounts.AccountTypeServiceImpl
 
validate(AccountType) - Method in class nl.strohalm.cyclos.services.accounts.AccountTypeServiceSecurity
 
validate(CardType) - Method in interface nl.strohalm.cyclos.services.accounts.cards.CardTypeService
Validate the card been persisted
validate(CardType) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardTypeServiceImpl
 
validate(CardType) - Method in class nl.strohalm.cyclos.services.accounts.cards.CardTypeServiceSecurity
 
validate(Currency, WhatRate) - Method in interface nl.strohalm.cyclos.services.accounts.CurrencyService
Validate the specified currency
validate(Currency, WhatRate) - Method in class nl.strohalm.cyclos.services.accounts.CurrencyServiceImpl
 
validate(Currency, WhatRate) - Method in class nl.strohalm.cyclos.services.accounts.CurrencyServiceSecurity
 
validate(ExternalAccount) - Method in interface nl.strohalm.cyclos.services.accounts.external.ExternalAccountService
Validate the specified External Account
validate(ExternalAccount) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalAccountServiceImpl
 
validate(ExternalAccount) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalAccountServiceSecurity
 
validate(ExternalTransfer) - Method in interface nl.strohalm.cyclos.services.accounts.external.ExternalTransferService
Validate the specified external transfer
validate(ExternalTransfer) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferServiceImpl
 
validate(ExternalTransfer) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferServiceSecurity
 
validate(ExternalTransferType) - Method in interface nl.strohalm.cyclos.services.accounts.external.ExternalTransferTypeService
Validate the specified External Transfer Type
validate(ExternalTransferType) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferTypeServiceImpl
 
validate(ExternalTransferType) - Method in class nl.strohalm.cyclos.services.accounts.external.ExternalTransferTypeServiceSecurity
 
validate(FieldMapping) - Method in interface nl.strohalm.cyclos.services.accounts.external.filemapping.FieldMappingService
Validate the specified field mapping
validate(Object) - Method in class nl.strohalm.cyclos.services.accounts.external.filemapping.FieldMappingServiceImpl.MemberFieldValidation
 
validate(Object) - Method in class nl.strohalm.cyclos.services.accounts.external.filemapping.FieldMappingServiceImpl.OrderValidation
 
validate(FieldMapping) - Method in class nl.strohalm.cyclos.services.accounts.external.filemapping.FieldMappingServiceImpl
 
validate(FieldMapping) - Method in class nl.strohalm.cyclos.services.accounts.external.filemapping.FieldMappingServiceSecurity
 
validate(FileMapping) - Method in interface nl.strohalm.cyclos.services.accounts.external.filemapping.FileMappingService
Validate the specified file mapping
validate(Object) - Method in class nl.strohalm.cyclos.services.accounts.external.filemapping.FileMappingServiceImpl.DecimalFormatValidation
 
validate(FileMapping) - Method in class nl.strohalm.cyclos.services.accounts.external.filemapping.FileMappingServiceImpl
 
validate(FileMapping) - Method in class nl.strohalm.cyclos.services.accounts.external.filemapping.FileMappingServiceSecurity
 
validate(Certification) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.CertificationService
 
validate(Certification) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.CertificationServiceImpl
 
validate(Certification) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.CertificationServiceSecurity
 
validate(Guarantee, boolean) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeService
It makes guarantee's validation
validate(Guarantee, boolean) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceImpl
 
validate(Guarantee, boolean) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeServiceSecurity
 
validate(GuaranteeType) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeTypeService
Validates the specified guarantee type
validate(GuaranteeType) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeTypeServiceImpl
 
validate(GuaranteeType) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.GuaranteeTypeServiceSecurity
 
validate(PaymentObligation) - Method in interface nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationService
 
validate(PaymentObligation) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceImpl
 
validate(PaymentObligation) - Method in class nl.strohalm.cyclos.services.accounts.guarantees.PaymentObligationServiceSecurity
 
validate(Pos) - Method in interface nl.strohalm.cyclos.services.accounts.pos.PosService
Validate the POS been persisted
validate(Pos) - Method in class nl.strohalm.cyclos.services.accounts.pos.PosServiceImpl
 
validate(Pos) - Method in class nl.strohalm.cyclos.services.accounts.pos.PosServiceSecurity
 
validate(RatedFeeDTO, SimpleTransactionFee.ARateRelation) - Method in interface nl.strohalm.cyclos.services.accounts.rates.RateService
validate the RateConfigSimulation
validate(ReinitializeRatesDTO) - Method in interface nl.strohalm.cyclos.services.accounts.rates.RateService
validate the rate reinitialization
validate(RatedFeeDTO, SimpleTransactionFee.ARateRelation) - Method in class nl.strohalm.cyclos.services.accounts.rates.RateServiceImplMock
 
validate(ReinitializeRatesDTO) - Method in class nl.strohalm.cyclos.services.accounts.rates.RateServiceImplMock
 
validate(RatedFeeDTO, SimpleTransactionFee.ARateRelation) - Method in class nl.strohalm.cyclos.services.accounts.rates.RateServiceSecurityMock
 
validate(ReinitializeRatesDTO) - Method in class nl.strohalm.cyclos.services.accounts.rates.RateServiceSecurityMock
 
validate(AdCategory) - Method in interface nl.strohalm.cyclos.services.ads.AdCategoryService
Validates the specified category
validate(AdCategory) - Method in class nl.strohalm.cyclos.services.ads.AdCategoryServiceImpl
 
validate(AdCategory) - Method in class nl.strohalm.cyclos.services.ads.AdCategoryServiceSecurity
 
validate(AdImport) - Method in interface nl.strohalm.cyclos.services.ads.AdImportService
Validates an advertisements import
validate(AdImport) - Method in class nl.strohalm.cyclos.services.ads.AdImportServiceImpl
 
validate(AdImport) - Method in class nl.strohalm.cyclos.services.ads.AdImportServiceSecurity
 
validate(Ad) - Method in interface nl.strohalm.cyclos.services.ads.AdService
Validates the specified ad
validate(Object, Object, Object) - Method in class nl.strohalm.cyclos.services.ads.AdServiceImpl.MaxAdDescriptionSizeValidation
 
validate(Object) - Method in class nl.strohalm.cyclos.services.ads.AdServiceImpl.MaxPublicationTimeValidation
 
validate(Object, Object, Object) - Method in class nl.strohalm.cyclos.services.ads.AdServiceImpl.PublicationPeriodValidation
 
validate(Ad) - Method in class nl.strohalm.cyclos.services.ads.AdServiceImpl
 
validate(Ad) - Method in class nl.strohalm.cyclos.services.ads.AdServiceSecurity
 
validate(AdCustomField) - Method in class nl.strohalm.cyclos.services.customization.AdCustomFieldServiceSecurity
 
validate(CustomFieldPossibleValue) - Method in class nl.strohalm.cyclos.services.customization.AdCustomFieldServiceSecurity
 
validate(AdminCustomField) - Method in class nl.strohalm.cyclos.services.customization.AdminCustomFieldServiceSecurity
 
validate(CustomFieldPossibleValue) - Method in class nl.strohalm.cyclos.services.customization.AdminCustomFieldServiceSecurity
 
validate(CF) - Method in interface nl.strohalm.cyclos.services.customization.BaseCustomFieldService
Validates the given field
validate(CustomFieldPossibleValue) - Method in interface nl.strohalm.cyclos.services.customization.BaseCustomFieldService
Validates the given possible value
validate(Object, Object, Object) - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl.BigDecimalValidator
 
validate(Object, Object, Object) - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl.DateValidator
 
validate(Object, Object, Object) - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl.EnumeratedValidator
 
validate(Object, Object, Object) - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl.IntegerValidator
 
validate(Object, Object, Object) - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl.JavaIdentifierValidation
 
validate(Object, Object, Object) - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl.ParentValidator
 
validate(Object, Object, Object) - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl.UniqueCustomFieldInternalNameValidation
 
validate(Object, Object, Object) - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl.UniqueFieldValueValidation
 
validate(CF) - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
 
validate(CustomFieldPossibleValue) - Method in class nl.strohalm.cyclos.services.customization.BaseCustomFieldServiceImpl
 
validate(CustomizedFile) - Method in interface nl.strohalm.cyclos.services.customization.CustomizedFileService
Validates a customized file
validate(CustomizedFile) - Method in class nl.strohalm.cyclos.services.customization.CustomizedFileServiceImpl
 
validate(CustomizedFile) - Method in class nl.strohalm.cyclos.services.customization.CustomizedFileServiceSecurity
 
validate(Document, boolean) - Method in interface nl.strohalm.cyclos.services.customization.DocumentService
Validates a document
validate(Object, Object, Object) - Method in class nl.strohalm.cyclos.services.customization.DocumentServiceImpl.BinaryFileValidation
 
validate(Document, boolean) - Method in class nl.strohalm.cyclos.services.customization.DocumentServiceImpl
 
validate(Document, boolean) - Method in class nl.strohalm.cyclos.services.customization.DocumentServiceSecurity
 
validate(CustomFieldPossibleValue) - Method in class nl.strohalm.cyclos.services.customization.LoanGroupCustomFieldServiceSecurity
 
validate(LoanGroupCustomField) - Method in class nl.strohalm.cyclos.services.customization.LoanGroupCustomFieldServiceSecurity
 
validate(CustomFieldPossibleValue) - Method in class nl.strohalm.cyclos.services.customization.MemberCustomFieldServiceSecurity
 
validate(MemberCustomField) - Method in class nl.strohalm.cyclos.services.customization.MemberCustomFieldServiceSecurity
 
validate(CustomFieldPossibleValue) - Method in class nl.strohalm.cyclos.services.customization.MemberRecordCustomFieldServiceSecurity
 
validate(MemberRecordCustomField) - Method in class nl.strohalm.cyclos.services.customization.MemberRecordCustomFieldServiceSecurity
 
validate(CustomFieldPossibleValue) - Method in class nl.strohalm.cyclos.services.customization.OperatorCustomFieldServiceSecurity
 
validate(OperatorCustomField) - Method in class nl.strohalm.cyclos.services.customization.OperatorCustomFieldServiceSecurity
 
validate(CustomFieldPossibleValue) - Method in class nl.strohalm.cyclos.services.customization.PaymentCustomFieldServiceSecurity
 
validate(PaymentCustomField) - Method in class nl.strohalm.cyclos.services.customization.PaymentCustomFieldServiceSecurity
 
validate(TranslationMessage) - Method in interface nl.strohalm.cyclos.services.customization.TranslationMessageService
Validates a given message
validate(TranslationMessage) - Method in class nl.strohalm.cyclos.services.customization.TranslationMessageServiceImpl
 
validate(TranslationMessage) - Method in class nl.strohalm.cyclos.services.customization.TranslationMessageServiceSecurity
 
validate(AdInterest) - Method in interface nl.strohalm.cyclos.services.elements.AdInterestService
Validates the specified ad interest
validate(AdInterest) - Method in class nl.strohalm.cyclos.services.elements.AdInterestServiceImpl
 
validate(AdInterest) - Method in class nl.strohalm.cyclos.services.elements.AdInterestServiceSecurity
 
validate(ChangeBrokerDTO) - Method in interface nl.strohalm.cyclos.services.elements.BrokeringService
Validates the brokering change DTO
validate(Object, Object, Object) - Method in class nl.strohalm.cyclos.services.elements.BrokeringServiceImpl.BrokerValidation
 
validate(Brokering) - Method in class nl.strohalm.cyclos.services.elements.BrokeringServiceImpl
 
validate(ChangeBrokerDTO) - Method in class nl.strohalm.cyclos.services.elements.BrokeringServiceImpl
 
validate(Brokering) - Method in interface nl.strohalm.cyclos.services.elements.BrokeringServiceLocal
Validates the specified brokering
validate(ChangeBrokerDTO) - Method in class nl.strohalm.cyclos.services.elements.BrokeringServiceSecurity
 
validate(Object) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl.ConflictingContractValidation
 
validate(Object) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl.DefaultBrokerCommissionValidation
 
validate(Object, Object, Object) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl.StatusValidation
 
validate(Contact) - Method in interface nl.strohalm.cyclos.services.elements.ContactService
Validates the given contact.
validate(Contact) - Method in class nl.strohalm.cyclos.services.elements.ContactServiceImpl
 
validate(Contact) - Method in class nl.strohalm.cyclos.services.elements.ContactServiceSecurity
 
validate(Element, WhenSaving, boolean) - Method in interface nl.strohalm.cyclos.services.elements.ElementService
Validates the specified element
validate(PendingMember) - Method in interface nl.strohalm.cyclos.services.elements.ElementService
Validates the given PendingMember
validate(Element, WhenSaving, boolean) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
validate(PendingMember) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceImpl
 
validate(Element, WhenSaving, boolean) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceSecurity
 
validate(PendingMember) - Method in class nl.strohalm.cyclos.services.elements.ElementServiceSecurity
 
validate(MemberImport) - Method in interface nl.strohalm.cyclos.services.elements.MemberImportService
Validates a member import
validate(MemberImport) - Method in class nl.strohalm.cyclos.services.elements.MemberImportServiceImpl
 
validate(MemberImport) - Method in class nl.strohalm.cyclos.services.elements.MemberImportServiceSecurity
 
validate(MemberRecord) - Method in interface nl.strohalm.cyclos.services.elements.MemberRecordService
Validates the specified member record
validate(MemberRecord) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordServiceImpl
 
validate(MemberRecord) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordServiceSecurity
 
validate(MemberRecordType) - Method in interface nl.strohalm.cyclos.services.elements.MemberRecordTypeService
Validates the specified member record type
validate(MemberRecordType) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordTypeServiceImpl
 
validate(MemberRecordType) - Method in class nl.strohalm.cyclos.services.elements.MemberRecordTypeServiceSecurity
 
validate(MessageCategory) - Method in interface nl.strohalm.cyclos.services.elements.MessageCategoryService
Validate the Message Category
validate(MessageCategory) - Method in class nl.strohalm.cyclos.services.elements.MessageCategoryServiceImpl
 
validate(MessageCategory) - Method in class nl.strohalm.cyclos.services.elements.MessageCategoryServiceSecurity
 
validate(SendMessageDTO) - Method in interface nl.strohalm.cyclos.services.elements.MessageService
Validates the given message
validate(Object, Object, Object) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceImpl.RequiredWhenFromAdminValidation
 
validate(Object, Object, Object) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceImpl.SameFromAndToValidation
 
validate(SendMessageDTO) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceImpl
 
validate(SendMessageDTO) - Method in class nl.strohalm.cyclos.services.elements.MessageServiceSecurity
 
validate(Reference) - Method in interface nl.strohalm.cyclos.services.elements.ReferenceService
Validates the specified reference
validate(Reference) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceImpl
 
validate(Reference) - Method in class nl.strohalm.cyclos.services.elements.ReferenceServiceSecurity
 
validate(RegistrationAgreement) - Method in interface nl.strohalm.cyclos.services.elements.RegistrationAgreementService
Validates the specified registraiton agreement
validate(RegistrationAgreement) - Method in class nl.strohalm.cyclos.services.elements.RegistrationAgreementServiceImpl
 
validate(RegistrationAgreement) - Method in class nl.strohalm.cyclos.services.elements.RegistrationAgreementServiceSecurity
 
validate(GroupFilter) - Method in interface nl.strohalm.cyclos.services.groups.GroupFilterService
Validate the specified group filter
validate(GroupFilter) - Method in class nl.strohalm.cyclos.services.groups.GroupFilterServiceImpl
 
validate(GroupFilter) - Method in class nl.strohalm.cyclos.services.groups.GroupFilterServiceSecurity
 
validate(Group) - Method in interface nl.strohalm.cyclos.services.groups.GroupService
Validates the group
validate(MemberGroupAccountSettings) - Method in interface nl.strohalm.cyclos.services.groups.GroupService
Validates the group settings
validate(Group) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
validate(MemberGroupAccountSettings) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceImpl
 
validate(Group) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceSecurity
 
validate(MemberGroupAccountSettings) - Method in class nl.strohalm.cyclos.services.groups.GroupServiceSecurity
 
validate(InfoText) - Method in interface nl.strohalm.cyclos.services.infotexts.InfoTextService
 
validate(InfoText) - Method in class nl.strohalm.cyclos.services.infotexts.InfoTextServiceImpl
 
validate(InfoText) - Method in class nl.strohalm.cyclos.services.infotexts.InfoTextServiceSecurity
 
validate(LoanGroup) - Method in interface nl.strohalm.cyclos.services.loangroups.LoanGroupService
Validates the specified loan group
validate(LoanGroup) - Method in class nl.strohalm.cyclos.services.loangroups.LoanGroupServiceImpl
 
validate(LoanGroup) - Method in class nl.strohalm.cyclos.services.loangroups.LoanGroupServiceSecurity
 
validate(ReceiptPrinterSettings) - Method in interface nl.strohalm.cyclos.services.preferences.ReceiptPrinterSettingsService
Validates a receipt printer settings
validate(ReceiptPrinterSettings) - Method in class nl.strohalm.cyclos.services.preferences.ReceiptPrinterSettingsServiceImpl
 
validate(ReceiptPrinterSettings) - Method in class nl.strohalm.cyclos.services.preferences.ReceiptPrinterSettingsServiceSecurity
 
validate(ServiceClient) - Method in interface nl.strohalm.cyclos.services.services.ServiceClientService
Validates a service client
validate(ServiceClient) - Method in class nl.strohalm.cyclos.services.services.ServiceClientServiceImpl
 
validate(ServiceClient) - Method in class nl.strohalm.cyclos.services.services.ServiceClientServiceSecurity
 
validate(T) - Method in class nl.strohalm.cyclos.services.settings.BaseSettingsHandler
Validate the settings bean
validate(T) - Method in interface nl.strohalm.cyclos.services.settings.SettingsHandler
Validate the settings bean
validate(AccessSettings) - Method in interface nl.strohalm.cyclos.services.settings.SettingsService
Validate the access settings
validate(AlertSettings) - Method in interface nl.strohalm.cyclos.services.settings.SettingsService
Validate the alert settings
validate(LocalSettings) - Method in interface nl.strohalm.cyclos.services.settings.SettingsService
Validate the local settings
validate(LogSettings) - Method in interface nl.strohalm.cyclos.services.settings.SettingsService
Validate the log settings
validate(MailSettings) - Method in interface nl.strohalm.cyclos.services.settings.SettingsService
Validate the mail settings
validate(MailTranslation) - Method in interface nl.strohalm.cyclos.services.settings.SettingsService
Validate the mail translation
validate(MessageSettings) - Method in interface nl.strohalm.cyclos.services.settings.SettingsService
Validate the message settings
validate(AccessSettings) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
validate(AlertSettings) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
validate(LocalSettings) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
validate(LogSettings) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
validate(MailSettings) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
validate(MailTranslation) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
validate(MessageSettings) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceImpl
 
validate(AccessSettings) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceSecurity
 
validate(AlertSettings) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceSecurity
 
validate(LocalSettings) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceSecurity
 
validate(LogSettings) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceSecurity
 
validate(MailSettings) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceSecurity
 
validate(MailTranslation) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceSecurity
 
validate(MessageSettings) - Method in class nl.strohalm.cyclos.services.settings.SettingsServiceSecurity
 
validate(SmsMailing, boolean) - Method in interface nl.strohalm.cyclos.services.sms.SmsMailingService
Validates the SMS mailing
validate(SmsMailing, boolean) - Method in class nl.strohalm.cyclos.services.sms.SmsMailingServiceImpl
 
validate(SmsMailing, boolean) - Method in class nl.strohalm.cyclos.services.sms.SmsMailingServiceSecurity
 
validate(Object) - Method in interface nl.strohalm.cyclos.services.stats.StatisticalService
 
validate(Object) - Method in class nl.strohalm.cyclos.services.stats.StatisticalServiceImpl
 
validate(Object) - Method in class nl.strohalm.cyclos.services.stats.StatisticalServiceSecurity
 
validate(Invoice) - Method in interface nl.strohalm.cyclos.services.transactions.InvoiceService
Validates the invoice
validate(Invoice) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
validate(Invoice) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceSecurity
 
validate(GrantLoanDTO) - Method in interface nl.strohalm.cyclos.services.transactions.LoanService
Validates a loan grant
validate(GrantLoanDTO) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceImpl
 
validate(GrantLoanDTO) - Method in class nl.strohalm.cyclos.services.transactions.LoanServiceSecurity
 
validate(ConversionSimulationDTO) - Method in interface nl.strohalm.cyclos.services.transactions.PaymentService
validates the conversion simulation form
validate(DoPaymentDTO) - Method in interface nl.strohalm.cyclos.services.transactions.PaymentService
Validates the specified payment
validate(ConversionSimulationDTO) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
validate(DoPaymentDTO) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
validate(ConversionSimulationDTO) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceSecurity
 
validate(DoPaymentDTO) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceSecurity
 
validate(Ticket) - Method in interface nl.strohalm.cyclos.services.transactions.TicketService
Validates the specified ticket
validate(Ticket) - Method in class nl.strohalm.cyclos.services.transactions.TicketServiceImpl
 
validate(Ticket) - Method in class nl.strohalm.cyclos.services.transactions.TicketServiceSecurity
 
validate(AuthorizationLevel) - Method in interface nl.strohalm.cyclos.services.transfertypes.AuthorizationLevelService
Validates the given authorization level, throwing a ValidationException when invalid
validate(Object) - Method in class nl.strohalm.cyclos.services.transfertypes.AuthorizationLevelServiceImpl.AdminGroupRequiredValidation
 
validate(Object) - Method in class nl.strohalm.cyclos.services.transfertypes.AuthorizationLevelServiceImpl.AmountValidation
 
validate(Object) - Method in class nl.strohalm.cyclos.services.transfertypes.AuthorizationLevelServiceImpl.AuthorizerLevelValidation
 
validate(Object) - Method in class nl.strohalm.cyclos.services.transfertypes.AuthorizationLevelServiceImpl.MaxLevelValidation
 
validate(AuthorizationLevel) - Method in class nl.strohalm.cyclos.services.transfertypes.AuthorizationLevelServiceImpl
 
validate(AuthorizationLevel) - Method in class nl.strohalm.cyclos.services.transfertypes.AuthorizationLevelServiceSecurity
 
validate(PaymentFilter) - Method in interface nl.strohalm.cyclos.services.transfertypes.PaymentFilterService
Validate the specified payment filter
validate(PaymentFilter) - Method in class nl.strohalm.cyclos.services.transfertypes.PaymentFilterServiceImpl
 
validate(PaymentFilter) - Method in class nl.strohalm.cyclos.services.transfertypes.PaymentFilterServiceSecurity
 
validate(BrokerCommission) - Method in interface nl.strohalm.cyclos.services.transfertypes.TransactionFeeService
Validate the specified broker commission
validate(SimpleTransactionFee, SimpleTransactionFee.ARateRelation) - Method in interface nl.strohalm.cyclos.services.transfertypes.TransactionFeeService
Validate the specified transaction fee
validate(Object, Object, Object) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceImpl.CountValidation
 
validate(Object) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceImpl.GeneratedTransferTypeValidation
 
validate(BrokerCommission) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceImpl
 
validate(SimpleTransactionFee, SimpleTransactionFee.ARateRelation) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceImpl
 
validate(BrokerCommission) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceSecurity
 
validate(SimpleTransactionFee, SimpleTransactionFee.ARateRelation) - Method in class nl.strohalm.cyclos.services.transfertypes.TransactionFeeServiceSecurity
 
validate(TransferType) - Method in interface nl.strohalm.cyclos.services.transfertypes.TransferTypeService
Validate the specified transfer type
validate(TransferType) - Method in class nl.strohalm.cyclos.services.transfertypes.TransferTypeServiceImpl
 
validate(TransferType) - Method in class nl.strohalm.cyclos.services.transfertypes.TransferTypeServiceSecurity
 
validate(Object, Object, Object) - Method in class nl.strohalm.cyclos.utils.validation.AbstractPositiveValidation
 
validate(Object, Object, Object) - Method in class nl.strohalm.cyclos.utils.validation.AbstractValueValidation
 
validate(Object, Object, Object) - Method in class nl.strohalm.cyclos.utils.validation.CardFormatValidation
 
validate(Object, Object, Object) - Method in class nl.strohalm.cyclos.utils.validation.CompareToValidation
 
validate(Object) - Method in class nl.strohalm.cyclos.utils.validation.DelegatingValidator
 
validate(Object, Object, Object) - Method in class nl.strohalm.cyclos.utils.validation.EmailValidation
 
validate(Object, Object, Object) - Method in class nl.strohalm.cyclos.utils.validation.EmptyValidation
 
validate(Object) - Method in interface nl.strohalm.cyclos.utils.validation.GeneralValidation
Validates an object
validate(Object, Object, Object) - Method in class nl.strohalm.cyclos.utils.validation.InetAddrValidation
 
validate(Object, Object, Object) - Method in class nl.strohalm.cyclos.utils.validation.InstanceOfValidation
 
validate(Object, Object, Object) - Method in class nl.strohalm.cyclos.utils.validation.LengthValidation
 
validate(Object, Object, Object) - Method in class nl.strohalm.cyclos.utils.validation.NumericValidation
Validates that the value only contains numeric chars
validate(Object, Object, Object) - Method in class nl.strohalm.cyclos.utils.validation.PeriodValidation
 
validate(Object, Object, Object) - Method in interface nl.strohalm.cyclos.utils.validation.PropertyValidation
Validates a property value
validate(Object, Object, Object) - Method in class nl.strohalm.cyclos.utils.validation.RegexValidation
 
validate(Object, Object, Object) - Method in class nl.strohalm.cyclos.utils.validation.RequiredValidation
 
validate(Object, Object, Object) - Method in class nl.strohalm.cyclos.utils.validation.TodayValidation
 
validate(Object, Object, Object) - Method in class nl.strohalm.cyclos.utils.validation.URLValidation
 
validate(Object) - Method in class nl.strohalm.cyclos.utils.validation.Validator
Validates the given object, throwing a ValidationException if the entity is invalid
validateBrokerCommissionContract(BrokerCommissionContract) - Method in interface nl.strohalm.cyclos.services.elements.CommissionService
Validates the specified broker commission contract
validateBrokerCommissionContract(BrokerCommissionContract) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
validateBrokerCommissionContract(BrokerCommissionContract) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceSecurity
 
validateChangePassword(ChangeLoginPasswordDTO) - Method in interface nl.strohalm.cyclos.services.access.AccessService
Validates the password change
validateChangePassword(ChangeLoginPasswordDTO) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
validateChangePassword(ChangeLoginPasswordDTO) - Method in class nl.strohalm.cyclos.services.access.AccessServiceSecurity
 
validateChangePin(ChangePinDTO) - Method in interface nl.strohalm.cyclos.services.access.AccessService
Validates the parameters of a pin change
validateChangePin(ChangePinDTO) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
validateChangePin(ChangePinDTO) - Method in class nl.strohalm.cyclos.services.access.AccessServiceSecurity
 
validateDefaultBrokerCommissions(List<DefaultBrokerCommission>) - Method in interface nl.strohalm.cyclos.services.elements.CommissionService
Validates the collection of default broker commissions before saving
validateDefaultBrokerCommissions(List<DefaultBrokerCommission>) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceImpl
 
validateDefaultBrokerCommissions(List<DefaultBrokerCommission>) - Method in class nl.strohalm.cyclos.services.elements.CommissionServiceSecurity
 
validateDTO(MembersTransactionsReportDTO) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersReportHandler
 
validateForAccept(Invoice) - Method in interface nl.strohalm.cyclos.services.transactions.InvoiceService
Validates the invoice for accept
validateForAccept(Invoice) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
validateForAccept(Invoice) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceSecurity
 
validateForCalculation(ProjectionDTO) - Method in class nl.strohalm.cyclos.services.transactions.InvoiceServiceImpl
 
validateForExport(Theme) - Method in class nl.strohalm.cyclos.themes.BaseThemeHandler
 
validateForExport(Theme) - Method in interface nl.strohalm.cyclos.themes.ThemeHandler
Checks if the given theme descriptor is valid for exporting a theme
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.access.ChangePasswordAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.access.channels.ChangePinAction
 
validateForm(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.access.LoginAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.EditAccountFeeAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.accounttypes.EditAccountTypeAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.authorizationlevels.EditAuthorizationLevelAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.cards.EditCardTypeAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.cards.UpdateCardAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.currencies.EditCurrencyAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.currencies.ReinitializeRatesAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.details.ViewScheduledPaymentAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.details.ViewTransactionAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.external.EditExternalAccountAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.external.EditExternalTransferTypeAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.external.externaltransfers.EditExternalTransferAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.EditFieldMappingAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.external.filemappings.EditFileMappingAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.EditCertificationAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.AuthorizeGuaranteeAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.RegisterGuaranteeAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.EditPaymentObligationAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.types.EditGuaranteeTypeAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.paymentfilters.EditPaymentFilterAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.pos.AssignPosAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.pos.EditPosAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.transactionfees.EditTransactionFeeAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.accounts.transfertypes.EditTransferTypeAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.admins.AdminProfileAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.ads.categories.EditAdCategoryAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.ads.EditAdAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.ads.imports.ImportAdsAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.ads.ViewAdAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.BaseFormAction
Validates the form
validateForm(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.BasePublicFormAction
Simple for called on an Ajax validation request, which is expected to throw ValidationException on validation errors
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.BaseQueryAction
Validates the form
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.channels.EditChannelAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.documents.EditDynamicDocumentAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.documents.EditMemberDocumentAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.documents.EditStaticDocumentAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.fields.EditCustomFieldPossibleValueAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.files.EditCustomizedFileAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.themes.ExportThemeAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.customization.translationMessages.EditTranslationMessageAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.elements.ChangeElementGroupAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.elements.CreateElementAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.general.InviteAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.groups.accounts.EditGroupAccountSettingsAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.groups.customizedFiles.EditGroupCustomizedFileAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.groups.EditGroupAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.customizedFiles.EditGroupFilterCustomizedFileAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.groups.groupFilters.EditGroupFilterAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.invoices.AcceptInvoiceAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.loangroups.EditLoanGroupAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.loans.ConfirmLoanAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.loans.GrantLoanAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.loans.LoanDetailsAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.adinterests.EditAdInterestAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.agreements.EditRegistrationAgreementAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.brokering.ChangeBrokerAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.brokering.DefaultBrokerCommissionsAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.brokering.EditBrokerCommissionContractAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.bulk.MemberBulkChangeBrokerAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.bulk.MemberBulkChangeGroupAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.bulk.MemberBulkGenerateCardAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.contacts.EditContactAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.creditlimit.EditCreditLimitAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.imports.ImportMembersAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.MemberProfileAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.messages.EditMessageCategoryAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.messages.SendMessageAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.pending.PendingMemberProfileAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.printsettings.EditReceiptPrinterSettingsAction
 
validateForm(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.members.PublicCreateMemberAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.records.EditMemberRecordTypeAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.references.BaseEditReferenceAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.references.EditTransactionFeedbackAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.sms.EditInfoTextAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.members.sms.SendSmsMailingAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.operators.OperatorProfileAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.BasePaymentAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.ConfirmPaymentAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.conversionsimulation.SimulateConversionAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.request.RequestPaymentAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.payments.scheduled.ConfirmScheduledPaymentAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.posweb.MakePaymentAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.posweb.ReceivePaymentAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.simulations.ARateConfigSimulationAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.simulations.DRateConfigSimulationAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.reports.statistics.StatisticsAction
validates the following: if any item checkbox in the form is selected.
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.services.EditServiceClientAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.settings.EditAccessSettingsAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.settings.EditAlertSettingsAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.settings.EditLocalSettingsAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.settings.EditLogSettingsAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.settings.EditMailSettingsAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.settings.EditMailTranslationAction
 
validateForm(ActionContext) - Method in class nl.strohalm.cyclos.controls.settings.EditMessageSettingAction
 
validateForm(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.webshop.ConfirmWebShopPaymentAction
 
validateForm(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class nl.strohalm.cyclos.controls.webshop.WebShopPaymentAction
 
validateLoggedUser(HttpServletRequest) - Method in class nl.strohalm.cyclos.utils.LoginHelper
Returns the currently logged user, ensuring there is one
validateLoginPassword(Element, String) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
validateMaxAmountToday(Account, TransferType, BigDecimal, BigDecimal) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
Validates the max amount per day
validateMaxAmountToday(Account, TransferType, BigDecimal, BigDecimal) - Method in interface nl.strohalm.cyclos.services.transactions.PaymentServiceLocal
Validates the max amount per day but using the max amount specified as a parameter instead of the transfer type's max amount.
ValidateRegistrationAction - Class in nl.strohalm.cyclos.controls.members.pending
Action used to validate a public registration
ValidateRegistrationAction() - Constructor for class nl.strohalm.cyclos.controls.members.pending.ValidateRegistrationAction
 
ValidateRegistrationForm - Class in nl.strohalm.cyclos.controls.members.pending
Form used to validate a public registration
ValidateRegistrationForm() - Constructor for class nl.strohalm.cyclos.controls.members.pending.ValidateRegistrationForm
 
validateTransactionPassword() - Method in class nl.strohalm.cyclos.controls.AbstractActionContext
Throws a ValidationException if the transaction password is not active
validateTransactionPassword(User.TransactionPasswordStatus) - Method in class nl.strohalm.cyclos.controls.AbstractActionContext
 
validateTransactionPassword(User.TransactionPasswordStatus) - Method in class nl.strohalm.cyclos.controls.mobile.MobileActionContext
 
Validation - Class in nl.strohalm.cyclos.entities.customization.fields
Contains data for a custom field validation
Validation() - Constructor for class nl.strohalm.cyclos.entities.customization.fields.Validation
 
Validation(boolean) - Constructor for class nl.strohalm.cyclos.entities.customization.fields.Validation
 
Validation(boolean, boolean) - Constructor for class nl.strohalm.cyclos.entities.customization.fields.Validation
 
Validation(boolean, boolean, RangeConstraint) - Constructor for class nl.strohalm.cyclos.entities.customization.fields.Validation
 
ValidationError - Class in nl.strohalm.cyclos.utils.validation
Indicates a validation error
ValidationError(String, Object...) - Constructor for class nl.strohalm.cyclos.utils.validation.ValidationError
 
ValidationException - Exception in nl.strohalm.cyclos.utils.validation
Indicates data validation exception. it contains nested validation errors
ValidationException() - Constructor for exception nl.strohalm.cyclos.utils.validation.ValidationException
Empty constructor
ValidationException(String, Object...) - Constructor for exception nl.strohalm.cyclos.utils.validation.ValidationException
Initializes with a general error with the given error key and arguments
ValidationException(String, String, ValidationError) - Constructor for exception nl.strohalm.cyclos.utils.validation.ValidationException
Initializes with a property error, with a mapped key
ValidationException(String, ValidationError) - Constructor for exception nl.strohalm.cyclos.utils.validation.ValidationException
Initializes with a property error, with no key mapping
ValidationException(ValidationError) - Constructor for exception nl.strohalm.cyclos.utils.validation.ValidationException
Initializes with a general error
Validator - Class in nl.strohalm.cyclos.utils.validation
This class has the information needed to validate an object.
Validator() - Constructor for class nl.strohalm.cyclos.utils.validation.Validator
 
Validator(String) - Constructor for class nl.strohalm.cyclos.utils.validation.Validator
 
Validator(String, String) - Constructor for class nl.strohalm.cyclos.utils.validation.Validator
 
Validator.BeanPropertyRetrieveStrategy - Class in nl.strohalm.cyclos.utils.validation
Bean style property retrieving strategy
Validator.BeanPropertyRetrieveStrategy(String) - Constructor for class nl.strohalm.cyclos.utils.validation.Validator.BeanPropertyRetrieveStrategy
 
Validator.Property - Class in nl.strohalm.cyclos.utils.validation
Describes a property validation
Validator.PropertyRetrieveStrategy - Interface in nl.strohalm.cyclos.utils.validation
Strategy for retrieving a property
value(Object) - Static method in class nl.strohalm.cyclos.taglibs.Functions
Returns an enum value
valueExists(CustomFieldValue) - Method in interface nl.strohalm.cyclos.dao.customizations.CustomFieldValueDAO
Checks if the given custom field value exists.
valueExists(CustomFieldValue) - Method in class nl.strohalm.cyclos.dao.customizations.CustomFieldValueDAOImpl
 
valueOf(String) - Static method in enum nl.strohalm.cyclos.access.AdminAdminPermission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.access.AdminMemberPermission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.access.AdminSystemPermission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.access.BasicPermission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.access.BrokerPermission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.access.MemberPermission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.access.Module
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.access.ModuleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.access.OperatorPermission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.controls.access.ExternalLoginAction.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxAction.Options
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.controls.BaseAjaxAction.ContentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.controls.members.messages.SendMessageAction.SendTo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.controls.members.references.MemberReferencesAction.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.controls.payments.SchedulingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.controls.posweb.PosWebHelper.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO.PeriodType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportDTO.DetailsLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.controls.reports.statistics.StatisticsAction.StatisticsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.controls.settings.ManageSettingsAction.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.access.Channel.Credentials
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.access.Channel.Principal
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.access.Channel.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.access.ChannelPrincipal.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.access.LoginHistoryLog.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.access.PasswordHistoryLog.PasswordType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.access.Session.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.access.TransactionPassword
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.access.User.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.access.User.TransactionPasswordStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.access.UsernameChangeLog.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.Account.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.AccountRates.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.AccountType.LimitType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.AccountType.Nature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.AccountType.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.cards.Card.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.cards.Card.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.cards.CardType.CardSecurityCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.ClosedAccountBalance.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.Currency.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.external.ExternalAccount.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.external.ExternalTransfer.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.external.ExternalTransfer.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.external.ExternalTransfer.SummaryStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.external.ExternalTransferAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.external.ExternalTransferImport.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.external.ExternalTransferType.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.external.ExternalTransferType.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.external.filemapping.FieldMapping.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.external.filemapping.FieldMapping.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMapping.Nature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMapping.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMappingWithFields.NumberFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMappingWithFields.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee.ChargeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee.InvoiceMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee.PaymentDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee.RunMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeAmount.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLog.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.account.MemberAccountFeeLog.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.account.MemberAccountFeeLog.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.account.MemberAccountFeeLogQuery.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.transaction.BrokerCommission.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.transaction.BrokerCommission.When
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.transaction.BrokerCommission.WhichBroker
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.transaction.SimpleTransactionFee.ARateRelation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.transaction.SimpleTransactionFee.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee.ChargeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee.Nature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee.Subject
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.guarantees.Certification.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.guarantees.Certification.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.guarantees.CertificationLog.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeLog.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery.LoanFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType.AuthorizedBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType.FeePayer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType.FeeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType.Model
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligation.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligation.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligationLog.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.loans.Loan.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.loans.Loan.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.loans.Loan.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.loans.LoanGroup.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.loans.LoanPayment.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.loans.LoanPayment.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.loans.LoanQuery.QueryStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.LockedAccountsOnPayments
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.MemberAccount.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.MemberAccount.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.MemberAccount.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.MemberAccountType.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.MemberGroupAccountSettings.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.pos.MemberPos.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.pos.MemberPos.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.pos.Pos.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.pos.Pos.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.pos.PosQuery.QueryStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.RateParameters.Relatonships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.SystemAccountType.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.AuthorizationLevel.Authorizer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.AuthorizationLevel.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.Invoice.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.Invoice.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.InvoicePayment.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.InvoiceQuery.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.Payment.Nature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.Payment.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.Payment.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilter.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilterQuery.Context
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.PaymentRequestTicket.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPayment.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPaymentQuery.SearchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPaymentQuery.StatusGroup
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.Ticket.Nature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.Ticket.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.Ticket.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.TicketQuery.GroupedStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.Transfer.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorization.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorization.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.TransferType.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.TransferType.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.ads.Ad.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.ads.Ad.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.ads.Ad.TradeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.ads.AdCategory.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.ads.imports.AdImport.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.ads.imports.ImportedAd.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.ads.imports.ImportedAd.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.ads.imports.ImportedAdCategory.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.ads.imports.ImportedAdCustomFieldValue.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.ads.imports.ImportedAdQuery.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.alerts.Alert.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.alerts.ErrorLogEntry.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.alerts.MemberAlert.Alerts
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.alerts.MemberAlert.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.alerts.SystemAlert.Alerts
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.Application.PasswordHash
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.customization.documents.Document.Nature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.customization.documents.Document.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.customization.documents.DocumentPage.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.customization.documents.DynamicDocument.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.customization.documents.MemberDocument.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.customization.documents.MemberDocument.Visibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.customization.documents.StaticDocument.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.customization.fields.AdCustomField.Visibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.customization.fields.AdCustomFieldValue.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.customization.fields.AdminCustomField.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.customization.fields.AdminCustomFieldValue.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.customization.fields.CustomField.Control
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.customization.fields.CustomField.Nature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.customization.fields.CustomField.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.customization.fields.CustomField.Size
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.customization.fields.CustomField.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.customization.fields.CustomFieldPossibleValue.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.customization.fields.CustomFieldValue.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.customization.fields.LoanGroupCustomFieldValue.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.customization.fields.MemberCustomField.Access
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.customization.fields.MemberCustomField.Indexing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.customization.fields.MemberCustomField.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.customization.fields.MemberCustomFieldValue.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.customization.fields.MemberRecordCustomField.Access
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.customization.fields.MemberRecordCustomField.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.customization.fields.MemberRecordCustomFieldValue.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.customization.fields.OperatorCustomField.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.customization.fields.OperatorCustomField.Visibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.customization.fields.PaymentCustomField.Access
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.customization.fields.PaymentCustomField.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.customization.fields.PaymentCustomFieldValue.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.customization.files.CustomizedFile.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.customization.files.CustomizedFile.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.customization.images.AdImage.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.customization.images.Image.Nature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.customization.images.MemberImage.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.groups.AdminGroup.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.groups.BasicGroupSettings.PasswordPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.groups.BrokerGroup.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.groups.Group.Nature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.groups.Group.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.groups.Group.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.groups.GroupFilter.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.groups.GroupHistoryLog.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.groups.MemberGroup.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.groups.MemberGroupSettings.EmailValidation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.groups.MemberGroupSettings.ExternalAdPublication
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.groups.OperatorGroup.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.groups.SystemGroup.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.IndexOperation.EntityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.IndexOperation.OperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.IndexStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.adInterests.AdInterest.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.Administrator.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.BrokeringQuery.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContract.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContract.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.brokerings.Brokering.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.brokerings.BrokeringCommissionStatus.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.brokerings.DefaultBrokerCommission.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.brokerings.DefaultBrokerCommission.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.Contact.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.Element.Nature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.Element.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.imports.ImportedMember.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.imports.ImportedMember.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.imports.ImportedMemberQuery.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.imports.ImportedMemberRecord.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.imports.ImportedMemberRecordCustomFieldValue.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.imports.MemberImport.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.Member.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.messages.Message.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.messages.Message.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.messages.Message.RootType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.messages.Message.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.messages.MessageBox
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.messages.MessageCategory.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.Operator.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.PendingMember.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreference.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.preferences.NotificationPreference.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.printsettings.ReceiptPrinterSettings.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.records.AbstractMemberRecordQuery.WriterNature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.records.MemberRecord.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.records.MemberRecordType.Layout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.records.MemberRecordType.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.Reference.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.Reference.Nature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.Reference.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.ReferenceHistoryLog.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.RegistrationAgreementLog.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.remarks.BrokerRemark.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.remarks.GroupRemark.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.remarks.Remark.Nature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.remarks.Remark.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.members.TransactionFeedback.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.reports.InvoiceSummaryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.reports.StatisticsWhatToShow
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.reports.ThroughTimeRange
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.services.ServiceClient.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.services.ServiceOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.settings.AccessSettings.UsernameGeneration
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.CsvRecordSeparator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.CsvStringQuote
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.CsvValueSeparator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.DatePattern
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.DatePatternOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.DecimalInputMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.Language
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.MemberResultDisplay
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.NumberLocale
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.Precision
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.TimePattern
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.settings.LogSettings.AccountFeeLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.settings.LogSettings.ScheduledTaskLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.settings.LogSettings.TraceLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.settings.LogSettings.TransactionLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.settings.LogSettings.WebServiceLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.settings.MessageSettings.MessageSettingsCategoryEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.settings.MessageSettings.MessageSettingsEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.settings.Setting.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.sms.MemberSmsStatus.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.sms.SmsLog.ErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.sms.SmsLog.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.sms.SmsLogStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.sms.SmsLogType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.sms.SmsMailing.Relationships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.sms.SmsMailingQuery.Recipient
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.entities.sms.SmsMailingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.services.access.CredentialError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.services.accounts.rates.RateService.RateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.services.customization.MessageImportType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.services.elements.CommissionChargeStatusDTO.ChargeStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.services.elements.MessageAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.services.elements.TransactionFeedbackAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.services.elements.WhenSaving
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.services.preferences.MessageChannel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.services.reports.CurrentStateReportParameters.TimePointType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.services.stats.general.FilterUsed.FilterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.services.stats.general.FilterUsed.FilterUse
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.services.stats.HistogramDTOFactory.LastRowHeaderPrefix
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.services.stats.StatisticalResultDTO.GraphType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.services.stats.StatisticalResultDTO.MultiGraph
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.services.stats.StatisticalResultDTO.TableToGraph
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.services.stats.StatisticalService.TableType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.services.stats.StatisticalTaxesService.PaidOrNot
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.services.transactions.TransactionContext
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.themes.Theme.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.utils.access.LoggedUser.AccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.utils.Amount.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in class nl.strohalm.cyclos.utils.conversion.AccountOwnerConverter
 
valueOf(String) - Method in class nl.strohalm.cyclos.utils.conversion.AmountConverter
 
valueOf(String) - Method in class nl.strohalm.cyclos.utils.conversion.BooleanConverter
 
valueOf(String) - Method in class nl.strohalm.cyclos.utils.conversion.CalendarConverter
 
valueOf(String) - Method in class nl.strohalm.cyclos.utils.conversion.CardNumberConverter
 
valueOf(String) - Method in class nl.strohalm.cyclos.utils.conversion.CoercionConverter
 
valueOf(String) - Method in interface nl.strohalm.cyclos.utils.conversion.Converter
Parses the given string, converting it to the parametrized type T
valueOf(String) - Method in class nl.strohalm.cyclos.utils.conversion.FixedLengthNumberConverter
 
valueOf(String) - Method in class nl.strohalm.cyclos.utils.conversion.FormatOnlyConverter
 
valueOf(String) - Method in class nl.strohalm.cyclos.utils.conversion.HtmlConverter
 
valueOf(String) - Method in class nl.strohalm.cyclos.utils.conversion.IdConverter
 
valueOf(String) - Method in class nl.strohalm.cyclos.utils.conversion.LocaleConverter
 
valueOf(String) - Method in class nl.strohalm.cyclos.utils.conversion.NumberConverter
 
valueOf(String) - Method in class nl.strohalm.cyclos.utils.conversion.PermissionConverter
 
valueOf(String) - Method in class nl.strohalm.cyclos.utils.conversion.ReferenceConverter
 
valueOf(String) - Method in class nl.strohalm.cyclos.utils.conversion.SetConverter
 
valueOf(String) - Method in class nl.strohalm.cyclos.utils.conversion.StringTrimmerConverter
 
valueOf(String) - Method in class nl.strohalm.cyclos.utils.conversion.TimeZoneConverter
 
valueOf(String) - Method in class nl.strohalm.cyclos.utils.conversion.UnitsConverter
 
valueOf(String) - Static method in enum nl.strohalm.cyclos.utils.CustomizationHelper.CustomizationLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.utils.customizedfile.CustomizedFileOperation.OperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.utils.FileUnits
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.utils.ImageHelper.ImageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.utils.InternetAddressHelper.AddressType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.utils.lock.HazelcastLockHandlerFactory.LockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.utils.Month
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum nl.strohalm.cyclos.utils.Month
 
valueOf(Boolean) - Static method in class nl.strohalm.cyclos.utils.ObjectHelper
Returns false when the value is null.
valueOf(Integer) - Static method in class nl.strohalm.cyclos.utils.ObjectHelper
Returns 0 when the value is null.
valueOf(String) - Static method in enum nl.strohalm.cyclos.utils.Quarter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.utils.query.QueryParameters.ResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.utils.ResponseHelper.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.utils.tasks.HazelcastTaskRunner.KeyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.utils.TextFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.utils.TimePeriod.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.utils.validation.PeriodValidation.ValidationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.utils.WeekDay
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum nl.strohalm.cyclos.utils.WeekDay
 
valueOf(String) - Static method in enum nl.strohalm.cyclos.webservices.access.ChangeCredentialsStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.webservices.access.CredentialsStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.webservices.ads.AbstractAdSearchParameters.AdVOStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.webservices.ads.AbstractAdSearchParameters.AdVOTradeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.webservices.model.FieldVO.FieldVOType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.webservices.model.TimePeriodVO.TimePeriodVOField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.webservices.model.WSCredential
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.webservices.model.WSPrincipalTypeVO.WSPrincipal
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.webservices.payments.ChargebackStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.webservices.payments.PaymentRequestStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.webservices.payments.PaymentStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.webservices.sms.SendSmsStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.webservices.sms.SmsTypeCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.strohalm.cyclos.webservices.WebServiceFaultsEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum nl.strohalm.cyclos.access.AdminAdminPermission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.access.AdminMemberPermission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.access.AdminSystemPermission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.access.BasicPermission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.access.BrokerPermission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.access.MemberPermission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.access.Module
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.access.ModuleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.access.OperatorPermission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.controls.access.ExternalLoginAction.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.controls.accounts.transfertypes.SearchTransferTypesAjaxAction.Options
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.controls.BaseAjaxAction.ContentType
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class nl.strohalm.cyclos.controls.BaseBindingForm
 
values() - Static method in enum nl.strohalm.cyclos.controls.members.messages.SendMessageAction.SendTo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.controls.members.references.MemberReferencesAction.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.controls.payments.SchedulingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.controls.posweb.PosWebHelper.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.controls.reports.members.list.MembersListReportDTO.PeriodType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.controls.reports.members.transactions.MembersTransactionsReportDTO.DetailsLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.controls.reports.statistics.StatisticsAction.StatisticsType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.controls.settings.ManageSettingsAction.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.access.Channel.Credentials
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.access.Channel.Principal
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.access.Channel.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.access.ChannelPrincipal.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.access.LoginHistoryLog.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.access.PasswordHistoryLog.PasswordType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.access.Session.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.access.TransactionPassword
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.access.User.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.access.User.TransactionPasswordStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.access.UsernameChangeLog.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.Account.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.AccountRates.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.AccountType.LimitType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.AccountType.Nature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.AccountType.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.cards.Card.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.cards.Card.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.cards.CardType.CardSecurityCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.ClosedAccountBalance.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.Currency.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.external.ExternalAccount.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.external.ExternalTransfer.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.external.ExternalTransfer.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.external.ExternalTransfer.SummaryStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.external.ExternalTransferAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.external.ExternalTransferImport.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.external.ExternalTransferType.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.external.ExternalTransferType.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.external.filemapping.FieldMapping.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.external.filemapping.FieldMapping.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMapping.Nature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMapping.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMappingWithFields.NumberFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.external.filemapping.FileMappingWithFields.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee.ChargeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee.InvoiceMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee.PaymentDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.account.AccountFee.RunMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeAmount.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.account.AccountFeeLog.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.account.MemberAccountFeeLog.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.account.MemberAccountFeeLog.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.account.MemberAccountFeeLogQuery.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.transaction.BrokerCommission.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.transaction.BrokerCommission.When
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.transaction.BrokerCommission.WhichBroker
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.transaction.SimpleTransactionFee.ARateRelation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.transaction.SimpleTransactionFee.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee.ChargeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee.Nature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.fees.transaction.TransactionFee.Subject
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.guarantees.Certification.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.guarantees.Certification.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.guarantees.CertificationLog.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.guarantees.Guarantee.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeLog.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeQuery.LoanFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType.AuthorizedBy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType.FeePayer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType.FeeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType.Model
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.guarantees.GuaranteeType.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligation.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligation.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.guarantees.PaymentObligationLog.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.loans.Loan.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.loans.Loan.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.loans.Loan.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.loans.LoanGroup.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.loans.LoanPayment.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.loans.LoanPayment.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.loans.LoanQuery.QueryStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.LockedAccountsOnPayments
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.MemberAccount.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.MemberAccount.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.MemberAccount.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.MemberAccountType.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.MemberGroupAccountSettings.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.pos.MemberPos.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.pos.MemberPos.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.pos.Pos.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.pos.Pos.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.pos.PosQuery.QueryStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.RateParameters.Relatonships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.SystemAccountType.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.AuthorizationLevel.Authorizer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.AuthorizationLevel.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.Invoice.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.Invoice.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.InvoicePayment.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.InvoiceQuery.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.Payment.Nature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.Payment.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.Payment.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilter.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.PaymentFilterQuery.Context
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.PaymentRequestTicket.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPayment.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPaymentQuery.SearchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.ScheduledPaymentQuery.StatusGroup
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.Ticket.Nature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.Ticket.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.Ticket.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.TicketQuery.GroupedStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.Transfer.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorization.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.TransferAuthorization.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.TransferType.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.accounts.transactions.TransferType.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.ads.Ad.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.ads.Ad.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.ads.Ad.TradeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.ads.AdCategory.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.ads.imports.AdImport.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.ads.imports.ImportedAd.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.ads.imports.ImportedAd.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.ads.imports.ImportedAdCategory.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.ads.imports.ImportedAdCustomFieldValue.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.ads.imports.ImportedAdQuery.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.alerts.Alert.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.alerts.ErrorLogEntry.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.alerts.MemberAlert.Alerts
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.alerts.MemberAlert.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.alerts.SystemAlert.Alerts
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.Application.PasswordHash
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.customization.documents.Document.Nature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.customization.documents.Document.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.customization.documents.DocumentPage.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.customization.documents.DynamicDocument.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.customization.documents.MemberDocument.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.customization.documents.MemberDocument.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.customization.documents.StaticDocument.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.customization.fields.AdCustomField.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.customization.fields.AdCustomFieldValue.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.customization.fields.AdminCustomField.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.customization.fields.AdminCustomFieldValue.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.customization.fields.CustomField.Control
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.customization.fields.CustomField.Nature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.customization.fields.CustomField.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.customization.fields.CustomField.Size
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.customization.fields.CustomField.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.customization.fields.CustomFieldPossibleValue.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.customization.fields.CustomFieldValue.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.customization.fields.LoanGroupCustomFieldValue.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.customization.fields.MemberCustomField.Access
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.customization.fields.MemberCustomField.Indexing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.customization.fields.MemberCustomField.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.customization.fields.MemberCustomFieldValue.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.customization.fields.MemberRecordCustomField.Access
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.customization.fields.MemberRecordCustomField.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.customization.fields.MemberRecordCustomFieldValue.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.customization.fields.OperatorCustomField.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.customization.fields.OperatorCustomField.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.customization.fields.PaymentCustomField.Access
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.customization.fields.PaymentCustomField.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.customization.fields.PaymentCustomFieldValue.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.customization.files.CustomizedFile.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.customization.files.CustomizedFile.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.customization.images.AdImage.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.customization.images.Image.Nature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.customization.images.MemberImage.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.groups.AdminGroup.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.groups.BasicGroupSettings.PasswordPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.groups.BrokerGroup.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.groups.Group.Nature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.groups.Group.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.groups.Group.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.groups.GroupFilter.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.groups.GroupHistoryLog.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.groups.MemberGroup.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.groups.MemberGroupSettings.EmailValidation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.groups.MemberGroupSettings.ExternalAdPublication
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.groups.OperatorGroup.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.groups.SystemGroup.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.IndexOperation.EntityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.IndexOperation.OperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.IndexStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.adInterests.AdInterest.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.Administrator.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.BrokeringQuery.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContract.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.brokerings.BrokerCommissionContract.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.brokerings.Brokering.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.brokerings.BrokeringCommissionStatus.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.brokerings.DefaultBrokerCommission.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.brokerings.DefaultBrokerCommission.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.Contact.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.Element.Nature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.Element.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.imports.ImportedMember.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.imports.ImportedMember.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.imports.ImportedMemberQuery.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.imports.ImportedMemberRecord.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.imports.ImportedMemberRecordCustomFieldValue.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.imports.MemberImport.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.Member.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.messages.Message.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.messages.Message.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.messages.Message.RootType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.messages.Message.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.messages.MessageBox
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.messages.MessageCategory.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.Operator.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.PendingMember.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.preferences.AdminNotificationPreference.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.preferences.NotificationPreference.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.printsettings.ReceiptPrinterSettings.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.records.AbstractMemberRecordQuery.WriterNature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.records.MemberRecord.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.records.MemberRecordType.Layout
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.records.MemberRecordType.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.Reference.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.Reference.Nature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.Reference.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.ReferenceHistoryLog.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.RegistrationAgreementLog.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.remarks.BrokerRemark.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.remarks.GroupRemark.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.remarks.Remark.Nature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.remarks.Remark.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.members.TransactionFeedback.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.reports.InvoiceSummaryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.reports.StatisticsWhatToShow
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.reports.ThroughTimeRange
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.services.ServiceClient.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.services.ServiceOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.settings.AccessSettings.UsernameGeneration
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.CsvRecordSeparator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.CsvStringQuote
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.CsvValueSeparator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.DatePattern
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.DatePatternOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.DecimalInputMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.Language
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.MemberResultDisplay
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.NumberLocale
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.Precision
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.settings.LocalSettings.TimePattern
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.settings.LogSettings.AccountFeeLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.settings.LogSettings.ScheduledTaskLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.settings.LogSettings.TraceLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.settings.LogSettings.TransactionLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.settings.LogSettings.WebServiceLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.settings.MessageSettings.MessageSettingsCategoryEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.settings.MessageSettings.MessageSettingsEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.settings.Setting.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.sms.MemberSmsStatus.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.sms.SmsLog.ErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.sms.SmsLog.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.sms.SmsLogStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.sms.SmsLogType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.sms.SmsMailing.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.sms.SmsMailingQuery.Recipient
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.entities.sms.SmsMailingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.services.access.CredentialError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.services.accounts.rates.RateService.RateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.services.customization.MessageImportType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.services.elements.CommissionChargeStatusDTO.ChargeStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.services.elements.MessageAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.services.elements.TransactionFeedbackAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.services.elements.WhenSaving
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.services.preferences.MessageChannel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.services.reports.CurrentStateReportParameters.TimePointType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.services.stats.general.FilterUsed.FilterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.services.stats.general.FilterUsed.FilterUse
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.services.stats.HistogramDTOFactory.LastRowHeaderPrefix
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.services.stats.StatisticalResultDTO.GraphType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.services.stats.StatisticalResultDTO.MultiGraph
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.services.stats.StatisticalResultDTO.TableToGraph
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.services.stats.StatisticalService.TableType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.services.stats.StatisticalTaxesService.PaidOrNot
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.services.transactions.TransactionContext
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.themes.Theme.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.utils.access.LoggedUser.AccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.utils.Amount.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.utils.CustomizationHelper.CustomizationLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.utils.customizedfile.CustomizedFileOperation.OperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values(Class<E>) - Static method in class nl.strohalm.cyclos.utils.EnumHelper
Return an array with all values on a given enum type
values() - Static method in enum nl.strohalm.cyclos.utils.FileUnits
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.utils.ImageHelper.ImageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.utils.InternetAddressHelper.AddressType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.utils.lock.HazelcastLockHandlerFactory.LockType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.utils.Month
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.utils.Quarter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.utils.query.QueryParameters.ResultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.utils.ResponseHelper.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.utils.tasks.HazelcastTaskRunner.KeyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.utils.TextFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.utils.TimePeriod.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.utils.validation.PeriodValidation.ValidationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.utils.WeekDay
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.webservices.access.ChangeCredentialsStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.webservices.access.CredentialsStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.webservices.ads.AbstractAdSearchParameters.AdVOStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.webservices.ads.AbstractAdSearchParameters.AdVOTradeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.webservices.model.FieldVO.FieldVOType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.webservices.model.TimePeriodVO.TimePeriodVOField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.webservices.model.WSCredential
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.webservices.model.WSPrincipalTypeVO.WSPrincipal
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.webservices.payments.ChargebackStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.webservices.payments.PaymentRequestStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.webservices.payments.PaymentStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.webservices.sms.SendSmsStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.webservices.sms.SmsTypeCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.strohalm.cyclos.webservices.WebServiceFaultsEnum
Returns an array containing the constants of this enum type, in the order they are declared.
valuesByIntValue(Class<E>) - Static method in class nl.strohalm.cyclos.utils.EnumHelper
Return a map with instances of the enum by name
valuesByName(Class<E>) - Static method in class nl.strohalm.cyclos.utils.EnumHelper
Return a map with instances of the enum by name
valuesByOrdinal(Class<E>) - Static method in class nl.strohalm.cyclos.utils.EnumHelper
Return a map with instances of the enum by name
valuesByStringValue(Class<E>) - Static method in class nl.strohalm.cyclos.utils.EnumHelper
Return a map with instances of the enum by name
valueSeparator - Variable in class nl.strohalm.cyclos.utils.csv.BaseCSVHandler
 
verifyLogin(String, String, String) - Method in interface nl.strohalm.cyclos.services.access.AccessService
Checks if the login can be performed for the given username and address
verifyLogin(String, String, String) - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
verifyLogin(String, String, String) - Method in class nl.strohalm.cyclos.services.access.AccessServiceSecurity
 
Version - Class in nl.strohalm.cyclos.setup
Represents a version on the upgrade descriptor.
Version(String) - Constructor for class nl.strohalm.cyclos.setup.Version
 
VersionHistory - Class in nl.strohalm.cyclos.setup
Keeps track of version history
VersionHistory() - Constructor for class nl.strohalm.cyclos.setup.VersionHistory
 
VersionHistoryReader - Class in nl.strohalm.cyclos.setup
Class used to read the version reader from a XML file
VersionHistoryReader() - Constructor for class nl.strohalm.cyclos.setup.VersionHistoryReader
 
ViewAdAction - Class in nl.strohalm.cyclos.controls.ads
Action used to view details of an advertisement
ViewAdAction() - Constructor for class nl.strohalm.cyclos.controls.ads.ViewAdAction
 
ViewDocumentAction - Class in nl.strohalm.cyclos.controls.customization.documents
 
ViewDocumentAction() - Constructor for class nl.strohalm.cyclos.controls.customization.documents.ViewDocumentAction
 
ViewDocumentForm - Class in nl.strohalm.cyclos.controls.customization.documents
Form used to view a document
ViewDocumentForm() - Constructor for class nl.strohalm.cyclos.controls.customization.documents.ViewDocumentForm
 
ViewDynamicDocumentAction - Class in nl.strohalm.cyclos.controls.customization.documents
Form used to view a custom document
ViewDynamicDocumentAction() - Constructor for class nl.strohalm.cyclos.controls.customization.documents.ViewDynamicDocumentAction
 
ViewErrorLogAction - Class in nl.strohalm.cyclos.controls.alerts
Action used to view the error log
ViewErrorLogAction() - Constructor for class nl.strohalm.cyclos.controls.alerts.ViewErrorLogAction
 
ViewErrorLogEntryAction - Class in nl.strohalm.cyclos.controls.alerts
Action used to view an error log entry's details
ViewErrorLogEntryAction() - Constructor for class nl.strohalm.cyclos.controls.alerts.ViewErrorLogEntryAction
 
ViewErrorLogEntryForm - Class in nl.strohalm.cyclos.controls.alerts
Form for viewing an error log entry's details
ViewErrorLogEntryForm() - Constructor for class nl.strohalm.cyclos.controls.alerts.ViewErrorLogEntryForm
 
ViewLoanGroupAction - Class in nl.strohalm.cyclos.controls.loangroups
Action used to view a loan group
ViewLoanGroupAction() - Constructor for class nl.strohalm.cyclos.controls.loangroups.ViewLoanGroupAction
 
ViewMessageAction - Class in nl.strohalm.cyclos.controls.members.messages
Action used to view a given message
ViewMessageAction() - Constructor for class nl.strohalm.cyclos.controls.members.messages.ViewMessageAction
 
ViewMessageForm - Class in nl.strohalm.cyclos.controls.members.messages
Action used to view a given message
ViewMessageForm() - Constructor for class nl.strohalm.cyclos.controls.members.messages.ViewMessageForm
 
ViewScheduledPaymentAction - Class in nl.strohalm.cyclos.controls.accounts.details
Action used to view the details of a scheduled payment
ViewScheduledPaymentAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.details.ViewScheduledPaymentAction
 
ViewStaticDocumentAsBrokerAction - Class in nl.strohalm.cyclos.controls.customization.documents
 
ViewStaticDocumentAsBrokerAction() - Constructor for class nl.strohalm.cyclos.controls.customization.documents.ViewStaticDocumentAsBrokerAction
 
ViewStaticDocumentNormalAction - Class in nl.strohalm.cyclos.controls.customization.documents
 
ViewStaticDocumentNormalAction() - Constructor for class nl.strohalm.cyclos.controls.customization.documents.ViewStaticDocumentNormalAction
 
ViewTransactionAction - Class in nl.strohalm.cyclos.controls.accounts.details
Action used to view the details of a transaction
ViewTransactionAction() - Constructor for class nl.strohalm.cyclos.controls.accounts.details.ViewTransactionAction
 
ViewTransactionForm - Class in nl.strohalm.cyclos.controls.accounts.details
Form used to retrieve a transaction details
ViewTransactionForm() - Constructor for class nl.strohalm.cyclos.controls.accounts.details.ViewTransactionForm
 
visibleGroupsForAds() - Method in class nl.strohalm.cyclos.services.ads.AdServiceImpl
 
visibleGroupsForAds() - Method in interface nl.strohalm.cyclos.services.ads.AdServiceLocal
Returns the groups the logged user can see ads

W

WAP1 - Static variable in class nl.strohalm.cyclos.entities.access.Channel
 
WAP2 - Static variable in class nl.strohalm.cyclos.entities.access.Channel
 
wasAlreadyUsed(User, PasswordHistoryLog.PasswordType, String) - Method in interface nl.strohalm.cyclos.dao.access.PasswordHistoryLogDAO
Checks whether the given password was already used for the given user
wasAlreadyUsed(User, PasswordHistoryLog.PasswordType, String) - Method in class nl.strohalm.cyclos.dao.access.PasswordHistoryLogDAOImpl
 
WEB - Static variable in class nl.strohalm.cyclos.entities.access.Channel
 
WebImageHelper - Class in nl.strohalm.cyclos.utils
Helper class for images
WebImageHelper() - Constructor for class nl.strohalm.cyclos.utils.WebImageHelper
 
WebServiceContext - Class in nl.strohalm.cyclos.webservices
The context for a given web service call
WebServiceFault - Interface in nl.strohalm.cyclos.webservices
 
WebServiceFaultsEnum - Enum in nl.strohalm.cyclos.webservices
All faults throws by the web services operations
WebServiceHelper - Class in nl.strohalm.cyclos.webservices.utils
Contains helper methods for web services
WebServiceHelper() - Constructor for class nl.strohalm.cyclos.webservices.utils.WebServiceHelper
 
WebServiceLogDTO - Class in nl.strohalm.cyclos.utils.logging
Parameters used to generate logs for web services
WebServiceLogDTO() - Constructor for class nl.strohalm.cyclos.utils.logging.WebServiceLogDTO
 
WebServicesEntityVO - Class in nl.strohalm.cyclos.webservices.model
Base class for entities exported on web services
WebServicesEntityVO() - Constructor for class nl.strohalm.cyclos.webservices.model.WebServicesEntityVO
 
WebServicesTransactionFilter - Class in nl.strohalm.cyclos.http
A filter which manages database transactions for web services
WebServicesTransactionFilter() - Constructor for class nl.strohalm.cyclos.http.WebServicesTransactionFilter
 
WEBSHOP - Static variable in class nl.strohalm.cyclos.entities.access.Channel
 
WebShopHelper - Class in nl.strohalm.cyclos.controls.webshop
Helper methods for webshop payments
WebShopHelper() - Constructor for class nl.strohalm.cyclos.controls.webshop.WebShopHelper
 
WebShopPaymentAction - Class in nl.strohalm.cyclos.controls.webshop
Action used by a member to confirm a webshop payment
WebShopPaymentAction() - Constructor for class nl.strohalm.cyclos.controls.webshop.WebShopPaymentAction
 
WebShopPaymentForm - Class in nl.strohalm.cyclos.controls.webshop
Form used to perform webshop payments
WebShopPaymentForm() - Constructor for class nl.strohalm.cyclos.controls.webshop.WebShopPaymentForm
 
WebShopTicket - Class in nl.strohalm.cyclos.entities.accounts.transactions
A ticket processed for webshops
WebShopTicket() - Constructor for class nl.strohalm.cyclos.entities.accounts.transactions.WebShopTicket
 
WebShopTicketVO - Class in nl.strohalm.cyclos.webservices.model
Webshop ticket for web services
WebShopTicketVO() - Constructor for class nl.strohalm.cyclos.webservices.model.WebShopTicketVO
 
WebShopWebService - Interface in nl.strohalm.cyclos.webservices.webshop
Web service interface for webshop access
WebShopWebServiceImpl - Class in nl.strohalm.cyclos.webservices.webshop
Webshop web service implementation
WebShopWebServiceImpl() - Constructor for class nl.strohalm.cyclos.webservices.webshop.WebShopWebServiceImpl
 
WeekDay - Enum in nl.strohalm.cyclos.utils
Enumeration containing all weekdays
WhatRate - Class in nl.strohalm.cyclos.services.accounts.rates
Wrapper class around three booleans, specifying what rate to be used and what to be ignored.
WhatRate() - Constructor for class nl.strohalm.cyclos.services.accounts.rates.WhatRate
 
WhenSaving - Enum in nl.strohalm.cyclos.services.elements
 
WhitelistValidator - Class in nl.strohalm.cyclos.utils
Validates if an address is in the given whitelist.
WhitelistValidator(String) - Constructor for class nl.strohalm.cyclos.utils.WhitelistValidator
A new-line separated list of IP address or host names
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.access.ListConnectedUsersAction
 
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.AccountFeeLogDetailsAction
 
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.accounts.accountfees.ListAccountFeeLogAction
 
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.accounts.cards.SearchCardsAction
 
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.accounts.details.AccountHistoryAction
 
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.accounts.details.SearchScheduledPaymentsAction
 
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.accounts.details.SearchTransferAuthorizationsAction
 
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.accounts.details.TransfersAwaitingAuthorizationAction
 
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.accounts.external.ExternalAccountHistoryAction
 
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.accounts.external.process.RetrieveTransfersToProcessAction
 
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.accounts.external.transferimports.SearchTransferImportsAction
 
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.certifications.SearchCertificationsAction
 
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.guarantees.SearchGuaranteesAction
 
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.accounts.guarantees.paymentobligations.SearchPaymentObligationsAction
 
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.accounts.pos.SearchPosAction
 
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.ads.imports.ImportedAdsDetailsAction
 
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.ads.SearchAdsAction
 
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.alerts.SearchErrorLogAction
 
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.alerts.ViewErrorLogAction
 
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.BaseQueryAction
Method used to determine if the query will be performed
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.groups.ListGroupsAction
 
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.invoices.SearchInvoicesAction
 
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.loangroups.SearchLoanGroupsAction
 
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.loans.SearchLoanPaymentsAction
 
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.loans.SearchLoansAction
 
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.members.brokering.ListBrokerCommissionContractsAction
 
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.members.brokering.ListBrokeringsAction
 
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.members.brokering.ManageBrokerCommissionsAction
 
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.members.brokering.SearchBrokerCommissionContractsAction
 
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.members.imports.ImportedMembersDetailsAction
 
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.members.messages.SearchMessagesAction
 
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.members.pending.SearchPendingMembersAction
 
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.members.records.SearchMemberRecordsAction
 
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.members.references.MemberReferencesAction
 
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.members.references.SearchPaymentsAwaitingFeedbackAction
 
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.members.sms.SearchInfoTextsAction
 
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.members.sms.SearchSmsMailingsAction
 
willExecuteQuery(ActionContext, QueryParameters) - Method in class nl.strohalm.cyclos.controls.services.SearchServiceClientsAction
 
WorkerThreads<T> - Class in nl.strohalm.cyclos.utils
An abstract implementation for a thread group of consumer threads
WorkerThreads(String, int) - Constructor for class nl.strohalm.cyclos.utils.WorkerThreads
 
WorkerThreads(String, int, boolean) - Constructor for class nl.strohalm.cyclos.utils.WorkerThreads
 
wouldRequireAuthorization(DoPaymentDTO) - Method in interface nl.strohalm.cyclos.services.transactions.PaymentService
Checks whether the given payment would require authorization
wouldRequireAuthorization(Invoice) - Method in interface nl.strohalm.cyclos.services.transactions.PaymentService
Checks whether accepting the given invoice would require authorization
wouldRequireAuthorization(Transfer) - Method in interface nl.strohalm.cyclos.services.transactions.PaymentService
Checks whether the given transfer would require authorization
wouldRequireAuthorization(DoPaymentDTO) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
wouldRequireAuthorization(Invoice) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
wouldRequireAuthorization(Transfer) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceImpl
 
wouldRequireAuthorization(DoPaymentDTO) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceSecurity
 
wouldRequireAuthorization(Invoice) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceSecurity
 
wouldRequireAuthorization(Transfer) - Method in class nl.strohalm.cyclos.services.transactions.PaymentServiceSecurity
 
write(Object, T) - Method in class nl.strohalm.cyclos.utils.binding.BeanBinder
 
write(Object, Collection<T>) - Method in class nl.strohalm.cyclos.utils.binding.BeanCollectionBinder
 
write(Object, T) - Method in class nl.strohalm.cyclos.utils.binding.DataBinder
Write the value into the given object, with no conversions
write(Object, Map<K, V>) - Method in class nl.strohalm.cyclos.utils.binding.MapBinder
 
write(Object, T) - Method in class nl.strohalm.cyclos.utils.binding.PropertyBinder
 
write(Object, Collection<T>) - Method in class nl.strohalm.cyclos.utils.binding.SimpleCollectionBinder
 
write(List<E>, PrintWriter) - Method in class nl.strohalm.cyclos.utils.csv.CSVWriter
Writes an object into a PrintWriter object
write(String, long, byte[]) - Method in interface nl.strohalm.cyclos.utils.customizedfile.CustomizedFileHandler
Propagates the updating of the given file, with the given contents, setting the given last modification timestamp
write(String, long, byte[]) - Method in class nl.strohalm.cyclos.utils.customizedfile.HazelcastCustomizedFileHandler
 
write(String, long, byte[]) - Method in class nl.strohalm.cyclos.utils.customizedfile.LocalCustomizedFileHandler
 
write(Writer) - Method in class nl.strohalm.cyclos.utils.JSONBuilder
Writes the JSON string directly into the given writer
writeAsString(Object, Object) - Method in class nl.strohalm.cyclos.utils.binding.BeanBinder
 
writeAsString(Object, Object) - Method in class nl.strohalm.cyclos.utils.binding.BeanCollectionBinder
 
writeAsString(Object, Object) - Method in class nl.strohalm.cyclos.utils.binding.DataBinder
Write the value into the given object, expecting the value data as string, converting to the real object
writeAsString(Object, Object) - Method in class nl.strohalm.cyclos.utils.binding.MapBinder
 
writeAsString(Object, Object) - Method in class nl.strohalm.cyclos.utils.binding.PropertyBinder
 
writeAsString(Object, Object) - Method in class nl.strohalm.cyclos.utils.binding.SimpleCollectionBinder
 
WriteDetectEventListener - Class in nl.strohalm.cyclos.utils.hibernate
A listener for events which change the databasse
WriteDetectEventListener() - Constructor for class nl.strohalm.cyclos.utils.hibernate.WriteDetectEventListener
 
writeFile(HttpServletResponse, File) - Method in class nl.strohalm.cyclos.utils.ResponseHelper
Writes a file contents to the response
writeHeader(PrintWriter) - Method in class nl.strohalm.cyclos.utils.csv.CSVWriter
Writes the header to the output, if header is used
writeJSON(HttpServletResponse, JSONBuilder) - Method in class nl.strohalm.cyclos.utils.ResponseHelper
Writes a JSON response
writeJSON(HttpServletResponse, String) - Method in class nl.strohalm.cyclos.utils.ResponseHelper
Writes a JSON response
writeLocally(String, long, byte[]) - Method in class nl.strohalm.cyclos.utils.customizedfile.BaseCustomizedFileHandler
 
writeNode(Node, OutputStream) - Static method in class nl.strohalm.cyclos.utils.XmlHelper
Writes the content of the given node into the given stream
writeReplace() - Method in class nl.strohalm.cyclos.entities.Entity
 
writeReplace() - Method in interface nl.strohalm.cyclos.entities.EntityReference
 
writeRow(E, PrintWriter) - Method in class nl.strohalm.cyclos.utils.csv.CSVWriter
Writes a row element to the output
writeStatus(HttpServletResponse, Object, Map<String, ?>) - Method in class nl.strohalm.cyclos.utils.ResponseHelper
Write the status to the response as XML
writeValidationErrors(HttpServletResponse, ValidationException) - Method in class nl.strohalm.cyclos.utils.ResponseHelper
Write the validation errors if there are any.
writeValidationSuccess(HttpServletResponse) - Method in class nl.strohalm.cyclos.utils.ResponseHelper
Used when no validation error occured
wrongAttemptsLimit() - Method in class nl.strohalm.cyclos.services.access.AccessServiceImpl
 
wrongAttemptsLimit() - Method in interface nl.strohalm.cyclos.services.access.AccessServiceLocal
Returns the time limit wrong credential attempts should be considered
WrongCredentialAttempt - Class in nl.strohalm.cyclos.entities.access
Entity used to track the number of invalid credential usage attempts
WrongCredentialAttempt() - Constructor for class nl.strohalm.cyclos.entities.access.WrongCredentialAttempt
 
WrongCredentialAttemptsDAO - Interface in nl.strohalm.cyclos.dao.access
DAO interface for wrong credential attempts
WrongCredentialAttemptsDAOImpl - Class in nl.strohalm.cyclos.dao.access
Implementation for WrongCredentialAttemptsDAO
WrongCredentialAttemptsDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.access.WrongCredentialAttemptsDAOImpl
 
WrongUsernameAttempt - Class in nl.strohalm.cyclos.entities.access
Entity used to track the number of invalid username usage attempts
WrongUsernameAttempt() - Constructor for class nl.strohalm.cyclos.entities.access.WrongUsernameAttempt
 
WrongUsernameAttemptsDAO - Interface in nl.strohalm.cyclos.dao.access
DAO interface for wrong username attempts
WrongUsernameAttemptsDAOImpl - Class in nl.strohalm.cyclos.dao.access
Implementation for WrongUsernameAttemptsDAO
WrongUsernameAttemptsDAOImpl() - Constructor for class nl.strohalm.cyclos.dao.access.WrongUsernameAttemptsDAOImpl
 
WSCredential - Enum in nl.strohalm.cyclos.webservices.model
Possible credentials for web services
WSPrincipalTypeVO - Class in nl.strohalm.cyclos.webservices.model
The way users are identified in the POS channel
WSPrincipalTypeVO() - Constructor for class nl.strohalm.cyclos.webservices.model.WSPrincipalTypeVO
 
WSPrincipalTypeVO.WSPrincipal - Enum in nl.strohalm.cyclos.webservices.model
 

X

XmlHelper - Class in nl.strohalm.cyclos.utils
 
XmlHelper() - Constructor for class nl.strohalm.cyclos.utils.XmlHelper
 

Z

zeroIsSystemInstance() - Static method in class nl.strohalm.cyclos.utils.conversion.AccountOwnerConverter
 

A B C D E F G H I J K L M N O P Q R S T U V W X Z